summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
* | Create iconloader libraryHyunyoung Song2018-11-021-1/+0
|/ | | | | | | Bug: 115891474 Test: Builds everything Change-Id: I1d75702d4e5a10d694eeb839784a629de2f74dd2
* DeepShortcut - show loading placeholder before content is available.Zak Cohen2018-10-261-1/+1
| | | | | | | | | | | | | 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
* Moving Plugin and feature flags UI to androidXSunny Goyal2018-10-251-2/+5
| | | | | | | > Combining both preference into a single screen > Adding plugin preference screen so quickstep build Change-Id: I3d2ff3ebdac3c774659e79ecb81be6f75f765eb0
* Caching clean up, remove dependency on old shared lib loading/caching logicWinson Chung2018-10-231-2/+0
| | | | | | | | | | | | | | | - 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
* Merge "Adding dark theme for AddItemActivity" into ub-launcher3-masterTreeHugger Robot2018-10-221-3/+11
|\
| * Adding dark theme for AddItemActivitySunny Goyal2018-10-171-3/+11
| | | | | | | | | | Bug: 117786476 Change-Id: I1a3adb7c10ed2326dc1440c3db15f702f42dbfd8
* | Adding SystemShortcut for RemoteActionVadim Tryshev2018-10-192-0/+4
|/ | | | | | Bug: 117888000 Test: manual test with a prototype Change-Id: I10ed0a8c0237a85af5ac32a7fc68e1f9d2ffc5ba
* Removing ViewScrim and cutom drawing codeSunny Goyal2018-09-181-3/+0
| | | | | Bug: 109828640 Change-Id: I2cab0215a32c2ca6bc331d48083fcc00ada05c3b
* Adding a provider class for various popup actionsSunny Goyal2018-09-171-14/+2
| | | | | | so that it can be customized easily. Change-Id: I633846631ac3d4c70ebb3ea35a3edc2feee8339e
* Update undo snackbar visualsTony Wickham2018-09-112-2/+7
| | | | | | | | | | | | | | - Use accent color for action - Update font-family to use TextTitle style - Reduce elevation to 3dp - Inset snackbar left/right margins more, unless we need to increase the width to fit the text - For largest display/font size, fallback to 2 lines and smaller font if necessary to not cut off the label - Remove top/bottom padding on action (b/114084048) - Allow up to 20 char for the action (b/114317987) Change-Id: I833c102aaac3ba3db2283997c142926c3830336d
* Add undo snackbar for deleting itemsTony Wickham2018-08-302-1/+10
| | | | | | | | | | | - Add methods to ModelWriter to prepareForUndoDelete, then enqueueDeleteRunnable, followed by commitDelete or abortDelete. - Add Snackbar floating view - Show Undo snackbar when dropping or flinging to delete target; if the undo action is clicked, we abort the delete, otherwise we commit it. Bug: 24238108 Change-Id: I9997235e1f8525cbb8b1fa2338099609e7358426
* Using a placeholder icon shape instead of low-res/blurry iconSunny Goyal2018-08-272-0/+3
| | | | | Bug: 111142970 Change-Id: I867224464ae9c026f4dcb5256ef14fc39c8e751d
* Make arrow feel more connected to popupTony2018-08-151-1/+1
| | | | | | | | | | | - Clip the arrow that is overlapped by the popup, so that it doesn't show when that part of the popup is highlighted - Animate the arrow first instead of last. Now the animation feels like one continuous motion as the arrow grows into the popup. Bug: 111159923 Bug: 111006276 Change-Id: I22fb3037d950d55fe6c8ed4dc5345279874f0a3a
* Merge "Adjust notification dots" into ub-launcher3-masterTreeHugger Robot2018-08-092-0/+3
|\
| * Adjust notification dotsTony2018-07-232-0/+3
| | | | | | | | | | | | | | | | | | | | | | - Use consistent bounds for folders as other icons, to ensure dot has a consistent placement (moved right+up a bit) - Strengthen the ambient shadow to improve contrast - Increased blur size and opacity - Use a dark gray rather than black for dots on dark folders Bug: 73331123 Change-Id: I888f4645d3a48465af93f5003dda8f8b7c3129f3
* | Enabling more checks in TAPL tests.Vadim Tryshev2018-08-031-2/+0
| | | | | | | | | | | | | | | | | | | | Hiding workspace from tests when in AllApps or Overview. Also, we don’t need workspace_page_container. Bug: 110103162 Test: Running TaplTests suite Change-Id: I10875a1ce5d41a015c63034160676578f52d2e98
* | Retiring some feature flagsSunny Goyal2018-07-101-1/+0
|/ | | | Change-Id: I80a00ecaec0785ce2ba6a5f14a54c8a76f555d43
* Cleaning up build rules to simplify customizing derivative projectsSunny Goyal2018-07-021-3/+3
| | | | | | | | | > Using {packageName} instead of hardcoding com.android.launcher3 in AndroidManifest.xml for strings which are dependent on packageName > Adding proguard rule to prevent obfuscating any overridable class > Making it easier to extend SettingsActivity by overriding the fragment class Change-Id: I5668c3f33b4cf20ad01d7f54b3d79cc0d268d391
* Tune device profiles.Jon Miranda2018-06-201-0/+3
| | | | | | | | | | | * Extend page indicator so that its centered within the gap between the workspace items and hotseat. * Decrease the amount of extra space we allot to the hotseat. * Add the extra space to the hotseat bottom padding so that the hotseat icons are aligned to the top of the hotseat. Bug: 78589630 Change-Id: I78c619a757d9d248874216e93376ad4ba18c8e50
* Prerequisites for TAPLVadim Tryshev2018-06-121-0/+1
| | | | | | | | | | | | | | | | Adding things that will be used by TAPL. 1. Adding Ctrl+W to open widgets 2. Marking a UI element with shortcuts_and_widgets id. Example of usage: we want to be sure we are in all apps. A somewhat paranoid way to check this is to check that apps_view is on, and workspace and overview_panel are off. However, workspace is always in the hierarchy. We use shortcuts_and_widgets instead. Bug: 110103162 Test: Manual Change-Id: I2a851e16c477f7ee895b459530bc5a1ff19e32f8
* Moving clear all button inside the recents viewSunny Goyal2018-06-111-0/+1
| | | | | | | Bug: 72222505 Bug: 109828536 Change-Id: I843b79db3e47abc2c41ed78f186b9c941941ddef
* Defining a base theme, which can be overriden by derivative projects withoutSunny Goyal2018-06-081-2/+9
| | | | | | | affecting launcher theme Bug: 70220582 Change-Id: Ie3069686be5e6a42910e90541db2d6b5b79e25c1
* Theme updates for dark text:Sunny Goyal2018-05-302-0/+5
| | | | | | | | > Using white scrim on adjescent tiles in overview > Using a ligher scrim in dark-theme+dark-text Bug: 80253867 Change-Id: I3f257d3addaca8bc5970a61722f5ae0e7af89382
* Adding support for dark text on dark themeSunny Goyal2018-05-241-1/+10
| | | | | Bug: 80253867 Change-Id: Ib81a2fe884f68cd2dd4af1e573bd8c836f374f16
* Fixing wrong accessibility focus when opening a floating viewSunny Goyal2018-05-161-0/+5
| | | | | | | | > Using common logic for announcing a floating view for widgets and folders Bug: 79091095 Bug: 79748886 Change-Id: Ibb3fe48e68e724f50d69f51a03d3b35ad0baf625
* Updating the dark theme color to match system-ui themeSunny Goyal2018-05-141-1/+1
| | | | | Bug: 79691756 Change-Id: I12058ca2d7651353af99f4ce65dc90339868bfc0
* Using dragHandle for workspace padding calculation instead of pageIndicatorSunny Goyal2018-05-101-1/+0
| | | | | | | > PageIndicator is a 1dp indicator which does not contribute in any padding calculations Bug: 79111591 Change-Id: I4d8be0149da2b3f14593ae71ca037ffe3885d9be
* Merge "More detailed description for ↵TreeHugger Robot2018-05-101-1/+1
|\ | | | | | | shortcuts_menu_with_notifications_description" into ub-launcher3-edmonton
| * More detailed description for shortcuts_menu_with_notifications_descriptionVadim Tryshev2018-05-091-1/+1
| | | | | | | | | | | | Change-Id: I5e4a416ae7e45863ac9e6a719dfbf5de1741d5a1 Testing: Manual Bug: 79490700
* | Adding a carent in the scrimSunny Goyal2018-05-091-0/+1
|/ | | | | | | | | | | > Caret is only visible when the accessibility is enabled > It is visible in NOTMAL and OVERVIEW state and moves out of the scrim along with the scrim. > Acts as an accessible target for various options Bug: 78172350 Bug: 79215734 Change-Id: I8a968b67e36901859649546295f6491d49cc9ce9
* Chaniging all-apps scrimSunny Goyal2018-05-081-3/+0
| | | | | | | | | | | > Converting the scrim to View, to better avoid overdraw > Overview and Spring loaded state have different scrim alpha > When going from overview to all-apps, there is a color scrim drawn over the overview panel. The slef color is merged with this color to prevent overdraw, and the remaining screen is drawn with a cut-out round rect path Bug: 79111591 Change-Id: I26801fde13dd6adb4b06110bbe8087e35cc31847
* Improving "shortcuts" window for TalkBack usersVadim Tryshev2018-05-072-5/+4
| | | | | | | | Using pane title, updating the description Bug: 77633140 Test: Manual Change-Id: Ia3a9ad75995a4cd3ada9b750e760161da70b9a7c
* Adding a round rect background for the self in OverviewSunny Goyal2018-04-301-2/+2
| | | | | Bug: 78771910 Change-Id: I71460a284ed185e82d66fe65104402fb99d6b312
* Kepping the rotation setting UI always enabled and accessibleSunny Goyal2018-04-201-2/+0
| | | | | Bug: 77654352 Change-Id: Iade9ef33bc70fdbdac9ab39d6fa77113fb21549a
* Bringing back auto-rotate settingsSunny Goyal2018-04-191-0/+6
| | | | | Bug: 77654352 Change-Id: I0910fc8afe2fb7e125d57912abc35bbbd5df9d74
* Introducing Clear-all button on OverviewVadim Tryshev2018-04-181-0/+1
| | | | | | | | | | | | It’s an initial implementation, i.e. no fancy effects. It shares a parent (LauncherRecentsViewContainer) with RecentsView. The button is centered in clear_all_button_container, which gets positioned programmatically to the right of the last task. (RTL polish will be a separate CL as well). Bug: 72222505 Change-Id: Ia912908a93a30c2f51450ccf0f97c7495e7916d5 Test: Manual
* Updating the UI of the options popup to make it look similar to icon popupSunny Goyal2018-04-021-0/+1
| | | | | Bug: 77327164 Change-Id: I3580df8bf8a43cb44123f203ffed9a85fa33aea7
* Match folder icon size to normalized circle icon size.Jon Miranda2018-03-281-2/+0
| | | | | | | | Simplifies the logic for calculating the folder icon size, and ensures consistent sizing in different launcher viewing modes. Bug: 74078689 Change-Id: I5cf4474fd81e55aa50b056418c95533801f07d48
* Merge "Revert "Using dimension instead of relyong on relativeLayout for view ↵TreeHugger Robot2018-03-271-6/+1
|\ | | | | | | positions"" into ub-launcher3-master
| * Revert "Using dimension instead of relyong on relativeLayout for view positions"Sunny Goyal2018-03-271-6/+1
| | | | | | | | | | | | | | | | This reverts commit 9623ed1894829cb046db36c5bdab71d2bcc4bd51. Reason for revert: b/76398583 Change-Id: I85f842d2c1511fe7ac374756e83641b59cbdd56d
* | Raise char limit from 100 to 200 on accessibility string.Jon Miranda2018-03-271-1/+1
| | | | | | | | | | Bug: 76444955 Change-Id: I44a168bd9705ca8ab37f98a41aae0dceb5d9536a
* | Adding a custom view for DragHandleSunny Goyal2018-03-261-1/+0
| | | | | | | | | | | | | | | | | | | | > Separating page indicator and drag handle > Page indicator always draws irrespactive of oriantation > Drag handle is responsible for accessibility interactions > Adding assissibility actions for DragHandle Bug: 72500733 Change-Id: I9030337456964af1bdf77f1c01956452321f9229
* | Merge "Add drag indicator to hotseat" into ub-launcher3-masterTony Wickham2018-03-261-0/+1
|\ \
| * | Add drag indicator to hotseatTony Wickham2018-03-231-0/+1
| |/ | | | | | | Change-Id: Iad5b08ad290f07c6cdd3c9091e160b5af859859e
* / Show instruction toast when user taps on drag handle.Jon Miranda2018-03-221-0/+5
|/ | | | | Bug: 74369785 Change-Id: I7017266efcb0db70a8d151eed10442292cb61e70
* Using dimension instead of relyong on relativeLayout for view positionsSunny Goyal2018-03-221-1/+6
| | | | | | | Search box can be hidden as a result of various state flags. But the dependent views should still retain their positions Change-Id: I820ac11d120f9c78a457e64f3f21d9e8ff3f6110
* Disabling default focus from icons as we use an animated focus indicatorSunny Goyal2018-03-221-0/+1
| | | | Change-Id: I9d3f1b5f5710ff8931f02f1a3a41e4986b4e0f9c
* Merge "Disabling unnecessary requestLayout calls in BubbleTextView" into ↵TreeHugger Robot2018-03-201-1/+0
|\ | | | | | | ub-launcher3-master
| * Disabling unnecessary requestLayout calls in BubbleTextViewSunny Goyal2018-03-191-1/+0
| | | | | | | | | | | | | | | | > Disabling layout change when updating icon, if previously set > Setting the ellipsis behavior to end, to disable relayouts when changing text Change-Id: Ic00c207c0372724daebd8ee1d748f5cf5aa56457
* | Accessibility improvement around blue user education cardTony Mak2018-03-191-1/+2
|/ | | | | | | | | | 1. Group the entire card into one element 2. Add label for close button 3. Announce closed when the card is gone FIXES: 74517054 Change-Id: I8fe41d4c5e88276460c3f0486168f0ef56d8fb60