- May 10, 2023
-
-
Jake Klinker authored
Fix exposing private messages files through attachments with a content URI. am: 0d545214 am: f5c73b19 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/23089831 Change-Id: I070d32b4f371b0b3d62a3352bcff495fb1c4e02f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jake Klinker authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/23089831 Change-Id: I56f3015298ed0b2acde72442b458e0b354f0e13d Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- May 09, 2023
-
-
Presubmit Automerger Backend authored
[automerge] Fix exposing private messages files through attachments with a content URI. 2p: 0d545214 2p: 471c3e93 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/23089831 Bug: 275552292 Change-Id: I48af374ac45d21758789153013278d68290ee701
-
Presubmit Automerger Backend authored
[automerge] Fix exposing private messages files through attachments with a content URI. 2p: 0d545214 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/23089831 Bug: 275552292 Change-Id: I70bfdb81846c81cf0c79d9a1f33140e00734f163
-
Jake Klinker authored
Change-Id: I30b2a06c67af4a347d03c7504d13b9b9365acafd Tested: Was no longer able to repro b/275552292. Bug: 275552292
-
- Nov 04, 2022
-
-
TreeHugger Robot authored
-
- Oct 17, 2022
-
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2255931 Change-Id: I824fc3032b18d2dd5484ef1c1ffce877f274f7e4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2255931 Change-Id: Id8f5515bcdc63cc1f354d468eb4bcd9ca9fed515 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2255931 Change-Id: Ic88f3392fb80e1d1377c9442f1da817bc0444192 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Oct 16, 2022
-
-
Cole Faust authored
This commit is part of a large scale change to fix errorprone errors that have been downgraded to warnings in the android source tree, so that they can be promoted to errors again. The full list of changes include the following, but not all will be present in any one individual commit: BadAnnotationImplementation BadShiftAmount BanJNDI BoxedPrimitiveEquality ComparableType ComplexBooleanConstant CollectionToArraySafeParameter ConditionalExpressionNumericPromotion DangerousLiteralNull DoubleBraceInitialization DurationFrom DurationTemporalUnit EmptyTopLevelDeclaration EqualsNull EqualsReference FormatString FromTemporalAccessor GetClassOnAnnotation GetClassOnClass HashtableContains IdentityBinaryExpression IdentityHashMapBoxing InstantTemporalUnit InvalidTimeZoneID InvalidZoneId IsInstanceIncompatibleType JUnitParameterMethodNotFound LockOnBoxedPrimitive MathRoundIntLong MislabeledAndroidString MisusedDayOfYear MissingSuperCall MisusedWeekYear ModifyingCollectionWithItself NoCanIgnoreReturnValueOnClasses NonRuntimeAnnotation NullableOnContainingClass NullTernary OverridesJavaxInjectableMethod ParcelableCreator PeriodFrom PreconditionsInvalidPlaceholder ProtoBuilderReturnValueIgnored ProtoFieldNullComparison RandomModInteger RectIntersectReturnValueIgnored ReturnValueIgnored SelfAssignment SelfComparison SelfEquals SizeGreaterThanOrEqualsZero StringBuilderInitWithChar TreeToString TryFailThrowable UnnecessaryCheckNotNull UnusedCollectionModifiedInPlace XorPower See https://errorprone.info/bugpatterns for more information on the checks. Bug: 253827323 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I8b1533cbea835343dcf589cbaa57c63794be58bd
-
- Oct 04, 2022
-
-
Michael Groover authored
Android T allows apps to declare a runtime receiver as not exported by invoking registerReceiver with a new RECEIVER_NOT_EXPORTED flag; receivers registered with this flag will only receive broadcasts from the platform and the app itself. However to ensure developers can properly protect their receivers, all apps targeting U or later registering a receiver for non-system broadcasts must specify either the exported or not exported flag when invoking #registerReceiver; if one of these flags is not provided, the platform will throw a SecurityException. This commit updates all the exposed receivers with a new RECEIVER_EXPORTED_UNAUDITED flag to maintain the existing behavior of exporting the receiver while also flagging the receiver for audit before the U release. Bug: 234659204 Test: Build Change-Id: I15aba10fe12dfcd2e67330ca844491341ef6d920
-
- Sep 22, 2022
-
-
Chaohui Wang authored
Update DrawableWrapper to DrawableWrapperCompat am: b1401d61 am: 9cd6eea9 am: 164064c1 am: 8817e83c am: 1b37d166 Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2200597 Change-Id: Id0e8d9b98533b82298bb6292d5cce20fca0f57cc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chaohui Wang authored
Update DrawableWrapper to DrawableWrapperCompat am: b1401d61 am: 9cd6eea9 am: 164064c1 am: 8817e83c Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2200597 Change-Id: Ibcd5ae8095177b970c6163f25134e3ce2e35ed82 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chaohui Wang authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2200597 Change-Id: I06cf3ed171327507e082b6aebe6ffe31bceccdaa Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chaohui Wang authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2200597 Change-Id: I29f2e356092269d6d8fe528be00781e0c0864fbc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chaohui Wang authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2200597 Change-Id: I7304dcfeefa72e267029d712fb80abb995f16e29 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chaohui Wang authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/19946229 Change-Id: Ibdb65ea61d3d4c58143d6fef8441189dbad58ce3 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Sep 15, 2022
-
-
Chaohui Wang authored
Api changed in aosp/2120177 Bug: 235727273 Test: TAP Change-Id: I1645dab6000dc760b4de2bb625e0af8df014c8c8
-
- Aug 31, 2022
-
-
Chaohui Wang authored
Api changed in aosp/2120177 Bug: 235727273 Test: TAP Change-Id: I1645dab6000dc760b4de2bb625e0af8df014c8c8
-
- Aug 26, 2022
-
-
Chaohui Wang authored
Api changed in aosp/2120177 Bug: 235727273 Test: TAP Change-Id: I1645dab6000dc760b4de2bb625e0af8df014c8c8
-
- Aug 24, 2022
-
-
Cole Faust authored
Fix array-related errorprone warnings am: 1aba0b04 am: c1da51c9 am: 5d9a5648 am: 87e54599 am: af083023 Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186297 Change-Id: I5b9d248cdfbed8a0a683384d2081e6736dedbafa Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186297 Change-Id: I31bb5ebc65f6664857fadcaa298963bfc47bd2b2 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186297 Change-Id: I712e86ec1b748619457fbabd9edc57518ddf4fa7 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186297 Change-Id: I3032ac78003108ed396bdfc3e067950b18565bd5 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cole Faust authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186297 Change-Id: I27efca401b1b6332cc3fcc037a4bd3f6043158a4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Aug 23, 2022
-
-
Cole Faust authored
The ArrayEquals, ArrayHashCode, ArrayToString, and ArraysAsListPrimitiveArray errorprone findings were demoted from errors to warnings. Fix existing occurrences of them so they can be made errors again. Bug: 242630963 Test: RUN_ERROR_PRONE=true m javac-check Change-Id: I8a507da97e99a7e86577fda91960dd477c0a6af4
-
- Aug 17, 2022
-
-
Xin Li authored
[automerger skipped] DO NOT MERGE - Merge Android 13 am: aee80390 -s ours am: 0e6cdf2e -s ours am: ad83b97f -s ours am: ecdfb3e7 -s ours am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186587 Change-Id: Ia9b01e428c22d660ee142dbcd03fcef3a2b02057 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xin Li authored
[automerger skipped] DO NOT MERGE - Merge Android 13 am: aee80390 -s ours am: 0e6cdf2e -s ours am: ad83b97f -s ours am skip reason: Merged-In Ibbc4fb11e96b5179ff5dec906e74c9d582b6fb97 with SHA-1 909a0763 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186587 Change-Id: If55ad601b9c596aa24b61a65a94a2f5a34d54648 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Aug 16, 2022
-
-
Xin Li authored
am skip reason: Merged-In Ibbc4fb11e96b5179ff5dec906e74c9d582b6fb97 with SHA-1 909a0763 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186587 Change-Id: I1523d98dbb1656e2576661952c89468da72068c6 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xin Li authored
am skip reason: Merged-In Ibbc4fb11e96b5179ff5dec906e74c9d582b6fb97 with SHA-1 909a0763 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2186587 Change-Id: I2c6d39abd94c84fc897cf0b69db9ccc543b5c428 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xin Li authored
Bug: 242648940 Merged-In: Ibbc4fb11e96b5179ff5dec906e74c9d582b6fb97 Change-Id: If921e7f572b3c1a867b20042acc58ae7c9e26821
-
- Jul 13, 2022
-
-
Almaz Mingaleev authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2149693 Change-Id: I32cffdcdede552710a7b8df4e82c5961ed8f841c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Almaz Mingaleev authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2149693 Change-Id: If43a2c6fda81d6fd07f4fb4d1210a41ced812325 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Almaz Mingaleev authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2149693 Change-Id: Ia4c0e40432cbadc01f791465dd7acbe65bcd0ddf Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Almaz Mingaleev authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2149693 Change-Id: I8d49bdabf566dfc1a2a875d68270bc97eed16087 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Almaz Mingaleev authored
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/2149693 Change-Id: Ifb1497b8c212866284a9c138e58612aa7bde3f28 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Jul 11, 2022
-
-
Almaz Mingaleev authored
android.text.format.Time is deprecated since 2014 and there are better alternatives. Bug: 16550209 Test: presubmit Change-Id: Ibbc4fb11e96b5179ff5dec906e74c9d582b6fb97
-
- Jun 30, 2022
-
-
Xin Li authored
[automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: a2874315 -s ours am: 43050c5a -s ours am: 96b21cc9 -s ours am: 8770af97 -s ours am skip reason: Merged-In I81c01202306d856f6f8f8b74a5a28d7c1011fcec with SHA-1 c8e4ab2b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/19094742 Change-Id: Ie1fce3e57167bbae65efe3ba0739106f66d8e68f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xin Li authored
[automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: a2874315 -s ours am: 43050c5a -s ours am: 96b21cc9 -s ours am skip reason: Merged-In I81c01202306d856f6f8f8b74a5a28d7c1011fcec with SHA-1 c8e4ab2b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/19094742 Change-Id: I58954b9d773b4bb974d8b1393eeff2dd45ed31c5 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Jun 29, 2022
-
-
Xin Li authored
[automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: a2874315 -s ours am: 43050c5a -s ours am skip reason: Merged-In I81c01202306d856f6f8f8b74a5a28d7c1011fcec with SHA-1 c8e4ab2b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Messaging/+/19094742 Change-Id: I2d2df7ef4ced6973181ee723a6ae4581f1169f7b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-