summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add 'ims-common' build dependencyRohit Yengisetty2016-04-081-1/+2
| | | | Change-Id: I9efe7c019e5c468f025a69550e958d1ce7ed3637
* Fix image re-binding issues for contacts obtained via a LookupProviderRohit Yengisetty2016-02-231-1/+0
| | | | | | | | | | | | | | | | | | | The images loaded via information from a LookupProvider, like those in the main Converations view, don't rebind after the view undergoes a detatchment and re-attchment phase. RecyclerView, unlike ListView, doesn't call bind if it deems a ViewHolder in its scrap-heap is valid. In such cases, the ViewHolder is attached to the view hierarchy without undergoing a bind(). The ImageViews maintain a strong binding to model-data which enables them to free the view-state on detachment. On attachment, the view-state is refreshed from the model-state. The bugs we were seeing were a result of not updating the model-state with the image information obtained from the LookupProvider. Change-Id: Id93ee6369435211f20d7bfe16d521c79669e4f4a Issue-Id: CYNGNOS-2118
* Messaging: Fix missing variable for local compilationAdrianDC2016-02-201-0/+3
| | | | Change-Id: I27a83fa33b5e23f1bd46cce37afaac64133cee8c
* LookupProvider IntegrationMartin Brabham2015-12-161-1/+14
| | | | | | | | | | | | | | | | | Creates pipeline for communication with the provider implementation This allows us to lookup extra information on phone numbers and provide this in our application experience. 1. Contact avatar badging for indication of provider source 2. Provider avatar downloading and caching (3-level [2 in memory, 1 on disk]) 3. Extra contact information updated/merged 4. Ability to report spam (if provider supported) Contact information takes presedence over provider information if the participant is stored as a contact on the device Change-Id: Ie798bd89f350aadf066ee4d484382b1e1af5b718
* Added local blacklist and framework blacklist database synchronizationgkipnis2015-12-081-0/+2
| | | | | | | | | Local blacklist DB acts as a WriteThrough cache of the FW blacklist DB. 1. At the App startup time, the local DB is initialized with FW DB values. 2. A ContentObserver is registered to monitor FW Blacklist DB 3. Updates to local DB are also passed to the FW DB Change-Id: I56e1965884c383782710c90563940d75a17a7264
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-121-0/+88
| | | | | | b/23110861 Change-Id: I11db999bd10656801e618f78ab2b2ef74136fff1
* Revert "Initial checkin of AOSP Messaging app."Mike Dodd2015-08-121-88/+0
| | | | | | This reverts commit 461a34b466cb4b13dbbc2ec6330b31e217b2ac4e. Change-Id: Iac4ca77eeaa94989e91dead49a7959c905bd3078
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-121-0/+88
b/23110861 Change-Id: I9aa980d7569247d6b2ca78f5dcb4502e1eaadb8a