TreeHugger Robot
b0948db99d
Merge "Dumping TIS state on failures" into ub-launcher3-rvc-dev
2020-05-27 21:38:55 +00:00
TreeHugger Robot
0f3a05f913
Merge "Avoid unnecessary predictor recreations." into ub-launcher3-rvc-dev am: fcfba815af
...
Change-Id: I560a4bc7efbea2c0c59fe81461a9bb244e6f127a
2020-05-27 21:36:54 +00:00
Hyunyoung Song
e1d1887918
Merge "use LauncherAtom.ItemInfo.getDefaultInstance inside StatsLogManager" into ub-launcher3-rvc-dev am: cf0e79916d
...
Change-Id: I065cc8f574508e80f876363ed767dc8400a6eb8b
2020-05-27 21:36:47 +00:00
TreeHugger Robot
ead7b1e574
Merge "Update LauncherState toString()" into ub-launcher3-rvc-dev am: 3fc6e4c76f
...
Change-Id: I8c2f4655fbcf25d3c043e1121d88880ac9922f7e
2020-05-27 21:36:40 +00:00
TreeHugger Robot
7708430df0
Merge "Clearing track-path bitmap cache when the icon shape changes" into ub-launcher3-rvc-dev am: 5a763db39d
...
Change-Id: Id500d05db56331704d7b051b56f1dc9a0e8149e8
2020-05-27 21:36:31 +00:00
TreeHugger Robot
fcfba815af
Merge "Avoid unnecessary predictor recreations." into ub-launcher3-rvc-dev
2020-05-27 21:30:31 +00:00
Hyunyoung Song
cf0e79916d
Merge "use LauncherAtom.ItemInfo.getDefaultInstance inside StatsLogManager" into ub-launcher3-rvc-dev
2020-05-27 21:29:54 +00:00
TreeHugger Robot
3fc6e4c76f
Merge "Update LauncherState toString()" into ub-launcher3-rvc-dev
2020-05-27 21:28:13 +00:00
TreeHugger Robot
5a763db39d
Merge "Clearing track-path bitmap cache when the icon shape changes" into ub-launcher3-rvc-dev
2020-05-27 21:12:51 +00:00
vadimt
835e612aee
Dumping TIS state on failures
...
Bug: 156287114
Change-Id: Ib438aae3cc4682b1f1c958e59337c095480d910a
2020-05-27 13:48:58 -07:00
Tony Wickham
f844ee9f8d
Update LauncherState toString()
...
Change-Id: Iea3b219da546fce27480304eb3b82b4dacb907ee
2020-05-27 15:41:32 -05:00
Sunny Goyal
601f35d76a
Updating swipe up on home animations am: a314d5ad58
...
Change-Id: I8ecea85b1358c3dc1149b3ec77141e0a8c083be0
2020-05-27 20:35:34 +00:00
Sunny Goyal
0b83e24216
Clearing track-path bitmap cache when the icon shape changes
...
Bug: 157123766
Change-Id: Ie7efaab55de47afff593012a906f3912aca90ce9
2020-05-27 20:14:53 +00:00
TreeHugger Robot
95b92626d3
Merge "Using TaskViewSimulator for animating task launch" into ub-launcher3-rvc-dev am: 32f6cd1116
...
Change-Id: Ib21ab057d5f88ccd467f100b8c8b61f9ddd25622
2020-05-27 19:54:57 +00:00
Sunny Goyal
a314d5ad58
Updating swipe up on home animations
...
> Scaling down home activity on swipe-up from home and spring back to place on cancel
> Fading out recents on swipe-up to home, so ensure that adjecent tiles also dissapear
> Instead of controlling alpha, controlling full transform for base and home task. This allows adding custom animation for home task on swipe up.
> Removing alpha hanging for fallback activity in baseSwipeHandler. Instead controlling full transform for home activity
> Adding feature flag to use QuickstepLauncher as 3P Launcher to make development easier.
Bug: 156398988
Change-Id: I69cc59f2c9c95d15df6926ba635e7d6c251dceb6
2020-05-27 19:49:46 +00:00
TreeHugger Robot
32f6cd1116
Merge "Using TaskViewSimulator for animating task launch" into ub-launcher3-rvc-dev
2020-05-27 19:35:44 +00:00
Samuel Fufa
eec3d09828
Avoid unnecessary predictor recreations.
...
Bug: 156778758
Test: Manual
Change-Id: I1bb53273c1976f700596b5ec34697ed4e1788e55
2020-05-27 12:33:53 -07:00
Vinit Nayak
281193e996
Move content resolver call to constructor and cache
...
Changing fixed rotation enabled system setting flag
should be followed by a restart of launcher for it
to take effect.
Bug: 149571513
Change-Id: I84fbb654c325076571a038604fa929984d22f254
2020-05-27 12:21:40 -07:00
TreeHugger Robot
e89e9c51bc
Merge "Use device insets for multiwindow, else use thumbnail insets" into ub-launcher3-rvc-dev am: 6137535005
...
Change-Id: Ic0ec22deb764ba882eb1739e68d76c62a7113532
2020-05-27 19:19:09 +00:00
TreeHugger Robot
896588d01a
Merge "Add navigation mode diags to the system anomaly detection" into ub-launcher3-rvc-dev am: 32d76efb79
...
Change-Id: I6126b8dc8eae04d78e70f6e2a84cec2769dad9fb
2020-05-27 19:19:00 +00:00
TreeHugger Robot
6137535005
Merge "Use device insets for multiwindow, else use thumbnail insets" into ub-launcher3-rvc-dev
2020-05-27 19:13:50 +00:00
TreeHugger Robot
32d76efb79
Merge "Add navigation mode diags to the system anomaly detection" into ub-launcher3-rvc-dev
2020-05-27 19:08:18 +00:00
Sunny Goyal
e1e3f6ef5b
Using TaskViewSimulator for animating task launch
...
Bug: 155816922
Bug: 156398988
Change-Id: I8d64322596e9d99df49b01cb9adfbfca6d95b89b
2020-05-27 18:42:49 +00:00
Tony Wickham
7c0f259baa
Use device insets for multiwindow, else use thumbnail insets
...
This is consistent with what we do for the right/bottom clipped
insets already, and fixes cases where the device insets don't
match the thumbnail insets (e.g. for fullscreen apps).
Bug: 157097544
Change-Id: I630bb115cab571f3439bfbe8ded5affd924f7e64
2020-05-27 13:37:52 -05:00
vadimt
3096b78914
Add navigation mode diags to the system anomaly detection
...
Bug: 156095088
Change-Id: I3504cc2187c4bcc6229ecbcb0da360e310eeaa9f
2020-05-27 11:20:22 -07:00
TreeHugger Robot
39594cbed4
Merge "Keep recents attached to app window on continued switching" into ub-launcher3-rvc-dev am: 37a7d2af42
...
Change-Id: I97f63b2fd696f45da3eadfb7a03728dabd79c60b
2020-05-27 18:11:09 +00:00
Tony Wickham
1f3ecfaf52
Merge "Revert "Use splitscreen insets for multiwindow, else use thumbnail insets"" into ub-launcher3-rvc-dev am: 11a2d58bee
...
Change-Id: I6f2d11eea5c9b656a2a3fa5476ec1982dd040afe
2020-05-27 18:11:03 +00:00
Tony Wickham
bda0600c02
Merge "Use splitscreen insets for multiwindow, else use thumbnail insets" into ub-launcher3-rvc-dev am: abaa39b9ea
...
Change-Id: I31cf36e09f13fc4ccc61c86911e575bc72c9b469
2020-05-27 18:10:56 +00:00
TreeHugger Robot
37a7d2af42
Merge "Keep recents attached to app window on continued switching" into ub-launcher3-rvc-dev
2020-05-27 18:07:11 +00:00
Tony Wickham
11a2d58bee
Merge "Revert "Use splitscreen insets for multiwindow, else use thumbnail insets"" into ub-launcher3-rvc-dev
2020-05-27 18:05:58 +00:00
Tony Wickham
a9aa2c6bb3
Revert "Use splitscreen insets for multiwindow, else use thumbnail insets"
...
This reverts commit c093b25c75 .
Reason for revert: seems the flake isn't flaking after this change
Change-Id: I03c003103b610fcdd174fbf820c428d337d9109b
2020-05-27 18:01:30 +00:00
Tony Wickham
abaa39b9ea
Merge "Use splitscreen insets for multiwindow, else use thumbnail insets" into ub-launcher3-rvc-dev
2020-05-27 17:57:04 +00:00
Hyunyoung Song
a451508818
use LauncherAtom.ItemInfo.getDefaultInstance inside StatsLogManager
...
Bug: 153611516
Change-Id: I8531df7ee61c336c9919f5ff137bb1e113c126ea
2020-05-27 09:59:04 -07:00
android-build-team Robot
e0a4231c56
Snap for 6530637 from bfcbc6d77a to mainline-release
...
Change-Id: I0bf475a202854de84fc8caa080853d4271a26717
2020-05-27 07:11:54 +00:00
Automerger Merge Worker
bcbb95892f
Merge "Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c am: ec21c61390" into rvc-qpr-dev-plus-aosp am: bd90fc3723
...
Change-Id: I6dae26fbd27d5549eb049d9b09c394c2a190da9c
2020-05-27 05:38:02 +00:00
TreeHugger Robot
e8a5a69971
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 5b441fcf42 am: 58b54c303a am: a85b0efa03
...
Change-Id: I21320cac126674e8294c294351e97c041e63679c
2020-05-27 05:37:52 +00:00
TreeHugger Robot
986d347483
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c am: ad33fba798 am: b1f23cda1f
...
Change-Id: I4a8d52461678ce2b1c4018af8734f4536618a2df
2020-05-27 05:37:38 +00:00
TreeHugger Robot
48383942e3
Merge "Validate pointer index in PagedView#onMotionEvent" into ub-launcher3-rvc-dev am: cba7f50947
...
Change-Id: If8f86e18412fc898badbf70aec13cb653e0c82ad
2020-05-27 05:15:51 +00:00
Automerger Merge Worker
bd90fc3723
Merge "Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c am: ec21c61390" into rvc-qpr-dev-plus-aosp
2020-05-27 05:10:08 +00:00
TreeHugger Robot
aed3170f63
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c am: ec21c61390
...
Change-Id: I06e0761ca866a842db2a3e02b7c534dc21067d1e
2020-05-27 05:10:05 +00:00
TreeHugger Robot
a85b0efa03
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 5b441fcf42 am: 58b54c303a
...
Change-Id: I633a2b373ff7524232c139ee5e92a78059650588
2020-05-27 05:10:02 +00:00
TreeHugger Robot
b1f23cda1f
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c am: ad33fba798
...
Change-Id: Id5afdc0ea402f72230ce7e33d3a538c190b2e926
2020-05-27 05:09:50 +00:00
TreeHugger Robot
cba7f50947
Merge "Validate pointer index in PagedView#onMotionEvent" into ub-launcher3-rvc-dev
2020-05-27 05:03:38 +00:00
TreeHugger Robot
58b54c303a
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 5b441fcf42
...
Change-Id: Ifb642e8597de358ed940a5383560233e4de2e4e7
2020-05-27 04:59:57 +00:00
TreeHugger Robot
ad33fba798
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c
...
Change-Id: I7c0aac24656dcf5e4c0db51703db99f9f021f46d
2020-05-27 04:48:31 +00:00
TreeHugger Robot
ec21c61390
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a am: 326101967c
...
Change-Id: I3fc2e21dc76877ffc69111fe6bed73456adbbc6c
2020-05-27 04:48:27 +00:00
TreeHugger Robot
bfcbc6d77a
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a
...
Change-Id: Ief7d53b939658cfed3fb506ba1a74b6c8a015fd2
2020-05-27 04:29:21 +00:00
TreeHugger Robot
5b441fcf42
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a
...
Change-Id: I8a89e5523a954b6b176680057f8eb26a9e8154ee
2020-05-27 04:29:06 +00:00
TreeHugger Robot
326101967c
Merge "Add all apps education tutorial." into rvc-dev am: f71079343a
...
Change-Id: Id000db451d7abafbfaa902975fc0d26e1eb70f12
2020-05-27 04:28:59 +00:00
Ben Lin
7fe1765edc
Don't set shelf height if we are in landscape. am: e50d7a2f54 am: c3b0cf88d1 am: 2ab32eea3d am: ebef324448
...
Change-Id: I227c7e6ca10fd8b9f448599b5f0202fb43d9969b
2020-05-27 04:17:38 +00:00