History log of /packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a4e9d87031f1f803ce9b64844f71c73e9502a7e 21-Feb-2016 Sailesh Nepal <sail@google.com> Remove Lollipop support for InCallUI

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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
7a4d2c05103bbf9aa693be1ee7de1286bf7a8256 12-Dec-2015 Brandon Maxwell <maxwelb@google.com> Backporting InCallServiceImpl

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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
41c304dae70a534f0e9b345e905f30ec76b9ea73 09-Dec-2015 Brandon Maxwell <maxwelb@google.com> Backporting references to android.telecom.Call.Details

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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
9124b77e489772fb7c6aac36f83d86ffdf83748f 08-Aug-2015 Jay Shrauner <shrauner@google.com> Rename Telecomm to Telecom

Bug:
Change-Id: Iaed2bbe86370bba7d896cef525086aa51e654b64
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
870d837b3732a88907df7d78a5f6255f90d1b5b1 15-Apr-2015 Santos Cordon <santoscordon@google.com> Remove usage of Phone.java in InCallService APIs.

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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
bc8ef211f9f446bfb52d27602021391b7854b801 14-Apr-2015 Yorke Lee <yorkelee@google.com> Use proximity wake lock in InCallUI

Bug: 20160495
Change-Id: I821de3968e3dd825c2adc90a3339ee3ebec93e45
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
e79ddc82a9597f8e0a36f401ed1f307f58707b31 10-Apr-2015 Jay Shrauner <shrauner@google.com> Remove unused reference for unbundling

Bug:
Change-Id: If82e3e0c1941ea8a0d39d853e332c19ea6950bdb
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
91c8043c43dc2fe2655717c5a4c2ec660e33b96f 13-Nov-2014 Ihab Awad <ihab@google.com> Telecom API updates (3/6)

Bug: 18292176
Change-Id: I5bcb1838a8423f15ebdf87c945ca91da460506f4
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
a691bd24f96acae7849f5f84f6e5f998fa58e8c0 08-Nov-2014 Santos Cordon <santoscordon@google.com> Make add-call a global property of telecom. (4/4)

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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
b95cf78480e2bdb6d1c38c897bab621ec20dec02 22-Oct-2014 Nancy Chen <nancychen@google.com> InCallUI should report to Telecom when user sets default account via dialog

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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
bf321581c30f14567aeef7a1ed4edf75392216cf 18-Sep-2014 Yorke Lee <yorkelee@google.com> Add null check for calls in CallList

Bug: 17567272
Change-Id: I4e036aa4a586e372b6fa26775c84a4e15f5e5788
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java
4b293f0f08030c97e1bb54d2f79ac2fb1a6e29ae 13-Sep-2014 Tyler Gunn <tgunn@google.com> Renaming Telecomm to Telecom.

- 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
/packages/apps/Dialer/InCallUI/src/com/android/incallui/TelecomAdapter.java