summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵replicant-6.0-beta-0002replicant-6.0Wolfgang Wiedmeyer2017-02-1111-8/+334
|\ | | | | | | https://github.com/LineageOS/android_packages_apps_Messaging into replicant-6.0
| * Automatic translation importAbhisek Devkota2017-02-061-0/+40
| | | | | | | | Change-Id: I666946ef973f4861063c58691320a8343c10a3e1
| * Automatic translation importAbhisek Devkota2017-02-021-0/+1
| | | | | | | | Change-Id: Ib006e8d39fb668c0de698c64ae6afdb192ed5215
| * Automatic translation importAbhisek Devkota2017-02-014-2/+59
| | | | | | | | Change-Id: Id4138a26031545c4b55de94b57d28f74b9362704
| * Automatic translation importAbhisek Devkota2017-01-264-24/+90
| | | | | | | | Change-Id: I4807cf1301b2790c627860d382c658e2c3468a4c
| * Automatic translation importblinky@build012016-12-241-2/+2
| | | | | | | | | | Change-Id: I4ca0f92f3ed763cdfaf78a1ed798ad97cce0d657 Ticket: -
| * Automatic translation importblinky@build012016-12-211-1/+81
| | | | | | | | | | Change-Id: Ib58093a63a5331271da32cab1a0fd02c354f002c Ticket: -
| * Automatic translation importclyde@build012016-12-161-0/+81
| | | | | | | | | | Change-Id: I0f462a7c387b6058ba01cb6b9b78345689c97d34 Ticket: -
| * Automatic translation importpinky@build012016-12-151-0/+1
| | | | | | | | | | Change-Id: I3caaed2ee2d21c4e00cdddb0a9f558457a4531b9 Ticket: -
* | Revert "Add maps preview for addresses and integrate ridesharing request ↵replicant-6.0-beta-0001replicant-6.0-alpha-0006Wolfgang Wiedmeyer2016-12-1222-574/+24
| | | | | | | | | | | | into Messaging" This reverts commit 1a3b89e56b63270c0394f5b50cd4ce3081c1f7ee.
* | Revert "Fix getProviderInfo compile error after api change"Wolfgang Wiedmeyer2016-12-121-2/+2
| | | | | | | | This reverts commit 435f3e70248f235ec918d08efa20178192053529.
* | Revert "Adding metrics related to Ridesharing"Wolfgang Wiedmeyer2016-12-125-422/+0
| | | | | | | | This reverts commit 7619c3c57f0e9cd41a26aa8170ecae05591ac466.
* | Revert "Adjust map and map bar UX"Wolfgang Wiedmeyer2016-12-127-56/+40
|/ | | | This reverts commit c0de5d0cf1c44664fcfd9adf0568ac137c215512.
* Automatic translation importinky@build012016-11-2914-16/+161
| | | | | Change-Id: I7c0e992b2361ffa19ccfbc36563c08fc1636d026 Ticket: -
* Messaging: Fix incorrect equality checkMichael W2016-11-182-2/+2
| | | | | | | | | | The change https://review.cyanogenmod.org/#/c/163343/ introduced an incorrect equality check resulting in sms not being sent when sms preference is set to "Always choose". Correctly use equals() to fix this issue. Change-Id: Ic1a4667163c8da5c3e2108e460c25c07e0903241
* really use the subId: PhoneAccountHandleMarcos Marado2016-10-202-2/+30
| | | | | | | | | | | | | | | | | | | | | | | PhoneAccountHandle's getId does *not* return subId, nor an int, but an unique String identifier: "A connection service must select identifiers that are stable for the lifetime of their users' relationship with their service, across many Android devices. For example, a good set of identifiers might be the email addresses with which with users registered for their accounts with a particular service." Not only onSimSelected is expecting to receive int subId, but more importantly, if you try to Integer.valueOf(selectedAccountHandle.getId()) you'll probably bump into a few NumberFormatException's (if the identifier is an email address, as the previous text suggests, this is what's going to happen). Fix this by actually using the subId for the PhoneAccount that has that PhoneAccountHandle. Change-Id: I366e25602db2f96ffb95192c7664993834ba99fc
* Adding metrics related to RidesharingVineet Patil2016-09-305-0/+422
| | | | | Change-Id: I07720930146f3c6219ad77da222a5cf0218b20d8 Issue-Id: RIDE-344
* MediaPicker: Check for NPEAnkit Gupta2016-09-301-0/+4
| | | | | | | | make sure view has been created before asking for its visibility. Issue-id: FEIJ-1135 Change-Id: Id5c537b5446c4e8edb1a6748d931e245fa31fd64
* Automatic translation importpinky@build012016-09-25100-0/+284
| | | | | Change-Id: I780ba5c88e5f917c51faafa489c59791d1f8ab07 Ticket: -
* Add permissions for ridesharingStephen Bird2016-09-161-0/+2
| | | | Change-Id: Icfe94e3ed0ce5cbe13d42de2fb6c2ee033579dc1
* Adjust map and map bar UXTyson Miller2016-09-137-40/+56
| | | | | | | | | | - Add ripple to map button bar - Fix drawable tint color for generic ride icon - Fix margins for map button bar - Map zoom is closer to spec, but layout still WIP Change-Id: I77c9a570aea1462f91d85c2bd149aac895712caa Issue-Id: RIDE-246, RIDE-241, RIDE-243
* Fix getProviderInfo compile error after api changeemancebo2016-09-131-2/+2
| | | | Change-Id: Ied74ba7efb73e0ed04fdbaf2b3d697f629c34906
* Add don't optimize flag in proguard to avoid build errorYvonne Wong2016-09-131-0/+2
| | | | Change-Id: Ia2ff248397f2c85a2c88896b23f177173fae35be
* Add maps preview for addresses and integrate ridesharing request into MessagingYvonne Wong2016-09-1322-24/+574
| | | | | | | | | | | | | | | | | | | - 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
* Messaging: fix some int'l numbers from displaying incorrectlyRoman Birg2016-09-071-15/+4
| | | | | | | | | | The framework already handles a bunch of special cases and uses libphonenumber to format the number. Ticket: CYNGNOS-2945 Change-Id: If9b08b04b74bd1aa3b11214a42a15f7bfbc5ab48 Signed-off-by: Roman Birg <roman@cyngn.com>
* Messaging: fix bad recycle on sending two mms in a rowRoman Birg2016-09-071-0/+1
| | | | | | | | | | | When we are handling the add animation ourself, we need to call the dispatchAdd() to finish the operation so the recycler view can propely handle it. Ticket: CYNGNOS-3253 Change-Id: I7fe17e0f41446122f39bd99a394c3c51754724d3 Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importclyde@build012016-09-062-0/+4
| | | | | Change-Id: Id8b7b564ea2f5a8a8d51c1f8dc7cce20d0a38787 Ticket: -
* Automatic translation importpinky@build012016-08-290-0/+0
| | | | | Change-Id: I09b6d8d3ee306289e485f38662241cffd11b9360 Ticket: -
* Automatic translation importpinky@build012016-08-2712-5/+1368
| | | | | Change-Id: I255923e97cd6e896e4c63234522c0e1203668311 Ticket: -
* Unachive conversations from unblocked participantsd34d2016-08-151-0/+41
| | | | | | | | | When a contact is blocked, the conversation with that participant is archived. This patch unarchives the conversation when the participant is no longer being blocked. Change-Id: Ief7146ad76fc786621f080c3909e922ace1f4a75 TICKET: CYNGNOS-3226
* Automatic translation importblinky@build012016-08-132-2/+9
| | | | | Change-Id: I6e17d6086897e2412bf2eb77fc25b0519814e4ee Ticket: -
* 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
* Use app settings for conversation settings if no custom setArtem Shvadskiy2016-08-054-6/+69
| | | | | Change-Id: I8ccfe7fec395c06de38a84ba2d8b2d025b3b84d7 issue-id: FEIJ-1291
* Underp buildd34d2016-07-251-2/+3
| | | | Change-Id: I49929448c8853837ca282bc8fb07e26845d2c203
* Themes: Expose new hard coded colors for themesBryan Owens2016-07-2512-19/+36
| | | | | Change-Id: I944d2ad88f177228d5fedbf213265fe05313e185 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Automatic translation importpinky@build012016-07-211-1/+1
| | | | | Change-Id: I4be68016e5e856cd7a54aa3b24d824ce5755d76d Ticket: -
* Messaging : Fix blacklist syncDanesh M2016-07-206-29/+90
| | | | | | | | | | | | - 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
* Stop quick messages from Russian numbers showing multiple conversations.Nathaniel Waggoner2016-07-191-9/+2
| | | | | | CYNGNOS-3145 Change-Id: Ic9f24861adeb074b6c6c8845217cb0dbd893d669
* Automatic translation importpinky@build012016-07-191-0/+17
| | | | | Change-Id: I360f72680ef4b1f7eec267b47b3c44d0874bbe9d Ticket: -
* Messaging: fix cursor not close explicitlyKeith Mok2016-07-161-6/+4
| | | | | | | | Cursor always need to be close after query. FEIJ-1585 Change-Id: Ie523c89b6271a28d3d2d8a08232387c1bd609880
* Automatic translation importinky@build012016-07-151-0/+80
| | | | | Change-Id: I8808e2d7b89fc446f009056eb49d21233ea12f78 Ticket: -
* Automatic translation importblinky@build012016-07-140-0/+0
| | | | | Change-Id: I64be1eaa9b779539ded751afb078666dd4313bdc Ticket: -
* Automatic translation importpinky@build012016-07-132-0/+14
| | | | | Change-Id: Ief6604ed6644bfb4b39ed5fde68cda99d2e126fe Ticket: -
* Messaging app crashes after a few MMStnmy-cyngn2016-07-071-1/+2
| | | | | | | | | | | In some scenarios, data not bound when SIM state change local broadcasts are received. See stacktrace for more info. Protect against/skip call to update() in such scenarios. Bug-Id: CYNGNOS-3062, KIPPER-718 Change-Id: If94d789aecda47ebff775155c66b670a10ff7fe4
* Automatic translation importblinky@build012016-07-041-0/+1
| | | | Change-Id: I0a7e7ced5f887f3d92d5771c976fb31a6743c70e
* Remove identifier that causes warnings under OpenJDK 8 compilerNeil Fuller2016-07-011-2/+2
| | | | | Bug: 24494019 Change-Id: Ifca3226d3de1c72cc24c6092e105b42b95408c18
* Automatic translation importinky@build012016-06-2913-0/+140
| | | | Change-Id: I86df7c6c59f777ce6ba5f0d081ae73645389fff4
* Messaging: Use textutils to match against SIP scheme.Adnan Begovic2016-06-282-6/+12
| | | | | Change-Id: Ica8ddc9fc405dc6eedc0b808897513078c64e752 TICKET: CYNGNOS-2982
* Automatic translation importblinky@build012016-06-2015-5/+279
| | | | Change-Id: I65e0020f57709c3666c99d2d2f014357f4979288
* String improvementsMichael Bestas2016-06-201-12/+6
| | | | | | * Don't wrap lines, they appear wrong on crowdin Change-Id: Ib6b5cf3a5d5b76cfd47cee7acac59a902ecf683a