summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Making overview panel accessible via TabVadim Tryshev2018-05-221-2/+1
| | | | | | | | | Keyboard navigation of AllAppsContainerView is broken in TOT; disabling focusing there is necessary for Recents. Bug: 72222505 Test: Manual Change-Id: I85d544f7c8dbdaf12e49de51c6626bbc3dc32917
* Removing scrim overdrawSunny Goyal2018-05-101-1/+0
| | | | | | | | | | > Moving all the scrims to draglayer to avoid creating multiple layers during various animations > Removing sys-ui scrim in various states which alread have a background scrim Bug: 74556464 Bug: 78585335 Change-Id: I8a3fd34ed440f3c7d2e19b3cdb4b72723c535602
* Adding a carent in the scrimSunny Goyal2018-05-092-26/+0
| | | | | | | | | | | > 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-082-0/+23
| | | | | | | | | | | > 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
* Fixing Search box not getting aligned properly based on insetsSunny Goyal2018-04-301-1/+0
| | | | | Bug: 77893699 Change-Id: If195395af7858c3115d695a308810480474541a5
* Introducing Clear-all button on OverviewVadim Tryshev2018-04-181-1/+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
* Disabling alpha layer on some viewsSunny Goyal2018-04-171-2/+0
| | | | | Change-Id: Ide1d5951ea80080f8fea8f32a76487b646b4f958 (cherry picked from commit 2020b20cd908d64863474ae53de64e6554fd85c9)
* Merge "Adding support for highlighting preference in sub-screens" into ↵TreeHugger Robot2018-04-041-27/+0
|\ | | | | | | ub-launcher3-master
| * Adding support for highlighting preference in sub-screensSunny Goyal2018-04-021-27/+0
| | | | | | | | Change-Id: I1d5c0a7457a31755951b2f6be70a61a2d84463cf
* | Updating the UI of the options popup to make it look similar to icon popupSunny Goyal2018-04-021-78/+6
|/ | | | | Bug: 77327164 Change-Id: I3580df8bf8a43cb44123f203ffed9a85fa33aea7
* Merge "Revert "Using dimension instead of relyong on relativeLayout for view ↵TreeHugger Robot2018-03-274-8/+9
|\ | | | | | | positions"" into ub-launcher3-master
| * Revert "Using dimension instead of relyong on relativeLayout for view positions"Sunny Goyal2018-03-274-8/+9
| | | | | | | | | | | | | | | | This reverts commit 9623ed1894829cb046db36c5bdab71d2bcc4bd51. Reason for revert: b/76398583 Change-Id: I85f842d2c1511fe7ac374756e83641b59cbdd56d
* | Adding a custom view for DragHandleSunny Goyal2018-03-263-10/+28
| | | | | | | | | | | | | | | | | | | | > 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
* | Add drag indicator to hotseatTony Wickham2018-03-231-0/+10
|/ | | | Change-Id: Iad5b08ad290f07c6cdd3c9091e160b5af859859e
* Using dimension instead of relyong on relativeLayout for view positionsSunny Goyal2018-03-224-9/+8
| | | | | | | Search box can be hidden as a result of various state flags. But the dependent views should still retain their positions Change-Id: I820ac11d120f9c78a457e64f3f21d9e8ff3f6110
* Merge "Changing the overviewState to show appsearch and floating header" ↵Sunny Goyal2018-03-201-7/+7
|\ | | | | | | into ub-launcher3-master
| * Changing the overviewState to show appsearch and floating headerSunny Goyal2018-03-191-7/+7
| | | | | | | | Change-Id: I2cfd61cfc9978e4c8e4520f0f7217e49e7344c79
* | 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-0/+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
* Merge "Adding support for prefenrece search in QuickStep" into ↵TreeHugger Robot2018-03-141-0/+27
|\ | | | | | | ub-launcher3-master
| * Adding support for prefenrece search in QuickStepSunny Goyal2018-03-091-0/+27
| | | | | | | | | | Bug: 62292864 Change-Id: Ic112626ca9c5942c91ced4ab42e64cbce4657701
* | Merge "Fix accessiblity issue around work tab" into ub-launcher3-masterTreeHugger Robot2018-03-141-0/+1
|\ \
| * | Fix accessiblity issue around work tabTony Mak2018-03-141-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | 1. Instead of always announcing "Apps list", we now announce "personal apps list" and "work apps list" if tab is there. 2. Fix an issue that "personal" and "work" are announced twice. 3. Work footer is now announced as a group FIX: 71703082 Change-Id: I0240bc04df09a5599540cfe67f0f48156f285548
* / Simplifying options popup and overview handlingSunny Goyal2018-03-132-57/+100
|/ | | | | | | | | | > Removing support for page drag-n-drop from pagedView > Removing Overview UI from Launcher3 without quickstep and using options popup instead > Removing touch handlers from CellLayouts and showing options popup based on workspace long press > Excluding touch outside inset when showing the popup Bug: 74136505 Change-Id: I34c2a7ff58452db26f5d1a85d554be40fc75f2b8
* Using spring layout for widget sheetSunny Goyal2018-03-091-4/+5
| | | | | Bug: 72811152 Change-Id: Ifd4ade7327589871532288eb2982cf5b4f084979
* Using edge effect to trigger spring animation for all apps.Mario Bertschler2018-03-081-2/+1
| | | | | | | Bug: 72811152 Bug: 72059944 Change-Id: Ied7b51caa2fb48a2fda126d59e4eaf6a35edded3
* Fixing fast scroller touch handling in all-apps and widget sheetSunny Goyal2018-03-062-16/+1
| | | | | | | Also removing scrim view, instead drawing the scrim manually Bug: 73085356 Change-Id: I188c6c9b1685e22d5d97b38dd5d3e960b655c9ba
* Merge "Simplifying all-apps search box" into ub-launcher3-masterSunny Goyal2018-03-062-51/+21
|\
| * Simplifying all-apps search boxSunny Goyal2018-03-012-51/+21
| | | | | | | | | | | | | | | | > Giving the search box a solid background so that it work fine with scrolling > bottom shadow logic for search box Bug: 73085356 Change-Id: Ie4dc4922be39ffd8e2d562becedbd4c6f820e6c9
* | Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-053-3/+0
| | | | | | | | | | | | | | | | Instead of animating the shadow, animating the icon scale. This avoids unnecessary bitmap creating at app-launch and also plays nice with the app-launch transition Change-Id: I1d3d24bc7212a6d659855ff1002a45388e269e52
* | Adding support for hiding widgets from the widget tray and reconfiguring widgetsSunny Goyal2018-03-021-11/+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-013-33/+0
| | | | | | | | | > 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
* Merge "Update widget full sheet / bottom sheet to have top rounded corners." ↵TreeHugger Robot2018-02-272-3/+3
|\ | | | | | | into ub-launcher3-master
| * Update widget full sheet / bottom sheet to have top rounded corners.Jon Miranda2018-02-132-3/+3
| | | | | | | | | | | | Bug: 71775241 Change-Id: I11b5adc555f48f44cf8167e8699cae1dfe164736
* | Using paged view for all-apps tabsSunny Goyal2018-02-131-4/+6
|/ | | | | Bug: 72811152 Change-Id: I0cca426d935f079c923b93fe3d4399f87778fe95
* Add a close button at the top right hand corner of the blue cardTony Mak2018-02-061-29/+39
| | | | | | FIX: 72804302 Change-Id: Iac7c369ead27c211c046f318c3b9588d73a594d4
* Set hotseat importantForAccessibility=noTony2018-02-051-1/+2
| | | | | Bug: 72500241 Change-Id: Ic98ec0f6235b3deef91e3490c8d5695fb39ee82e
* Merge "Ditch work profile orange and use the accent color instead" into ↵TreeHugger Robot2018-02-012-3/+2
|\ | | | | | | ub-launcher3-master
| * Ditch work profile orange and use the accent color insteadTony Mak2018-02-012-3/+2
| | | | | | | | | | | | FIXES: 72804074 Change-Id: If9dfd6eceb6b3d3365c32859d5cc13d6d49be1a0
* | Fix system shortcut icon color in popup menuTony2018-01-311-0/+1
|/ | | | | | | | | | If a system shortcut icon has a color other than white, then the default tintMode (src_atop) will result in the wrong color. In this case, ic_widget recently changed fillColor from white to textColorPrimary, resulting in a darker color for light wallpapers. Bug: 72383282 Change-Id: I167858ef3fcc5877e429c11aa9f68f94ba4b8f29
* Adding AppsStore for handling various app updatesSunny Goyal2018-01-253-61/+59
| | | | Change-Id: Ia2242ce583576ace0924ef7142793ba37f4adcb9
* Using a single launcher layout for all configurationsSunny Goyal2018-01-232-21/+79
| | | | | Bug: 71709920 Change-Id: Ib23112bc1636007cb41e1919a855bbf5298884b6
* Removing unused app discovery supportSunny Goyal2018-01-232-142/+0
| | | | Change-Id: I670be29851b232caa5c05624ae37ae5e92a8b65f
* Using same layout for drop-target bar in landscape and portraitSunny Goyal2018-01-194-143/+86
| | | | | | | > Adding a tooltip on drag over when the text is not visible Bug: 71709920 Change-Id: I1897a8dacd191fb1aeaec37f5d5c73c49517192a
* Update label accordingly when work mode is changedTony Mak2018-01-161-1/+0
| | | | | | | | Also, updates the work related strings accordingly. Fix: 71987096 Change-Id: Iedbf6ee04f3a165a392efdf2bd351817997817ca
* Making LauncherIcons thread safeSunny Goyal2018-01-091-74/+0
| | | | | | Creating a pool of LauncherIcons so that they can be used from multiple threads Change-Id: Idc7b5ddb47b6e338a5389f3c4faa6f63de108c72
* Consume work mode APITony Mak2018-01-041-1/+1
| | | | | | Fix: 69905244 Change-Id: I5958b3a2ebba2fa0e0f69448d5526dc72ed6a97b
* Adding an empty page in Recents view corresponding to workspaceSunny Goyal2017-12-191-0/+0
| | | | | | | The page is aligned to the workspace card and shows a widgets button in the empty region Change-Id: I479c47a2fbac4b3ef1aaf833d9fe82b5d7e10ddc