TreeHugger Robot
0d00ab53ea
Merge "Move 'dismiss prediction' to droptarget" into ub-launcher3-master
2020-02-04 22:26:11 +00:00
Samuel Fufa
5cf3e86f80
Move 'dismiss prediction' to droptarget
...
This is done to avoid shortcuts being crowded when a predicted app is
long pressed.
Bug: 148707493
Test: Manual
Change-Id: I356a2cebfcc329478d96ee815fd641179359a572
2020-02-04 12:24:16 -08:00
Samuel Fufa
1933f9ef96
Disable all caps on work/personal tabs
...
Bug: 147133205
Test: Manual
Change-Id: I69ca488f0c0d796c726156db5becdb09e3ceee3f
2020-02-03 19:06:53 -08:00
Samuel Fufa
7315bdd236
Change unnamed folder hint and style
...
Bug: 135182686
Test: Manual
Change-Id: Ic63d89fdbd5d8ab9b0d215e916f3d2f038760547
2020-02-03 18:56:54 -08:00
Samuel Fufa
4e7a48f2f5
Merge "Change Icon for app icon dismiss action" into ub-launcher3-master
2020-02-03 01:44:04 +00:00
Samuel Fufa
3351fd60f6
Change Icon for app icon dismiss action
...
Bug: 145556909
Test: Manual
Change-Id: Icb55f813c76b4cc8e6052b1f6eb6586230727bb9
2020-01-31 16:35:47 -08:00
Samuel Fufa
8f6d141d84
Work toggle improvements
...
Bug:141289979
Test:Manual
Change-Id: If96845c0220816f9ffd5a5c86ec33b2674d15d1d
2020-01-31 12:07:12 -08:00
Sunny Goyal
9c2b96090b
Adding SecondaryDisplayLauncher in Launcher using common listener
...
Bug: 141596722
Change-Id: I480bfadf592f7d0309f17c33a3fe14bb77fb5586
2020-01-30 08:27:27 +00:00
Hyunyoung Song
1ae42423ca
Load folder names during LoaderTask
...
Bug: 147359653
Change-Id: I4d1b53c3a72d0773d4bc8819ee8118fc719944ad
2020-01-28 22:06:05 -08:00
Samuel Fufa
ad1e5468f0
Merge "Work profile edu" into ub-launcher3-master
2020-01-27 18:55:15 +00:00
Samuel Fufa
4bbed19012
Work profile edu
...
+ Move bottom sheet edu resources to launcher3
Bug: 140099753
Test: Manual
Change-Id: I933acea2b503c0f98362322d24a067c33a1bb2a7
2020-01-27 10:09:04 -08:00
Hyunyoung Song
48e6489871
Introduce folder name type (auto vs manual).
...
Bug: 147769158
- Use both InputConnectionWrapper and TextWatcher to detect
manual input
- Also fix a bug in FolderNameProvider
Change-Id: I7bc0f380c6641481d934a53e9feb77caa19c674a
2020-01-26 22:34:31 -08:00
Samuel Fufa
a18eb686d0
Add dismiss option for hotseat items
...
Bug: 145556909
Test:Manual
Change-Id: Ia40d22226b5cf9482f19f82ef08e399d294be6da
2020-01-06 16:40:24 -08:00
Pinyao Ting
993aef828a
Tips Gesture Navigation Tutorial [Part 1]
...
import various resources from tips gesture tutorial
Bug: 146173041
Test: build and verify it passes
Change-Id: Iacea7ba1f2d15452e7442f2976633da7012fab35
2020-01-02 16:17:52 -08:00
Sunny Goyal
ec30c5ed51
Merge "Adding utility class to load customization resources for easier prototype" into ub-launcher3-master
2019-11-28 00:23:37 +00:00
Samuel Fufa
d145647301
Merge "Make home setting edge-to-edge" into ub-launcher3-qt-future-dev
...
am: 16691a72bf
Change-Id: I7b74c8171b26ea38b4b284e900abce03baf5ea79
2019-11-14 12:56:32 -08:00
Samuel Fufa
9fee045ed9
Make home setting edge-to-edge
...
Bug:139437515
Test:Manual
Change-Id: Iadd7fadbd48f80a77880bfc3118be6c3ed7e3040
2019-11-12 16:49:29 -08:00
Sunny Goyal
7b97eebbe5
Adding utility class to load customization resources for easier prototype
...
Also adding support for grouping multiple plugins in same APK using process name
To customize resources update the defination of dymanic_resources in config.xml:
<array name="dynamic_resources">
<item>@color/delete_target_hover_tint</item>
<item>@integer/config_folderDelay</item>
<item>@dimen/all_apps_action_spacing</item>
<item>@fraction/container_margin</item>
</array>
Change-Id: I79c08845464510af96b16d375b424ad914657f39
2019-11-11 10:39:45 -08:00
Samuel Fufa
3f43d823ae
Merge "Predictive hotseat prototype" into ub-launcher3-master
2019-10-30 20:49:51 +00:00
Samuel Fufa
225ac27143
Predictive hotseat prototype
...
Supports filling hotseat with predicted apps, pinning of predicted apps
and manages replacing predicted apps with user drag.
Bug:142753423
Test:Manual
Change-Id: I224294f9353a64c46d28c22263a72332a79fddf4
2019-10-30 13:19:10 -07:00
Sunny Goyal
14168431bd
Adding support for dynamic calendar and clock icons
...
Change-Id: Icdba34340a27a4f6dff7310d0bf9fd29aef1330c
2019-10-29 13:50:02 -07:00
Sunny Goyal
3a1eadd37b
Adding support for remote app action provider.
...
> Connect to a predefined content provider to get package specific action
> Add that action to shortcut menu and task menu
Change-Id: Ide5c09d04112e86c8e19c2f9e66c88c15b3fd04e
2019-10-23 17:51:13 -07:00
James O'Leary
9e57e74005
QuickCaptureInputConsumer -> OverscrollInputConsumer + plugin
...
Test: Implemented plugin interface in Compose studiow build in
google_experimental, verified plugin shows up appropriately in
Launcher's home settings screen, verified gesture works if Compose
plugin enabled, and doesn't work if Compose plugin disabled.
Bug: n/a
Change-Id: Ica24ee8fe814ee02a1497a1bfbe7c7a24489b71e
2019-10-22 13:04:20 -04:00
Jonathan Miranda
643598987b
Merge "Have consistent All Apps UI between grid size changes." into ub-launcher3-qt-future-dev
...
am: c3a688a973
Change-Id: I6c9d825e85f55bd3160ab5e2a37e707f3f525459
2019-10-16 15:51:36 -07:00
Jon Miranda
64d7481597
Have consistent All Apps UI between grid size changes.
...
We build an IDP with no grid size override values. This
allows us to reference the profile measurements so that we can have a
consistent UI for areas that the grid size change should not affect.
Bug: 124967099
Change-Id: I6235862c95800d8f31dbf2de1d12b1fcf4dbd850
2019-10-16 11:21:36 -07:00
Bill Yi
e2c21704eb
Import translations. DO NOT MERGE
...
Change-Id: I2ce1448b6a7ee5cb455a2fc044336c37e03093aa
Auto-generated-cl: translation import
2019-10-11 08:19:31 -07:00
Jeff Pierce
e4607587ed
Add feature flag + leftward swipe for Compose access.
...
Stole ag/9453040 from jspierce@ and added a feature flag.
ag/9453040: Exploratory prototype to test leftward swipe access to
Compose across home screen, launcher, and lock screen. Requires Compose
APK (installed separately).
Change-Id: I15a045976b1eb41392795d3a4f0743f365dec1d2
2019-10-08 14:00:53 -04:00
Pinyao Ting
59e908b54f
migrate custom widgets in comply with plugin framework
...
Bug: 139888225
Change-Id: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71
Merged-In: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71
(cherry picked from commit c7a6c2979c )
2019-09-25 15:58:41 -07:00
Bill Yi
3cd719e63b
Import translations. DO NOT MERGE
...
Change-Id: I2a1cabf4bef377ad5fb37b3329c4532f4ea71c85
Auto-generated-cl: translation import
2019-09-18 10:53:13 -07:00
Jonathan Miranda
903abfc48f
Merge "Support defining X column layout for all apps as a display option." into ub-launcher3-qt-future-dev
...
am: 315732e524
Change-Id: I1c47d689fbec052859d5fdbfcf8d10b07ddd0202
2019-09-17 11:25:21 -07:00
Jon Miranda
6f7e9702e3
Support defining X column layout for all apps as a display option.
...
Bug: 124967099
Change-Id: I7bf576759b3fa4f6ca617fbbd660541c12fd09ac
2019-09-16 16:24:59 -07:00
TreeHugger Robot
eabdaf764b
Merge "Import translations. DO NOT MERGE" into ub-launcher3-master
2019-09-11 17:50:02 +00:00
TreeHugger Robot
1826664ef9
Merge "Import translations. DO NOT MERGE" into ub-launcher3-qt-future-dev
2019-09-11 17:45:11 +00:00
Bill Yi
abe7d0fd72
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Ia44750be55f79536e9f88ecef0135183dd3a7851
2019-09-11 03:26:19 -07:00
Bill Yi
3024e1aa1d
Import translations. DO NOT MERGE
...
Change-Id: I5e076cf299722d30bed2804ef3c6f87875c43237
Auto-generated-cl: translation import
2019-09-11 03:25:42 -07:00
Sunny Goyal
ba02fa4585
Lazily binding folder pages and icons
...
am: ac6f69f78d
Change-Id: Id85dad476f49244c711c687d5a95d36197034946
2019-09-09 12:42:30 -07:00
Sunny Goyal
ac6f69f78d
Lazily binding folder pages and icons
...
Folders are bound before they are opened and unbound on close. This
allows us to recycle the views in folders
Bug: 139051851
Change-Id: Ic1ed3265c0f583af54d73dab6f2751bc95266ea9
2019-09-05 17:17:11 +00:00
Pinyao Ting
c2c4d8358c
Merge "migrate custom widgets in comply with plugin framework" into ub-launcher3-master
2019-09-03 16:23:37 +00:00
Bill Yi
47d7d9718a
Import translations. DO NOT MERGE
...
Change-Id: I712f6654aeaddfae096de2c96fc374f745006e96
Auto-generated-cl: translation import
2019-09-01 11:33:57 -07:00
Pinyao Ting
c7a6c2979c
migrate custom widgets in comply with plugin framework
...
Bug: 139888225
Change-Id: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71
2019-08-30 12:06:22 -07:00
Bill Yi
5bdbee5e79
Import translations. DO NOT MERGE
...
Change-Id: I00a33583e7c0440db939df46e0e9fe7306d0a6c1
Auto-generated-cl: translation import
2019-08-25 23:11:04 -07:00
Samuel Fufa
84245e84c8
Default name's language of folder won't change after changing the system language
...
Test: Manual - Create unnamed folder and change system language. Folder
name should pickup new language.
Bug:78611156
Change-Id: Ie06baebe5b9a64e91630c581b75b674f363b9973
2019-08-15 09:56:12 -07:00
Samuel Fufa
866ff00eb3
Add a "Dismiss" option for predicted apps in Launcher
...
Test: LongPress on a pridicted app to see dismiss options.
Bug:139020180
Change-Id: I877863c65def0d845c0ae2f0987fe7a4f6277565
2019-08-13 23:57:11 +00:00
Sunny Goyal
e529a86fbd
Adding support for storing keywords in iconCache
...
Change-Id: I1183e63a6556ebfb3eee5df23d149e09728193a9
2019-08-07 15:51:25 -07:00
Bill Yi
ba9bcfab0f
Import translations. DO NOT MERGE
...
Change-Id: I49634188d14db30dc36721a902faf2d38cb319a5
Auto-generated-cl: translation import
2019-07-26 11:22:25 -07:00
Hyunyoung Song
4869ffb986
Merge "Folder text should show dark highlight when longpressed" into ub-launcher3-qt-r1-dev
...
am: 2e3420febe
Change-Id: I04c5bd31552b337c09d3f927d928203726f45f00
2019-07-25 13:58:18 -07:00
Bill Yi
b33dc7d8fb
Import translations. DO NOT MERGE
...
Change-Id: I70da7b5788cf48a37cf53179b30119f4e27734f0
Auto-generated-cl: translation import
2019-07-25 10:14:02 -07:00
Hyunyoung Song
0832d47781
Folder text should show dark highlight when longpressed
...
Broken only on dark theme + super bright wallpaper
Bug: 138245847
Change-Id: Ib8627ebd49ac2b31bbd747c15ae6b55eb22efffa
2019-07-24 17:20:18 -07:00
Bill Yi
22065f290c
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I249348f471abce9332ca65e07ebb9bde8c5b1d7b
2019-07-15 15:37:48 -07:00
Bill Yi
16e77f8d44
Import translations. DO NOT MERGE
...
Change-Id: Ib9d399144772010c10bedebe80fbcac9f20344af
Auto-generated-cl: translation import
2019-07-15 15:30:36 -07:00