summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* String improvementsMichael Bestas2016-06-201-12/+6
| | | | | | | | | * Don't wrap lines, they appear wrong on crowdin RM-232 Change-Id: Ib6b5cf3a5d5b76cfd47cee7acac59a902ecf683a (cherry picked from commit 20ee26eab049fdd38726f99431b5e8f9f2f9a596)
* Fixed storage permission issue for attachmentsGary Kipnis2016-06-102-13/+15
| | | | | | | | | | | | | | | Moved some audio library tab related string to cm_strings.xml When Storage Permissions were being requested and granted, they were applied to either the Gallery (image & video) or Audio tab. This patch makes sure that the permissions are propagated to both. Change-Id: I75cc9c4cdf05062a0b37a842fca9ebcb6f404a40 TicketId: Kipper-587 TicketId: Crackling-937 TicketId: Feij-143 TicketId: Porridge-64 (cherry picked from commit c042a5e48b8891c2fb91ccfb2e6f3f0a9ed8e582)
* Add handling of MMS Read report.allu.haribabu2016-05-251-0/+2
| | | | | | | | | MMS Read report handling is missing on 13.0. Added support for this. Change-Id: I6db874537beee246499537a76e419b1991a423b9 Issue-Id: CYNGNOS-2734 (cherry picked from commit 110cdf82bf8165451bc803983964be96a373bf4b)
* Added support for video and audio mms attachmentsGary Kipnis2016-05-242-1/+20
| | | | | | Change-Id: I3be9e54e9aba15416a8a442098ae5c88814fa72e Ticket-Id: FEIJ-128, FEIJ-143 (cherry picked from commit 54374cf69dd80bc21aea0574c4f91706b810a5be)
* Improve priority stringMichael Bestas2016-05-141-1/+1
| | | | | | | RM-232 Change-Id: I7026b9e59a0cca63659776b2ffbaf3e214424268 (cherry picked from commit 369448c4d0664c214ca35977531d02734a5f36f1)
* Save messages to SIM featuretnmy-cyngn2016-05-111-0/+49
| | | | | | | | Porting save message to SIM feature from 12.1 to 13.0 Bug-Id: PAELLA-221 Change-Id: Id340d2cd5bb1ec0fa82cfbea8575999e65f4c34e (cherry picked from commit 0dabdec1f6f6f90b6a0cd45646bdbf5fa79cde74)
* Implement lookup provider for 4x3 and 3x3 widgetMartin Brabham2016-05-021-0/+4
| | | | | | Change-Id: Ia44ac2c75172f10459d191dbca4731d00d8e542f Ticket-Id: MMS-213 (cherry picked from commit 4052475dd64ecd5445c2f60edb6b644e47315a79)
* Text/Multimedia message limit featuretnmy-cyngn2016-04-241-0/+12
| | | | | | | | | | Porting feature from 12.1 to 13.1 Feature to set/configure SMS and MMS limits per conversation. Bug: PAELLA-194,PAELLA-195 Change-Id: Ib1bd15f58a3d33572484d8c28de42e481c66f6b0 (cherry picked from commit 22d92d6675a139bf63613788f19f06ed59449315)
* Messaging: Fix mms expiry preferences.Adnan Begovic2016-04-191-2/+0
| | | | | | | | | | | | MmsUtils utilizes BuglePrefs#getSubscriptionPrefs to retrieve shared preferences specific to a subscription id (this is visible in the FactoryImpl of Messaging). Thus, its entirely wrong to have multiple options, per slot, per subscription id. TICKET: CYNGNOS-2520 Change-Id: I33e49160ed64ebf38f55022bc1f5293704815399 (cherry picked from commit 1fd9824a6771ff8542a63aa5be3f0c6415371904)
* Messaging: Fix broken and untested features.Adnan Begovic2016-04-153-10/+11
| | | | | | | | | | | | | Since the features for validity, delivery, read report and sending report are all per subscription, they need to abide by the runtime sanity checks provided by the BuglePrefs implementation which asserts that any such preferences will hava key that is prefixed with "buglesub_" Change-Id: Iba026257c6514e4ab4e9640d1615d4da4a0cfd62 TICKET: PAELLA-187,PAELLA-188,PAELLA-189 (cherry picked from commit d9a5a8360c11e79c14904035f63b6c469e07838b)
* Added new feature MMS Validity Period, MMS Delivery,Read Report and MMSallu.haribabu2016-04-123-3/+49
| | | | | | | | | | | | | Sending Report New preference field for mms are added in Messaging advanced settings ported from CyanogenMod 12.0 Messaging application to CyanogenMod 13.0. New preference field for MMS Send Priority are added in Messaging advanced settings and changed Naming Conventions and chmod changed to 644 Bug: PAELLA-187,PAELLA-188,PAELLA-189 Change-Id: I7d9461bb1f967003733c669cf08edc480c2cc5c5 (cherry picked from commit 06c49135d923f9c2f0344a6d1d55f4bf4f0939bb)
* Added new feature SMS Validity Periodharibabu.allu2016-04-064-0/+36
| | | | | | | | | New preference field Validity Period is added in Messaging settings ported from CyanogenMod 12.0 Messaging application to CyanogenMod 13.0 Bug: PAELLA-51 Change-Id: Ia53fdf36fbc18606ce512055445b68f580a312e2 (cherry picked from commit 56aafc2c7e7e7c20b3a9dbd81b6f38876b4b834a)
* Messaging: Fix file modecretin452016-03-281-0/+0
| | | | | | Issue-id: CYNGNOS-2060 Change-Id: I49d7446dfe045c71cc3ee5d727ea59101b8e77e5
* Messaging App is crashing when storage memory is fulljaffersulaiman2016-03-281-0/+8
| | | | | | | | | | Instead of showing low memory warning popup, Messaging App is crashing because of popup using unsupported style attribute.So it is handled with new style Bug: CYNGNOS-2060 Change-Id: I40c1fd6dc100602db6885f7affb292871ca0edcf
* Fix menu item highlight color.Danny Baumann2016-03-211-1/+1
| | | | Change-Id: I85ceaebad46b94f5d558d1c7347495dc20f021e0
* Added 'Always Ask' for Multi SIM phones to decide which SIM to use for every ↵gkipnis2016-03-011-0/+2
| | | | | | | | | | | text When the framework is configured to always ask the user of a Multi SIM phone which SIM to use, the App will now display a dialog allowing the user to select the provider to use for the current text message. Change-Id: Ibb2e4b007acce23acb2ab2e5fc71da6ae33943cc Ticket-Id: CYNGNOS-1745
* Improve swipe to delete stringsMichael Bestas2016-03-011-1/+4
| | | | Change-Id: If1e8da4757f331133d58ec91c548ae16892f9e8c
* Messaging: Toggable keyboard emoticons accessAdrianDC2016-03-013-2/+10
| | | | | | | * Allows keyboards to always display the line return key Change-Id: I316154ebc19c2f1274b9059336cef9940d9d6cff Signed-off-by: AdrianDC <radian.dc@gmail.com>
* Messaging:Swipe right to delete conversationchengzhi.hou2016-02-292-3/+3
| | | | | | | Change "swipe delete" to "swipe right delete", so SwipeArchive and SwipeDelete can exist at the same time. Change-Id: Ic03c850cecfb3546108a94e9af82eaa714b8d4e1
* Messaging: Fix some quick message ui issuescretin452016-02-243-0/+13
| | | | | | Issue-id: CYNGNOS-1860 Change-Id: I7a8faa3bd96e81d96fa93279fb67e94ceeb44323
* Add new colors and icon.Dave Kover2016-02-221-4/+4
| | | | | | | | Specs call for purple. So let it rain. Also, update the icon and insert as mipmap. Change references. Change-Id: Ie7ebc19d71b46a76b4f48f9e5fec1b76ec6dbe5f Ticket: MMS-216
* QuickMessage: Forward port string improvementsMichael Bestas2016-02-011-4/+4
| | | | | | * From cm-12.1 Change-Id: I3c82d36bd79f122686eff5e58d291a94843b9eda
* Messaging: Port of quick message from MMSemancebo2016-01-294-0/+120
| | | | | | Issue-id: CYNGNOS-1581 Change-Id: I5e6ac4f47e3f95cc8ee734ee5aef3de6d7c5fcb4
* Messaging: Implement option for swipe to delete.Adnan Begovic2016-01-182-0/+26
| | | | | | No one wants to swipe to archive, that's stupid. Change-Id: I7dcf767bdc45aee73949a2f03160775a2b887011
* Messaging: Bring back Unicode StrippingSzymon Pusz2016-01-133-0/+41
| | | | | | | Forward port from previous versions of mms.apk Original author: David van Tonder (http://review.cyanogenmod.org/#/c/53477/) Change-Id: Iba1faa51fad4077ee56957a0412cde6cc58a6083
* LookupProvider IntegrationMartin Brabham2015-12-161-0/+19
| | | | | | | | | | | | | | | | | 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
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-129-0/+2211
| | | | | | b/23110861 Change-Id: I11db999bd10656801e618f78ab2b2ef74136fff1
* Revert "Initial checkin of AOSP Messaging app."Mike Dodd2015-08-129-2211/+0
| | | | | | This reverts commit 461a34b466cb4b13dbbc2ec6330b31e217b2ac4e. Change-Id: Iac4ca77eeaa94989e91dead49a7959c905bd3078
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-129-0/+2211
b/23110861 Change-Id: I9aa980d7569247d6b2ca78f5dcb4502e1eaadb8a