summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Externally Reported Low Severity Security Vulnerability: SMS Resend ↵HEADmasterTom Taylor2015-09-281-1/+2
| | | | | | | | | | | Vulnerability in Android Bug 17671795 Require SEND_SMS permission so apps without it won't be able to trick the messaging app into sending messages. Change-Id: Ibb1bc8ac33cdc2df956b79ba3dd16b37c44b955d
* Mms: Fix QuickMessage mdpi/hdpi layoutsJorge Ruesga2013-09-166-3/+72
| | | | | | | | | Fix https://jira.cyanogenmod.org/secure/attachment/12587/Screenshot_2013-09-15-22-59-37.jpg Change-Id: I42131b0f997edb8f3ddbec758d861cd70f816b16 JIRA: CYAN-1605 Issue: https://jira.cyanogenmod.org/browse/CYAN-1605 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Mms: Fix QuickMessage mdpi/hdpi layoutsJorge Ruesga2013-09-143-0/+48
| | | | | | | Change-Id: I0454e39ff11fa5927dafce3bac25c96398a9e656 JIRA: CYAN-1605 Issue: https://jira.cyanogenmod.org/browse/CYAN-1605 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Don't show quick message popup over secure lockscreen.Danny Baumann2013-09-041-0/+4
| | | | | | Doing so allows bypassing the lockscreen. Change-Id: I8a49395954ba1e50415285531ebe75e2c4343c1c
* Mms: findPart may still be nullJorge Ruesga2013-09-031-1/+7
| | | | | | | | | | | This partially reverts 2757db88a16af8197243025a9393367a6ebba3e1 commit, because pb.getPartByContentId("<" + src + ">"); may return null. Throw the old IllegalArgumentException if this happens. Change-Id: Iaa2dbfb6d872d5e34908d5835ec5112ff965561d JIRA: CYAN-2100 Issue: https://jira.cyanogenmod.org/browse/CYAN-2100 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Mms: RU translationpvolkov2013-08-021-2/+2
| | | | Change-Id: I96b6482de3e34e30840581efff312f2b30fce2ed
* MediaModelFactory.findPart moved to SmilHelper for use in both places.Bryan Aldrich2013-07-232-36/+91
| | | | | | | findPart updated to include looking in ContentId even if the "src" does not have the cid: prefix. Noticed from a Stock GS4. SmilHelper now has a fixup(...) method which removes duplciate parts. Change-Id: I1e1b6b0792888797123fadd795dd33b141ce8ea2
* Merge "Fix IllegalStateException." into cm-10.1Danny Baumann2013-07-221-0/+2
|\
| * Fix IllegalStateException.Danny Baumann2013-07-171-0/+2
| | | | | | | | | | | | | | The pager must be notified of changes in its underlying data. JIRA:CYAN-1703 Change-Id: I473e03e546665f5a159e2af43b389c0d83dc9928
* | Mms: use existing setting instead of using MmsConfig.Shareef Ali2013-07-205-13/+11
|/ | | | | | * use mwi to disable the 9016 Change-Id: I7177bff8970c07fef5e33b3fe06656b758bfcf97
* Merge "Don't recycle messages by default." into cm-10.1David van Tonder2013-07-161-14/+2
|\
| * Don't recycle messages by default.Chirayu Desai2013-06-301-14/+2
| | | | | | | | | | | | | | | | | | | | | | * Don't delete old messages by default. * If any of the conversation threads have more messages than the storage limit settings, an activity is shown that will tell the user how to turn on the storage limits. * This changes the behavior introduced in commit f766f33b774cfb6dd4100a6522ffa23c0a0dae35 Change-Id: I7e20ec73fbe42e19397cda2663de7434557f0e51
* | Mms: PT-BR translationsGustavo2013-07-1456-2/+2
| | | | | | | | Change-Id: I34931f3ecf19b4a311253f6fb50578710782afa6
* | Mms: SK translationprescott662013-07-111-0/+47
| | | | | | | | Change-Id: I4a06554b7ef6420dd48d5a36f2e2f61cec69710d
* | Merge "MMS: Update Polish language" into cm-10.1Danny Baumann2013-07-081-0/+1
|\ \
| * | MMS: Update Polish languageTomasz Popielarczyk2013-07-021-0/+1
| | | | | | | | | | | | | | | | | | PS1: Fix doubled string Change-Id: Ib82545886ea285d281bbad9a5d838d7d596d3078
* | | Fixed Latvian translationDavis Mosenkovs2013-07-071-1/+1
| | | | | | | | | | | | Change-Id: Ifc7265c87963b1fb033056e048474757d1db801e
* | | Templates: back button goes to preferences not conversation listjt11342013-07-031-2/+2
|/ / | | | | | | Change-Id: Ib12e521b5049b0139ad638edb3a1583c3410cac5
* | Nuke the 'vibrate during call' option.Danny Baumann2013-07-0126-65/+3
|/ | | | | | | | It has never worked anyway, as NotificationManagerService prevented the vibration on a lower level. Change-Id: I5192d841796d3a2e1a447140eb26096b09aaec2d JIRA:CYAN-1550
* Mms: zh-rTW translationsFu-Chun Hsu2013-06-261-0/+98
| | | | Change-Id: I5822d375404386d40b997654ba02680483abb006
* Merge "Mms: Add Missing Af Translations" into cm-10.1David van Tonder2013-06-241-0/+2
|\
| * Mms: Add Missing Af Translationsisimobile2013-06-241-0/+2
| | | | | | | | Change-Id: I1efc43f1ecd13a582e864528cccea9990508524b
* | Prevent FC in low memory conditionsMarcel Bokhorst2013-06-172-8/+14
| | | | | | | | | | | | | | | | Add missing null cursor checks Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I974eea82cac3dfe3a01e5d79c1721d3514f940f6
* | Merge "Mms: Simplified Chinese Translations" into cm-10.1Danny Baumann2013-06-161-0/+2
|\ \ | |/ |/|
| * Mms: Simplified Chinese TranslationsAndrew Jiang2013-06-051-0/+2
| | | | | | | | Change-Id: Ia31b877ce50052371d62ba20a525d5740212f9fb
* | Merge "Mms: CS translation" into cm-10.1Danny Baumann2013-06-141-0/+2
|\ \
| * | Mms: CS translationOndrej Zima2013-06-061-0/+2
| |/ | | | | | | | | | | - added new MMS push strings Change-Id: Icb19d7b21e27b0b8a6bd2fc69b76b9dd43b52cdb
* | Merge "Mms: EL translations" into cm-10.1Danny Baumann2013-06-141-0/+2
|\ \
| * | Mms: EL translationsMichael Bestas2013-06-061-0/+2
| |/ | | | | | | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ib207ddf9d99c7ef9f9c5e8e3076f34cccf4b1fd0
* | Merge "Mms: Update Polish translation" into cm-10.1Danny Baumann2013-06-141-1/+3
|\ \
| * | Mms: Update Polish translationTomasz Popielarczyk2013-06-061-1/+3
| | | | | | | | | | | | Change-Id: I3215075d8b7ceaf736f76bee1e246124cb4eea7a
* | | Merge "Mms: Delay unicode stripping from a message" into cm-10.1David van Tonder2013-06-114-250/+168
|\ \ \
| * | | Mms: Delay unicode stripping from a messageDariusz Gadomski2013-06-114-250/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using an InputFilter for stripping has some unwanted consequences. First of all it totally messes up dictionaries for suggestions. Usually user taking advantage of unicode stripping wants to text without non-GSM chars, but wants to have full and correctly spelled suggestions in other apps (e.g. email). The InputFilter approach results in having stripped suggestions everywhere. With this change the app strips unicode characters only for the purpose of counting available characters counting and to convert the text right before sending the message. This way the user can compose messages (and have his drafts stored) with all characters and can see his stripped messages in the conversation history after (to be aware that it has been stripped of unicode chars). This makes the app behavior consistent with many popular apps (e.g. GO SMS, Handcent) meeting users' expectations. Patch set 2: fixed initialization order in QuickMessagePopup.java Patch set 3: rename class: StripUnicode -> UnicodeFilter Change-Id: I44ac859d286958d036ddd67a6820a4c09a393644
* | | | Some cleanup.Danny Baumann2013-06-081-18/+25
|/ / / | | | | | | | | | Change-Id: I47d867f3eaed55b53fdc26b463eef29994ecfd22
* | | Fix 'vibrate on call' option.Danny Baumann2013-06-082-2/+2
| |/ |/| | | | | | | JIRA:CYAN-1325 Change-Id: Ia01945aa281a1ebef38c80c5896e5be79c290435
* | Mms - Fix type (FR)Matthias2013-06-051-1/+1
| | | | | | | | Change-Id: I679a624334be692f6b6427f20474d8d425866623
* | Fix SMS sending.Danny Baumann2013-06-021-1/+1
| | | | | | | | | | | | | | ACTION_SEND_MESSAGE must be routed through the privileged receiver now, otherwise it'll be dropped in SmsReceiver. Change-Id: Ifbe6e222d16053c038ca79a98e6bc837090ea3a3
* | Add support for sending out MMS via BT MAP.Corey Garst2013-06-0112-0/+111
| | | | | | | | Change-Id: Id4bdcf80f8dd9da83371eab1cfb2e1fb69797427
* | Fix up receiver declaration.Danny Baumann2013-06-012-3/+14
|/ | | | | | | | | | | The intent this receiver listens to is used by the BT MAP implementation to send out SMS it queued. As the manifest and the SmsReceiverService.java were in disagreement about the action name, this didn't work. Also secure the receiver in the process, it can be used to send out SMS without having the SEND_SMS permission otherwise. Change-Id: Ia8d181731baea586865ce3f18fe0864636c2b6f4
* MMS: Fix lookup of vanity addressesJorge Ruesga2013-05-281-3/+12
| | | | | | | | | | Avoid the use of the function PhoneNumberUtils.stripSeparators for non-strict phone numbers. Change-Id: I9db09780fd066f07fd0c22a8dad7431d34805b25 JIRA: CYAN-57 Issue: https://jira.cyanogenmod.org/browse/CYAN-57 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Revert "MMS: Fix lookup of vanity addresses"Jorge Ruesga2013-05-271-9/+3
| | | | | | This reverts commit ee1ca02c993ed3f05d07bd1542301d59a7897e33 Change-Id: I6f11555b57961d653f49733e7a4f3f6f60892e04
* MMS: Fix lookup of vanity addressesJorge Ruesga2013-05-271-3/+9
| | | | | | | Change-Id: Ib6b6e7d664388f60b27bfc68d256e05d472aefed JIRA: CYAN-57 Issue: https://jira.cyanogenmod.org/browse/CYAN-57 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Merge "Kill off use off FORCE_LED_WITH_SCREEN_OFF notification flag." into ↵Danny Baumann2013-05-181-3/+0
|\ | | | | | | cm-10.1
| * Kill off use off FORCE_LED_WITH_SCREEN_OFF notification flag.Danny Baumann2013-05-161-3/+0
| | | | | | | | | | | | | | NotificationManager has been fixed to reenable the LED when turning off the screen. Change-Id: I232bea3bffd141ea3ca71405b01bc50eb8177bdf
* | Mms: DA translationJacob Overgaard Madsen2013-05-141-0/+2
|/ | | | | | From staging branch Change-Id: I8f60aaa0a1e43d0abe06833af53c7da06b3c23bc
* Merge "MMS: Update Polish translation" into cm-10.1Marco Brohet2013-05-131-1/+1
|\
| * MMS: Update Polish translationTomasz Popielarczyk2013-05-131-1/+1
| | | | | | | | | | | | Merging Change-Id: If26f73ac7fbb0333aa1358f841c3dc874793c2a5
* | Merge "Mms: Simplified Chinese Translations" into cm-10.1Marco Brohet2013-05-114-10/+9
|\ \ | |/ |/|
| * Mms: Simplified Chinese TranslationsAndrew Jiang2013-05-094-10/+9
| | | | | | | | | | | | | | Updated translations, fixed file permissions, and sync'd strings.xml to AOSP master. Change-Id: I5fe5c974b04670fc5763e866921df278f90e245a
* | Mms: NB translationOdin Ugedal2013-05-112-0/+21
| | | | | | | | | | | | | | | | PS2: Trying to make Cid happy! Commit for staging: http://review.cyanogenmod.org/#/c/37277/ Change-Id: I8bc2745f93f3c88ce4530e24299040efc637f4de