Ibrahim Yilmaz
324457d58a
Merge "Revert "Make Notification long clickable"" into tm-qpr-dev
2023-02-06 21:50:21 +00:00
TreeHugger Robot
c93bbad0df
Merge "Add extra logs for alternateBouncer" into tm-qpr-dev
2023-02-06 21:29:31 +00:00
TreeHugger Robot
a0e897c4d5
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-02-06 20:48:00 +00:00
TreeHugger Robot
08d141e9d5
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-02-06 20:48:00 +00:00
TreeHugger Robot
0a38b10715
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-02-06 20:48:00 +00:00
TreeHugger Robot
f482453511
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-02-06 20:37:31 +00:00
Shan Huang
0f139ec646
Merge "Remove BackPanelController#staysHiddenBeforeSlopCrossed" into tm-qpr-dev
2023-02-06 19:52:57 +00:00
Caitlin Shkuratov
0f36f95d51
Merge "[Media TTT] Flip the dismiss gesture flag to released." into tm-qpr-dev
2023-02-06 19:10:08 +00:00
Govinda Wasserman
2a670fae34
Merge "Adds some missing injections for VR and PCC" into tm-qpr-dev
2023-02-06 18:51:29 +00:00
Hawkwood Glazier
c77daf3984
Merge "Remove PluginCoreLib from SystemUIAnimationLib" into tm-qpr-dev
2023-02-06 18:49:03 +00:00
Michael Mikhail
7da0e1d9fa
Merge "[Media TTT] Add more info in talkback of receiver icon" into tm-qpr-dev
2023-02-06 18:45:47 +00:00
Govinda Wasserman
554b46165e
Merge "Add proxy for BackupManager" into tm-qpr-dev
2023-02-06 18:41:59 +00:00
Ibrahim Yilmaz
51f8ca7a49
Revert "Make Notification long clickable"
...
Revert submission 21047384-b_264948201_make_notification_clickable
Reason for revert: Changes are not performant(perfetto_ft_systemui-missed_app_frames-mean).
Reverted changes: /q/submissionid:21047384-b_264948201_make_notification_clickable
Change-Id: Ic2810b3f09e477e2a1ca8f6641dbd4a75196813b
2023-02-06 18:04:08 +00:00
Ats Jenk
b4515c9c67
Merge changes from topic "dm-update-proto1" into tm-qpr-dev
...
* changes:
Remove dragging from/to status bar from proto 1
Remove desktop tile from recents for proto 1
2023-02-06 17:59:31 +00:00
Shan Huang
ea74d4172b
Remove BackPanelController#staysHiddenBeforeSlopCrossed
...
Bug: 267808473
Change-Id: Iab2cdda45e16260c3a992a082f0e23f88da6d947
2023-02-06 17:04:06 +00:00
Beverly
1e4ea01af8
Add extra logs for alternateBouncer
...
Added logs to the dumpsys and TableLogger (BouncerLog).
Test: See logs in sysui dumpys & bugreport
Bug: 267879504
Change-Id: I98cc35bc7e63e9a4611504db173d4d573afee2d0
2023-02-06 16:56:58 +00:00
Steve Elliott
2c26442bbd
Merge "Enable Voice Reply in QPR3" into tm-qpr-dev
2023-02-06 16:48:00 +00:00
Michael Mikhail
d24f0951f7
[Media TTT] Add more info in talkback of receiver icon
...
Adds (Casting) before the app name in the content description to make
the talkback say more details about the UI event.
Bug: 265635955
Test: atest MediaTttUtilsTest
Test: Checked using adb commends. video with the fix in bug link.
Change-Id: I166cacd5959b01038bba1d96c2ef2be1a647e026
2023-02-06 16:22:01 +00:00
Marcello Galhardo
21f4c520b4
Merge "Add suspendRunCatching to safely handle exceptions without a coroutine" into tm-qpr-dev
2023-02-06 14:49:18 +00:00
Chris Li
d57a294101
Merge "Update WM Ext aar to include java functional APIs" into tm-qpr-dev
2023-02-06 13:14:10 +00:00
Chris Li
525c8565de
Update WM Ext aar to include java functional APIs
...
There are apps crash because we change the API on extensions but the
legacy APIs are still using. Keep the original APIs as deprecated and
hidden until the Apps have been updated to use the latest WM Jetpack.
Bug: 267850458
Test: test on ROM
Merged-In: I846b2f2a07cc2ee2d4a3651d75ffe6b9a1a8770f
Change-Id: I846b2f2a07cc2ee2d4a3651d75ffe6b9a1a8770f
2023-02-06 19:24:14 +08:00
Marcello Galhardo
b91328aba6
Add suspendRunCatching to safely handle exceptions without a coroutine
...
Handling any `CancellationException` by mistake inside a Coroutine may break structured concurrency, `suspendRunCatching` provides a easy way to handle exceptions without interfering in structured concurrency.
For example:
```kotlin
suspend fun example(context: Context) {
val info = suspendRunCatching { context.getSystemService<SystemUpdateManager>()!!.retrieveSystemUpdateInfo() }
.getOrNull() ?: return // a null return is expected, system update info may not be available.
// Do something with the info, like trigger an update.
}
```
Test: atest SystemUITests:CoroutineResultTest
Fixes: b/267486825
Change-Id: I5a98913d26ea2a9e447a16f9da494ae18c4f92f1
2023-02-06 10:47:21 +00:00
Eric Laurent
02cdf72ad3
Merge "AudioManager: restore getVolumeGroupIdForAttributes behavior" into tm-qpr-dev
2023-02-06 10:35:53 +00:00
Bill Yi
406200aa43
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I59ace63e6ad9d0dca4046c942aa25982114f1cb6
2023-02-06 00:56:11 -08:00
Bill Yi
ada0c6b4b4
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1891dd0f86ccfca21d383998f69ca2affed72435
2023-02-05 23:36:32 -08:00
Bill Yi
82bfbf0efa
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I9ce626bb44391e344a0faf301d01434381fe4ad4
2023-02-05 22:53:02 -08:00
Cassie(Yitong) Wang
7ef14c02c0
Merge "DO NOT MERGE Make classes open for inherit" into tm-qpr-dev
2023-02-06 05:50:11 +00:00
Hsiu-Chang Chen
49e0e9e2b8
Merge "Revert "CHOOSER_UNBUNDLED -> droidfood"" into tm-qpr-dev
2023-02-06 04:40:54 +00:00
Jerry Chang
ef6ec0860d
Merge "Support starting a shortcut into multi-instances split" into tm-qpr-dev
2023-02-06 03:47:54 +00:00
Jerry Chang
4a0e698b68
Merge "Enable flagging shortcut with additional activity flags" into tm-qpr-dev
2023-02-06 03:19:37 +00:00
Bill Yi
0a3089ff5e
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I5d3524578394a05da1a96e695c67640662569447
2023-02-05 19:08:49 -08:00
Sam Dubey
70c8493962
Revert "CHOOSER_UNBUNDLED -> droidfood"
...
This reverts commit d2afe4bf2d .
Reason for revert: b/267869885
Change-Id: Ia68d8a71a7278a4efb59ac9094dd4b9cfd5ba722
2023-02-06 00:39:35 +00:00
Steve Elliott
70fca2aef3
Enable Voice Reply in QPR3
...
Fixes: 267487173
Test: manual
Change-Id: Ie4b14b6178839b58255f1f2eff9194fca7e14dfc
2023-02-05 23:54:39 +00:00
Matt Casey
91f53181f5
Merge "CHOOSER_UNBUNDLED -> droidfood" into tm-qpr-dev
2023-02-04 12:51:59 +00:00
Matt Casey
01c3288688
Merge "SCREENSHOT_METADATA -> teamfood" into tm-qpr-dev
2023-02-04 12:51:25 +00:00
TreeHugger Robot
76c55cf283
Merge "[RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades" into tm-qpr-dev
2023-02-04 04:33:49 +00:00
Santiago Etchebehere
270bd3c80b
Merge "Turn on Wallpaper Fullscreen preview" into tm-qpr-dev
2023-02-04 04:10:19 +00:00
Songchun Fan
feb2b93c13
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52 am: 5507f1ddc2 -s ours am: 88c994d449 -s ours am: a0ef41789c -s ours am: c69e67ba27 -s ours am: 590621c84f -s ours am: 0dc64a7027 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: Ie387dd7cf4f7c7e4b5262790cc04564ace380f90
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 04:05:48 +00:00
Songchun Fan
0dc64a7027
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52 am: 5507f1ddc2 -s ours am: 88c994d449 -s ours am: a0ef41789c -s ours am: c69e67ba27 -s ours am: 590621c84f -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: Ic8e01cd64b64520dc1e8bc0774098fa06c54129c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 03:41:37 +00:00
Hongwei Wang
55176db403
Merge "Implement app icon overlay when entering PiP" into tm-qpr-dev
2023-02-04 03:10:59 +00:00
Songchun Fan
c813515cf7
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: b050c4ba02 -s ours am: 8b653eba3a -s ours am: 54e4924483 -s ours am: c37f8c61b2 -s ours am: fa12f91826 -s ours am: 572430822e -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267278
Change-Id: I04749b4f8ad2b10437a63e2a21f5feb1398d9c20
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 03:07:54 +00:00
Songchun Fan
590621c84f
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52 am: 5507f1ddc2 -s ours am: 88c994d449 -s ours am: a0ef41789c -s ours am: c69e67ba27 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: If1444597f7ced8d48eac270893543b21941f5062
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 03:05:18 +00:00
Songchun Fan
572430822e
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: b050c4ba02 -s ours am: 8b653eba3a -s ours am: 54e4924483 -s ours am: c37f8c61b2 -s ours am: fa12f91826 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267278
Change-Id: If2c92ef8c72ccca5c116d7f5cc8ddaf11cafdb09
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 02:42:46 +00:00
Songchun Fan
c69e67ba27
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52 am: 5507f1ddc2 -s ours am: 88c994d449 -s ours am: a0ef41789c -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: Icd1b3054620931137fe9eac8b5256cbabadfcdca
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 02:38:00 +00:00
Songchun Fan
a0ef41789c
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52 am: 5507f1ddc2 -s ours am: 88c994d449 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: I303eb7fb23c529ac13a32d527a663aa7fd804248
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 02:09:17 +00:00
Songchun Fan
fa12f91826
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: b050c4ba02 -s ours am: 8b653eba3a -s ours am: 54e4924483 -s ours am: c37f8c61b2 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267278
Change-Id: Iec1b99423cef49c2ca153ef6013b38c7fec17b84
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 02:05:42 +00:00
Songchun Fan
c37f8c61b2
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: b050c4ba02 -s ours am: 8b653eba3a -s ours am: 54e4924483 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267278
Change-Id: Iabc7439a7f9fc75d871c10db03a8ab32fdcf23ca
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 01:37:50 +00:00
Songchun Fan
88c994d449
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52 am: 5507f1ddc2 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: Idebe657391745ddf552547eca54adb69043e155c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 01:35:08 +00:00
Songchun Fan
54e4924483
[automerger skipped] [RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: b050c4ba02 -s ours am: 8b653eba3a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267278
Change-Id: Iaa2aae9394f85c1b3d57885c71a6bdf1a5e639b2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 01:09:11 +00:00
Songchun Fan
5507f1ddc2
[RESTRICT AUTOMERGE][pm] still allow debuggable for system app downgrades am: 341669af52
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21267341
Change-Id: Ie4f462fd4d371d342771477335cbfbe10256fe4b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-04 01:04:46 +00:00