TreeHugger Robot
183f6b2956
Merge "Stop computing scroll if handler is invalidated" into ub-launcher3-rvc-dev am: cea3ed48e5
...
Change-Id: I90c97b7f14cdf8f41520a7fa1154284c01598194
2020-04-22 23:50:22 +00:00
TreeHugger Robot
a9eb592600
Merge "[Overview Actions] Update the navigation mode immediately when switch." into ub-launcher3-rvc-dev am: 2309597c9a
...
Change-Id: If0632eefa72d771728a790df47e1ec24a4fe6c50
2020-04-22 23:50:15 +00:00
TreeHugger Robot
cea3ed48e5
Merge "Stop computing scroll if handler is invalidated" into ub-launcher3-rvc-dev
2020-04-22 23:39:11 +00:00
TreeHugger Robot
2309597c9a
Merge "[Overview Actions] Update the navigation mode immediately when switch." into ub-launcher3-rvc-dev
2020-04-22 23:34:00 +00:00
TreeHugger Robot
23a5c8009b
Merge "Fixing recentsView getting translated in NavBarToHomeTouchController" into ub-launcher3-rvc-dev am: 3e60577fa1
...
Change-Id: Ib0b9ae6621726361d6143b07b9be1c895bf3eec8
2020-04-22 23:00:13 +00:00
Becky Qiu
72c53af896
[Overview Actions] Update the navigation mode immediately when switch.
...
This would fix the issue that overview actions UI visibility was not set correctly.
Test: local
Bug: 152047880
Change-Id: Ia335c5c8947b39e580403090f461f87e78645af1
2020-04-22 15:57:34 -07:00
TreeHugger Robot
3e60577fa1
Merge "Fixing recentsView getting translated in NavBarToHomeTouchController" into ub-launcher3-rvc-dev
2020-04-22 22:42:46 +00:00
Hyunyoung Song
8ecef53da7
Merge "Updates folder creation logging." into ub-launcher3-rvc-dev am: 16a626cc1a
...
Change-Id: I3fb230e47cbd6622ef02957b2bddbc78a94d1e6b
2020-04-22 22:10:02 +00:00
Hyunyoung Song
16a626cc1a
Merge "Updates folder creation logging." into ub-launcher3-rvc-dev
2020-04-22 22:05:19 +00:00
TreeHugger Robot
555f62bc68
Merge "Removing tracing for a fixed bug" into ub-launcher3-rvc-dev am: b615875716
...
Change-Id: I70c5848103e02a685f68f843ccd2ce122d157dc6
2020-04-22 22:02:20 +00:00
TreeHugger Robot
62cc754083
Merge "Assistive chip: Adjusting chip UI" into ub-launcher3-rvc-dev am: 65a0cc72ae
...
Change-Id: Id4f3e6d1103abdc566f2c4f210ce38597cc1a53b
2020-04-22 22:02:12 +00:00
TreeHugger Robot
b615875716
Merge "Removing tracing for a fixed bug" into ub-launcher3-rvc-dev
2020-04-22 21:51:42 +00:00
TreeHugger Robot
65a0cc72ae
Merge "Assistive chip: Adjusting chip UI" into ub-launcher3-rvc-dev
2020-04-22 21:50:02 +00:00
Sunny Goyal
de4815bdad
Fixing recentsView getting translated in NavBarToHomeTouchController
...
Bug: 154657409
Change-Id: I4d7f3cac52b563370d612dd29d5e7322645b5cbe
2020-04-22 14:23:55 -07:00
TreeHugger Robot
46e018fd5c
Merge "Fixing animation player not overshooting spring animation; tuning springs" into ub-launcher3-rvc-dev am: cf3bed973c
...
Change-Id: I507741080a49e0d432e31573125bcf494f60d866
2020-04-22 21:16:28 +00:00
TreeHugger Robot
cf3bed973c
Merge "Fixing animation player not overshooting spring animation; tuning springs" into ub-launcher3-rvc-dev
2020-04-22 20:52:35 +00:00
Sreyas
71a091fe8a
Assistive chip: Adjusting chip UI
...
Change-Id: I2970107f4324a5f01e0df4a6adf21875412582c6
2020-04-22 13:33:36 -07:00
vadimt
99939d3b0d
Removing tracing for a fixed bug
...
Bug: 139891609
Change-Id: Ic7c988f06022b82685a3216154a47783ef2ec98b
2020-04-22 13:32:03 -07:00
Sunny Goyal
7f9e8e2d27
Fixing animation player not overshooting spring animation; tuning springs
...
=> setCurrentPlayTime is bounded between [0, duration] by the animation framework
Instead using interpolator so that we can go outside the bounds
=> Tune spring stiffness and dampening for overview card dismiss animations
Bug: 154061408
Change-Id: Iaa31491fff499db916b36d9779ec159b8a89a2de
2020-04-22 12:54:31 -07:00
TreeHugger Robot
f87c5d41d0
Merge "Moving various orientation related config in RecentsOrientaedState" into ub-launcher3-rvc-dev am: 6db6a59f86
...
Change-Id: Iae760a685c06130e81947f9868b3a72e8ed1fedc
2020-04-22 19:28:54 +00:00
TreeHugger Robot
6db6a59f86
Merge "Moving various orientation related config in RecentsOrientaedState" into ub-launcher3-rvc-dev
2020-04-22 19:19:34 +00:00
TreeHugger Robot
e746db7783
Merge "Adding common code for instrumentation and robolectric tests" into ub-launcher3-rvc-dev am: cee56f039e
...
Change-Id: Iec12b8bb16cdbd1b88b0930059a9dfad9a9dea00
2020-04-22 18:03:23 +00:00
TreeHugger Robot
cee56f039e
Merge "Adding common code for instrumentation and robolectric tests" into ub-launcher3-rvc-dev
2020-04-22 17:49:22 +00:00
Sunny Goyal
b7833f8193
Moving various orientation related config in RecentsOrientaedState
...
> Fixing RecentsOrientationState values for fallback recents
> Using proper rotation in task simulator
Change-Id: I770e7c8850e469f5dc0ce6f89889672f2decdc0d
2020-04-22 10:49:02 -07:00
thiruram
f065fdf311
Updates folder creation logging.
...
After ag/11020901, folder creation process will not open gboard and hence drag and drop events resulting in folder creation should send additional folder creation event.
Fixes NPE with ItemInfo.java.
Bug: 153768241
Change-Id: I52c996a62dee52bf07feef4252aadc2a28c79752
(cherry picked from commit 9a3671e80e )
2020-04-22 17:36:07 +00:00
Sunny Goyal
525f2f7d4f
Merge "Fixing SecondaryDisplay Launcher" into ub-launcher3-rvc-dev am: d8cec211a2
...
Change-Id: Ibed724ec33a12312e8323d3a734d1bfc1ca586b1
2020-04-22 17:27:26 +00:00
Sunny Goyal
d8cec211a2
Merge "Fixing SecondaryDisplay Launcher" into ub-launcher3-rvc-dev
2020-04-22 17:13:54 +00:00
TreeHugger Robot
4a8934f8ae
Merge "add CHAR LIMIT for home settings menu" into ub-launcher3-rvc-dev am: 8eddd129b3
...
Change-Id: Icf247ea1b86ed17835d01d32a333fa986fa9b572
2020-04-22 07:50:19 +00:00
TreeHugger Robot
8eddd129b3
Merge "add CHAR LIMIT for home settings menu" into ub-launcher3-rvc-dev
2020-04-22 07:10:23 +00:00
TreeHugger Robot
b4ecbd1c25
Merge "Update shortcut icons according to new accessibility standards" into ub-launcher3-rvc-dev am: 220a9b461d
...
Change-Id: Ic6563f529c4fcf9a8b70c243e8456e4d418bddc6
2020-04-22 06:53:15 +00:00
TreeHugger Robot
220a9b461d
Merge "Update shortcut icons according to new accessibility standards" into ub-launcher3-rvc-dev
2020-04-22 06:42:34 +00:00
Sunny Goyal
0e7a338e8b
Fixing SecondaryDisplay Launcher
...
> All apps layout broken in landscpae UI
> Crash when manager profile is added
> Wrong icon size on low resolution
Change-Id: If01dacf9f62a0384ebd8b31b62500178416d3ab4
2020-04-21 23:19:11 -07:00
Samuel Fufa
39e7c25b92
add CHAR LIMIT for home settings menu
...
Bug: 153972057
Change-Id: Ic6d9104a8b27bcdcc7fe6440b7d26d0baf0f473c
2020-04-21 22:52:12 -07:00
Jonathan Miranda
968424b89a
Merge "Ensures that the swipe up to home animation is ended prior to view recycling." into ub-launcher3-rvc-dev am: 8451542a25
...
Change-Id: Icab7d2e70b4428abf1f8b1c9fb97bee7bf49c6ac
2020-04-22 05:45:06 +00:00
Jonathan Miranda
8451542a25
Merge "Ensures that the swipe up to home animation is ended prior to view recycling." into ub-launcher3-rvc-dev
2020-04-22 05:31:37 +00:00
Samuel Fufa
07919c63f2
Update shortcut icons according to new accessibility standards
...
Bug: 152273720
Bug: 152272310
Test: Manual
Change-Id: If9e1c30a27046674cae4189a7cfc6bcfc2e288e9
2020-04-21 21:03:37 -07:00
TreeHugger Robot
97303d1f05
Merge "Fixing activity leak via ActivityInitListener" into ub-launcher3-rvc-dev am: 585628e270
...
Change-Id: I2dfa8e7651ebd7b70b6e2c92ed0008b4a6f2a8ba
2020-04-22 03:21:18 +00:00
TreeHugger Robot
585628e270
Merge "Fixing activity leak via ActivityInitListener" into ub-launcher3-rvc-dev
2020-04-22 03:07:01 +00:00
TreeHugger Robot
5641feeb66
Merge "Fixing crash when emptyView gets added twice" into ub-launcher3-rvc-dev am: 947905d28b
...
Change-Id: Iae90cf1244b7b36d06beff17d8a3972f4cf5240c
2020-04-22 00:43:46 +00:00
TreeHugger Robot
947905d28b
Merge "Fixing crash when emptyView gets added twice" into ub-launcher3-rvc-dev
2020-04-22 00:30:43 +00:00
TreeHugger Robot
f8beb7d6b3
Merge "Make all apps scrim solid color" into ub-launcher3-rvc-dev am: af560750d0
...
Change-Id: I29c213851579876cc56b1fae25962fce97952648
2020-04-21 23:24:07 +00:00
TreeHugger Robot
af560750d0
Merge "Make all apps scrim solid color" into ub-launcher3-rvc-dev
2020-04-21 23:12:39 +00:00
vadimt
5a804dcbaf
Fixing activity leak via ActivityInitListener
...
Bug: 139137636
Change-Id: I49ac81dfc69f63211d832bf558517c534f51eab8
2020-04-21 15:35:23 -07:00
Jon Miranda
d08f8ac409
Ensures that the swipe up to home animation is ended prior to view recycling.
...
Bug: 154163960
Change-Id: I70b2c6290a2a17be8b80ba0209528173d6627332
2020-04-21 15:12:40 -07:00
Tony Wickham
9df3f0cebf
Stop computing scroll if handler is invalidated
...
Bug: 153589287
Change-Id: I0282ec82fe4ae1f74a0f4342471ffd53f43095d7
2020-04-21 16:24:47 -05:00
Samuel Fufa
9915605588
Make all apps scrim solid color
...
- Switch app label text color to #DE000000 in light mode
[screenshots attached to bug]
Bug: 151389610
Test: Manual
Change-Id: Ia027eaacd365498db0da3c25f7cc4ab75232c7f2
2020-04-21 13:19:43 -07:00
Winson Chung
be368ee106
Merge "Disable blurs while in multiwindow mode" into ub-launcher3-rvc-dev am: 674e38fdb6
...
Change-Id: I4859339665a33bfc1d17b3962e1c5665c6c7fd24
2020-04-21 19:47:05 +00:00
Sunny Goyal
d4995e1eec
Adding TaskViewSimulator for simulating taskView layout on a remote target am: f2393f1d20
...
Change-Id: I020e4b56de42e455b92c078bf4c8502fa3f0713c
2020-04-21 19:46:57 +00:00
Winson Chung
674e38fdb6
Merge "Disable blurs while in multiwindow mode" into ub-launcher3-rvc-dev
2020-04-21 19:39:17 +00:00
Sunny Goyal
f2393f1d20
Adding TaskViewSimulator for simulating taskView layout on a remote target
...
1. Tanslating contents of RecentsView instead of recentsView itself. When
translating, we keep the current TaskView from moving. This allows
the remoteTarget to follow an individual taskView.
2. Removing translationY in recentsView and setting the pivot instead
3. Using TaskViewSimulator for swipe handler. This allows using similar
animation creation as Launcher window animation.
Change-Id: I0b7b16c367d9d8cd8dd0ed59061e46853e2f8c83
2020-04-21 11:16:21 -07:00