summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/TelecomAdapter.java
AgeCommit message (Collapse)Author
2016-02-22Remove Lollipop support for InCallUISailesh Nepal
This CL removes support for running dialer on Android L MR1. The change allows us to switch from the system SDK to the public SDK. This is useful for the following reasons: - makes it easier to switch to gradle - makes it easier to migrate GoogleDialer to google3 - reduces maintenance overhead for unused code Currently there's no plan to release Dialer on Lollipop. If or when we decide to support Lollipop we can consider switching back to the system SDK and restoring the comapatiblity code. Bug: 26676586 Change-Id: Idac9e6e19f1d21c9261c1b0d0ff3e3ca4aab980b
2015-12-16Backporting InCallServiceImplBrandon Maxwell
In L, InCallService callbacks were implemented through the listener from android.telecom.Phone. To backport, this Listener calls through to the InCallService methods that are overridden in the implementing class Also includes miscellaneous backporting fixes that were missed previously. Change-Id: If8896c72454496459b0e6ea575574161184fba40
2015-12-11Backporting references to android.telecom.Call.DetailsBrandon Maxwell
In L, Call.Details.CAPABILITY_* constants were found in android.telecom.PhoneCapabilities, it has been verified that the constant values match as needed. In L, Call.Details.getExtras had all the information that was moved to Call.Details.getIntentExtras in M Added android.telecom.Call.Details compat class Change-Id: I16d25173382575f351762e0e5b71775f1046fdd0
2015-08-13Rename Telecomm to TelecomJay Shrauner
Bug: Change-Id: Iaed2bbe86370bba7d896cef525086aa51e654b64
2015-04-16Remove usage of Phone.java in InCallService APIs.Santos Cordon
Start using the direct methods of InCallService instead of using the Phone object. InCallService methods represent the public API which is what In-Call needs to compile against. Bug: 20160495 Change-Id: I223347e239e5d5954b6118c7ba5befdaea2932a0
2015-04-14Use proximity wake lock in InCallUIYorke Lee
Bug: 20160495 Change-Id: I821de3968e3dd825c2adc90a3339ee3ebec93e45
2015-04-09Remove unused reference for unbundlingJay Shrauner
Bug: Change-Id: If82e3e0c1941ea8a0d39d853e332c19ea6950bdb
2014-11-28Telecom API updates (3/6)Ihab Awad
Bug: 18292176 Change-Id: I5bcb1838a8423f15ebdf87c945ca91da460506f4
2014-11-07Make add-call a global property of telecom. (4/4)Santos Cordon
ADD_CALL didn't make sense as a property of Connection or Call. This changes it to be a global property instead. Bug: 18285352 Change-Id: If43b30c54a6e6438933b19b8e3e628c9c02d3960
2014-10-22InCallUI should report to Telecom when user sets default account via dialogNancy Chen
Modify the phoneAccountSelected method to support the option to set the selected phone account as the default for outgoing phone calls. Refactor InCallUI to support this feature. Bug: 18078232 Change-Id: I4d90a58c896f036020cc7e3ea63b0493976042a4
2014-09-18Add null check for calls in CallListYorke Lee
Bug: 17567272 Change-Id: I4e036aa4a586e372b6fa26775c84a4e15f5e5788
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
- Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: Ie5ae18f51baa5da2eb9793785ad0c9d83b6343d1