Open
Conversation
* commit 'fb15d874a5da2744f1cf56c3132328cdd8b7ad4a': Fix 2 bugs in Mms AppWidget
Change-Id: I4fb7758b18f0c586c9a497f17395968123489292 Auto-generated-cl: translation import
Bug 7132522 Drafts get loaded asynchronously, long after the send button state has been updated. Once the draft is loaded, the code needs to update the send button state based on the working message. Change-Id: I92234c6e3ca123be744b495b173fcf9cc2ada8ca
Bug 6764486 Change-Id: I5a4d86fc4948b0a4c9986730fd4290cc1a63acd2
Bug 6542880 Don't hide the keyboard when showing a quick contact. Change-Id: I930bcd19c8d25005e3aba316d512a3991b2d6f65
…aging" into jb-mr1-dev
Bug 7087996 Bug 7161745 Add a group participants activity so a user can see all the members of a group chat. Also fix a monkey bug with isCursorValid(). Change-Id: Ic73b6e27a139c74e4c735628ce822d102501da83
Change-Id: I827e01bb28fac8f8f01256b304292b94eca97185 Auto-generated-cl: translation import
The default behavior for sending a message to a premium SMS short code (or suspected premium SMS number) is to ask the user for confirmation. Don't exclude built-in MMS app from user confirmation. Bug: 5513975 Change-Id: Ib8a2a1b5384cb08ba93236f665152a86f0ffbf97
Bug 7165172 Change-Id: Ica644ed1b89455e54fdee436cae3f71352c7437f
Bug 7112646 Don't show "<Subject: no subject>" for mms messages where the subject is "no subject" Change-Id: I9b4c71ede607699273dbee2b791a879c96d0c993
Change-Id: I16004e3157430008a12107b36a1c63c1dd4e31c9 Auto-generated-cl: translation import
Bug 7169881 blockingUpdateAllNotifications() gets called from Conversation.markAsRead(). markAsRead gets called often, on every DB change (see CMP.mDataSetChangedListener) and on every user interaction (see CMP.onUserInteraction()). The call to blockingUpdateAllNotifications() wasn't passing in the threadId. As a result, the code would build a notification for an incoming message even though CMP was looking at that thread. This caused the messaging notification icon to flash in notification bar as notification were created then quickly dismissed. This change fixes that by not creating notifications (other than a soft beep) for incoming messaging on the thread the user is looking at. It also fixes the empty notification that would take the user to a new conversation. Change-Id: Ic0177cdd05d198abc85eae9077688c360573c879
Bug 7117451 Add more debugging so I can see that we're clearing setCurrentlyDisplayedThreadId() in CMP.onPause. Change-Id: I2230b2661f7bbebcdfdd29ee1ab4c31bb59deea2
Bug 7175606 Change-Id: Ic7bf8afb348e89eed0a28781482a5030a23ff5cb
Bug 7175606 Change-Id: Ic7bf8afb348e89eed0a28781482a5030a23ff5cb
Bug 7192246 Bug 7117451 Only beep it there are outstanding notifications. Also, there was a race condition between receiving an sms and putting up a notification and the conversation getting marked as read. Change-Id: Ib3050582cbcef2986214fcb82c8c64aa9948211f
Bug 7175606 Add more logging to see if we're trying to create a thread during delete. Change-Id: If39845c370fd15a7641dc36db074ff0ef6b19c85
Change-Id: I75a1b63d1b1e3cd7ccb76b8419aae0d4baccc9fd Auto-generated-cl: translation import
Apply Signature text to Quick Replies also. Change-Id: I377d242791cd511f5c93a77f54f1145266d1732c
Apply Signature text to Quick Replies also. Change-Id: I377d242791cd511f5c93a77f54f1145266d1732c
Fix weird grey recipient selector in Mms app dropdown list. This is with TRDS on. Change-Id: I8497a29c1f5bc9cf714f9c382db7bdea5842e7c9
Remove Quick Reply dark theme as it conflicts with the TRDS toggle. This utilizes the same resources as light but inverted as part of TRDS. Change-Id: I1188564a0dcbd311e68b12f71ed759c3952132c1
Try to process all pending transations and queued smses which maybe killed by user, OOM or Mms crashing and so on after Mms app is (re)launched. Since for Mms: Mms app only will retry failed transaction( must be marked as failed) due to network issue or any known reason, and for sms: Mms app only rely on SmsDispatcher to retry to send at most 3 times. Change-Id: Ifc46d1a86bf33342590313c29d6d4c0aff7c739f Signed-off-by: Roger Chen <[email protected]>
kinda strange situation....that we removed the whole CM theme toggle was right but causes really damn problems with themes. So to provide both our system and the one from CM......a bit magic Here the change Change-Id: Ic4a66a79bfc08d52acf30d53dd57755cb2ffac8f
kinda strange situation....that we removed the whole CM theme toggle was right but causes really damn problems with themes. So to provide both our system and the one from CM......a bit magic Here the change Change-Id: Ic4a66a79bfc08d52acf30d53dd57755cb2ffac8f
According to the GSM standard 03.38, SMS can contain limited number of characters with accents (http://goo.gl/nBS99). This is why there is the option "Strip unicode" which substitutes all unsupported characters by ASCII equivalent (e.g. 'á' => 'a'). This patch set implements an option which allows to replace all accented characters by their ASCII equivalent which makes the final message better readable. For example if only the "Strip unicode" option is enabled, the word "zatažené" is changed to "zatazené". With the new option (Strip all unicode characters), the same word is changed to "zatazene" which makes it more naturally readable. In general it is easier to read text without any accents than with just some of them. Change-Id: I673bdfda5ff07e2e783bd97baa1e38ca84acd58e
Change-Id: I433f42596c543121a3f4e038258a8d08e8c1e99f
According to the GSM standard 03.38, SMS can contain limited number of characters with accents (http://goo.gl/nBS99). This is why there is the option "Strip unicode" which substitutes all unsupported characters by ASCII equivalent (e.g. 'á' => 'a'). This patch set implements an option which allows to replace all accented characters by their ASCII equivalent which makes the final message better readable. For example if only the "Strip unicode" option is enabled, the word "zatažené" is changed to "zatazené". With the new option (Strip all unicode characters), the same word is changed to "zatazene" which makes it more naturally readable. In general it is easier to read text without any accents than with just some of them. Change-Id: I673bdfda5ff07e2e783bd97baa1e38ca84acd58e
Change-Id: I433f42596c543121a3f4e038258a8d08e8c1e99f
This adds an option to enable SoftBank emoji encoding when inserting emoji into SMS/MMS message. There is nothing wrong with the default Unicode emoji encoding other than the fact that most Japanese carriers does not support it as they have their own coding conversion tables. The option toggles to SoftBank encoding, the decoding both Unicode and SoftBank-codeed emoji is alredy working correctly (both code tables are already part of the src/com/android/mms/util/EmojiParser.java). Unicode encoding will stay the default. No translations this time... Change-Id: I53754a2b06093bb2fa9e5414fa306c1dbe367b34 Committer: Samir Ibradzic <[email protected]>
Change-Id: Ia0129130309a50fdba1d52393028dace8142dcb4
Crowdin: Lar5 Change-Id: I6316baca2a2910cbe6629c67c9d559dbdd22e90c
Crowdin: Marco D'Urzo<elbarto92> Crowdin: Riccardo Delle Monache<[email protected]> Change-Id: I40ec64ebbd852ed165a02060ab2c7d30c5727b4d
Crowdin: elgato Crowdin: bodzik155 Crowdin: coolek33 Change-Id: I7bead8a503165c36d92646eb59df9e3b47fa666a
Crowdin: daniandrageorge Change-Id: Iad974810e9d9a1ae401f836e3e3384a306ab99ca
Users still think the 'Read' action means 'to read' (sounds like reed) rather than 'the message has been read' (sounds like red). This new icon is an attempt to clear up the confusion and replaces the email looking icon currenty in use by something a bit more suitable for the Mms app. Drawable curtesy of Björn Lundén Screenshot: https://dl.dropbox.com/u/50993944/Screenshot_2013-04-08-18-16-03.png Change-Id: I890a99c76173dfcb1179fea8ef80d24ecf5133ac Conflicts: res/drawable-hdpi/ic_menu_done_holo_dark.png res/drawable-mdpi/ic_menu_done_holo_dark.png res/drawable-xhdpi/ic_menu_done_holo_dark.png
Change-Id: I4b42ff68ab20deb5ed06174d87e2ab56e88389e7
Patch set 2 : correction Patch set 3 : correction Change-Id: I814fd1ef9a5e13b44027f93c17f0cee14ba247d1
PS2: Correcting... PS3: Manual rebase (added softbank_encoding) PS4: Triggering Cid Change-Id: I439b3872fd9cc3aee7d9c6d3ee25c0b933321e53
Patch Set 2: revert emoji translation Change-Id: I909f8fd3f75473bbaf3697f24dc5814294b95696
PS2: Deleted comments, aded Softbank emoji strings Change-Id: Iab05a50de419ab381005595ca9ebbed4b771e6ab
Change-Id: Id6a2c5d987411ff830f741aa8da81b0cd2efa6c1
- Restore original indents (AOSP) in arrays - Strip Unicode characters PatchSet 4: - Reorder lines same as default - Add SoftBank Emoji - Add info from contact - Replace Emoji to spanish term Change-Id: I9393a0c4e2e12a52a3825cf5c5872e6827b4cb81
Signed-off-by: igio90 <[email protected]>
- Fixed translation Change-Id: Idd3cfcd8ce574a5d33a3d779716c66f82e73be75
Change-Id: I80a7a72e4db59600916abd8831abcd0bd1e1e318
Add spanish translation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.