History log of /packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e838ba2b69cf85b0d938467477e47cce4af2bfb6 02-Oct-2015 Nancy Chen <nancychen@google.com> Add location information with business caller ID.

Display business address and distance when available when calling
businesses. This information is only displayed during outgoing calls and
while in the call.

Bug: 23351559

Change-Id: Ifb9197cc3abf6d865e13de10862c610e8aa15fba
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
89fa8c5b9f3bcd0bdf4c3409216b7fe88a1486e4 04-Sep-2015 Yorke Lee <yorkelee@google.com> Logging changes in InCallUI

Log call metadata/non PII when a call is removed from the
call list.

Bug: 23164804

Change-Id: Id65d1fd4ab774587de3cd92fa7c71aee69cd4b84
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
dbeaf709e4473b9978c76e2a15cd7cadcff5bdd6 14-Nov-2013 Chiao Cheng <chiaocheng@google.com> Add callState parameter to reverse lookup requests.

This will provide contextual information to the server so that reverse lookup
can be turned off for outgoing calls.
Also add Gservices parameter so that additional query parameters can be added
in the future.

Bug: 11630566
Change-Id: I2186d73712e64e242e0f953f5d77125879c83148
(cherry picked from commit 96e77cd102b25ec30955d1da80be2df703eeda5a)
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
5acff9a98ab0b0042bf1f55eac191fedbc72606f 10-Oct-2013 Chiao Cheng <chiaocheng@google.com> Pull login protected images for profiles.

Some GAL photos are login protected. The server supports oauth via http header.

Change the reverse lookup api to lookup images by account if the image is
identified to be login protected.

Bug: 11106770
Change-Id: I92b506d325835a74f846829b0c03eed330938952
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
2a97aff24301b785fb60c36dd134d879ca88b214 01-Oct-2013 Chiao Cheng <chiaocheng@google.com> Default to business avatar for businesses without an image.

Bug: 10988291
Change-Id: If06f30fdc6d12d1abcb20cd7a10b8d80a02ab22b
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
03c572f066ec9ef28d6fbc7bdd56cab89626ac1c 14-Sep-2013 Jay Shrauner <shrauner@google.com> Pass number to fetchImage as cache key

Pass phone number in on fetchImage lookups so it can be used to save
the image to the cache.

Bug:10760102
Change-Id: I3afb5e99aa4e8a4bc9148f6cfda4e5eba48ec476
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
7e5c19fceb8166fa746cd8605f764ab44c3c5c21 05-Sep-2013 Jay Shrauner <shrauner@google.com> Improve fields displayed for reverse phone lookup

Add the user formatted version of the phone number and phone label string
support for cache/reverse phone number lookup contacts. Use standard UI
update call so Google Voice information is also displayed correctly.

Bug:10609551
Change-Id: I2d1231e0b46cbfc3ec4b4ad84fb24a292562b8ce
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
b337954280f46b63c67021e791043d18d0208cfb 30-Aug-2013 Chiao Cheng <chiaocheng@google.com> Fix errors during reverse number lookup.

- GoogleAuthUtil.getToken() is not multi-thread safe and causes bind errors
when called at the same time by multiple threads. Switched to process
getToken() serially. Also save token to be re-used instead of fetching new
token for each request.
- Safe guard json parsing by adding explicit JSONException check when looking
for json arrays by name.
- Added thread pool instead of starting a new async task for each people and
image lookup.

Bug: 10462306
Bug: 10492891
Change-Id: I832a9f6657d1b5747d75cd93ea49a6df73c889db
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
21d56f410e15520ca2c3f77408270d5dff9dbc9b 21-Aug-2013 Chiao Cheng <chiaocheng@google.com> Removing explicit dependency on http calls.

Bug: 10413514
Change-Id: Id4db77f4417827ce4ecc140ea09f3228154f50de
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java
033ed5926d2924d35b9c82898ab4e835da56b3af 17-Aug-2013 Chiao Cheng <chiaocheng@google.com> Adding interfaces for phone number service.

- Fetch image url if present.

Bug: 10359919
Change-Id: Idf2ff5405255f1e90a383902762585ae68249dbe
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/PhoneNumberService.java