summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-12catch NullPointerException when network information is not availablelinaro_android_4.4.2Amit Pundir
Catch NullPointerException when network information for TYPE_MOBILE_MMS connection is not available. Change-Id: I91e1835c7cc4b6ef770fe558a5f1ac1dabe97f41 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-12-03Android denial of service attack using class 0 SMS messagesandroid-4.4.2_r1.0.1android-4.4.2_r1kitkat-mr1-releaseTom Taylor
Bug 9702645 Bug 11970403 - Change to ClassZeroActivity to singleTask Cherry pick the change from master. Making every AlertDialog immediately visible can lead to exhaustion of graphics-related resources, typically memory, resulting in a broken bufferqueue/hw renderer, and subsequent system crash. Make ClassZeroActivity a singleTask activity, and queue incoming messages if one is already being displayed. Change-Id: I0aef7b857364acc404e79581ba5e503571065483
2013-11-04Import translations. DO NOT MERGEandroid-4.4.1_r1.0.1android-4.4.1_r1Baligh Uddin
Change-Id: I3e0fb5f09759f0d666697b8793efedc5967bc7d1 Auto-generated-cl: translation import
2013-10-21Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Id9ae995c1bfe3e23f38302d4dd54652e1c186cd7 Auto-generated-cl: translation import
2013-10-17Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin
2013-10-16Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I68c866afbae3099627a843b5b07c6bb6dac065da Auto-generated-cl: translation import
2013-10-16merge in klp-release (no-op)android-cts-4.4_r1kitkat-cts-devEd Heyl
2013-10-15merge in klp-release history after reset to klp-devandroid-cts-4.4_r4android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9kitkat-releasekitkat-cts-releaseThe Android Automerger
2013-10-14Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I8b6523da4608a39574279eaff5e0b2df0fcf3c73 Auto-generated-cl: translation import
2013-10-13merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-12Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ife1fe9690d99677ee51a3b33e7b879b3057b7265 Auto-generated-cl: translation import
2013-10-11Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I8795768c8d6332b8afc6089ec0117a0b8d842b7e Auto-generated-cl: translation import
2013-10-10merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-09Merge "Turn off the DEBUG flag in MessagingNotifications before shipping ↵Tom Taylor
KLP" into klp-dev
2013-10-09Merge "Mms app should stop sending messages if it is not the default app." ↵David Braun
into klp-dev
2013-10-09Turn off the DEBUG flag in MessagingNotifications before shipping KLPTom Taylor
Bug 10495015 Change-Id: I5e7e0a48febc4616ecfafd5fbb059a88d88020a6
2013-10-08Mms app should stop sending messages if it is not the default app.David Braun
If the Mms app had pending (Sms or Mms) messages when the user changed the default Sms app to another app, it would try to send the pending messages over and over because it would send and then fail to mark the message as sent, send, fail to mark, etc. This change makes the SMS receiver servce (which actually sends SMS as well as receiving them) bail if the Mms app is not the default app and does the same for the TransactionService (Mms). The message already in flight will still get sent once, but the service will not try again or send any other messages. If the user then makes the Mms app the default app again these messages will be sent once more (whether or not they were sent the first time, because we can't tell) and then they will be marked as sent. The user may need to send an SMS/MMS message again to "kick the queue" and cause the pending messages to be sent after disabing/reenabling the Mms app as the default SMS app. Bug: 10955896 Phone sends an infinite amount of MMS messages if you switch default SMS app before MMS sends Change-Id: I35c895cdf9ef7c597d1a25d7c3b8a801e0226688
2013-10-08merge in KFS78N (no-op)Ed Heyl
2013-10-08merge in KQS81MEd Heyl
2013-10-08merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-07Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I066b4d937d05a07040890c6d9394559b1190a8db Auto-generated-cl: translation import
2013-10-07Merge "Messaging app crashed after playing a slide show" into klp-devTom Taylor
2013-10-06merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-04Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I09d247e181fc754e8458b10005bbb4973cee4ea2 Auto-generated-cl: translation import
2013-10-04Messaging app crashed after playing a slide showTom Taylor
Bug 11084519 Simple and safe fix. Change-Id: I0ef81767db8f0715adcc06a2a65230f4554d5b1c
2013-10-03merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-02Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ic5bf5e6d0385e52825bcd6daa0e21d2b77981c0c Auto-generated-cl: translation import
2013-10-02merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-01Merge "Improve Messaging app behavior when not default SMS app." into klp-devDavid Braun
2013-10-01Improve Messaging app behavior when not default SMS app.David Braun
Bug: 10819173 change Messaging app to handle the use case when it's not the default SMS app on KLP Bug: 11006233 No text box displayed for writing message after tapping on "Write your own" when providing a quick response to reject an incoming call Change-Id: Ic5e7bfab8a7266fdc25fc6a9545a4fc836110f6e
2013-10-01merge in klp-release history after reset to klp-devThe Android Automerger
2013-10-01Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin
2013-09-30Merge "When message is converted from SMS to MMS, there is no pop-up message ↵Wei Huang
notifying the user about the additional charges" into klp-dev
2013-09-30Import translations. DO NOT MERGEBaligh Uddin
Change-Id: If87690c23fb7e44ef4da5f74bd478733220f8c8d Auto-generated-cl: translation import
2013-09-29merge in klp-release history after reset to klp-devThe Android Automerger
2013-09-27Remove smiley supportTom Taylor
Bug 10641371 - Remove ascii --> emoticon conversion Change-Id: I5350db1baef4c1277775e6600cd9ed077684b655
2013-09-27When message is converted from SMS to MMS, there is no pop-up message ↵Tom Taylor
notifying the user about the additional charges Bug 8633269 Change-Id: Ibbaac81d3f329e06baf65a7c99b97d6c4d1187b7
2013-09-26merge in klp-release history after reset to klp-devThe Android Automerger
2013-09-25Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I49bcbb3a244da2a6249d93221c372a57bc380de7 Auto-generated-cl: translation import
2013-09-25Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Iec7c90692a08ad6eea593a2c08cbbe2b829442cd Auto-generated-cl: translation import
2013-09-25merge in klp-release history after reset to klp-devThe Android Automerger
2013-09-24Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin
2013-09-24merge in klp-release history after reset to klp-devThe Android Automerger
2013-09-23Fix NPE trying to enable/disable removed preference.David Braun
We were calling setEnabled on the return value of findPreference for a preference which had been removed on this device. New code only enables/disables categories and retrieves all categories up front as member fields before any decisions are made to add/remove settings. Bug: 10892022 Stability: NPE in MMS: mms.ui.MessagingPreferenceActivity.updateSmsEnabledState(MessagingPreferenceActivity.java:141) Change-Id: I6e065a53009bba07361995fa0b35ee52eb5a23e6
2013-09-23Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I189bd3d0c33a51a0d0278ce336b9536e623011e1 Auto-generated-cl: translation import
2013-09-23Fix NPE trying to enable/disable removed preference.David Braun
We were calling setEnabled on the return value of findPreference for a preference which had been removed on this device. New code only enables/disables categories and retrieves all categories up front as member fields before any decisions are made to add/remove settings. Bug: 10892022 Stability: NPE in MMS: mms.ui.MessagingPreferenceActivity.updateSmsEnabledState(MessagingPreferenceActivity.java:141) Change-Id: I6e065a53009bba07361995fa0b35ee52eb5a23e6
2013-09-23Update API used to determine default SMS app.David Braun
In order to direct intents that make sense to send only to the default SMS app, we need to update the API to return the package rather than just having it check the package name. Bug: 10870624 System should direct "SENDTO" intent with "sms" and "mms" schemes to the default SMS app Change-Id: I6314902b25e9474207ce551d1d7630b5400bbeab
2013-09-22merge in klp-release history after reset to klp-devThe Android Automerger
2013-09-20Merge "Update Mms app to better handle not being the default app" into klp-devDavid Braun
2013-09-20Update Mms app to better handle not being the default appDavid Braun
Adds new settings to make it easier to make this the default app and to make it easy to change the default app. Disables all options and menus in the UI which would send or otherwise perform write operations on the SMS database when the app is not the default SMS application. Enables or disables all settings UX based on whether or not it is the default SMS application. Adds a banner to the top of the conversation list if Messaging is not the default SMS app making it easy to set Messaging as the default app. Bug: 10819173 change Messaging app to handle the use case when it's not the default SMS app on KLP Change-Id: I68dc1c0c72df75bda23f3a137ccc3b279526bb2c