summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/service
AgeCommit message (Collapse)Author
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