summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/service
AgeCommit message (Collapse)Author
2014-02-11Add video handoff button to InCallUISailesh Nepal
This CL adds a video handoff button to the InCallUI. The actual functionality will be implemented in t Google Dialer using the AuxiliaryActionService binding. Bug: 10929230 Change-Id: Ie44aef5160be388ec19b5239d71faa7297080c6e
2013-11-14Add callState parameter to reverse lookup requests.Chiao Cheng
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)
2013-10-09Pull login protected images for profiles.Chiao Cheng
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
2013-10-01Default to business avatar for businesses without an image.Chiao Cheng
Bug: 10988291 Change-Id: If06f30fdc6d12d1abcb20cd7a10b8d80a02ab22b
2013-09-14Pass number to fetchImage as cache keyJay Shrauner
Pass phone number in on fetchImage lookups so it can be used to save the image to the cache. Bug:10760102 Change-Id: I3afb5e99aa4e8a4bc9148f6cfda4e5eba48ec476
2013-09-05Improve fields displayed for reverse phone lookupJay Shrauner
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
2013-08-30Fix errors during reverse number lookup.Chiao Cheng
- 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
2013-08-21Removing explicit dependency on http calls.Chiao Cheng
Bug: 10413514 Change-Id: Id4db77f4417827ce4ecc140ea09f3228154f50de
2013-08-20Adding interfaces for phone number service.Chiao Cheng
- Fetch image url if present. Bug: 10359919 Change-Id: Idf2ff5405255f1e90a383902762585ae68249dbe