TreeHugger Robot
eb6391ff8d
Merge "Fixing hotseat hidden in 3P Launcher" into sc-v2-dev
2021-07-29 21:51:39 +00:00
Tracy Zhou
dc69cfdeba
[automerger skipped] Merge "Clear command queue of OverviewCommandHelper on home tap" into sc-dev am: dec3330a83 -s ours
...
am skip reason: Merged-In Id83b341245793c38c305e6ada5581ac4e49527a7 with SHA-1 86bd1dce8d is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15416225
Change-Id: I4bdf382fe29d0202cf1c33a2e29eeb894c9b6e63
2021-07-29 21:50:33 +00:00
Tracy Zhou
dec3330a83
Merge "Clear command queue of OverviewCommandHelper on home tap" into sc-dev
2021-07-29 21:32:22 +00:00
Sunny Goyal
71ef9683db
Fixing hotseat hidden in 3P Launcher
...
Bug: 193539246
Test: Manual
Change-Id: I3e756457710f2a3909623c7eeec457319eb6c3b8
2021-07-29 13:00:19 -07:00
Jon Spivack
aa10ba9d0b
NIU Actions: Change AppTheme to LauncherTheme am: d317f17273
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15413718
Change-Id: I4b9f0acb7338b56f1683180b4d068239d30398be
2021-07-29 19:49:39 +00:00
Tracy Zhou
6842315605
Clear command queue of OverviewCommandHelper on home tap
...
Fixes: 194934483
Test: manual
Change-Id: Id83b341245793c38c305e6ada5581ac4e49527a7
Merged-In: Id83b341245793c38c305e6ada5581ac4e49527a7
2021-07-29 19:09:53 +00:00
Tracy Zhou
64231c8db1
Merge "Clear command queue of OverviewCommandHelper on home tap" into sc-v2-dev
2021-07-29 19:09:39 +00:00
TreeHugger Robot
b2f8f42510
Merge "Removing GridMigrationTask-v1 since it has been disabled for a while" into sc-v2-dev
2021-07-29 18:37:15 +00:00
Tracy Zhou
86bd1dce8d
Clear command queue of OverviewCommandHelper on home tap
...
Fixes: 194934483
Test: manual
Change-Id: Id83b341245793c38c305e6ada5581ac4e49527a7
2021-07-29 17:23:01 +00:00
Alex Chau
bf89b27f90
Merge "Clean up screen record for tests" into sc-v2-dev
2021-07-29 17:00:12 +00:00
Thales Lima
3c1a1195b4
Merge "launcher: change default state for RecentsActivity" into sc-v2-dev
2021-07-29 12:13:50 +00:00
Alex Chau
27ee6447db
Clean up screen record for tests
...
- Add new record and remove obsolete ones
Bug: 193440212
Bug: 193125090
Bug: 192005114
Test: manual
Change-Id: I860c42961e710e1542d9d911338dd359896b6970
2021-07-29 11:01:09 +01:00
Sunny Goyal
e6935d895a
Merge "Simplifying color extraction registration logic" into sc-v2-dev
2021-07-29 06:53:15 +00:00
Jon Spivack
d317f17273
NIU Actions: Change AppTheme to LauncherTheme
...
Some theme attributes used for the NIU Actions Overview were originally defined in a theme that inherited from LauncherTheme. However, 3rd-party Launchers that also used themes derived from LauncherTheme were unable to access these attributes, leading to crashes when they tried to open the Recents screen on Go devices. Just adding the attributes to LauncherTheme solves this issue.
Bug: 194810415
Test: Manual (tried a couple 3rd-party launchers on Wembley)
Test: m -j RunLauncherGoGoogleRoboTests
Change-Id: I7a2541f2a2ab3b39e0c6cf2fe40a4b096047df70
2021-07-28 19:14:03 -07:00
Sunny Goyal
278939fdf3
Removing GridMigrationTask-v1 since it has been disabled for a while
...
Also removing some data migration support
Bug: 194937047
Test: Presubmit
Change-Id: I392a5f6e49ec170f63056a7664de47229896f390
2021-07-28 15:55:43 -07:00
Sunny Goyal
69a8eecdc9
Simplifying color extraction registration logic
...
> Calulating correct location irrespective of transient
state (scale/translation)
> Removing extraction pause/resume logic
> Simplifying location calculation and registration (only use one location instead of a list)
Bug: 194732483
Test: Manual
Change-Id: I255d83761bff5e09c9fb0a5e398d0be0c1d0956f
2021-07-28 15:43:13 -07:00
Lucas Dupin
6d80cafc68
Merge "Add depth to -1 screen" into sc-v2-dev
2021-07-28 21:40:42 +00:00
Schneider Victor-tulias
7889887b56
Merge "Fix incorrect PreloadIconDrawable initialization." into sc-v2-dev
2021-07-28 20:43:01 +00:00
TreeHugger Robot
d750d16b69
Merge "Let TaskbarDragView scale up before switching to system drag view" into sc-v2-dev
2021-07-28 19:52:43 +00:00
Lucas Dupin
87d752062e
Add depth to -1 screen
...
Wallpaper will zoom out as you drag the overlay
Test: manually pull overlay
Fixes: 192502999
Change-Id: I9067b70d10497d4e16a5ef601161fbedfa9307e1
2021-07-28 12:36:31 -07:00
Schneider Victor-tulias
2b10cb2b69
Fix incorrect PreloadIconDrawable initialization.
...
Fixes: 194435394
Test: tapped installing icon then went home with airplane mode on and off
Change-Id: I0dca790bbaf710a7dcbb3a30758174304ede3a38
2021-07-28 18:35:24 +00:00
Tony Wickham
27ab9d96eb
Let TaskbarDragView scale up before switching to system drag view
...
Test: Long press taskbar icons, ensure they aniamte the scale up
Fixes: 182981908
Change-Id: I573fe66c93ebf995b3f56f2c003dee987687b6a7
2021-07-28 08:03:14 -10:00
Thales Lima
0cdf92f90c
launcher: change default state for RecentsActivity
...
When the user presses the home button, because fallback Recents doesn't
have a way to change the state, we rely on `onStop` to reset the state.
This makes the state be cleared correctly.
Fixes 192254944
Test: follow the bug
Change-Id: I177b09392214d078373e3852517b57d9172d944d
2021-07-28 16:03:43 +00:00
TreeHugger Robot
b574095bf8
Merge "Nullify mParallelRunningAnim after it ends to avoid updating it" into sc-v2-dev
2021-07-28 11:30:54 +00:00
Alex Chau
8e83f31100
Merge "Tune Overview size according to VisD" into sc-v2-dev
2021-07-28 10:41:16 +00:00
Tony Wickham
c35c6b8863
Nullify mParallelRunningAnim after it ends to avoid updating it
...
Keeping the stale reference after the animation ends is dangerous because if we call end() on it, it will jump to the now-obsolete end value.
Test: atest NexusLauncherTests:com.android.launcher3.memory.MemoryTests#testAppLaunchFromWorkspace
Bug: 193440212
Change-Id: I8ca45db7ceec2d6e6a9c6e69a6e0359fd73a7d27
2021-07-27 22:06:00 -10:00
TreeHugger Robot
338055c8bc
[automerger skipped] Merge "Enables Enhanced Smartspace by default." into sc-dev am: ce4bdd3561 -s ours
...
am skip reason: Merged-In Iffc6ae9b79db47d0585486529d2d8dfdf0a24692 with SHA-1 02db569cad is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15365093
Change-Id: If8adaccc88c521912ae20bb8b89f83e26a19a38d
2021-07-28 00:15:58 +00:00
TreeHugger Robot
ce4bdd3561
Merge "Enables Enhanced Smartspace by default." into sc-dev
2021-07-28 00:01:31 +00:00
Andy Wickham
2afb784531
Enables Enhanced Smartspace by default.
...
Test: MemoryTests.java, manual
Bug: 187428578
Merged-In: Iffc6ae9b79db47d0585486529d2d8dfdf0a24692
Merged-In: I497523aa1be78e4d0890a7a74a1bd08d4ca50f50
Change-Id: I497523aa1be78e4d0890a7a74a1bd08d4ca50f50
2021-07-27 12:34:55 -10:00
TreeHugger Robot
83ba333604
Merge "Do not allow add view in DeferredAppWidgetHostView" into sc-v2-dev
2021-07-27 18:19:51 +00:00
Tony Wickham
42fe934768
Merge "Don't recreate touch controllers when ending gesture" into sc-v2-dev
2021-07-27 17:05:58 +00:00
Steven Ng
522c1506f1
Do not allow add view in DeferredAppWidgetHostView
...
Also set rounded corners to DeferredAppWidgetHostView
Test: manual
Fix: 193885118
Change-Id: I663b5b4a50da1f2348be1792923ee73fe8e6a2e8
2021-07-27 17:11:35 +01:00
TreeHugger Robot
9899ba5b71
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 0a5b66af2c -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15391702
Change-Id: I82db34afbce4567a30df85bf40eefe30aa32f501
2021-07-27 14:53:07 +00:00
TreeHugger Robot
0a5b66af2c
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-07-27 14:39:44 +00:00
TreeHugger Robot
6f13505be7
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-07-27 14:23:34 +00:00
Steven Ng
3de51d518d
Merge "Remove drop target button drawable padding if text isn't hidden" into sc-v2-dev
2021-07-27 13:21:57 +00:00
TreeHugger Robot
8d5cd17801
Merge "Use 32dp as the content margin for widgets pickers in large screen devices" into sc-v2-dev
2021-07-27 12:47:45 +00:00
Steven Ng
24c16de329
Use 32dp as the content margin for widgets pickers in large screen
...
devices
Test: manual
Bug: 194369046
Change-Id: I7376eab59d57bdd9ccc8a64e9f321358e09ee579
2021-07-27 12:00:52 +01:00
Bill Yi
f71ffc5206
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I54d14e6ea8ae5c1194f8ca4c78730b7f243be5c9
2021-07-27 09:14:05 +00:00
Bill Yi
6fc1eae8d0
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia2101dbfa85b65d3de87200f0fbaf5d09c25a7d9
2021-07-27 09:13:26 +00:00
TreeHugger Robot
07e74119ee
Merge "Overview - leave modal state on orientation changes." into sc-v2-dev
2021-07-27 08:01:10 +00:00
TreeHugger Robot
d616cc2db0
Merge "Fix launcher preview for two panel follow up" into sc-v2-dev
2021-07-27 01:01:50 +00:00
TreeHugger Robot
a8fb9629fe
Merge "Enables Enhanced Smartspace by default." into sc-v2-dev
2021-07-27 00:22:16 +00:00
Tony Wickham
5ba08b348b
Merge "Update taskbar background color to match overview's dark mode" into sc-v2-dev
2021-07-26 23:58:13 +00:00
Andras Kloczl
454ea214ad
Fix launcher preview for two panel follow up
...
Fixing a possible context issue that was suggested
on the previous CL (ag/15079450) after it got submitted.
Bug: 185508060
Test: manually check launcher preview in wallpaper app
Change-Id: Ia653b833e4c1b911c7d7cac38c35ec2d12ab3a29
2021-07-27 00:27:32 +02:00
Lucas Dupin
d9713b2665
Merge "Request early wake-up when zooming" into sc-v2-dev
2021-07-26 22:09:01 +00:00
Tony Wickham
67c36d3b3c
Update taskbar background color to match overview's dark mode
...
Note that taskbar is intentionally dark even when dark theme is off, whereas overview changes to light.
Test: visual with a few wallpapers
Bug: 191614244
Change-Id: I30f8c2f04047ea26fa726c9e470b87637a6c502e
2021-07-26 11:53:23 -10:00
Tracy Zhou
cd8e798097
Merge "Reset current task and dequeue overview commands when recents animation is cancelled" into sc-dev am: 024749a1e0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15365516
Change-Id: I1f6bad994a472a678c3e4d099ab25138eb0e0a6b
2021-07-26 21:38:54 +00:00
Tracy Zhou
024749a1e0
Merge "Reset current task and dequeue overview commands when recents animation is cancelled" into sc-dev
2021-07-26 21:17:38 +00:00
TreeHugger Robot
f7602976e2
Merge "Only set property state after back button instantiated" into sc-v2-dev
2021-07-26 20:55:08 +00:00