Hyunyoung Song
f271139682
Thumbnail/Suggest view type support remote action
...
Bug: 169330678
Change-Id: I629d3e6b1622bf71e0174eb2489e976ef98875ad
2020-09-29 02:03:48 -07:00
Hyunyoung Song
95786e077d
Good riddance UserEventDispatcher
...
Bug: 165675920
Bug: 161381246
TL;DR;;
- nano -> lite proto
- add all the missing logs to WW
- pin item related logging fix
- Removed logging for assistant
sgrep "com.android.launcher3.userevent.nano." | cut -f1 -d: | xargs sed -i -e 's/userevent\.nano\./userevent\./g'
Change-Id: Ie2a49fdd891cacbd7ef40a1dc9e41ff0574c7517
2020-09-27 13:41:49 -07:00
Samuel Fufa
02be2a43f5
Support Remote actions
...
Bug: 168846477
Test: Manual
Change-Id: I7b9dc96bc7a8ccb25ccb4b7135880768256f1ef3
2020-09-24 14:28:49 -07:00
Hyunyoung Song
b3a0f1ffc0
Add thumbnail viewtype to SearchTarget
...
Bug: 168825522
Change-Id: I012665ef5e5ac66f37f9bdb37d55cc47726b29a9
2020-09-22 10:54:33 -07:00
Samuel Fufa
d099d24807
resolve invalid size variable issue for people view
...
Change-Id: I176a4de9536a7724a07c4e953f124b0c1691fe1b
2020-09-14 09:23:12 -07:00
Samuel Fufa
b6dc22c38b
Merge "Support People search result in launcher" into ub-launcher3-master
2020-09-09 18:26:29 +00:00
Samuel Fufa
35f9150a67
Support People search result in launcher
...
NOTE: this uses PackageManager and should be removed after people<>shortcut mapping in search provider.
Bug: 166337069
Test: Manual
Change-Id: I016ff0d5e6ada1599cce3d75bdcd55347c85193e
2020-09-09 10:37:27 -07:00
Sunny Goyal
4484015f48
Simplifying AppFilter
...
Change-Id: I36217a42aa67f2b3bc3a3226ace2ef7e194956a6
2020-09-08 16:31:17 -07:00
Samuel Fufa
7aa577d883
Show independent shortcuts from Hero view
...
Test: Manual
Screenshot: https://screenshot.googleplex.com/6iQGEZADXf9PtWz
Bug: 165320033
Change-Id: Ib8db1fc34da4adc39f3bec5557223a1e283380dd
2020-09-08 13:24:46 -07:00
Hyunyoung Song
b0277191f3
Improve AA+ Search UI, fix IME double close
...
Bug: 167573256
Change-Id: If0d76177a8589bee3283d8c06529cedc8aab6c31
2020-09-08 00:51:00 -07:00
Samuel Fufa
a2d6a91be9
Support settings search in AllApps
...
[preview attached to BR]
Bug: 166044087
Test: Manual
Change-Id: I997fc1c7e2e2c500f64858df9ccea4911e05d649
2020-08-25 21:40:38 +00:00
Hyunyoung Song
bb4e425616
Merge "Introduce transparency in all apps for OnDeviceSearch Bug: 165999272" into ub-launcher3-master
2020-08-25 07:35:54 +00:00
Hyunyoung Song
d9d340c879
Introduce transparency in all apps for OnDeviceSearch
...
Bug: 165999272
Change-Id: Ic4adf11d030328db47a5b0d1cd915b40902c12de
2020-08-24 20:32:02 -07:00
TreeHugger Robot
3cc22175e9
Merge "Moving hotseat predictions to ModelDelegate" into ub-launcher3-master
2020-08-24 18:42:01 +00:00
Tracy Zhou
af8516254e
Get rid of grid options pref
...
Missed this one last time
Test: N/A
Change-Id: I7ecfa72f2f358342ea9f8296cdc5d0187498426b
2020-08-21 23:44:20 -07:00
Samuel Fufa
114de69c98
Introduce support for play results in launcher
...
Introduces PluginSearchPipeline class, a plugin listener for AllAppsSearchPlugin. Coverts from List<Bundle> results from callback to AdapterItems to be rendered in SearchController.
- Moves AdapterItem to AllAppsGridAdapter
Bug: 164699827
Test: Manual
Change-Id: I20ec147e6b3f4707cf69d62b4b4ac70a90196345
2020-08-18 11:34:09 -07:00
Sunny Goyal
0fc3d1275a
Moving hotseat predictions to ModelDelegate
...
Bug: 160748731
Change-Id: I8db7856a17e0b6ca45b4d5ec3513f788f22db11a
2020-08-17 08:43:07 -07:00
Hyunyoung Song
5dd045bec6
Handle IME selection focus for ENABLE_DEVICE_SEARCH
...
Bug: 162861289
Change-Id: I15e4eae09be2aa9f89a5157fd74c95e91e64bc53
2020-08-11 09:27:45 -07:00
Samuel Fufa
4a53c70c57
Introduce support for Hero app Section
...
[Video attached to bug report]
Bug: 162871508
Test: Manual
Change-Id: Ia6f5621d6220f55e6fd5e56530853c267838442c
2020-08-07 17:29:19 +00:00
Samuel Fufa
e8bea3ea7a
Allow search results decoration [part 2/3]
...
[Video attached to bug report]
Bug: 162480567
Test: Manual
Change-Id: Iff285abde5b2a3f3f3a63e7318020cfe7572af49
2020-08-04 10:28:28 -07:00
Sunny Goyal
eaf7a95546
Changing minimum supported Launcher version to 26
...
Change-Id: I49fcf874430ac53c3246371e179fbd828e14e4da
2020-07-29 17:30:19 -07:00
TreeHugger Robot
89b670056f
Merge "Moving all-apps predictions to Launcher model" into ub-launcher3-master
2020-07-29 22:02:59 +00:00
Sunny Goyal
8b74cc761b
Moving all-apps predictions to Launcher model
...
Predictions are loaded and managed by Launcher model and follow
the model lifecycle. They are then bound to the callback which
handles the UI
Bug: 160748731
Change-Id: I4a3ea0698d80fafe94afb4ce66ffa7f4a6a91c68
2020-07-29 13:07:52 -07:00
Samuel Fufa
eb268055e1
Merge "Migrate AllAppsSearch [part 1/3]" into ub-launcher3-master
2020-07-29 16:47:41 +00:00
Samuel Fufa
df10ff46bd
Migrate AllAppsSearch [part 1/3]
...
[Video attached to bug report]
Setup DeviceSearchAlgorithm to handle on device search
Bug: 161801950
Test: Manual
Change-Id: Ib55f415f9992ceab687bbbfe904d153157541648
2020-07-28 14:48:33 -07:00
Sunny Goyal
52e2545a66
Removing arrow indicator from homescreen and
...
adding a separate view for various accessibility actions
Bug: 159247871
Change-Id: I14536844929e03d36a6a5f294d4f5daad8c82d15
2020-07-28 14:21:31 -07:00
alexmang
457ae09acc
Add filtering of preferences in developer options
...
Search will recursively go into each preference group and set visibility of preferences based on title match. If a preference group (category) has no preferences, we will hide that preference group as well.
All queries and titles are sanitized by turning them to lower case and replacing underscores with spaces for convenience.
Change-Id: Ibdc689d74d0c872c92c1d523bbc0efdb9e31aecd
2020-07-23 13:33:44 -07:00
Sunny Goyal
b9a0a99ade
Adding home animation support for non-system Launcher am: 30ac97d938
am: c60023449c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12150115
Change-Id: Idbd4c1ab36928420023987e0e4bdb06edd9e3268
2020-07-21 20:07:31 +00:00
Sunny Goyal
c60023449c
Adding home animation support for non-system Launcher am: 30ac97d938
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12150115
Change-Id: I225841557201a377e74c1b380beeea65faa30a61
2020-07-21 19:48:08 +00:00
Sunny Goyal
30ac97d938
Adding home animation support for non-system Launcher
...
When user swipes up to home, Launcher will receive a onNewIntent
callwith a bundle-extra gesture_nav_contract_v1. It will contain
the componentName & UserHandle of the closing app & a callback.
Launcher can use the callback to return the final position where
the app should animate to and an optional surface to be used for
crossFade animation. The surface cleanup can be handled in
onEnterAnimationComplete.
Change-Id: I76fdd810fdcb80b71f7d7588ccac8976d9dfe278
2020-07-21 11:43:21 -07:00
Bill Yi
19496b916b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I4c326e8cf15da316393c3be70f6b1c8dfc559a52
2020-07-20 14:03:37 -07:00
Jon Miranda
aee792403d
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
(cherry picked from commit 54003963d8
)
2020-07-13 21:48:19 +00:00
Bill Yi
e888e9a4e8
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I7d49ec8c7023d2b1feb0d974907e4d9f9e171f96
2020-07-13 09:01:32 -07:00
Bill Yi
18e3dd64f8
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I7df52e7035975535c717ca0510c4473bbc0eacd9
2020-07-10 14:57:27 -07:00
Bill Yi
e821103486
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I2c9294537172c3e5482f21f0728d559857d44dc7
2020-07-09 09:32:09 -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
Tracy Zhou
dfa3de7d3f
Get rid of a weird shadow background when rendering smartspace in preview
...
I think it has something to do ripple background, clipChildren, focusable, clickable, etc. My previous projects ran into related issues before, which is why I tried to set focusable here to false. Let me know if you have a better idea of what exactly is going on
FYI, I also did go back to my previous CL and confirmed that it's necessary.
Fixes: 152278370
Test: Factory reset the phone (with latest build and launcher built from this CL). Make sure no background is shown
Change-Id: I401ffcccd1e07a3c0beb5ed460a707d25bddf41e
2020-06-24 18:43:37 -07:00
TreeHugger Robot
efedd5f6ab
Merge "Add Elevation to work switch" into ub-launcher3-rvc-dev am: 08e1cde5e1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11923400
Change-Id: Ie850cf4e3d9e2bc746bcc5715445e5ebce73a88a
2020-06-20 04:20:20 +00:00
TreeHugger Robot
08e1cde5e1
Merge "Add Elevation to work switch" into ub-launcher3-rvc-dev
2020-06-20 04:12:57 +00:00
TreeHugger Robot
3b5f079711
Merge "Wrap shortcuts to second line" into ub-launcher3-rvc-dev am: 027d5a0e8f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11917348
Change-Id: I7175a6a73aa0070d7d91981b07531f4505f460d5
2020-06-19 22:01:26 +00:00
TreeHugger Robot
027d5a0e8f
Merge "Wrap shortcuts to second line" into ub-launcher3-rvc-dev
2020-06-19 21:45:46 +00:00
Samuel Fufa
980767a06b
Wrap shortcuts to second line
...
Some system shortcuts are mostly truncated in other localizations. This fixes the issue allowing shortcuts to extend into a second line.
Screenshot:
https://screenshot.googleplex.com/CuTHVNn6PoC
https://screenshot.googleplex.com/yhwuLmbG7UX
Bug: 158182711
Change-Id: Ie5c2943be524c499c4444a9a54217f207a4684fd
2020-06-19 14:11:36 -07:00
TreeHugger Robot
ebf070bcf1
Merge "Set Disabled icon alpha to .54" into ub-launcher3-rvc-dev am: 9627bc466a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11935159
Change-Id: I02c6042e391ebfa863731ac44c96131d49c8b0d3
2020-06-19 20:46:24 +00:00
Samuel Fufa
e17de7cd48
Set Disabled icon alpha to .54
...
screenshot: https://screenshot.googleplex.com/hMi27AKtN5z
Keeping style setup as is for ultra power saver mode.
Bug: 158904552
Change-Id: I508c661195d8ca4821a13dc2a0f26584bea0b172
2020-06-19 12:47:54 -07:00
TreeHugger Robot
cc764ffc94
Merge "Add spring to workspace scale when going from Hint state to Normal state." into ub-launcher3-rvc-dev am: 92b0b1d0a1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11871917
Change-Id: If2b1b8b2e0c9bcb552472f48538f48ca57b8d46d
2020-06-19 01:40:29 +00:00
Samuel Fufa
c528b9ec23
Add Elevation to work switch
...
+ Switch font style to Google Sans
Bug: 155888857
Test: Manual
Change-Id: I0c289a9cdf559deebddcca08d51c1bd19c3ee4c1
2020-06-18 18:22:17 -07:00
Jon Miranda
271638574f
Add spring to workspace scale when going from Hint state to Normal state.
...
Bug: 151768994
Change-Id: If03d39e5ef6319355a7691d60fc0152de2fc3cec
2020-06-18 17:53:07 -07:00
TreeHugger Robot
99438c213a
Merge "Change folder edit name hint opacity to 54%" into ub-launcher3-rvc-dev am: 314bdb192b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11878479
Change-Id: I208c805ce7a16a0b0db6c7b83ed2440483a6145b
2020-06-16 19:13:57 +00:00
Hyunyoung Song
d396e6ab66
Change folder edit name hint opacity to 54%
...
Bug: 157773141
Change-Id: Ia224ac429ad4225390b5d726b3385105a2494a37
2020-06-15 22:10:06 -07:00
TreeHugger Robot
bf9c41a54f
Merge "Announce folder content size with folder title" into ub-launcher3-rvc-dev am: 161ed5ad9b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11844112
Change-Id: Ib4797905333cfe8f070cb4387bba2d152d171a23
2020-06-12 22:03:17 +00:00