summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-224-16/+22
|\
| * Adding dark theme for AddItemActivitySunny Goyal2018-10-174-16/+22
| | | | | | | | | | Bug: 117786476 Change-Id: I1a3adb7c10ed2326dc1440c3db15f702f42dbfd8
* | Merge "Adding SystemShortcut for RemoteAction" into ub-launcher3-masterTreeHugger Robot2018-10-192-0/+4
|\ \
| * | Adding SystemShortcut for RemoteActionVadim Tryshev2018-10-192-0/+4
| | | | | | | | | | | | | | | | | | Bug: 117888000 Test: manual test with a prototype Change-Id: I10ed0a8c0237a85af5ac32a7fc68e1f9d2ffc5ba
* | | Using support lib implementation for launcher preferenceSunny Goyal2018-10-191-5/+6
|/ / | | | | | | | | Bug: 117519297 Change-Id: Icea5e022a337436e48db9376fd441f805dc34e54
* / Import translations. DO NOT MERGEBill Yi2018-10-162-9/+9
|/ | | | | Change-Id: Ibd9387c2cc872963f84078960e09b9bccfdfcbdc Auto-generated-cl: translation import
* Make flags UI available on release build of launcherRyan Lothian2018-10-152-0/+30
| | | | | | | The UI will only be shown on eng/userdebug platform builds. Bug: 117223984 Change-Id: I27843f2d856a4a19f3fe53c4d306606eaa5714a2
* Adding keyboard handling to QsbHostView similar to a normal appwidget viewSunny Goyal2018-10-151-0/+33
| | | | | Bug: 116842846 Change-Id: Ibab2dc1793561998f81710301d9ce0ca3d77e7b4
* Add plugin supportTony Wickham2018-10-101-0/+46
| | | | | | | | | | | | | | | - Add libs/plugin_core.jar - Include plugin_core in Launcher3 build (it is already present other builds as part of the updated shared lib) - Add PluginEnablerImpl that uses SharedPrefs to enable/disable plugin components - Add src_plugins, where plugin interfaces will live. It has a build rule to create a jar that plugin projects will depend on. - Copy PluginPreferencesFragment from sysui but using our implementation for PluginEnabler Bug: 115877296 Change-Id: I3db54677eaceb10f92018c0f9d18920ad9ffac39
* Import translations. DO NOT MERGEBill Yi2018-10-061-2/+1
| | | | | Change-Id: Ibd887507837ddf4ad550f3fd8ae0086982fe1833 Auto-generated-cl: translation import
* Fix ClassNotFoundException for FixedScaleDrawableHyunyoung Song2018-09-261-1/+1
| | | | Change-Id: I6198a77ddb49505ead86de91dd7096a681873a1d
* Import translations. DO NOT MERGEBill Yi2018-09-221-2/+1
| | | | | Change-Id: Ie0d34917778d73f08e441cc078bdcbabe752e6a4 Auto-generated-cl: translation import
* 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
* Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterTreeHugger Robot2018-09-121-2/+1
|\
| * Import translations. DO NOT MERGEBill Yi2018-09-121-2/+1
| | | | | | | | | | Change-Id: Iefd9e37d4e8c34985f0b7a62841d724297ff051b Auto-generated-cl: translation import
* | Update undo snackbar visualsTony Wickham2018-09-113-7/+18
|/ | | | | | | | | | | | | | - 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
* Import translations. DO NOT MERGEBill Yi2018-09-0779-158/+79
| | | | | Change-Id: I7ba9b11754c0cef0a025597b94a34c744d5c0b73 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2018-09-0482-1/+165
| | | | | Change-Id: I55f66fb29371969630a7c86c2f47bc8f1d6e9f0b Auto-generated-cl: translation import
* Add undo snackbar for deleting itemsTony Wickham2018-08-303-1/+51
| | | | | | | | | | | - 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
* | Merge changes from topic "am-b9751869-5607-4cac-8442-b1dba848150a" into ↵Jonathan Miranda2018-08-021-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master * changes: [automerger] Update launcher grid for tablet devices. am: 5eacbb7fc1 Update launcher grid for tablet devices.
| * \ [automerger] Update launcher grid for tablet devices. am: 5eacbb7fc1Android Build Merger (Role)2018-07-311-4/+4
| |\ \ | | |/ | |/| | | | Change-Id: Ia3de5e3b9956047573cb1d09173021576bd8fa56
| | * Update launcher grid for tablet devices.Jon Miranda2018-07-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * Number of hotseat icons matches number of workspace columns. * Evenly space out the workspace icons. Bug: 111617973 Change-Id: Ia80e6354c8d449f2a397db5fd432cebc9f23027f
* | | Retiring some feature flagsSunny Goyal2018-07-1014-44/+17
|/ / | | | | | | 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
* | Import translations. DO NOT MERGEBill Yi2018-06-281-1/+1
| | | | | | | | | | Change-Id: Ib5c08722b8ccc9194894bf7b007cd5d59a74829a Auto-generated-cl: translation import
* | [automerger] Tune device profiles. am: 7e183c3976Android Build Merger (Role)2018-06-202-1/+4
|\| | | | | | | Change-Id: I743a34c911977976cd62597b3a0fbfdf8419551e
| * Tune device profiles.Jon Miranda2018-06-202-1/+4
| | | | | | | | | | | | | | | | | | | | | | * 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
* | Import translations. DO NOT MERGEBill Yi2018-06-183-5/+5
| | | | | | | | | | Change-Id: Ib9eb56eaa3740d8848d71d8a7a960af61c100e12 Auto-generated-cl: translation import
* | [automerger] Prerequisites for TAPL am: 74c261c89fAndroid Build Merger (Role)2018-06-121-0/+1
|\| | | | | | | Change-Id: I1fcaa26619291828c7fcc92aedd36faaba1e788b
| * 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
* | [automerger] Moving clear all button inside the recents view am: c82c6396e9Android Build Merger (Role)2018-06-112-1/+2
|\| | | | | | | Change-Id: I1109b5ae959cab870fbf81e60ca143534b22cc20
| * Moving clear all button inside the recents viewSunny Goyal2018-06-112-1/+2
| | | | | | | | | | | | | | Bug: 72222505 Bug: 109828536 Change-Id: I843b79db3e47abc2c41ed78f186b9c941941ddef
* | [automerger] Changed the Task Menu to overlay on top of the task view am: ↵Android Build Merger (Role)2018-06-081-7/+12
|\| | | | | | | | | | | 1b9c3d6fe3 Change-Id: I572cb5fe8801b2374487d489f78f2bf232df7217
| * Changed the Task Menu to overlay on top of the task viewMatthew Ng2018-06-081-7/+12
| | | | | | | | | | | | | | | | | | | | When tapping the icon for each card in overview, the options will overlay on top of the task view below the icon instead of popping up above the task view. Change-Id: I42746022432385d976134988262514a238a5066e Fixes: 109676098 Test: go to overview, tap the icon for the task
* | [automerger] Defining a base theme, which can be overriden by derivative ↵Android Build Merger (Role)2018-06-082-3/+10
|\| | | | | | | | | | | projects without affecting launcher theme am: bd88f396dc Change-Id: I495b62832a9effdef6dc9ff779d92158f8be0aad
| * Defining a base theme, which can be overriden by derivative projects withoutSunny Goyal2018-06-082-3/+10
| | | | | | | | | | | | | | affecting launcher theme Bug: 70220582 Change-Id: Ie3069686be5e6a42910e90541db2d6b5b79e25c1
* | Import translations. DO NOT MERGEBill Yi2018-05-3112-48/+24
| | | | | | | | | | Change-Id: I2078cff13794d2802f91dbce3ac92994af8fcfa1 Auto-generated-cl: translation import
* | [automerger] Theme updates for dark text: am: 337fcb7983 am: a4feb0c385Android Build Merger (Role)2018-05-302-0/+5
|\| | | | | | | Change-Id: Id1edd1dfac985be021f84e92c9014bcbf61608bb
| * 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
* | [automerger] Fix testWidgetsContainerFling am: 68ac46da0c am: 840bb420d1Android Build Merger (Role)2018-05-261-0/+1
|\| | | | | | | Change-Id: Ie8366e5343ae69b3200c47f8815984e1f006e605
| * Fix testWidgetsContainerFlingVadim Tryshev2018-05-251-0/+1
| | | | | | | | | | | | | | | | It relies on the presence of the popup in the accessibility view. Bug: 72967764 Test: atest google/perf/jank/SystemUI/UbSystemUIJankTests:android.platform.systemui.tests.jank.LauncherJankTests#testWidgetsContainerFling Change-Id: I9d41ddcd60f9dc7626a96762b4e78a7b862aa1c9
* | [automerger] Adding support for dark text on dark theme am: a6afdffbbdAndroid Build Merger (Role)2018-05-241-1/+10
|\| | | | | | | Change-Id: I7d83aa8d1e551ca00f397c20447164f4c43b3141
| * Adding support for dark text on dark themeSunny Goyal2018-05-241-1/+10
| | | | | | | | | | Bug: 80253867 Change-Id: Ib81a2fe884f68cd2dd4af1e573bd8c836f374f16