summaryrefslogtreecommitdiffstats
path: root/src/com/android/messaging/BugleApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* Clear avatar media cache on theme changed34d2016-08-081-0/+16
| | | | | | | | | | Default avatars retained the previou;sly applied theme's colors due to the avatar images being cached. This patch checks if a theme change has occurred and if so destroys the avatar media cache so that it can be rebuilt with the newly applied theme's colors. Change-Id: Iab3d6e0171a949235da643fc80bf54d9375e42fb TICKET: CYNGNOS-3118
* Messaging : Fix blacklist syncDanesh M2016-07-201-1/+1
| | | | | | | | | | | | - Fix issues where adding a remote blacklist (via settings) didn't update the overflow option - Fix blacklist observer crash due to not overriding onPostExecute - Fix deletes in both the provider and sync service. - Ensure we notify of changes and observe them in the activity. CYNGNOS-2998 Change-Id: Icac5e290aa129e878e59496e6c2e690b0f504633
* Integrate CallerInfo with notificationsArtem Shvadskiy2016-05-251-5/+19
| | | | | | | | | - Allow notifications to use network URIs for avatar icons. - Implement redirect following in network URI requests. - Refactor lookup API Change-Id: Ica61c7aadac1d32dc9d04785f381abf9e0fb1441 issue-id: OPO-725
* Implement lookup provider for 4x3 and 3x3 widgetMartin Brabham2016-04-251-2/+2
| | | | | Change-Id: Ia44ac2c75172f10459d191dbca4731d00d8e542f Ticket-Id: MMS-213
* LookupProvider IntegrationMartin Brabham2015-12-161-9/+17
| | | | | | | | | | | | | | | | | 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/+23
| | | | | | | | | 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/+262
| | | | | | b/23110861 Change-Id: I11db999bd10656801e618f78ab2b2ef74136fff1
* Revert "Initial checkin of AOSP Messaging app."Mike Dodd2015-08-121-262/+0
| | | | | | This reverts commit 461a34b466cb4b13dbbc2ec6330b31e217b2ac4e. Change-Id: Iac4ca77eeaa94989e91dead49a7959c905bd3078
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-121-0/+262
b/23110861 Change-Id: I9aa980d7569247d6b2ca78f5dcb4502e1eaadb8a