Samuel Fufa
6ebbe4206e
Merge "[Hotseat] Fix legacy shortcut with config activity drawing on top of predicted app" into sc-v2-dev am: e4057e628c am: 8998a393b0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15864327
Change-Id: Ib5945c7fb5c3c3780a244435526bdb62ddab6752
2021-09-21 07:01:56 +00:00
Samuel Fufa
a4c1891723
Merge "[Hotseat] Fix hotseat migration in landscape mode" into sc-v2-dev am: cf175820c4 am: fb0bd63b32
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15862162
Change-Id: I5f465b7078b4ae35521678b88fff0613c80b3ba7
2021-09-21 07:01:37 +00:00
Samuel Fufa
8998a393b0
Merge "[Hotseat] Fix legacy shortcut with config activity drawing on top of predicted app" into sc-v2-dev am: e4057e628c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15864327
Change-Id: Ic5165aeabf619e649f3a9291bf64c689644c6c0b
2021-09-21 06:48:59 +00:00
Samuel Fufa
fb0bd63b32
Merge "[Hotseat] Fix hotseat migration in landscape mode" into sc-v2-dev am: cf175820c4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15862162
Change-Id: I8649602454a097b553e94048027d772c68a14941
2021-09-21 06:48:53 +00:00
Samuel Fufa
e4057e628c
Merge "[Hotseat] Fix legacy shortcut with config activity drawing on top of predicted app" into sc-v2-dev
2021-09-21 06:33:06 +00:00
Samuel Fufa
cf175820c4
Merge "[Hotseat] Fix hotseat migration in landscape mode" into sc-v2-dev
2021-09-21 06:24:37 +00:00
Evan Rosky
218b8cff1d
Merge "Register remote transitions on activity start" into sc-v2-dev am: 26c596b813 am: 5684dffff6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15847881
Change-Id: I1554e3c24019525dc07b58a35307a4475d81ba1e
2021-09-20 22:56:27 +00:00
Evan Rosky
5684dffff6
Merge "Register remote transitions on activity start" into sc-v2-dev am: 26c596b813
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15847881
Change-Id: Idad928c2d632ed79a6065cc8f6ec4ebfdaaae70f
2021-09-20 22:46:45 +00:00
Evan Rosky
26c596b813
Merge "Register remote transitions on activity start" into sc-v2-dev
2021-09-20 22:29:57 +00:00
Samuel Fufa
f2a8ead524
Merge "[AllApps] Fix ConcurrentModificationException in AppPredictionRow" into sc-v2-dev am: 7f693253c8 am: 700858930d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15862035
Change-Id: I34420cc5c0d4a1ac6cd5037b50e915ea1f5bf44a
2021-09-20 21:38:05 +00:00
Samuel Fufa
8ab7a2eb28
Merge "[Hotseat] Remove stale predictions when AppIcon is removed" into sc-v2-dev am: 091d91a84b am: de409fc30a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15862161
Change-Id: I616fb524b3f8b95cedb450889e32e9778c56617c
2021-09-20 21:37:46 +00:00
Samuel Fufa
700858930d
Merge "[AllApps] Fix ConcurrentModificationException in AppPredictionRow" into sc-v2-dev am: 7f693253c8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15862035
Change-Id: Iec7a78c53173b4b001c2ace6cd6b26a95cb17b19
2021-09-20 21:29:23 +00:00
Samuel Fufa
de409fc30a
Merge "[Hotseat] Remove stale predictions when AppIcon is removed" into sc-v2-dev am: 091d91a84b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15862161
Change-Id: Ia34a8eeb0672139521e1590fa6c93b36b4a20344
2021-09-20 21:29:18 +00:00
sfufa@google.com
d0a332371d
[Hotseat] Fix legacy shortcut with config activity drawing on top of predicted app
...
Bug: 182937704
Test: Add direct call widget from widget tray on a predicted spot. verify prediction clears space and no overlap.
Change-Id: Ie4977ca71ec0b7c2297ffe1454cb4a1e78518a75
2021-09-20 14:22:25 -07:00
sfufa@google.com
ef5ee36e90
[Hotseat] Fix hotseat migration in landscape mode
...
Bug: 189860214
Test: performed migration in landspace and verified items are moved properly. change is persisted when device is rotated or launcher is restarted.
Change-Id: Ice088e5524a1405dbfa20c21b4edc597f23da07e
2021-09-20 14:22:24 -07:00
Samuel Fufa
7f693253c8
Merge "[AllApps] Fix ConcurrentModificationException in AppPredictionRow" into sc-v2-dev
2021-09-20 21:19:00 +00:00
Samuel Fufa
091d91a84b
Merge "[Hotseat] Remove stale predictions when AppIcon is removed" into sc-v2-dev
2021-09-20 21:16:49 +00:00
Evan Rosky
cab41ed670
Register remote transitions on activity start
...
Was only registering once, but launcher can stop/start
its activity (eg when changing gesture modes), so we
need to try and re-register every time
Bug: 200213691
Test: atest CloseAppHomeButtonTest
change gesture mode and observe functional animations
Change-Id: I29f1eb647c2168d753e37f57657906979c5518be
2021-09-20 13:41:01 -07:00
Thales Lima
558ff50698
Merge "launcher: fix animation for quick switch + recents" into sc-v2-dev am: 3b151d630c am: deb17f413b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15853747
Change-Id: Ic7746f14e6f86d554860f38ec11a62cdcafeb599
2021-09-20 14:53:11 +00:00
Thales Lima
deb17f413b
Merge "launcher: fix animation for quick switch + recents" into sc-v2-dev am: 3b151d630c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15853747
Change-Id: I27d7b8cc4e4841afd927a752c679ae63a0da50b1
2021-09-20 14:38:33 +00:00
Vinit Nayak
25c913f7fe
Merge "Show multiple icons for GroupedTaskView" into sc-v2-dev am: 03c13ad130 am: f94d7ca492
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15847979
Change-Id: Ib2b29b92516c6922a8cfa6f260ca280ac0f2941e
2021-09-20 12:32:44 +00:00
Tracy Zhou
f32330c8a5
Merge "Stash the bar after settling in Overview" into sc-v2-dev am: 088ec093e5 am: d05a3d2040
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15801649
Change-Id: I8b162508cceb90e9c872e1c24afc40fa0b37f23f
2021-09-20 12:29:27 +00:00
Thales Lima
f2d44e8756
launcher: fix animation for quick switch + recents
...
We need to account for the fact that the running task is outside the
screen in this case, so we need to add that amount to the grid
translation.
Bug: 199265499
Test: manual, check the bug
Change-Id: I8c6ca28c5486ce9769bd6fa8fbb3d70eb9619dc6
2021-09-20 12:14:56 +01:00
sfufa@google.com
a46da7390c
[AllApps] Fix ConcurrentModificationException in AppPredictionRow
...
Bug: 190574986
Test: presubmit
Change-Id: Ic74d1d466e8c7b0ecb870dd5ab47dc91ba71a01e
2021-09-19 22:55:43 -07:00
sfufa@google.com
b39cf0bb33
[Hotseat] Remove stale predictions when AppIcon is removed
...
Bug: 200088725
Test: Install work profile clock app, verify it is visible in the hotseat, launch (which should remove the icon from AllApps). Go home and verify icon is removed from the hotseat.
Change-Id: I5915f5469fd4f90da0471dc177ef0965e99d07c7
2021-09-19 12:41:23 -07:00
Bill Yi
02126fa0e3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I27ce70a7c719ae158ec03622352b2c0e555f4dc1
2021-09-18 14:12:40 +00:00
Bill Yi
9b13d2c51b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I9bf1c7c41452c33c3ddccea00360022509bc7662
2021-09-18 14:08:25 +00:00
Vinit Nayak
f94d7ca492
Merge "Show multiple icons for GroupedTaskView" into sc-v2-dev am: 03c13ad130
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15847979
Change-Id: Ib2d2567e400c3254b7182906286fecf1608f74c0
2021-09-17 21:35:05 +00:00
Vinit Nayak
03c13ad130
Merge "Show multiple icons for GroupedTaskView" into sc-v2-dev
2021-09-17 21:27:18 +00:00
Tracy Zhou
d05a3d2040
Merge "Stash the bar after settling in Overview" into sc-v2-dev am: 088ec093e5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15801649
Change-Id: Ibd990386e587ee67877980c27073d81729a95adf
2021-09-17 20:47:22 +00:00
Vinit Nayak
af6b85e3bc
Show multiple icons for GroupedTaskView
...
* Hide all overview actions for GroupedTaskView
* Move some logic from TaskView into respective
PagedOrientationHandlers
* Remove unused methods from PagedOrientationHandler
* NOTE this is just visual changes. Properly showing
task menu's is still in-progress
Bug: 181704764
Test: Tested GroupedTaskView in portrait/landscape,
fake landscape in small screen, and real portrait/landscape
in large screen
Change-Id: I9c13ca114024db0a8e3fa5d295951696adb8516f
2021-09-17 10:16:56 -07:00
Tracy Zhou
308851d866
Stash the bar after settling in Overview
...
Test: https://recall.googleplex.com/projects/81822932-8526-4ee7-b5f7-4ef6d6603f1d/sessions/f0f7a3db-76b6-4f60-87e8-8918bd6cf180
Bug: 193938970
Change-Id: Ic08d3156f5c78a34f353783b760d5cf098e442e8
2021-09-16 00:06:47 -07:00
Vinit Nayak
0169fa3f34
Show all TaskViews when doing seamless overview rotation am: 6434f8eae5 am: ddd5a6ec3c am: e628b82b89
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15838849
Change-Id: I1452c39bb1e053c24ad60f5264fff63cbdfe1cc8
2021-09-16 00:04:48 +00:00
Vinit Nayak
e628b82b89
Show all TaskViews when doing seamless overview rotation am: 6434f8eae5 am: ddd5a6ec3c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15838849
Change-Id: Ibfd55da6b502b6e7bff9f840659327f70b5dcf35
2021-09-15 23:50:50 +00:00
Vinit Nayak
104ed0b9a8
Show all TaskViews when doing seamless overview rotation am: 6434f8eae5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15838849
Change-Id: Id57edd739e61c9703449058f439c0526b6ef2e8c
2021-09-15 23:39:22 +00:00
Vinit Nayak
ddd5a6ec3c
Show all TaskViews when doing seamless overview rotation am: 6434f8eae5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15838849
Change-Id: Ia3c470af6bcd42d20e692589ddd9b52c54d18199
2021-09-15 23:39:20 +00:00
TreeHugger Robot
1b16b5ada6
Merge "Removing unused tracing" into sc-v2-dev am: da76a1defd am: d2280210f4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15826736
Change-Id: If2c353af3a0a68913d0e42bd090e9441dc5e0242
2021-09-15 20:58:53 +00:00
TreeHugger Robot
d2280210f4
Merge "Removing unused tracing" into sc-v2-dev am: da76a1defd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15826736
Change-Id: I3007d67a31695ad005549cc37a8a0086054b53d7
2021-09-15 20:44:13 +00:00
TreeHugger Robot
da76a1defd
Merge "Removing unused tracing" into sc-v2-dev
2021-09-15 20:26:49 +00:00
Vinit Nayak
6434f8eae5
Show all TaskViews when doing seamless overview rotation
...
* If user is scrolling and rotates overview in fake
landscape, we wouldn't change the alpha to show if it
was hidden previously.
Now we only skip changing the alpha if it's already visible.
Bug: 194715506
Test: Scroll overview in fake landscape and rotate.
No more invisible task.
Change-Id: Idb519125fbb5ec7be33e0d7b6dd313fb4df684db
2021-09-15 19:17:54 +00:00
Tony Wickham
3586cacf6a
Merge "Don't set Taskbar window to non-fullscreen while folder animates closed" into sc-v2-dev am: 3d0fca7e0d am: c09201a91b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15832181
Change-Id: Ib42c5dc8102ffa72b35e7ebca046d554d2afa009
2021-09-15 18:25:07 +00:00
Tony Wickham
c09201a91b
Merge "Don't set Taskbar window to non-fullscreen while folder animates closed" into sc-v2-dev am: 3d0fca7e0d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15832181
Change-Id: I92d822ab9e163d162275f55f7ed534ca001a2ad6
2021-09-15 18:06:18 +00:00
Tony Wickham
3d0fca7e0d
Merge "Don't set Taskbar window to non-fullscreen while folder animates closed" into sc-v2-dev
2021-09-15 17:47:46 +00:00
Tony Wickham
458a10cb95
Merge changes from topics "TaskbarLogging", "taskbar-log" into sc-v2-dev am: 2908eb70fc am: d99cff7aee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15720731
Change-Id: Iaf43948a6774b348f55cf5fbc707ddb1cdd2ec98
2021-09-15 16:50:13 +00:00
Tony Wickham
d99cff7aee
Merge changes from topics "TaskbarLogging", "taskbar-log" into sc-v2-dev am: 2908eb70fc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15720731
Change-Id: I9886a307206a76109a7932cc1cf22aa8b0e7a956
2021-09-15 16:40:36 +00:00
Tony Wickham
2908eb70fc
Merge changes from topics "TaskbarLogging", "taskbar-log" into sc-v2-dev
...
* changes:
Add logs for taskbar and overview split action
Add TaskBarContainer to launcher_atom.proto
2021-09-15 16:28:45 +00:00
TreeHugger Robot
90b94185e1
Merge "Don't move taskbar window when it resizes" into sc-v2-dev am: a2f04dd7d4 am: 8832cb8e26
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15829006
Change-Id: I99863077489f4876e95a43b1ceac23864181de96
2021-09-15 07:53:10 +00:00
TreeHugger Robot
8832cb8e26
Merge "Don't move taskbar window when it resizes" into sc-v2-dev am: a2f04dd7d4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15829006
Change-Id: I3a6bf87686f13cdada7f7f0e362f6e79a5f19fe5
2021-09-15 07:42:33 +00:00
TreeHugger Robot
a2f04dd7d4
Merge "Don't move taskbar window when it resizes" into sc-v2-dev
2021-09-15 07:26:28 +00:00
Vadim Tryshev
4416c0e95b
Merge "Removing unused tracing" into sc-v2-dev am: 72da449f8a am: 502772ad25
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15800620
Change-Id: Ic39116b7c3fdb2d2149285194332eb36324f5703
2021-09-15 03:10:01 +00:00