- Jun 29, 2020
-
-
Treehugger Robot authored
-
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
-
- Jun 26, 2020
-
-
Taesu Lee authored
Test: In debug mode, turn off all the configs for advanced category Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I52ea0905b9d4f03a57b4849e5b575bc5e508dd2d
-
- Jun 23, 2020
-
-
Raman Tenneti authored
Bug: 159055957 Test: manual - Tested the messaging UI. $ make -j 40 Change-Id: I6f89161d7c841e88fcd8496417ae1ab8e964961a
-
- Jun 22, 2020
-
-
Treehugger Robot authored
-
Taesu Lee authored
Creating ConnectivityUtil instances after checking the minimum set of permissions since SubscriptionManager#getActiveSubscriptionInfoList() requires READ_PHONE_STATE and users can revoke the permission. On P and beyond, the subscription list will be filtered instead when no permission. Bug: 159421050 Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Iafc3c57060e1893a91e629b1b3e3ba9ad78967cb
-
Taesu Lee authored
Call onRequiredPermissionsAcquired() before calling redirect() so that BugleApplication initialization can be done completed always even PermissionCheckActivity#onResume() case. Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I01bb681442e0b391238bc162ce139ff40d947eaf
-
- Jun 19, 2020
-
-
Raman Tenneti authored
AOSP/Messaging - Changed midSdkVersion to 14 and reverted to using Telephony.Carriers.CONTENT_URI instead of Telephony.Carriers.SIM_APN_URI. Fixes error: "NoSuchFieldError exception: Telephony.Carriers.SIM_APN_URI requires API level 29" Bug: 159055957 Test: manual - Tested the messaging UI. Without this change the app is crashing when we click on it. $ make -j 40 Change-Id: Ic34ccac673531a61386c1eaa3bbfff950d19517b
-
Treehugger Robot authored
-
Taesu Lee authored
Remove a Lambda Exp and replace ConcurrentHashMap#computeIfAbsent() with containsKey() and put() so that this app can be built using JAVA 7. Test: Build Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I7ff8a3b5fc4673dfe05c5ecc9418d377f3ed4f2e
-
Taesu Lee authored
Use SmsMessage#createFromPdu(pdu, format) at least on M and replace SmsMessage#FORMAT_3GPP2 with "3gpp2". - SmsMessage#createFromPdu(pdu, format) is added in API level 23. - SmsMessage#FORMAT_3GPP2 is added in API level 28. Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Icab2c6c3c86ee8b6597881bfac6066fed60db4d2
-
- Jun 18, 2020
-
-
Taesu Lee authored
After this CL, ConnectivityUtil for default subId is used again on pre N because TelephonyManager has createForSubscriptionId() for a specific subId from N. Nevertheless, listen() uses the default subId on PhoneStateListener instead of the subId on the manager still even N. On O and beyond, ConnectivityUtil works correctly on multi-sim devices. Revert "Fix missing computeIfAbsent() method in L_MR1 and M" This reverts commit f0ccb76d. Reason for revert: Manage ConnectivityUtil instances for subIds at least on N instead. Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I2f08928a6798a2ce275c5c75569ad379999d274c
-
- Jun 17, 2020
-
-
Treehugger Robot authored
-
Taesu Lee authored
Replace ConcurrentHashMap#computeIfAbsent() with containsKey() and put() since computeIfAbsent() is added in API level 24. Bug: 158846265 Test: Build Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I3c43f0d7b1f289f0442c9359de4f099217244387
-
- Jun 16, 2020
-
-
Taesu Lee authored
Same methods in PhoneUtils are used everywhere instead. Test: Build Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Ia17c1f17511c53a9235af462fa0809146726e89f
-
- Jun 11, 2020
-
-
Taesu Lee authored
It allows to call to well-formatted phone numbers or carrier specific phone numbers starting with star sign such as *20 so that user can make a call directly in a conversation for voice mail SMSs. Revert "Check whether dialable only" This reverts commit dbc43316. Reason for revert: a call icon is disappeared for well-formatted phone number with parentheses, dash and etc. Test: Check the call icon in conversations for phone numbers and voice mail numbers. Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I1b279f8a5372b00a5a0c572f9969731f1e633389
-
- Jun 08, 2020
-
-
Taesu Lee authored
Check CONFIG_SEND_MULTIPART_SMS_AS_SEPARATE_MESSAGES directly for each sending messages always so that the correct config can be used for each SIM cards in multi-sim devices. Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Iff80d093f43014ff2fe97caf6929aefe43911192
-
- Jun 06, 2020
-
-
Xin Li authored
-
- Jun 05, 2020
-
-
Taesu Lee authored
ConcurrentModificationException could be happened during iterating if parts are added newly. Test: Select several images on Gallery app and attach them to a message via Sharing Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Idb96239ef2c05a08fc0727797b97739aa89f12a4
-
- Jun 03, 2020
-
-
Xin Li authored
Bug: 158095402 Merged-In: Ie293c1c84489e4a1f20972bc056f6d2af67b79b4 Change-Id: If9e62cf4c65cd4d4e029989f23b136c8f5efc7ae
-
- May 28, 2020
-
-
Taesu Lee authored
Change-Id: Ie293c1c84489e4a1f20972bc056f6d2af67b79b4
-
Taesu Lee authored
UriUtil#parseRecipientsFromSmsMmsUri() will returns a comma-separated recipients for common use so that InsertNewMessageAction#createMessage() can create or get a conversation correctly for RESPOND_VIA_MESSAGE. In addition, mms/mmsto schemes are added. And it includes small cleanup intent-filters for LaunchConversationActivity. Test: adb shell am startservice -a android.intent.action.RESPOND_VIA_MESSAGE -d "sms:12345678,87654321" -e android.intent.extra.TEXT "Text" Change-Id: I291dc765a46846982d059016d44f90873c687867 Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com>
-
- May 25, 2020
-
-
Treehugger Robot authored
Change-Id: Ic46575c128f0c2916296d5a31ef81561d5ed8aa1
-
Treehugger Robot authored
Change-Id: Ic2464c3b3adc080fa38f0d19bd0aa41866ba552c
-
Treehugger Robot authored
Change-Id: I4a4415673b4be5bd8960b0b1cecc00c9a54aa87a
-
Taesu Lee authored
Change-Id: I517a73f1dcae564e177db748361c1f508bb426a0
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Taesu Lee authored
No need code to handle any retry case after downloading MMS. Test: No behavior change Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: I053f85e0260f7c4cd76d52114077d220ac0b25ba
-
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
-
Taesu Lee authored
It allows to call to any sender such as *20(Voice Mail Number for Chile Claro). Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Ifca83c5f05018de627fa38318fd4b6db20370910
-
Taesu Lee authored
All the transient failures should be treated as same even reserved values for future purposes. (OMA-MMS-ENC-V1_2, 7.2.37. X-Mms-Response-Status field) Test: Manual Signed-off-by:
Taesu Lee <taesu82.lee@samsung.com> Change-Id: Ia2739baebbf156b6fadee0fee71956b044c14234
-
- May 20, 2020
-
-
Raman Tenneti authored
Change-Id: I631710ec3c472378ada25902c2c194dbf344fb24
-
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
-
Treehugger Robot authored
Change-Id: I3e9273248eee211fcc5c29f4399a82addbaf0291
-
Treehugger Robot authored
-
- May 19, 2020
-
-
Raman Tenneti authored
This reverts commit dffc4fa5. Reason for revert: Reverting per Taesu Lee's comments - https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/1259839 @Raman, This new feature still doesn't work properly. As we know Luca has been submitted CL:1271087 and CL:1271088 to fix it. But it still has issues. Change-Id: I2e8eb1fce302b12f3f30b8163da7e749c08733d9
-
Taesu Lee authored
Change-Id: I84881b6b958ea11fc42c2e8c6b21d0b29b8fef64
-