- Sep 04, 2024
-
-
Xin Li authored
Revert submission 3242160-remove-messaging-package Reason for revert: Droidmonitor created revert due to b/364617310, b/364626927, b/364617560 Reverted changes: /q/submissionid:3241481-remove-messaging-package This reverts commit 93b5e637. Change-Id: I182cbf1758988d9a4950d39354266a5fb3aaabce
-
- Aug 26, 2024
-
-
Elliott Hughes authored
To prevent accidental ressurection via manifest errors. Change-Id: I269dc248c2cb5e4bfdcb38334962070f1aba339e
-
- Mar 11, 2022
-
-
Scott Dunn authored
Change-Id: I124d7914536acbdc1454ddfaf8f0051342dd5d28
-
- Feb 17, 2022
-
-
Timi Rautamäki authored
Test: m Change-Id: Ia744e9a9696fa2df94dac80e2839db8f2bb785c4
-
- Mar 04, 2021
-
-
Yusuke authored
Add: MMS config file for Rakuten Mobile MNO Added MMS config file for Rakuten Mobile MNO to define maxMessageSize, maxImageHeight and maxImageWidth. Bug: 180193973 Bug: 180247421 Test: no testing Change-Id: I93519f549220a4c200dfaa06a24bf9d5ae211e29
-
- Jul 29, 2020
-
-
Raman Tenneti authored
See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Test: make and make messagingtests Change-Id: I01c520f1d5e9eab8dbb25b08d133ae34bd301093
-
- Jun 29, 2020
-
-
Taesu Lee authored
Load an icon image for audio files from app resources instead because ContentResolver#getTypeInfo() is for API level >= 29. And it includes size-fit ic_photo_library_light images also. Bug: 159987488 Test: Manual Change-Id: Ie8f766f148a30e105e598e4b7e6b1b22bccda6ae Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Jun 28, 2020
-
- May 25, 2020
-
-
Taesu Lee authored
Show an error toast instead since ACTION_CALL intent cannot be used to call emergency numbers. Test: Make a call to an emergency number. Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Ia42c588848b643def068dec1d73e2e917a4b8214
-
- May 20, 2020
-
-
Raman Tenneti authored
This reverts commit f19e916a. Reason for revert: Reverting per Taesu Lee's comments, because it doesn't work and has issues. Change-Id: I778362b628f4c3ae076dd943e77dee415984fba0
-
- May 04, 2020
-
-
Taesu Lee authored
Test: Settings -> Advanced -> Access Point Names Change-Id: Ia3ad443ac056a877abd6cd258c2219d8ee6ff181 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Mar 16, 2020
-
-
Paul Keith authored
Signed-off-by:
Luca Stefani <luca.stefani.ge1@gmail.com> Change-Id: I7194dca022e5062926fa35709de282721ca64320
-
- Mar 06, 2020
-
-
Taesu Lee authored
Set focusableInTouchMode = ture for workaround. Test: Long-press a media and release it on GalleryGridView, check whether there is any undesirable ripple effect or not. Change-Id: I076c47338d11b396210648a68ae393761d334c03 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Mar 05, 2020
-
-
Taesu Lee authored
New ContactMediaChooser allows the user to pick a contact from contacts apps as attachment. Test: Manual Change-Id: Idb00cd8a3164a3cac859947affd5cbcc7e41b8c2 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Feb 19, 2020
-
-
Taesu Lee authored
GalleryMediaChooser supports audio types also. It displays simple audio icon and file info for audio files on grid views. Test: Manual Change-Id: I98b605156af3c1909c0141a2b99380b5da11c1e2 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
Taesu Lee authored
GalleryMediaChooser supports video types and more image types also. And video thumbnails are overlaid with the play button image to distinguish between images and videos. Note: 1. EXTRA_ALLOW_MULTIPLE is not specified for ACTION_GET_CONTENT. 2. Files, methods and variables' name are still including "image". 3. Content descriptions are not updated. Test: Manual Change-Id: I961928f150e4ae8ee80a1fba2f20c37fb5426669 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Feb 18, 2020
-
-
Taesu Lee authored
It shows attachments size during composing MMS. Note: Images could be resized before sending. Test: Manual Change-Id: I63eafe0d57259a7742ab839c4d96d595675e70e9 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Feb 12, 2020
-
-
Danny Baumann authored
Test: m Change-Id: Ia5852a4de95ff355c6f2cd8275002d3c5cfb8370
-
- Feb 11, 2020
-
-
Taesu Lee authored
Use match_parent instead. Test: Check grid views for a vcard on AttachmentChooserFragment. Change-Id: I60acc77d9c0cd9608187d86f71fc4d2c7e78afb7 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
Taesu Lee authored
Use ic_video_play_light.png having background transparent to show the video thumbnails correctly. Test: Check a widget for conversations including a video attachment. Change-Id: I1333a3be41e53ce7e8ad1a64849e726c73cda153 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
Taesu Lee authored
Change layout_marginTop as -2dp to enclose message_list between top_line and bottom_line. Test: Check a widget for conversations. Change-Id: I097303134e8ea079de39ac18746a51e1937b92c3 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Jan 28, 2020
- Aug 13, 2019
-
-
Taesu Lee authored
Added new "Translucent" style for SmsStorageLowWarningActivity instead. Test: am start com.android.messaging/.ui.SmsStorageLowWarningActivity Change-Id: Ie8b0df64ac046343c93ca8b4ffa93c5e49cc73ad Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- Jul 11, 2019
-
-
Bill Yi authored
BUG: 135617299 Change-Id: I85918548585981dfc236ac38225deaeba0f45a0b Auto-generated-cl: translation import
-
- Jul 09, 2019
-
-
Bill Yi authored
BUG: 135617299 Change-Id: I1d812712fa47ad6818d1ccd086343e2f48c63c63 Auto-generated-cl: translation import
-
- Jul 08, 2019
-
-
Raman Tenneti authored
TODO: Need to run translation to fix across all languages. Bug: 135617299 Test: manual - Did a "make -j40" and verified that there are no warnings in strings.xml. Change-Id: I3f993fcea42c041d609e0f714cf3b0a2a6383816
-
- Mar 03, 2019
-
-
Michael Bestas authored
Fixes: res/layout/apn_preference_layout.xml:40: warn: generated id 'android:id/title' for external package 'android'. res/layout/apn_preference_layout.xml:48: warn: generated id 'android:id/summary' for external package 'android'. Change-Id: Ia096fa2e072ba4391e3adad52d3f9c9abed0e976
-
- Feb 14, 2019
-
-
Aurimas Liutikas authored
Test: make messaging Bug: 76692459 Change-Id: I9103450622f129311545648ac75f5b2f9fc2d04a Merged-In: I9103450622f129311545648ac75f5b2f9fc2d04a
-
- Apr 10, 2018
-
-
Aurimas Liutikas authored
Test: make messaging Bug: 76692459 Change-Id: I9103450622f129311545648ac75f5b2f9fc2d04a
-
- Jan 11, 2017
-
-
Roozbeh Pournader authored
Bug: 26496609 Test: none Change-Id: I78092318110a6916e07a5213e3584bf04ddd954c
-
- Oct 24, 2016
-
-
Vineeta Srivastava authored
Bell is going to turn on cmas in near future. Bug: 31316405 Change-Id: Ibf14cf645db5ed0aa3007a91f4c3a28bb1148382
-
- Jun 29, 2016
-
-
Tony Mak authored
Precompute is_enterprise and stored the value in conversation table. Include is_enterprise in the ConversationList view. Change-Id: I2e31bd61c08d25a296aaa3e99cb24631ae2e7976
-
- Jun 28, 2016
- May 16, 2016
-
-
Tony Mak authored
BUG=26021888 BUG=28016344 (cherry picked from commit 6e00763823cd1b27ff88d25d0eb11f8addc3b2e6) Change-Id: If0e2f7b1c58cd064ebfdae8a9b735b391c5009fc
-
Tony Mak authored
This change allows sms app to show search result of different directories in different partitions. Currently, only personal default and enterprise default directory are searched. BUG=26021888 BUG=28016344 (cherry picked from commit 59666b32c192bd28807ccd2f9153c796668bdf13) Change-Id: I733ceaae806d13661861126ce61c34108ac7e662
-
- Jan 29, 2016
-
-
Ye Wen authored
b/26749422 Change-Id: I2ca48f7534bf18344a4e6d85470543d23b3dfa5c
-
- Sep 01, 2015
-
-
Ye Wen authored
b/23071029 Change-Id: I3cdd249a7e86fc351ee12620b2d3062eee91af57
-
- Aug 21, 2015
-
-
Shri Borde authored
Change-Id: Ia20f275257ffb199910c08f8b5fba22339f8f8cf
-