Tony Wickham
6e78f77f01
Call onUserUnlocked() before adding callbacks am: 5a36b919b5 am: 79ff586c10
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15756866
Change-Id: I89ecb78e903ce32ff0a3c9d6f9eb33bae6beaff5
2021-09-04 03:23:19 +00:00
Tony Wickham
c5bb728a00
Call onUserUnlocked() before adding callbacks am: 5a36b919b5 am: eaca6fd847
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15756866
Change-Id: I4b473f821c3ac1ef2c09704574c02fa7fb43d293
2021-09-04 03:22:38 +00:00
Tony Wickham
79ff586c10
Call onUserUnlocked() before adding callbacks am: 5a36b919b5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15756866
Change-Id: I03e5411032285015489f4b8bceb8b023e9c12909
2021-09-04 03:13:40 +00:00
Tony Wickham
eaca6fd847
Call onUserUnlocked() before adding callbacks am: 5a36b919b5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15756866
Change-Id: I6877f73522a00f377f4fd8a724423021b969b0cb
2021-09-04 03:13:40 +00:00
Winson Chung
b42265861b
Use max of corners when deciding gestures and add logs for corners
...
Bug: 197326121
Test: Pre/postsubmit
Change-Id: I1c083dc9234354f66cf1537f0cfe8c21f1e1be3b
2021-09-04 02:23:53 +00:00
Android Build Coastguard Worker
0e656fec10
Snap for 7703367 from bb52332af9 to sc-v2-release
...
Change-Id: Ie9ec5997fd9a7913170bd7f275059da59a63e434
2021-09-04 01:07:43 +00:00
Becky Qiu
16343c2c1c
Merge "[OneSearch] Add a clear function in the plugin to clear cache and memory." into sc-v2-dev am: 3118d24449 am: 7450cf9740
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15749048
Change-Id: Ifbf4951eb770b4b838fb35fc522ca2d2528795d9
2021-09-04 00:49:07 +00:00
Becky Qiu
7450cf9740
Merge "[OneSearch] Add a clear function in the plugin to clear cache and memory." into sc-v2-dev am: 3118d24449
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15749048
Change-Id: I56c12dd0f9e3ec2289d447e69a7733b6ea8102fd
2021-09-04 00:35:27 +00:00
Becky Qiu
3118d24449
Merge "[OneSearch] Add a clear function in the plugin to clear cache and memory." into sc-v2-dev
2021-09-04 00:17:43 +00:00
Winson Chung
1a236176f7
Merge "Provide internal IME insets" into sc-v2-dev am: 507e976690 am: 95e8108771
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15741860
Change-Id: I5f1d51a914084be5d97e0a8d5d51209868c7e92e
2021-09-04 00:16:11 +00:00
Winson Chung
95e8108771
Merge "Provide internal IME insets" into sc-v2-dev am: 507e976690
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15741860
Change-Id: I4adf6cb6bbaadfa0520a7ad0a58fd8bf3251f4a3
2021-09-03 23:59:47 +00:00
Winson Chung
507e976690
Merge "Provide internal IME insets" into sc-v2-dev
2021-09-03 23:46:16 +00:00
TreeHugger Robot
317e7ac796
Merge "Disable FolderNameEditText on Taskbar" into sc-v2-dev am: eb5f5f7807 am: de88f56fc2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15756862
Change-Id: I38831495981999a8a0676b7c900377dfe1db248c
2021-09-03 23:24:08 +00:00
Tracy Zhou
e23f4ea774
Merge "Stash/unstash the task bar based on states" into sc-v2-dev am: 2ccfa02fde am: 2d0ac589fb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15751127
Change-Id: If6b7d39ed2540b00aed606bc2ffb405608124dbb
2021-09-03 23:23:48 +00:00
TreeHugger Robot
de88f56fc2
Merge "Disable FolderNameEditText on Taskbar" into sc-v2-dev am: eb5f5f7807
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15756862
Change-Id: I15c9be4bca93ad2651ab6c040c30fe182afee147
2021-09-03 23:03:22 +00:00
Tracy Zhou
2d0ac589fb
Merge "Stash/unstash the task bar based on states" into sc-v2-dev am: 2ccfa02fde
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15751127
Change-Id: I9ba137ea189315fb5adeaa22279cd9e77cc78197
2021-09-03 23:03:13 +00:00
TreeHugger Robot
eb5f5f7807
Merge "Disable FolderNameEditText on Taskbar" into sc-v2-dev
2021-09-03 23:00:33 +00:00
Tracy Zhou
2ccfa02fde
Merge "Stash/unstash the task bar based on states" into sc-v2-dev
2021-09-03 22:49:07 +00:00
Tony Wickham
5a36b919b5
Call onUserUnlocked() before adding callbacks
...
This gives us a chance to initialize things in onUserUnlocked() if we're already unlocked, before doing any other logic that might use those variables.
Test: None (unable to reproduce)
Fixes: 184773649
Change-Id: I72ed91ae6202ec816f9bdceb4d9fd03b9a002816
2021-09-03 22:07:18 +00:00
Bill Yi
3c72c19039
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 7e2c3baab5 -s ours am: bffa346fa6 -s ours am: c69b0c062b -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Ia9d5fb11768480242a3cdf9f75ae893cb1190916
2021-09-03 21:34:15 +00:00
Bill Yi
8b00bc1a9c
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev am: 5892321516 am: bb52332af9 am: 79dc5a6734
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Ie44d5dc933c576911b4c36a5454da8cd5203867a
2021-09-03 21:32:25 +00:00
Bill Yi
27eac636c9
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 5a1494cc61 -s ours am: 69196e30f0 -s ours am: da48d5fe58 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Ia07fead8ec7a9fc2c941ba0c855ef366fe071d92
2021-09-03 21:32:24 +00:00
Bill Yi
ecd9578565
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev am: 5892321516 am: c0733c610e am: 5d2342a0e8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I2a847a9b8b9907dea5b3f295342383fb8d16eb3d
2021-09-03 21:30:13 +00:00
Bill Yi
a27a6388fd
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 5a1494cc61 -s ours am: 1ee95f13ff -s ours am: 5b778fc8ab -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I083270490371e5c880e9a19035c509b15879304c
2021-09-03 21:30:11 +00:00
Bill Yi
c69b0c062b
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 7e2c3baab5 -s ours am: bffa346fa6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Iddc4806aa60d4de4d7efd5b4b7cc7f0e7bb2e704
2021-09-03 21:12:44 +00:00
Bill Yi
79dc5a6734
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev am: 5892321516 am: bb52332af9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I39023fe3a9b93ce89829044fbb5494fbb2b9eddc
2021-09-03 21:11:29 +00:00
Bill Yi
da48d5fe58
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 5a1494cc61 -s ours am: 69196e30f0 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I4883962685822deee89e757147054d8b83dd7b6a
2021-09-03 21:11:28 +00:00
Bill Yi
5d2342a0e8
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev am: 5892321516 am: c0733c610e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I2e76edecc259efa56e06c8f52b7cc8adb4993aa7
2021-09-03 21:11:17 +00:00
Bill Yi
5b778fc8ab
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 5a1494cc61 -s ours am: 1ee95f13ff -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I31d84275f5d0fb3a95c2b881a36521e58bdaf6a2
2021-09-03 21:11:15 +00:00
Bill Yi
bb52332af9
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev am: 5892321516
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I25b2252cda8bbf16548a43fa76c690037bc9aa5a
2021-09-03 20:55:58 +00:00
Bill Yi
69196e30f0
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 5a1494cc61 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Ie687fe9ea007d3dc6b107bc4f79f24ade6f86039
2021-09-03 20:55:58 +00:00
Hongwei Wang
00c6ce5167
Do not trigger PiP on tapping on TaskView am: bfec974f59 am: 4072b74441
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15749049
Change-Id: Ie51b3ae1acd98dd4b18c821e0c3628675ce8866f
2021-09-03 20:55:22 +00:00
Bill Yi
bffa346fa6
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 7e2c3baab5 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: I1d8c9090d573b36983754167984e7c4225310e74
2021-09-03 20:55:20 +00:00
Bill Yi
c0733c610e
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev am: 5892321516
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Ia3c9101e992ea3520c42c8033ace2443c24bacbb
2021-09-03 20:54:59 +00:00
Bill Yi
1ee95f13ff
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 am: 5a1494cc61 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744737
Change-Id: Ia04104e4d42932b2de444f7a9adf520f6767ac4f
2021-09-03 20:54:58 +00:00
Evan Rosky
80ca459e7d
Provide app-process tokens to remote transitions so they can be boosted
...
The app process token is required for shell to request delegated
transition animators to be boosted.
Bug: 183993977
Test: add logging in WPC.setRunningRemoteAnimation and verify calls
during transitions
Change-Id: Ide2dd3e77714cca8e85e409c8d88c69c20122827
2021-09-03 13:38:00 -07:00
Bill Yi
5892321516
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c" into sc-qpr1-dev
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8
Import translations. DO NOT MERGE ANYWHERE
2021-09-03 20:33:38 +00:00
Bill Yi
0275288380
Merge changes from topic "presubmit-am-ea2c5bf4ed4240198cb9e89cc342074c"
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8 2p: 848c4695bd
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 53900282f8
Import translations. DO NOT MERGE ANYWHERE
2021-09-03 20:33:38 +00:00
Hongwei Wang
4072b74441
Do not trigger PiP on tapping on TaskView am: bfec974f59
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15749049
Change-Id: Idf185bce26665ae5db8a9a9e606d722bb3ff0d7f
2021-09-03 20:22:56 +00:00
Tony Wickham
d345751849
Disable FolderNameEditText on Taskbar
...
Test: Can rename folder on home screen, but tapping folder name in taskbar does nothing
Bug: 180051157
Change-Id: Ief19805683f754995baf24d7f41f3979841d5bd3
2021-09-03 12:50:15 -07:00
Tracy Zhou
527b39cd28
Stash/unstash the task bar based on states
...
Bug: 193938970
Test: go to any app, stash/unstash, and make sure the states are preserved
Change-Id: I3adf826407e90275687ecea8302abf7a004f1df7
2021-09-03 12:43:04 -07:00
Becky Qiu
a499fd4f93
[OneSearch] Add a clear function in the plugin to clear cache and memory.
...
Bug: 196586652
Test: manual
Change-Id: I094cefadda0a958b0059820f1c02ddf0298abbd8
2021-09-03 11:15:01 -07:00
Hongwei Wang
bfec974f59
Do not trigger PiP on tapping on TaskView
...
Regression from ag/15158868, we should not send onUserLeaveHint on
tapping on the app icon in Recents / Overview.
Video: http://recall/-/aaaaaabFQoRHlzixHdtY/fr0fdecPEned7rMjgdWhCQ
Bug: 198682451
Test: manual, tap on app icon in Recents, see video
Change-Id: I66888a75eec30d7e8ba7e09059399381516812ac
2021-09-03 11:10:05 -07:00
TreeHugger Robot
bb873b5a72
Merge "Import translations. DO NOT MERGE ANYWHERE"
2021-09-03 17:29:30 +00:00
TreeHugger Robot
210c43f4bd
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-qpr1-dev am: e7663d1f37 -s ours am: 4774e9bcbb -s ours am: 6ea26b33a6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744738
Change-Id: Ic76aa454c98a6e9cf7ea8d5c8617893add92a053
2021-09-03 17:24:48 +00:00
TreeHugger Robot
93d56bc436
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-qpr1-dev am: e7663d1f37 -s ours am: bd42a9c12d -s ours am: b98afb46bd -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744738
Change-Id: Ife013e7513898c624de5bd7efc6add6f14ee6b31
2021-09-03 17:24:39 +00:00
Winson Chung
543c226ffa
Provide internal IME insets
...
Bug: 197727397
Test: Collapse taskbar, open IME
Change-Id: Ia251be1d5892a58b062f241bdafc5dbfc223e4c3
2021-09-03 10:22:56 -07:00
TreeHugger Robot
130a85ae80
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 6c88109006 -s ours am: 45d5075924 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744739
Change-Id: I1626fa9b5863b472b78f1504c8d761dc94e9e69b
2021-09-03 17:22:31 +00:00
TreeHugger Robot
b406e26948
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 983adea20f -s ours am: 7d162a792c -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744736
Change-Id: Id3dd9df9dff568b345da7f989b832a247c04c136
2021-09-03 17:21:16 +00:00
TreeHugger Robot
6ea26b33a6
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-qpr1-dev am: e7663d1f37 -s ours am: 4774e9bcbb -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15744738
Change-Id: Icf878f5356deacf404f3f0703ec2b04d39a74026
2021-09-03 17:20:38 +00:00