summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-10.0.0_r37' into ↵lineage-17.1Kevin F. Haggerty2020-06-061-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | staging/lineage-17.1_merge-android-10.0.0_r37 Android 10.0.0 Release 37 (QQ3A.200605.001) * tag 'android-10.0.0_r37': [DO NOT MERGE] Enable APP_SEARCH_IMPROVEMENTS flag. Ensure current animation is cancelled before building new folder animation. Fixes ag/10573640 on qt-future-dev branch. [DO NOT MERGE] Adds basic smart-folder logging. [DO NOT MERGE] Support blacklisting live wallpapers from showing sysui scrims Import translations. DO NOT MERGE Revert "[DO NOT MERGE] Turn off FOLDER_NAME_SUGGEST feature flag" [DO NOT MERGE] Initiailize APP_SEARCH_IMRPOVEMENT flag outside DEBUG builds. [DO NOT MERGE] Adds fling gesture suppression to Launcher Dismisses system overlays for Home intent. [DO NOT MERGE] Fix some visual jumps when swiping home [DO NOT MERGE] Turn off FOLDER_NAME_SUGGEST feature flag Bug: 150788630 [DO NOT MERGE] Prevent hotseat touch hijack Change-Id: I2316620bda33d83d668c8727e728af09db3e3e4c
| * [DO NOT MERGE] Support blacklisting live wallpapers from showing sysui scrimsTony Wickham2020-03-201-0/+3
| | | | | | | | | | | | | | | | | | | | Add wallpaper changed broadcast receiver to BaseDragLayer, which checks if the new wallpaper is blacklisted and relays that to remove the scrims. Bug: 150144115 Change-Id: I55b7b98fdd419cd76532492461a872367efed67b (cherry picked from commit d6f917f1824ed97e6f9a225fe1600a8162922d31)
* | Trebuchet: implement hidden & protected appsJoey2020-01-091-1/+1
| | | | | | | | | | | | | | | | | | * Trebuchet: implement hidden apps * Trebuchet: Implement protected apps Signed-off-by: Joey <joey@lineageos.org> Signed-off-by: Luca Stefani <luca.stefani.ge1@gmail.com> Change-Id: I10c35407820373a1d5f84b237ac449398e076dcd
* | Specify the wallpaper picker packageLuca Stefani2019-12-141-1/+1
| | | | | | | | Change-Id: Ib94bac4546a328462ec83a7d2e1ffca56ef7343a
* | Change app name to TrebuchetJoey2019-12-121-1/+1
|/ | | | | | | Squash of commits 224af31 and 23817f7. Change-Id: I7ccdab88f40a3c8a2075265a45dfe70e824d9f00 Signed-off-by: Joey <joey@lineageos.org>
* Adding support for storing keywords in iconCacheSunny Goyal2019-08-141-0/+1
| | | | | | Change-Id: I1183e63a6556ebfb3eee5df23d149e09728193a9 Merged-In: I1183e63a6556ebfb3eee5df23d149e09728193a9 (cherry picked from commit e529a86fbd2eaf7b13575af6b6adf0eb6e25e45c)
* Moving TestInformationProvider to Launcher3 so that it can be used forSunny Goyal2019-05-231-0/+1
| | | | | | | | testing Launcher3 without quickstep Also keeping the provider as disabled until needed Change-Id: Ib5f459e02ae551724b390f3b74f43d601568d749
* Adding a utility class to cache views at an activity levelSunny Goyal2019-05-221-1/+0
| | | | | Bug: 122345781 Change-Id: I9a939e0b19c06c1089c1ceb515f8b97fb5dbb49e
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-1/+1
| | | | Change-Id: I2842689e192a206c0d31558c8126eae1c7904598
* Adding a utility class to listen for app launchesSunny Goyal2019-03-261-0/+1
| | | | Change-Id: I62e82a6e04b7101773d98c6e7aec574facd053fe
* Cleanup strings for iconoverrideHyunyoung Song2018-12-261-19/+0
| | | | | Bug: 120736782 Change-Id: I9745fe999cec3c4e1f442decb482ed916d0b871a
* Removing separate hotseat widget, instead using a QSB acroll all UI.Sunny Goyal2018-11-051-1/+0
| | | | | | | The QSB is responsible for updating its UI according to various states. Bug: 109828640 Change-Id: Ic8cbf3d404d5870de0f6b8fe25a332b8d21bae20
* Add StatsLog*Manager for logging.Hyunyoung Song2018-11-051-0/+1
| | | | | | | | | 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
* 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
* Adding SystemShortcut for RemoteActionVadim Tryshev2018-10-191-0/+1
| | | | | | 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
* 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
* 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
* 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
* 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
* 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-071-0/+1
| | | | | | | | Using pane title, updating the description Bug: 77633140 Test: Manual Change-Id: Ia3a9ad75995a4cd3ada9b750e760161da70b9a7c
* 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
* Adding support for prefenrece search in QuickStepSunny Goyal2018-03-091-0/+4
| | | | | Bug: 62292864 Change-Id: Ic112626ca9c5942c91ced4ab42e64cbce4657701
* Revert "Revert "Adding support for hiding widgets from the widget tray and ↵Winson Chung2018-03-051-1/+1
| | | | | | | | | | reconfiguring widgets"" This reverts commit f502e5faecbd460ad3b8258168c5812cbaa34c4e. Reason for revert: Reverting post-build Change-Id: I09eb292dbbbe37ffaf3abc477aa2ddb5700093b8
* Revert "Adding support for hiding widgets from the widget tray and ↵Winson Chung2018-03-051-1/+1
| | | | | | | | | | reconfiguring widgets" This reverts commit b29a5fa55ce3b84dd1829688db8522d5e68ffc44. Reason for revert: Temporary revert for build. Change-Id: I58045ad1ce28d398a5216ba4fbbcdba1196942ec
* Adding support for hiding widgets from the widget tray and reconfiguring widgetsSunny Goyal2018-03-021-1/+1
| | | | | | | | > Removing AppInfo target > Switching between uninstall and setup based on the drag view Bug: 63931362 Change-Id: Iccd6f965fa3d61992244a365efc242122292c0ca
* Updating the scrim and landscpae uiSunny Goyal2018-03-011-0/+3
| | | | | | | | | > Instead of views, using a custom class to draw the color scrims > All-apps has full screen UI > Quickstep does not have search box in landscape Bug: 73085356 Change-Id: I360a78a2ade0134daad29fe712796cd39a381fbb
* Adding a utility class to simplify main process initialization.Sunny Goyal2018-02-131-0/+3
| | | | Change-Id: I796cf758d2a25cf8fd5f9a9b78a7977fd54ca451
* Refactor LauncherAppTransitionManager & polish for new app transitions.Jon Miranda2018-01-251-0/+3
| | | | | | | | | | | | * Add start delay when launcher resumes from all apps or landscape. * Track the last app transition animator and cancel it before beginning a new one, otherwise the animators can conflict with each other. ie. Opening an app from all apps and then immediately pressing back to return to all apps. * Use class overrride instead of UiFactory. Bug: 70220260 Change-Id: I4755d45d820f9d551e443d6c4a148e8789c5bc57
* Enabling to retrieve a badge-package as an extra in ShortcutInfoCompat forMario Bertschler2018-01-161-0/+3
| | | | | | | | whitelisted package. > badging respects the badge-package extra Change-Id: I4e06cd497dff91949f8b0a42c7f3d5aaa724c038
* Removing layout handling in DeviceProfile and moving it toSunny Goyal2018-01-101-4/+0
| | | | | | | individual views Bug: 71709920 Change-Id: I8300fa7a84b31898bdb135d774cca576d2928525
* Load some recent tasksWinson Chung2017-11-131-0/+4
| | | | | | Bug: 69166452 Test: Build quickstep Change-Id: Id4b0172256d6920616a6b9529d61abd1fe0c1a36
* Separing the overview states for normal and quickstep buildsSunny Goyal2017-11-071-4/+0
| | | | | | | In QuickStep, adding a placeholder ScrollView and changing the state logic appropriately to handle that Change-Id: I10223c0692788d6e5dbf8c408c01cafb4e39bd2c
* Moving some state specific logic to subclass of LauncherStateSunny Goyal2017-10-201-2/+0
| | | | | Bug: 67678570 Change-Id: I1316f91c9f19bd572e4a0da67a22fa8921e1dcf9
* Launcher state management cleanupSunny Goyal2017-10-171-8/+1
| | | | | | | | | | > Removing Widgets and related states > Fixing different durations being used when opening/closing all-apps > Removing some unnecessary object allocations when changing state without animation > Differentiating widget bootm sheel and full sheet in logs Bug: 67678570 Change-Id: Ic169528736d04ee0b38564b4f96595ba066eabda
* Converting widget panel into a floating viewSunny Goyal2017-10-131-2/+0
| | | | | | | | | | | | | > The widget panel is only inflated when needed > Using the swipe up/down interaction for widgets tray > Removing additional view wrappers from all-apps > Widget tray is preserved across activity recreation > Launcher no longer has WIDGET state, the actual code around the states will be removed in a follow-up cl Bug: 67678570 Bug: 67585158 Change-Id: Ia29a7c33ec81e6c53cc24e2906b7022b6f41755b
* Removing some folder customization optionsSunny Goyal2017-09-081-5/+0
| | | | | | | | | The old folder preview and animation relied on creating bitmaps for transition. As we move to hardware bitmaps, creating custom bitmaps which rely on icon bitmaps would be costly (hardware bitmaps are immutable and cannot be drawn on a software canvas). Bug: 35428783 Change-Id: I39869ed44feb6a886985ad15775bc1ab55565727
* Merge changes from topic "am-2b82a146-0fd5-4194-a35d-ab67d3739931" into ↵Sunny Goyal2017-08-281-0/+3
|\ | | | | | | | | | | | | | | ub-launcher3-master * changes: [automerger] Adding support for badging instant app icons. am: f5523921c3 Adding support for badging instant app icons.
| * Adding support for badging instant app icons.Sunny Goyal2017-08-281-0/+3
| | | | | | | | Change-Id: Idc43a1a83e0a93f70879730a0acefbc124f9c0e2
* | Increase overview icon zone percentage from 20% to 22%.Jon Miranda2017-08-281-1/+1
|/ | | | | | | | | This handles the case where "Home Settings" text is split into two lines and is cropped when the user is in multi-window mode with settings Display=Largest and Font=Largest. Bug: 64976707 Change-Id: Ia1a4ee35a94a2fbe99f8ed25fce93a023e621147
* Merge "Adjusting opacity values for all apps." into ub-launcher3-dorval-polish2Mario Bertschler2017-08-241-1/+1
|\
| * Adjusting opacity values for all apps.Mario Bertschler2017-08-211-1/+1
| | | | | | | | | | Bug: 64899571 Change-Id: Ida4ee441d604b18ed3e5a687a85c7836eedd0e94
* | Show progress dialog when uninstalling an app in Launcher3Go.Jon Miranda2017-08-231-0/+3
|/ | | | | | | | | | | This ensures that the uninstall activity will finish only after the task is completed. We initially assumed that this was always the case, but in Android Go the uninstall activity finishes before the uninstall is completed. Bug: 64033585 Change-Id: Ic5d8dd99e2fecd0c9cb24093ee66668b4b38cb1a
* Moving GradientView background alpha to resourcesSunny Goyal2017-07-271-0/+2
| | | | | Bug: 63072570 Change-Id: Ie982a5a33ece72942ebee79e4eb81f83da7b31c4
* Merge "Sanitizing various search container ids and layout names" into ↵TreeHugger Robot2017-07-041-0/+6
|\ | | | | | | ub-launcher3-dorval-polish
| * Sanitizing various search container ids and layout namesSunny Goyal2017-06-271-0/+6
| | | | | | | | | | Bug: 63014381 Change-Id: Ia75a8a048c7a85c6324f8861abd2bcf1721032fa
* | Tweak popup animationTony2017-06-291-1/+1
|/ | | | | | | | | | | | | | - Decrease duration - Add alpha fade in and out - Remove arrow scale when closing, so that the reversal happens immediately These changes help the popup feel snappier while also reducing visual jank when moving icons (as the animation accelerates in later and the alpha stays close to 0). Bug: 62738635 Change-Id: Ic8af4e0e5bc00913ea713853997069e8b9c8f953