summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add maps preview for addresses and integrate ridesharing request ↵replicant-6.0-beta-0001replicant-6.0-alpha-0006Wolfgang Wiedmeyer2016-12-121-3/+5
| | | | | | into Messaging" This reverts commit 1a3b89e56b63270c0394f5b50cd4ce3081c1f7ee.
* Add maps preview for addresses and integrate ridesharing request into MessagingYvonne Wong2016-09-131-5/+3
| | | | | | | | | | | | | | | | | | | - Uses the first map link found in a message to get a static map view - The static map view is shown as a preview and can be clicked to go into the default maps app - Clicking on request ride will lead the user to RideCoreUI with pickup location prefilled based on the address in the map link - Clicking on the directions button will lead the user to google maps's navigation - Display placeholder background when map is loading or offline with no cached image - Use RoundedCornerTransformation to transform the map into a bitmap with rounded corners - Show brand bitmap from ridesharing services if an active provider is chosen, otherwise display the generic ridesharing icon Change-Id: I8e74c6d9beeaa58f01f0a51e5a831c6697c890ea Issue-Id: RIDE-75, RIDE-76, RIDE-77
* 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