Jonathan Miranda
e7ce4caaed
Merge "Fix folders being light in dark mode." into sc-dev am: 5546b258c3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15082515
Change-Id: I299041edaebfc0f333bcc7e56b3fe6489aa8c644
2021-06-23 20:32:45 +00:00
Alina Zaidi
b7e15cf3b3
Merge "Update string for no room on this Home screen toast." into sc-dev
2021-06-23 20:15:52 +00:00
Jonathan Miranda
5546b258c3
Merge "Fix folders being light in dark mode." into sc-dev
2021-06-23 20:13:24 +00:00
Schneider Victor-tulias
e6b93993d1
Update Gesture navigation tutorial activity permissions
...
Temporarily removed REBOOT permission requirement from GESTURE_SANDBOX.
Fixes: 188035141
Test: manual
Change-Id: I11788d7c6dd5a7b10e8cc4400b17f5f2fec967f7
2021-06-23 13:08:21 -07:00
Tony Wickham
1351c2214d
Fix some touch issues during gesture nav transition
...
- Don't recreate the laucher transition controller if we've already ended it, as it could clobber a touch interaction that started in the meantime
- Test: swipe up from an app to overivew, swipe to dismiss it during the transition.
- Previously, we were ending the controller twice (once on touch down as we started proxying, and again in setupLauncherUiAfterSwipeUpToRecentsAnimation()), and the second one could happen after starting the dismiss interaction.
- Don't recreateControllers() if orientation didn't change
- Test: swipe up to go from an app to home, swipe up to all apps during the transition.
- Previously, we were getting the following sequence:
1. Touch down on home to start swiping to all apps - all current controllers get this down event to start determining whether to intercept
2. Before reaching touch slop, we recreateControllers(), so all new controllers won't get the down event and thus won't intercept
- Now, we avoid unnecessarily recreateControllers(), so the original controllers can still intercept.
Test: see above
Fixes: 189700453
Change-Id: Icfa5b6cdb32122adaf6ac8e8cb197b0c477dac60
2021-06-23 13:07:18 -07:00
Tracy Zhou
b3c3ce8b0a
[automerger skipped] Merge "Finish recents animation on task dismissal only if the task is a live tile task" into sc-dev am: 2f8342d791 -s ours
...
am skip reason: Merged-In Ie1dd02a2e8cc401a613a0ed2199400712c6d5291 with SHA-1 2591768d54 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15072972
Change-Id: Id37ad50e6817629e5d8794e4cc2fb6ea69157de7
2021-06-23 19:59:16 +00:00
TreeHugger Robot
5e72b9cad2
Merge "Fix Tapl Background.switchToOverview for tablets" into sc-v2-dev
2021-06-23 19:54:07 +00:00
Tracy Zhou
2f8342d791
Merge "Finish recents animation on task dismissal only if the task is a live tile task" into sc-dev
2021-06-23 19:40:15 +00:00
Samuel Fufa
6c2c69cd97
Merge "Polish work for work profile" into sc-dev am: 1e70c235cf
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15031833
Change-Id: Ie9cf60cd89c805c7341e2725259152215edea889
2021-06-23 19:00:41 +00:00
Lucas Dupin
8ee65b1d75
Merge "Disable blurs when dev setting or battery saver" into sc-dev am: 697e51cd8c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15069844
Change-Id: Ia7bcf27ad8aba1a9115481f5ba4f9d77bf56d3a8
2021-06-23 19:00:14 +00:00
Samuel Fufa
1e70c235cf
Merge "Polish work for work profile" into sc-dev
2021-06-23 18:58:29 +00:00
Lucas Dupin
697e51cd8c
Merge "Disable blurs when dev setting or battery saver" into sc-dev
2021-06-23 18:40:43 +00:00
Jonathan Miranda
127e2605d5
Merge "Fix bug where icons in hotseat were clipped when display size is Small." into sc-dev am: 23415e214c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15068798
Change-Id: Ie2e85b1763f9061241df27e7b81acb3ff102b1d5
2021-06-23 18:36:53 +00:00
Hyunyoung Song
23ad64de64
Merge "Hide searchbox when header protection is on." into sc-dev am: 93068d1c39
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15058492
Change-Id: Ieffc6d68718a11249d21e29db28b26c86ef911e5
2021-06-23 18:36:41 +00:00
Jonathan Miranda
23415e214c
Merge "Fix bug where icons in hotseat were clipped when display size is Small." into sc-dev
2021-06-23 18:27:19 +00:00
Jon Miranda
d47f715b51
Fix folders being light in dark mode.
...
- Simplifying the styles here, following the same pattern as
the popup colors.
Bug: 175329686
Test: test wallpaper with light text, light mode
test again in dark mode
test wallpaper with dark text, light mode
test again in dark mode
Change-Id: I04f92bd64de69c5e33fc1bff50c4ecc0e7c17d37
2021-06-23 11:22:25 -07:00
Hyunyoung Song
93068d1c39
Merge "Hide searchbox when header protection is on." into sc-dev
2021-06-23 18:15:27 +00:00
Alex Chau
4637260ab9
Fix Tapl Background.switchToOverview for tablets
...
- The test failed because of unexpected touch event recoreded
- This is because it does not expect the gesture to start from launcher. But with taskbar present, the touch will be recorded from taskbar
Bug: 191344757
Test: TaplTestsQuickStep
Change-Id: I09b5a3029eef5cdc874bbbe8653976f12136144c
2021-06-23 19:06:20 +01:00
Vadim Tryshev
46aab40dd5
Merge "Detect leaks only on test success Bug: 191690396 Test: presubmit" into sc-dev am: 9d7ff51901
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15068626
Change-Id: I15ec31f5147ee3a484d33dedc3e6ae5dfe25abbd
2021-06-23 17:52:35 +00:00
Vadim Tryshev
9d7ff51901
Merge "Detect leaks only on test success Bug: 191690396 Test: presubmit" into sc-dev
2021-06-23 17:50:47 +00:00
Zak Cohen
2f3d6822d4
Merge "Sets a simple locus id when Overview is enabled" into sc-dev am: e43edc74ef
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15053498
Change-Id: I682014c857a2d977d0333eb7cb5f3415b92c5002
2021-06-23 17:44:29 +00:00
Schneider Victor-tulias
3908e51796
Merge "Update gesture nav tutorial back left and right videos" into sc-dev am: bef29071b5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14969574
Change-Id: I9961ffcd4c490576628782bd59b142ed3caa20f3
2021-06-23 17:44:12 +00:00
Zak Cohen
e43edc74ef
Merge "Sets a simple locus id when Overview is enabled" into sc-dev
2021-06-23 17:38:16 +00:00
Schneider Victor-tulias
bef29071b5
Merge "Update gesture nav tutorial back left and right videos" into sc-dev
2021-06-23 17:28:35 +00:00
Tracy Zhou
d537968b35
Finish recents animation on task dismissal only if the task is a live tile task
...
Fixes: 191831190
Test: manual
Change-Id: Ie1dd02a2e8cc401a613a0ed2199400712c6d5291
Merged-In: Ie1dd02a2e8cc401a613a0ed2199400712c6d5291
2021-06-23 17:18:00 +00:00
Hilary Huo
e83189593a
[settings-pixel-search] Add ww logging to track slice fetching timeout
...
Test: https://paste.googleplex.com/6310936320147456
Bug: 191297465
Change-Id: I0a4a65295e7290b55dccdb63830ff60c6838fbb2
2021-06-23 10:16:21 -07:00
Samuel Fufa
ce820f51e2
Polish work for work profile
...
Bug: 191478900 Work profile toggle specs
Bug: 187761192 Fix issue where Installing app scrolling apps to top
Bug: 191121890 Fix issue where top of AllApps becomes empty when returning to AllApps
Bug: 191477329 String change for work profile paused state
Test: local
Change-Id: Idbaab333566b54afa3dc879f5bea98e1f77c44fc
2021-06-23 16:46:52 +00:00
Alina Zaidi
95d6df3647
Update string for no room on this Home screen toast.
...
Bug: 191852136
Test: Tested manually to check that the toast has updated string.
Change-Id: I28f73eda17fdc49dee18e4f8be89224f04471697
2021-06-23 17:15:29 +01:00
Steven Ng
0571a370d1
Use default spans as min spans if the min spans > default spans
...
This is to match the behavior described in
AppWidgetProviderInfo#minResizeWidth/Height documentation.
Test: run LauncherAppWidgetProviderInfoTest
Bug: 191223844
Change-Id: I37c0c8bf5e4588919e5b30fab6d2fde7236e114b
2021-06-23 17:11:05 +01:00
Lucas Dupin
b60fff3929
Disable blurs when dev setting or battery saver
...
Stop rendering blurs whenever a user:
- disables blurs on developer settings
- enables battery saver
Test: manual
Bug: 191814337
Change-Id: I8fd04796054d92171732c8db95b64cfa3ec469ec
2021-06-23 08:37:27 -07:00
Jon Miranda
0d284852d9
Fix bug where icons in hotseat were clipped when display size is Small.
...
Simplify calculations to ensure the hotseat sizes are always accurate.
Bug: 186556930
Test: changed display setting from small to largest on different grid
sizes (5x5, 4x4, 4x5, 3x3, 2x2)
Change-Id: I97580c50a9d821577eb63335950d5695d9bf035d
2021-06-23 08:08:12 -07:00
Hyunyoung Song
7d3b25734a
Hide searchbox when header protection is on.
...
Bug: 191726215
Test: manual
Change-Id: I086a05654faf718683ebe5dfbcf64b6bd6347ca8
2021-06-23 00:44:49 -07:00
Tracy Zhou
2591768d54
Finish recents animation on task dismissal only if the task is a live tile task
...
Fixes: 191831190
Test: manual
Change-Id: Ie1dd02a2e8cc401a613a0ed2199400712c6d5291
2021-06-23 05:31:09 +00:00
vadimt
143748fbf4
Detect leaks only on test success
...
Bug: 191690396
Test: presubmit
Change-Id: Ie59c3b944d420ac25ebba86bf500fcf33700ca99
2021-06-22 18:49:34 -07:00
Thiru Ramasamy
a829f96bff
[AA+] Adds CorrectedDeviceSearchResultContainer to log user interactions on search results from corrected queries. am: 2f65e7f274
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14969368
Change-Id: If77091b49579165e42ff384b13b515496845b2dc
2021-06-23 00:41:35 +00:00
zakcohen
e2c4687e51
Sets a simple locus id when Overview is enabled
...
Bug: 189968849
Test: Ran with logcat to check correct locus is set
Change-Id: I5253d83b4cf5862e49c3183a843bf8f26dce149e
2021-06-22 16:46:30 -07:00
Thiru Ramasamy
2f65e7f274
[AA+] Adds CorrectedDeviceSearchResultContainer to log user interactions on search results from corrected queries.
...
Bug: 188840584
Test: Local
Change-Id: Ibbf2b228537a19be1e77993efee5edc421ff70eb
2021-06-22 15:40:22 -07:00
Steven Ng
92335ed7bd
Add null check before detach content view from dragView at onDropComplete
...
Test: Drop a conversation widget on a configuration button. No crash
is observed.
Fix: 191762933
Change-Id: I483c6f4dbc9fc6c096383682284a4c854707f583
2021-06-22 23:26:05 +01:00
Jonathan Miranda
9bf19c1d7f
Merge "Polish folder icon bugs." into sc-dev am: 835fab2305
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15046894
Change-Id: Id5684eeab5e56461eeeb60e23c37221afeb2b4dc
2021-06-22 22:22:56 +00:00
Jonathan Miranda
835fab2305
Merge "Polish folder icon bugs." into sc-dev
2021-06-22 22:00:17 +00:00
Brian Isganitis
3ddf5f6d60
Merge "Enable widgets in launcher preview flag" into sc-v2-dev
2021-06-22 21:58:27 +00:00
Winson Chung
76d5158c66
Merge "Don't finish to home when launching a task from recents" into sc-dev am: d27f127b3a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15057896
Change-Id: Iaa2522dca2785a3fa0094c75dc55f201cc000940
2021-06-22 19:10:08 +00:00
Brian Isganitis
1ce4353359
Enable widgets in launcher preview flag
...
Test: Widgets fully load in launcher preview with correct size and color
Fix: 185306338, 191499358
Change-Id: I2d02d7a1328ed9ef5d3dfbec090dc1f9908dd527
2021-06-22 14:58:22 -04:00
Winson Chung
d27f127b3a
Merge "Don't finish to home when launching a task from recents" into sc-dev
2021-06-22 18:54:14 +00:00
Winson Chung
856cd1bd4d
Don't finish to home when launching a task from recents
...
- When launching without a task view, we should also not be finishing
to home (similar to composeRecentsLaunchAnimator) since it will
clobber the newly launched task
Fixes: 191182965
Test: Open overview with live tile, try to open usb debugging settings
page
Change-Id: If7464ebf155cee33e81205fbf4899e9ab49a52d0
2021-06-22 18:54:03 +00:00
Brian Isganitis
a905601cfd
Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-v2-dev
2021-06-22 18:47:08 +00:00
Cyrus Boadway
32f7517f19
Merge "Use icon splash screen when starting activity from widget interaction" into sc-dev am: 9dd0351ed1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15062776
Change-Id: I86e28dc686e769da4760959ec4343d659a4fd602
2021-06-22 18:20:50 +00:00
Sunny Goyal
9ffb0f803b
Merge "Fixing TaskView.launchTask.onEndCallback is not called" into sc-dev am: eb3367796a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15032513
Change-Id: I0b76512550814f23fde9c95a59e90e50280e3dde
2021-06-22 18:20:46 +00:00
Vadim Tryshev
b64e067450
Merge "Improving TAPL diagnostics" into sc-dev am: c5c0e5e96e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15056761
Change-Id: Icda0324952530680318cee6892680b146615c927
2021-06-22 18:20:41 +00:00
Cyrus Boadway
9dd0351ed1
Merge "Use icon splash screen when starting activity from widget interaction" into sc-dev
2021-06-22 18:13:52 +00:00