Commit Graph

47938 Commits

Author SHA1 Message Date
Brian Isganitis ddccb51f4d [automerger skipped] Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-dev am: 6819202b65 am: 34ad79936e -s ours
am skip reason: Merged-In I3fb76b6036cb909771b789eac15742df78c2c742 with SHA-1 4a76315805 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15331418

Change-Id: Icb3b6ddcfb0337a310d12b81c3256e2ab0ad83c7
2021-07-20 00:13:45 +00:00
Sunny Goyal a1bed5428d Fixing quickswitch window not properly aligned in split-screen
Bug: 193992000
Test: Manual
Change-Id: Ic37cbc561a0299be1a1c05dfb17bd826c173100e
2021-07-19 17:10:12 -07:00
Tony Wickham 8a2c1cbc5a Add taskbar stashing feedforward, i.e. hint at upcoming stash/unstash
Also fix unstashing not working in 3P launchers by moving the unstash call from LauncherTaskbarUIController to TaskbarActivityContext

Test: long press taskbar background and stashed handle, watch it hint towards the new stashed/unstashed state respectively and then complete the animation when the long press is triggered
Fixes: 193926311
Fixes: 192926350
Change-Id: I0e538be9129bf5c600d07f360b8106d7077862ad
2021-07-19 14:09:33 -10:00
Brian Isganitis 4e0ff3c24b [automerger skipped] Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-dev am: 6819202b65 -s ours
am skip reason: Merged-In I3fb76b6036cb909771b789eac15742df78c2c742 with SHA-1 4a76315805 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15331418

Change-Id: Ie1b20e061ef3614bee40240406dd456584b3dda7
2021-07-20 00:03:41 +00:00
Brian Isganitis e846d37716 Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-dev am: 6819202b65
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15331418

Change-Id: I0014cfa35fd103aa38a4008c7c4d4d27ed8137a9
2021-07-20 00:03:32 +00:00
Brian Isganitis 34ad79936e Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-dev am: 6819202b65
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15331418

Change-Id: Ieaf2c46fc94c4b6dcb408bb78f6d4b59d07382d8
2021-07-20 00:03:08 +00:00
Brian Isganitis 6819202b65 Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-dev 2021-07-19 23:47:56 +00:00
Brian Isganitis e98f688196 Merge "Use global color extraction in widgets for wallpaper preview" into sc-v2-dev am: 9b3ef3e638 am: df311603e9
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15329444

Change-Id: If7920bff50108cab908a07c34d082b811da344f0
2021-07-19 23:19:37 +00:00
Brian Isganitis df311603e9 Merge "Use global color extraction in widgets for wallpaper preview" into sc-v2-dev am: 9b3ef3e638
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15329444

Change-Id: I07ae3ad96ac14aad6c4b988cee1aabd575daddae
2021-07-19 23:07:25 +00:00
Brian Isganitis 9b3ef3e638 Merge "Use global color extraction in widgets for wallpaper preview" into sc-v2-dev 2021-07-19 22:54:56 +00:00
Vadim Tryshev 4a325fe223 Merge "Waiting for broadcasts idle in TaplInstrumentation constructor" into sc-v2-dev am: 0e8f7098b4 am: ea8fa012e5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302542

Change-Id: I3ca0d6c3c9d4134195e1292ab3e2b1a0eb61ea72
2021-07-19 22:25:03 +00:00
Pierre Barbier de Reuille a28f864bbf Remove the shadow under PendingAppWidgetHostView.
Fix: 194007734
Test: Manual (see bug)
Change-Id: Ia46dbf8417bb9df17f35b43bfa2698206d940587
2021-07-19 22:21:06 +00:00
Vadim Tryshev ea8fa012e5 Merge "Waiting for broadcasts idle in TaplInstrumentation constructor" into sc-v2-dev am: 0e8f7098b4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302542

Change-Id: I05f6e2d24cce8935548fe33ad19b990af3cf4942
2021-07-19 22:16:01 +00:00
Vadim Tryshev 0e8f7098b4 Merge "Waiting for broadcasts idle in TaplInstrumentation constructor" into sc-v2-dev 2021-07-19 22:03:43 +00:00
Pierre Barbier de Reuille 771c60d36e Remove the shadow under PendingAppWidgetHostView.
Fix: 194007734
Test: Manual (see bug)
Change-Id: Ia46dbf8417bb9df17f35b43bfa2698206d940587
2021-07-19 22:55:49 +01:00
Tony Wickham a9f728e57b Continue loading visible task data when scrolling recents during anim to home
When we go from overview to home, we scroll to page 0 so that all tasks end up offscreen. However, since we are already in NORMAL state, we previously ignored loadVisibleTaskData() for the tasks as they scrolled by. Instead, we now continue loading task data while the scroller is unfinished.

Test: swipe to last recent task, swipe up to home, ensure thumbnails are still loaded as they scroll offscreen
Bug: 192522519
Change-Id: Iba770200fc5dbdfc91dccda9a6b9c891ab6c5e3d
2021-07-19 11:34:07 -10:00
Brian Isganitis 74e6ced362 Use wallpaper colors for widgets in wallpaper change preview
Test: Widgets should adapt to wallpaper colors in launcher preview.
Bug: 192205054
Merged-In: I3fb76b6036cb909771b789eac15742df78c2c742
Merged-In: I4da9ad1cc88be251f97e86b6c8c9b346ed20f586
Change-Id: Ife80b07f99da913d65bff96fba2ccd76b0a2ed48
2021-07-19 16:58:20 -04:00
TreeHugger Robot a0eb471268 Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab am: dae60d1385 am: aca38ce66a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: I1668357019d0fa8193add45a9490224534782f1f
2021-07-19 20:48:26 +00:00
TreeHugger Robot d61e0eb30d Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab am: 550e7d8eba am: 16c2f34ae3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: If0e8c38666496f26e6a61c9b2c5a849dff12ed9f
2021-07-19 20:48:15 +00:00
TreeHugger Robot aca38ce66a Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab am: dae60d1385
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: I196796e7bbc6f4a689bda4bc89237920e35913f7
2021-07-19 20:35:00 +00:00
TreeHugger Robot 16c2f34ae3 Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab am: 550e7d8eba
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: I3e1e329f96fe2082353a9e4fdd922469f69a4227
2021-07-19 20:34:38 +00:00
TreeHugger Robot 9d34bf06d0 Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab am: 18c7e34550
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: I318b93a6c576a5a65fb9585a2b818e57a1d09fbd
2021-07-19 20:34:15 +00:00
TreeHugger Robot 550e7d8eba Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: I103bbbeeff0d5bd4eb16e3cafdf27b4d192d4dd1
2021-07-19 20:19:34 +00:00
TreeHugger Robot 18c7e34550 Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: Ia0a989844b124a509a698bb68d00548200cfd58d
2021-07-19 20:18:47 +00:00
TreeHugger Robot dae60d1385 Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev am: 380afd86ab
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302019

Change-Id: I9e4ad2c63ecef6a738e3ba54a573bbdd884cef6f
2021-07-19 20:18:43 +00:00
TreeHugger Robot 380afd86ab Merge "Updating bounce animation to move hotseat instead of all-apps" into sc-dev 2021-07-19 20:05:44 +00:00
TreeHugger Robot 9bd4020134 Merge "Wait for dismiss animation to finish before checking task count" into sc-v2-dev am: b0ef69e886 am: 26db50490a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15312149

Change-Id: I7ee1650a1884c79aab63a42217a1cb18e2e563c7
2021-07-19 19:25:19 +00:00
TreeHugger Robot 26db50490a Merge "Wait for dismiss animation to finish before checking task count" into sc-v2-dev am: b0ef69e886
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15312149

Change-Id: If3f95ed959ff8bef92ff49bca349c4c5b434996e
2021-07-19 19:07:14 +00:00
Brian Isganitis 57c8d68001 Use global color extraction in widgets for wallpaper preview
Test: Widgets in wallpaper app should use wallpaper colors
Bug: 192205054
Change-Id: I4da9ad1cc88be251f97e86b6c8c9b346ed20f586
2021-07-19 15:03:27 -04:00
TreeHugger Robot b0ef69e886 Merge "Wait for dismiss animation to finish before checking task count" into sc-v2-dev 2021-07-19 18:39:18 +00:00
Jonathan Miranda 1a88588ace Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05 am: 1032f3cd64 am: 38d0880540
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: Ieb691e21d23a76c99bf6465066bf2805b47b8f28
2021-07-19 18:26:59 +00:00
Jonathan Miranda 9c87872834 Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05 am: 70e8c0b022 am: c39d1aa467
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: I95dee1891c1ee6b686537ab6443b0cdd5b121116
2021-07-19 18:26:50 +00:00
Jonathan Miranda 38d0880540 Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05 am: 1032f3cd64
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: Ia178da0f6a09520d20135a801fc2212c0e648306
2021-07-19 18:14:54 +00:00
Jonathan Miranda c39d1aa467 Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05 am: 70e8c0b022
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: If3bee71b46586a6b26bc030e87166fdb3788e440
2021-07-19 18:14:34 +00:00
Jonathan Miranda 291cfde1bb Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05 am: 4e16c6ed22
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: Ieae003d368ec8452db75f9e332c0617b168cc44e
2021-07-19 18:14:10 +00:00
Jonathan Miranda 70e8c0b022 Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: I73d52b726f120029edc345a4154e36e734a6ea32
2021-07-19 18:00:49 +00:00
Jonathan Miranda 4e16c6ed22 Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: I02076f77ffcae6bfb49e0bac3c79b0e0b87d5656
2021-07-19 18:00:05 +00:00
Jonathan Miranda 1032f3cd64 Merge "Fix notification dot not always being up to date." into sc-dev am: 8e095ccb05
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15302020

Change-Id: I14464148a1f19023f937eb2449bcb3dac1493638
2021-07-19 17:59:29 +00:00
Jonathan Miranda 8e095ccb05 Merge "Fix notification dot not always being up to date." into sc-dev 2021-07-19 17:45:26 +00:00
Alex Chau 97cba26a20 Wait for dismiss animation to finish before checking task count
- See http://b/193440212#comment5, TaskView takes time after swipe gesture to finish dismiss animation, so wait for the animation to finish before checking task count

Bug: 193440212
Test: TaplTestsQuickstep#testOverview
Change-Id: I21397e68f384e956a7c9f2ee8a8161ac784b4d2e
2021-07-19 17:34:57 +01:00
Sunny Goyal f706230a00 Updating bounce animation to move hotseat instead of all-apps
Bug: 193827513
Test: Manual
Change-Id: I86c0e9cb56ab3c6e8e978f574e564fe1e1a41c43
2021-07-19 08:38:47 -07:00
Alex Chau 6403086ec9 Merge "Don't allow stashing in tests for now" into sc-v2-dev am: 0841e93a34 am: 554b9879cc
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15305566

Change-Id: Ic26a031e139f111c5eaee07b8fc5082a4b65a26f
2021-07-19 12:44:36 +00:00
Alex Chau 554b9879cc Merge "Don't allow stashing in tests for now" into sc-v2-dev am: 0841e93a34
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15305566

Change-Id: Iecbc428f515b5e1725d0ec1b1368abadcb191286
2021-07-19 12:24:00 +00:00
Alex Chau 0841e93a34 Merge "Don't allow stashing in tests for now" into sc-v2-dev 2021-07-19 12:15:43 +00:00
TreeHugger Robot f77fcfbb28 Merge "Fix widget cell container size" into sc-v2-dev am: daf4289766 am: d6b8146816
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15311691

Change-Id: I232f7421cfd9fd0d9f954296e6faae56245fd59c
2021-07-19 09:42:35 +00:00
TreeHugger Robot d6b8146816 Merge "Fix widget cell container size" into sc-v2-dev am: daf4289766
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15311691

Change-Id: I7ab82d57593cf6f6f1584064388fcb98d7d9b8bc
2021-07-19 09:35:50 +00:00
TreeHugger Robot daf4289766 Merge "Fix widget cell container size" into sc-v2-dev 2021-07-19 09:18:44 +00:00
Android Build Coastguard Worker 2de59f0a67 Snap for 7560556 from c0d226be17 to sc-v2-release
Change-Id: I95414e6011800cf99a01583cc17dd2525515c7a7
2021-07-18 23:12:42 +00:00
Android Build Coastguard Worker 7c59c12b9e Snap for 7560355 from b68f4cdb0b to sc-release
Change-Id: Id1552ff16d966d42dba8075462c858dbddc753c3
2021-07-18 23:08:16 +00:00
TreeHugger Robot d4a6bd86ac Merge "Import translations. DO NOT MERGE ANYWHERE" 2021-07-18 08:27:05 +00:00