Tony Wickham
60bc684060
Merge "Wait until activity present before calling onEndTargetCalculated()" into ub-launcher3-rvc-qpr-dev am: 032db3289a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12141305
Change-Id: Ib91c86e49145874b481554fa2382678eb03e4239
2020-07-17 20:26:29 +00:00
Sunny Goyal
5d09b2e358
Updating some comments and variables
...
Change-Id: Ib3223c66e9ce187cebc6ce26a46b228f95787778
2020-07-17 18:58:49 +00:00
TreeHugger Robot
1d96d2370f
Merge "Let AllAppsEduView consume touch until animation is done and view is removed." into ub-launcher3-rvc-qpr-dev am: 95c620c38d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12121641
Change-Id: I70aa4d0ffa4dfd2ef21d7ea54a7293b4243cf1cd
2020-07-17 01:48:23 +00:00
TreeHugger Robot
30d771860e
Merge "Updating gesture tutorial home animation" into ub-launcher3-rvc-qpr-dev am: 24ddf21cea
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12117946
Change-Id: I6a86fd320482d9f3b894b8ff8eb5c7f0d5bdc9ca
2020-07-17 01:47:52 +00:00
TreeHugger Robot
d7ef768f51
Merge "Adding nullcheck while launching task during quickswitch" into ub-launcher3-rvc-qpr-dev am: 6381d38249
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12119527
Change-Id: I48126c4905e20135cdb7091777d9cdf0e2d5f6ba
2020-07-17 01:47:19 +00:00
Sunny Goyal
852537fd98
Using StatsLog for notifyingAppPredictor
...
> Adding a listener in StartsLogManager for listening to events.
This allows events to be directored to the predictor only if
it is already running, instead of creating it.
> Unifying the event format to be same as hotseat predictor
Bug: 160748731
Change-Id: Ib00e6249ff642c030f00bcad5b748255e704d16a
2020-07-16 14:12:15 -07:00
Sunny Goyal
75bf867d96
Fixing swiping up on home interrupting animation am: 369501d8aa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12152001
Change-Id: I7dc92aae75718c5460a2a2981880b536339f39d9
2020-07-14 19:57:54 +00:00
Sunny Goyal
369501d8aa
Fixing swiping up on home interrupting animation
...
Bug: 161180005
Change-Id: Ida59b87b2fb5905d98b0090630a6ce32fc9c36c8
(cherry picked from commit 93188d61da )
2020-07-14 19:07:51 +00:00
Tracy Zhou
0ca024d259
Merge "Place launcher above the target app in live tile mode" into ub-launcher3-master
2020-07-14 05:35:28 +00:00
Tony Wickham
032db3289a
Merge "Wait until activity present before calling onEndTargetCalculated()" into ub-launcher3-rvc-qpr-dev
2020-07-13 20:37:15 +00:00
Sunny Goyal
386b75305c
Merge "Preventing disambiguation screen when swiping up" into ub-launcher3-rvc-dev am: c031040a2f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12141301
Change-Id: Icca8524c3d2ea19c50015825138dd916d5e13161
2020-07-13 19:44:03 +00:00
Tony Wickham
ddbaadb562
Wait until activity present before calling onEndTargetCalculated()
...
At least one code path relies on the activity to be created: if the
end target is RECENTS, we add a state manager listener to see when
user goes to NORMAL state.
Fixes: 160903658
Change-Id: I3449dec773399f7e9cf2e7ef8b79734b1baa59b4
2020-07-13 12:32:37 -07:00
Sunny Goyal
a639d46c8b
Preventing disambiguation screen when swiping up
...
Bug: 161052537
Change-Id: Ibeeba0841963dc5eb1b5a09847cafc26eb6e4adc
2020-07-13 10:42:47 -07:00
Tracy Zhou
611fe76180
Place launcher above the target app in live tile mode
...
Fixes: 160361464
Test: manual
Change-Id: Id9d012fb71c6817ce82aa048d3dd56ea4d456f01
2020-07-11 20:54:31 -07:00
Bill Yi
2ef5f38ae5
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I7f36648a52740ae4e104c8bd2f0321f541ee218f
2020-07-10 14:54:57 -07:00
Bill Yi
7a1ffa3222
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I89c54ef089cf1b7db377ec3d7759e1e727b7bd70
2020-07-10 14:54:19 -07:00
TreeHugger Robot
c3c15cc946
Merge "Updating some comments and variables" into ub-launcher3-rvc-qpr-dev
2020-07-10 00:50:36 +00:00
Tracy Zhou
fdfe61071b
Merge "Update the position of the live tile overlay upon swipe up" into ub-launcher3-master
2020-07-10 00:23:46 +00:00
Tracy Zhou
c9c9a66f1b
Update the position of the live tile overlay upon swipe up
...
Everything is behind the flag so it's completely safe
Bug: 160911104
Test: manual
Change-Id: I9dc0ff7ea178ba5562d13370412b0dfa2599d2c0
2020-07-09 15:40:16 -07:00
TreeHugger Robot
95c620c38d
Merge "Let AllAppsEduView consume touch until animation is done and view is removed." into ub-launcher3-rvc-qpr-dev
2020-07-09 21:45:18 +00:00
TreeHugger Robot
24ddf21cea
Merge "Updating gesture tutorial home animation" into ub-launcher3-rvc-qpr-dev
2020-07-09 21:44:51 +00:00
Jon Miranda
58d74c3dd9
Let AllAppsEduView consume touch until animation is done and view is removed.
...
Bug: 160760115
Bug: 160761752
Change-Id: Ie7ab0b4c6e61dc862cac10fa961b8d1c11c6cb10
2020-07-09 14:11:53 -07:00
Sunny Goyal
29266c9ebe
Updating some comments and variables
...
Change-Id: Ib3223c66e9ce187cebc6ce26a46b228f95787778
2020-07-09 12:31:49 -07:00
TreeHugger Robot
6381d38249
Merge "Adding nullcheck while launching task during quickswitch" into ub-launcher3-rvc-qpr-dev
2020-07-09 18:19:54 +00:00
Sunny Goyal
798b5f481d
Adding nullcheck while launching task during quickswitch
...
Bug: 159758771
Change-Id: I04dd1432a1acc49cbc776c89e95cfb1ee6e88061
2020-07-09 11:05:28 -07:00
TreeHugger Robot
c146d0c38c
Merge "Removing separate overview prediction client" into ub-launcher3-master
2020-07-09 17:50:40 +00:00
Bill Yi
6d76207e37
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I3d133ff2ba4e7c0cf1de39cacfdcbe13a9c2a366
2020-07-09 09:31:47 -07:00
Bill Yi
cbf5763c63
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Ie2efd89ccb7d829e65410c0f1ca468385e22b779
2020-07-09 09:31:36 -07:00
Sunny Goyal
6fd105b69a
Updating gesture tutorial home animation
...
> Using a separate View as icon, instead of the taskView
> Updating swipe animation logic to abstract out FloatingIconView dependency
Change-Id: Ib466262afead11ebe4ca035d589f0382c37e3e97
2020-07-09 07:51:34 -07:00
Jon Miranda
b59776cd01
Fix all apps edu in landscape.
...
* Fix bug where All Apps not visible during hint animation.
* Fix bug where All Apps is empty after hint animation.
Bug: 160122854
Change-Id: Id4106a6200df2845b3c041d5aae14fb83c94b4d4
(cherry picked from commit 84b848ad5d )
2020-07-09 00:02:54 +00:00
TreeHugger Robot
5173a4c99c
Merge "Persist prediction cache on every update" into ub-launcher3-rvc-dev am: 1cc0010eba
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12077679
Change-Id: I88a0d817fed87ad4242793a094d0c8d1c02d807a
2020-07-08 05:15:49 +00:00
Sunny Goyal
9a0e18015b
Removing separate overview prediction client
...
Bug: 160748731
Change-Id: Ia9ab089bc016bbaa6a19cedaee3bf12719db9da0
2020-07-07 22:04:14 -07:00
TreeHugger Robot
1cc0010eba
Merge "Persist prediction cache on every update" into ub-launcher3-rvc-dev
2020-07-08 05:03:03 +00:00
TreeHugger Robot
4c40be975c
Merge "Fixes the issue Launcher state propagation is slower than onDeferredResume." into ub-launcher3-master
2020-07-08 00:27:35 +00:00
Sunny Goyal
141c231d2f
Fixing recents orientation (when home rotation is allowed) during swipe-up
...
Bug: 158781568
Bug: 160149607
Change-Id: I27be09febcdb6f19687469db34b002ce682aa0cb
Merged-In: I27be09febcdb6f19687469db34b002ce682aa0cb
2020-07-07 19:50:34 +00:00
Sunny Goyal
451b09ea75
Persist prediction cache on every update
...
Test: Manual
Bug: 160058750
Change-Id: Icb0b7322b7f9754d3f1c3012e1c98a760f83c787
2020-07-06 11:12:53 -07:00
Sunny Goyal
0d213ebb79
Fixing recents orientation (when home rotation is allowed) during swipe-up
...
Bug: 158781568
Bug: 160149607
Change-Id: I27be09febcdb6f19687469db34b002ce682aa0cb
2020-07-06 17:17:12 +00:00
Pinyao Ting
3bf889a02f
Fixes the issue Launcher state propagation is slower than onDeferredResume.
...
There's currently a bug prevents Launcher release drag lock for two step
widgets. Supposedly, onDeferredResume should release the drag lock; However,
in 3-button navigation mode, the transition from Overview -> Normal is
triggered in Launcher#onNewIntent, which happens after onDeferredResume.
This issue is not reproducible with gesture navigation because its
transition from Overview -> Normal is handled in NavBarToHomeTouchController
Test: manual verified with following steps
1. Enable 3-button navigation
2. Long press in WorkSpace -> Widgets
3. Drag Settings Widget to WorkSpace
4. When the config activity is shown, press "recents" button to see Overview
5. press "home" button to go back to workspace
6. repeat 2 and 3, verify the widget can be dragged
Bug: 149659788
Change-Id: I396ffa8a7db44bf3872a10de4208340a99a7efe8
2020-06-30 17:00:24 -07:00
TreeHugger Robot
b89ff05fdf
Merge "Fix all apps edu in landscape." into ub-launcher3-master
2020-06-30 17:14:31 +00:00
Jon Miranda
84b848ad5d
Fix all apps edu in landscape.
...
* Fix bug where All Apps not visible during hint animation.
* Fix bug where All Apps is empty after hint animation.
Bug: 160122854
Change-Id: Id4106a6200df2845b3c041d5aae14fb83c94b4d4
2020-06-29 17:39:42 -07:00
TreeHugger Robot
d0c11689d3
Merge "Fixes NPE with system shortcuts." into ub-launcher3-rvc-dev am: 24ce95124e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12035570
Change-Id: Ifb267c2202b94d8d4c30f0485538ce3f7e6101d0
2020-06-29 19:52:08 +00:00
thiruram
53925ff9c6
Fixes NPE with system shortcuts.
...
Bug: 160109140
Change-Id: I35c00fc1792fcf11fc61e1876f9184bd5fb309ce
2020-06-29 12:04:32 -07:00
TreeHugger Robot
c67625411f
Merge "Using original taskInfo to create the taskKey instead of fake data" into ub-launcher3-master
2020-06-29 18:06:16 +00:00
Zak Cohen
8063fe0e68
Thumbnail Cache - check canceled status on the right thread. am: a3629bd52c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12029197
Change-Id: I1b99714506e408d145b6d03a49cea621ef290781
2020-06-29 04:52:22 +00:00
Zak Cohen
a3629bd52c
Thumbnail Cache - check canceled status on the right thread.
...
The cache was checking the canceled status on the background
thread, but the cancel call was being made on the main thread.
This was leading to canceled requests still delivering this thumbnail
in some cases.
Bug: 159840851
Test: local build and non-repo of bug
Change-Id: I9a3556f6570eee1db39ebec202c115d58010d7f8
2020-06-28 21:10:07 -07:00
Sunny Goyal
fabfb3ae90
Using original taskInfo to create the taskKey instead of fake data
...
Change-Id: Ie4e35b35484e0f6cb939febe6357b37381d81682
2020-06-26 17:14:16 -07:00
Jon Miranda
54003963d8
Fix velocity in StaggeredWorkspaceAnimation.
...
* Velocity should match the direction of the spring values.
(Swipe direction is upwards, but icons move downwards on screen).
* Remove additional conversion to pxPerS since getDimension already does that.
Bug: 160003774
Change-Id: I12912edb2354c4a30c538da6ca3789c46d82b94d
2020-06-26 18:16:13 +00:00
TreeHugger Robot
fe6d3c6221
Merge "Add NPE check for prediction controller" into ub-launcher3-rvc-dev am: f59922d0d7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12000756
Change-Id: I7ecfc4c45bbc60fc29181ac81606e26d06196392
2020-06-26 08:06:49 +00:00
TreeHugger Robot
f59922d0d7
Merge "Add NPE check for prediction controller" into ub-launcher3-rvc-dev
2020-06-26 07:42:38 +00:00
Tony Wickham
3d6bfc2905
Merge "Fix tracking window being slightly off when swiping from an app" into ub-launcher3-master
2020-06-25 22:18:32 +00:00