Sunny Goyal
934ebd087b
Adding support for storing keywords in iconCache
...
Change-Id: I1183e63a6556ebfb3eee5df23d149e09728193a9
Merged-In: I1183e63a6556ebfb3eee5df23d149e09728193a9
(cherry picked from commit e529a86fbd )
2019-08-14 22:12:49 +00: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
Zak Cohen
f3231f417d
Remove unused hints code.
...
This layout is handled by the provider of the hints now.
Test: manual
Change-Id: Ifc0db2395a7503b1b03dcb796961ef6647c0413b
2019-06-03 14:58:18 -07:00
Sunny Goyal
ab3963ddcf
Moving TestInformationProvider to Launcher3 so that it can be used for
...
testing Launcher3 without quickstep
Also keeping the provider as disabled until needed
Change-Id: Ib5f459e02ae551724b390f3b74f43d601568d749
2019-05-23 14:02:33 -07:00
Sunny Goyal
5686333117
Adding a utility class to cache views at an activity level
...
Bug: 122345781
Change-Id: I9a939e0b19c06c1089c1ceb515f8b97fb5dbb49e
2019-05-22 14:23:12 -07:00
Sunny Goyal
ad9fb5276d
Displaying edge-to-edge in landscape
...
Bug: 131360075
Change-Id: I7bdf72dabf7f829f294b08ea9b348f7173ff7d31
2019-05-15 14:25:52 -07:00
Hyunyoung Song
e751d90c44
Implement 3 shades of folder icon/container fill color
...
Bug: 130451254
Change-Id: I36d885a2b0247f1bb84cb98073459853ae723331
2019-05-14 10:15:11 -07:00
Govinda Wasserman
ede5052227
Implements the new subscript proactive suggestions style
...
Change-Id: I89575a315f1468bde2a0f7894cd19b1124afa840
2019-05-10 10:40:10 -04:00
Hyunyoung Song
572c746f74
Night accent color
...
Bug: 128857973
Change-Id: If81e9684143967480259a01e59694676875b0df1
2019-04-26 10:13:08 -07:00
Ryan Mitchell
01b8b68db7
Rename launcher:iconSize attribute to prevent overriding material
...
A previous change [1] introduced the material library as a static library
for the SecondaryDisplayLauncher. The material library defines a
resource "attr/iconSize" with format="dimension" while Launcher3 defines
a resource of the same name with format="float". The material resource
is being overriden by the Launcher3 resource and is preventing aapt2
from disallowing multiple definitions of the same attribute with
different formats.
This change renames the Launcher3 iconSize so it will not collide with
the material resource.
[1] If183dd35a1d197c4a9a8225a021e36c4f1662587
Bug: 129146717
Test: build success and inspection of generated apk
Change-Id: I5eb54ea606ddcfb47d5150b44906a8707203e905
2019-04-24 16:22:51 +00:00
Sunny Goyal
6bbf6004f8
Removing ShortcutInfoCompat and directly using ShortcutInfo
...
Change-Id: I2842689e192a206c0d31558c8126eae1c7904598
2019-04-22 15:39:40 -07:00
Amin Shaikh
13a229c318
Revert "Add overlayable.xml to res"
...
This reverts commit 520d9133a3 .
Reason for revert: b/130438597#6 outlines why we can't yet check this in.
Change-Id: Id7a00e926b16ca2ffc3396cbfae19c753b4b7ee9
2019-04-19 20:12:00 +00:00
Hyunyoung Song
520d9133a3
Add overlayable.xml to res
...
Bug: 128649657
Add list of drawable/ic_* that can be replaced using RRO via themepicker
Change-Id: I4d4c653b68e6cfa8d6e7449bd040e770cc77f93d
2019-04-18 13:53:06 +00:00
TreeHugger Robot
9beda35dc9
Merge "Popup container color changes for Dark Theme Bug: 111411630" into ub-launcher3-qt-dev
2019-04-12 06:42:17 +00:00
Hyunyoung Song
baa1a62af7
Popup container color changes for Dark Theme
...
Bug: 111411630
Change-Id: I7692fb6c6d9bd7b4500def8291ff2f6d77639a77
2019-04-11 23:31:51 -07:00
Hyunyoung Song
df4bf92412
Popups (shortcut, system, scroller) / Drop Targets / Widgets (bottom/full) should follow themed font
...
Bug: 126229665
Change-Id: I429da6b9bc5f99d42be0f2498cbdecb059f127f4
2019-04-11 22:56:54 +00:00
Hyunyoung Song
2aec9c42f5
Change task view / all apps/ widgets / folder radius to dialogCornerRadius
...
Bug: 123985787
Change-Id: Iaa8088beb51d37dba90d57ad065f9eac0dd46270
2019-04-09 00:27:07 +00:00
Hyunyoung Song
de0ed14610
Merge "Change the corner radius of ArrowPopup containers" into ub-launcher3-master
2019-04-05 21:10:46 +00:00
Hyunyoung Song
ce37ee5c97
Change the corner radius of ArrowPopup containers
...
Bug: 123985787
Change-Id: Ibcdd25d2795743225579e8ebc48a4511472f87d8
2019-04-05 13:44:01 -07:00
Sunny Goyal
577bc6b660
Using the extracted color for plaecholder loading icons
...
Bug: 111142970
Change-Id: Id274ddcd20d8042a4cc24bff9d65bea79846e9af
2019-04-04 15:05:15 -07:00
TreeHugger Robot
77dbcb50dd
Merge "Adding a utility class to listen for app launches" into ub-launcher3-master
2019-03-27 00:33:41 +00:00
Sunny Goyal
369212aed9
Adding a utility class to listen for app launches
...
Change-Id: I62e82a6e04b7101773d98c6e7aec574facd053fe
2019-03-26 16:38:58 -07:00
Sunny Goyal
58fa4b66ea
Removing some redundant resource definitions
...
Change-Id: I68ae602116e6eb334dfce2a013fcc42068c464bf
2019-03-22 16:24:16 -07:00
Hyunyoung Song
9272d0d31b
Merge "Inherit TextAppearance.DeviceDefault for the RRO text font" into ub-launcher3-master
2019-02-28 07:44:47 +00:00
Hyunyoung Song
72dae7f4ce
Inherit TextAppearance.DeviceDefault for the RRO text font
...
Bug: 126229665
Change-Id: I54f59f64888847c8a3ce2ea63be12a4c9199bb05
2019-02-27 16:58:57 -08:00
Miranda Kephart
1a359a261d
Add hints in Overview
...
If the ENABLE_HINTS_IN_OVERVIEW flag is enabled, pulls chip hint
data (currently from the NavBarHint plugin; eventually from AiAi)
and shows the chips between the task view screenshot and the QSB.
Screenshot: https://screenshot.googleplex.com/Ww05W13XjBv
BUG:124390101
Change-Id: I7686673b705257eca31f2fa40e2744e197153c7c
2019-02-20 15:17:03 -05:00
Hyunyoung Song
29e5d44a63
Add a flag to turn on theme picker in wallpaper picker
...
Bug: 122524192
Change-Id: I79bd8bde359a56185c1dd0c10964695263d0f6d5
2019-02-07 14:16:32 -08:00
Sunny Goyal
bcadb7f4ba
Changing some colors for folderIcon in dark themes
...
Bug: 111139480
Change-Id: I5b338c6faf61626a21f703da37b95466806cbbfd
2019-02-05 14:45:51 -08:00
vadimt
759db43f3b
Implementing available part of UX spec for DW toast
...
See https://docs.google.com/presentation/d/1AepsnLeKcRhjMW35SkB5yMKO3u6waigug8Tyfe0LO5o/edit#slide=id.g4c5ab81849_0_0
Also using time formatting code copy-pasted from Google DWB app.
Bug: 118319143
Tests: Manual
Change-Id: I84392d7655f402e38cf4c46ae530d06f755a7df8
2019-01-17 12:57:02 -08:00
Sunny Goyal
9fc5ae7fa7
Moving folder shape logic definition to xml
...
Adding support for storing custom parameters in shape definition
Change-Id: I06f04f1836b337f8cc0ab2ad8c893bb03ae9c794
2019-01-07 12:35:35 -08:00
TreeHugger Robot
3446fb65c4
Merge "Cleanup strings for iconoverride" into ub-launcher3-master
2018-12-27 06:30:39 +00:00
Hyunyoung Song
339a311d99
Cleanup strings for iconoverride
...
Bug: 120736782
Change-Id: I9745fe999cec3c4e1f442decb482ed916d0b871a
2018-12-26 20:59:57 -08:00
Hyunyoung Song
c641bd107c
Provide more context for "Remove" and "Uninstall" strings for TC
...
Bug: 120255489
Change-Id: Iec1d93e1aab0bae38d95e9f4e2c87e9328f04da3
2018-12-21 11:01:27 -08:00
Hyunyoung Song
a7a9583bb8
Remove IconShapeOverride
...
Bug: 120736782
Change-Id: Iee44f10ff2b9ec447ae74d9ad6a0aa3668c401d6
2018-12-19 17:16:56 -08:00
Sunny Goyal
415f173331
Changing the format for device profile definition
...
Device profiles are defined such that the grid size is fixed
and only the icon and text sizes change. For every grid size option
there are multiple display configurations.
Bug: 118758696
Change-Id: I54aac9106c576324b02530913c447e849b4ae1da
2018-12-07 00:06:25 -08:00
Tony Wickham
7120490595
Merge "Rename "badges" to "dots" where appropriate" into ub-launcher3-master
2018-12-05 21:19:57 +00:00
Sunny Goyal
c6726f5c36
Merge "Adding support for launcher preview generation" into ub-launcher3-master
2018-12-05 09:10:17 +00:00
Sunny Goyal
ef92b82778
Adding support for launcher preview generation
...
Creating a utility class which generates a launcher preview
for a provided InvariantDeviceProfile
Bug: 118758696
Change-Id: I0aebeb6eed37f72edd1cc305e58eece305aae3ff
2018-12-04 20:19:14 -08:00
Tony Wickham
f34bee819c
Rename "badges" to "dots" where appropriate
...
This will reduce confusion with the other "badging" concept we use for,
e.g. work profiles. It is also consistent with the external name
"notification dots".
Change-Id: I2a2c9d96dc0d6284eb0c48adc78a856271caad4d
2018-12-04 10:46:40 -08:00
Vadim Tryshev
49db73a7c1
Moving composing task content description to resources
...
Bug:118319143
Test: Manual
Change-Id: Iedcf3d90191614011b9b7d35afabb17a5b5953b3
2018-11-30 11:24:14 -08:00
Sunny Goyal
876e462ffa
Removing separate hotseat widget, instead using a QSB acroll all UI.
...
The QSB is responsible for updating its UI according to various states.
Bug: 109828640
Change-Id: Ic8cbf3d404d5870de0f6b8fe25a332b8d21bae20
2018-11-05 13:36:41 -08:00
Hyunyoung Song
08584e18d6
Merge "Add StatsLog*Manager for logging. Bug: 113043444" into ub-launcher3-master
2018-11-05 20:04:59 +00:00
Hyunyoung Song
fc00747909
Add StatsLog*Manager for logging.
...
Bug: 113043444
Verification: (19) is our event classifier number
11-05 11:24:28.188 932 994 I statsd : { 1541445868000000000 766293363001 (19)0x10000->1[I] 0x20000->0[I] 0x30000->0[I] 0x40000->[S] 0x50000->1[I] }
Change-Id: I75403837f9fa8e51efa012fb708bce7efc9c4488
2018-11-05 11:41:38 -08:00
Hyunyoung Song
719eee2be2
Create iconloader library
...
Bug: 115891474
Test: Builds everything
Change-Id: I1d75702d4e5a10d694eeb839784a629de2f74dd2
2018-11-02 14:18:45 -07:00
Zak Cohen
cc4c61472e
DeepShortcut - show loading placeholder before content is available.
...
Sometimes the deep shortcuts can take time to load, show an initial loading
state before any text is set.
Note: changed singleLine to lines=1 as the former causes issues with RTL
layout and is deprecated.
Bug: 78620208
Tested: manual test on pixel 3
Change-Id: I782addb8d64425a1a95cee4f104fc0bd44809815
2018-10-26 11:25:58 -07:00
Sunny Goyal
eae0514f1a
Moving Plugin and feature flags UI to androidX
...
> Combining both preference into a single screen
> Adding plugin preference screen so quickstep build
Change-Id: I3d2ff3ebdac3c774659e79ecb81be6f75f765eb0
2018-10-25 13:07:42 -07:00
Winson Chung
cc8dbf31db
Caching clean up, remove dependency on old shared lib loading/caching logic
...
- Clarify caching policy, we only cache the last N task snapshots
- Pull out necessary logic from RecentsTaskLoadPlan (deprecated) into
launcher class RecentTasksList which also manages the invalidation of
the last loaded list
- Pull out logic from task loading logic in the shared lib into separate
classes TaskThumbnailCache and TaskIconCache, and have each task view
manage the load request for data
Bug: 117603579
Test: Thumbnails still load
Change-Id: I938e4dea19e7f5d24724c32194d254ca003e89aa
2018-10-23 00:01:07 +00:00
TreeHugger Robot
76fea5fdd0
Merge "Adding dark theme for AddItemActivity" into ub-launcher3-master
2018-10-22 18:48:44 +00:00
Vadim Tryshev
dc7d25d3e1
Adding SystemShortcut for RemoteAction
...
Bug: 117888000
Test: manual test with a prototype
Change-Id: I10ed0a8c0237a85af5ac32a7fc68e1f9d2ffc5ba
2018-10-19 14:34:00 -07:00
Sunny Goyal
367f21999d
Adding dark theme for AddItemActivity
...
Bug: 117786476
Change-Id: I1a3adb7c10ed2326dc1440c3db15f702f42dbfd8
2018-10-17 11:25:40 -07:00