fb59dfc480d7f4518e071019cd292ecee7f495b9 |
|
20-Sep-2014 |
Andrew Lee <anwlee@google.com> |
Update InCallUI for "generic" conference calls. + Use the newer "phone" asset (same as emergency calls). + Add xxxhdpi phone asset. - Remove unused assets. + Tint the subscription icon properly in secondary call info. + Reorganize listeners in CallCardFragment to be less redundant, and so FAB is properly positioned above the secondary call info. Bug: 17581379 Change-Id: Id4f1c1659ab8c17313cdd0393be51954b5cd449a
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
1112e10c017e3fdff3e6d1ef0e9057d435941ead |
|
26-Aug-2014 |
Makoto Onuki <omakoto@google.com> |
Address API review comments: - Rename isCorpContactId() to isEnterpriseContactId(). Bug 17253963 Change-Id: I053067387e65ea5f95fd59e4a372299d15638d4b
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
92465f830a8e7452283088b1de1b9a98626f3146 |
|
18-Aug-2014 |
Yorke Lee <yorkelee@google.com> |
Asset swap for InCallUI Bug: 17112104 Change-Id: I85ec1fda31ce626368c722c4de95f558b0b523d7
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
43f3e6e0760ea774e479935733d8a30b724457cd |
|
08-Aug-2014 |
Ihab Awad <ihab@google.com> |
Final structural tweaks to Telecomm API (3/8) Bug: 16416927 Bug: 16494880 Change-Id: If756941a5bdd25ff8ac633a56fe90c894d4a46a4
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
5461c6a3b5090e6fab47076c5c0aeb2d1091606d |
|
12-Jul-2014 |
Sailesh Nepal <sail@google.com> |
Misc Telecomm API changes: InCallUI This CL hooks up the new APIs introduced in ag/501321 to the InCallUI. Change-Id: Iaffe0b84cea6003f2a9b9d8b30676743d2b236d4
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
c70189e4934838374d3d9fb3e3d5e3a6c237d797 |
|
10-Jul-2014 |
Makoto Onuki <omakoto@google.com> |
Enterprise caller-id: Now CP2 returns contact-id for corp contacts. Ignore them. This follows change I21ab20ad4147b303cd0d49d33b64a38275342dc5. Bug 15779911 Change-Id: Id0256cc740bb7a4d6c2d1515bde2c9f97c30863a
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
8e64fce150b131468942087a59b5f6fd3c295562 |
|
09-Jul-2014 |
Makoto Onuki <omakoto@google.com> |
Use enterprise caller-id in incall. - Use PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI for caller-id. - Removed a bunch of unused code. - Renamed fields that will have different semantics. e.g. contactId now will be 0 and lookupUri null for corp contacts. - Simplify the sip caller-id lookup. The regular caller-id lookup can also do SIP. The original code (http://ag/70555) was written before CP2 supported it (http://ag/147367). This needs QAing. - Instead of passing around a contact-id to later load a contact picture, use the picture URI returned from the API. Bug 15779911 Change-Id: Ia755b9079d03d9236f824c2f1102a6fa902b2097
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
04fb50696f53d728d9c9175c786544427c20e381 |
|
02-Jul-2014 |
Andrew Lee <anwlee@google.com> |
Replace usages of isVoiceMailNumber with PhoneNumberUtils version. Change-Id: Ib0ef237e25d2cf4608d257a8c71323fc2fbd58ee
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
7c0eba373ef5c803b95a7a41c167da2e03e49ac0 |
|
14-May-2014 |
Sailesh Nepal <sail@google.com> |
am 07a822b2: InCallUI: Use telecomm presentation and gateway info * commit '07a822b2ea92dc5b68cd43139be7efe4c6640cd4': InCallUI: Use telecomm presentation and gateway info
|
a5f652c2316e6e063a18c20195163da3d2a792e9 |
|
02-May-2014 |
Chris Wren <cwren@android.com> |
Add EXTRA_PEOPLE to the dialer notifications. Bug: 14489962 Change-Id: I8e83cf04fc4acaefcb83fa2ea7c37d091c99f5c1
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
07a822b2ea92dc5b68cd43139be7efe4c6640cd4 |
|
01-Apr-2014 |
Sailesh Nepal <sail@google.com> |
InCallUI: Use telecomm presentation and gateway info Switch to use Telecomm's CallNumberPresentation and GatewayInfo. Change-Id: I962836c5f4b36c0b1f31d0dd6852fdf8a3a12736
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
55e998472730cae27a82eed49cf7b020699b9286 |
|
19-Oct-2013 |
Christine Chen <christinech@google.com> |
Removing private dependencies in InCallUi - This CL addresses most of the private API calls in InCallUi. - This CL removed Android.mk as we are not building InCallUi.apk separately anymore. Changes to make an unbundled app will go into Dialer, GoogleDialer, and Contacts apps' makefiles. - Separated CLs will add libphonenumber, libgeocoding, and util classes for TelephonyManager and PhoneNumberUtils. - The only thing left for InCallUi is to unbundle ProximitySensor. Currently PowerManager's functions to deal with the proximity sensor are all private. It will take a rather substaintial amount of work to implement the proximity sensor functions ourselves (read proximity sensor event values, ask the screen to turn on, etc.). So we should rather push to get those functions into the public API. Change-Id: I18b3c52adb41c6131c1eb3c07ce32ebd56d0cc59
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
bf5cba07639082553097a4e4e24050718817ed96 |
|
16-Oct-2013 |
Christine Chen <christinech@google.com> |
Removes private resources from InCallUi Bug: 11244110 Change-Id: I88471a7d1e164ac7e464f199f1c0c36fa3c0876f
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
1c85bef1f4ee97a3443d130bdff178ba4db1539f |
|
09-Oct-2013 |
Jay Shrauner <shrauner@google.com> |
Catch potential NPE Catch case where country detector might return a null country. Bug:11139097 Change-Id: Ib61238ee8b4a628d6428bf65a2b9b67de3f73826
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
101bed44998ff35c3a56f431345fac5c8229ec0e |
|
11-Sep-2013 |
Jay Shrauner <shrauner@google.com> |
Fix flow of local/remote lookups Redo logic for looking up numbers. Push all logic into ContactInfoCache findInfo routine. Bug:10634005 Change-Id: I87bd987780ba744222d3adc82cf359e3c20f121f
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
1a7f2bcab2d2023f2ee4cfb0bc57bc265b5aab87 |
|
21-Aug-2013 |
Chiao Cheng <chiaocheng@google.com> |
Protect all logging statements. - Rename global logger so it can be a drop in replacement for framework log class. - Remove imports of android.util.Log Bug: 10411948 Change-Id: I377625263b16c4f9408c79d5c533a1810fa6cde7
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|
7ef707319c0e3563ff92a772ba53cb5dca0e3ae1 |
|
07-Aug-2013 |
Yorke Lee <yorkelee@google.com> |
Display primary call info in call card * CallerInfo, CallerInfoAsyncQuery are copied verbatim from existing Phone code. * Added logging methods to Logger to support logging via TAG in static methods * Only primary caller information (name, phone number and label) are displayed for now. Secondary caller information and photos are not displayed. Change-Id: Id4cfdef78f10f7b32255f4892cd51161f37c8be5
/packages/apps/InCallUI/src/com/android/incallui/CallerInfo.java
|