summaryrefslogtreecommitdiffstats
path: root/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Implement 3 shades of folder icon/container fill colorHyunyoung Song2019-05-141-0/+21
| | | | | | Bug: 130451254 Change-Id: I36d885a2b0247f1bb84cb98073459853ae723331
* Change default icons for launcher [3/3]Hyunyoung Song2019-04-1310-52/+70
| | | | | | Bug: 126738409 Bug: 129955150 Change-Id: I9daf5bd253dc72c99ab3a466766a4d30a95d0952
* Change default icons for launcher [2/3]Hyunyoung Song2019-04-124-8/+16
| | | | | | Bug: 126738409 Bug: 129955150 Change-Id: Ia140c5d16b74e4719131aa5035313b7b27028ad1
* Change default icons for launcher [1/3]Hyunyoung Song2019-04-121-0/+0
| | | | | | Bug: 126738409 Bug: 129955150 Change-Id: Id6ecf50b83a6b4dfea6615fba37698468cafc0d2
* Lint fix: Invalid vector path in horizontal_ellipsisTobias Dubois2019-03-051-1/+1
| | | | | | | | Use 0.9 instead of .9 in the vector drawable path to avoid crashes on some devices. Test: Manual Change-Id: I9d5889fdf48fbb2f09995b75d4f20c47454ef591
* Create iconloader libraryHyunyoung Song2018-11-021-43/+0
| | | | | | | Bug: 115891474 Test: Builds everything Change-Id: I1d75702d4e5a10d694eeb839784a629de2f74dd2
* DeepShortcut - show loading placeholder before content is available.Zak Cohen2018-10-262-0/+43
| | | | | | | | | | | | | 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
* Adding keyboard handling to QsbHostView similar to a normal appwidget viewSunny Goyal2018-10-151-0/+33
| | | | | Bug: 116842846 Change-Id: Ibab2dc1793561998f81710301d9ce0ca3d77e7b4
* Retiring some feature flagsSunny Goyal2018-07-101-21/+0
| | | | Change-Id: I80a00ecaec0785ce2ba6a5f14a54c8a76f555d43
* 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
* Adding a carent in the scrimSunny Goyal2018-05-092-33/+8
| | | | | | | | | | | > 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
* Update delete/uninstall/close icons.Jon Miranda2018-04-052-3/+8
| | | | | Bug: 77641054 Change-Id: I8fb7cc4ffe835de57d8104373816deffe77870d9
* Updating some iconsSunny Goyal2018-03-303-22/+30
| | | | | Bug: 76435058 Change-Id: If2df50a738cd0bad5d0343cdd1a0542df1bee9d5
* Support multiple Views of extra hotseat contentTony Wickham2018-03-211-0/+25
| | | | | | | | Also adjust workspace page indicator: - Center vertically - Rounded corners Change-Id: I96c2f3da3522d70726f544126b516c33c8fb7bc8
* Merge "Simplifying all-apps search box" into ub-launcher3-masterSunny Goyal2018-03-061-5/+4
|\
| * Simplifying all-apps search boxSunny Goyal2018-03-011-5/+4
| | | | | | | | | | | | | | | | > 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
* | Revert "Revert "Adding support for hiding widgets from the widget tray and ↵Winson Chung2018-03-051-2/+3
| | | | | | | | | | | | | | | | | | | | 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-3/+2
| | | | | | | | | | | | | | | | | | | | 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-2/+3
|/ | | | | | | | > Removing AppInfo target > Switching between uninstall and setup based on the drag view Bug: 63931362 Change-Id: Iccd6f965fa3d61992244a365efc242122292c0ca
* Update widget full sheet / bottom sheet to have top rounded corners.Jon Miranda2018-02-132-1/+27
| | | | | | Bug: 71775241 Change-Id: I11b5adc555f48f44cf8167e8699cae1dfe164736
* Add a close button at the top right hand corner of the blue cardTony Mak2018-02-061-0/+23
| | | | | | FIX: 72804302 Change-Id: Iac7c369ead27c211c046f318c3b9588d73a594d4
* Removing unused app discovery supportSunny Goyal2018-01-231-27/+0
| | | | Change-Id: I670be29851b232caa5c05624ae37ae5e92a8b65f
* Merge "Adding a horizontal popup when when workspace is longPressed" into ↵Sunny Goyal2018-01-193-7/+7
|\ | | | | | | ub-launcher3-master
| * Adding a horizontal popup when when workspace is longPressedSunny Goyal2018-01-193-7/+7
| | | | | | | | Change-Id: I5b3c48262c246bfe53e0010ca89c820f42503eef
* | Merge "Using same layout for drop-target bar in landscape and portrait" into ↵Sunny Goyal2018-01-191-0/+21
|\ \ | | | | | | | | | ub-launcher3-master
| * | Using same layout for drop-target bar in landscape and portraitSunny Goyal2018-01-191-0/+21
| |/ | | | | | | | | | | | | > Adding a tooltip on drag over when the text is not visible Bug: 71709920 Change-Id: I1897a8dacd191fb1aeaec37f5d5c73c49517192a
* / Change all rounded corners to 8dp.Jon Miranda2018-01-191-1/+1
|/ | | | | Bug: 71775241 Change-Id: I15b499a1f75d530c874b8616cbb330eae7e3ab07
* No more waiting around for resumeSunny Goyal2017-12-191-0/+25
| | | | | | | | Apply model updates as son as they arrive instead of waiting for onResume. Various workspace items do not use any configuration dependent resources. For Widgets, we wait until the host starts lietening before inflating the actual view. Change-Id: Icb2f5e5940c1ce6c27062ccd34eff87e80af5ab1
* Removing horizontal bar from page indicatorSunny Goyal2017-12-052-51/+20
| | | | | | | > Removing the clickable bar from pageIndicator in portrait view > Moving onClick logic to respective classes Change-Id: I83a8df90d8c5442890bc09fdda17a82b9d134b8a
* Add work profile footer in work tabTony Mak2017-11-291-0/+24
| | | | | | | | | | | | | | | Screenshot(work mode is on): https://hsv.googleplex.com/6279751685636096 Screenshot (work mode is off): https://hsv.googleplex.com/6279751685636096 TODO: It is just the UX bit, once the platform change is in, we should then consume the new API to 1. Turn on / off work mode 2. Get the organization name and set the textview accordingly. BUG=69905244 Change-Id: Id94ae57625d6b629dac89c1c28f8d65f395fff6c
* Simplifying app icon popupSunny Goyal2017-11-151-0/+28
| | | | | | | | | > Using a single linearLayout instead of multiple nested views > Using clipToOutline for rounded corners instead of using canvas.saveLayer > Removing nested view elevations and overdraw > Using LayoutTransition for animating layout changes, instead of manually creating animators Change-Id: I8e57092f52ca5a032a2756594fdd39788acc5a0d
* Removing animated caret drawableSunny Goyal2017-10-272-0/+71
| | | | | | | | > Both landscape and portrait UI will show a static drag handle > In landscape the handle is drawn below the all-apps scrim, while in portrait it moves with the hotseat Change-Id: Ia6964c6f98feb8ba90517e23667d8c68bc2f6d35
* Install long-click action for apps that are not installed.Mario Bertschler2017-08-311-0/+27
| | | | | Bug: 65059282 Change-Id: Ifec3ac15c9cf52c456e695846eb91024b07fe333
* Adding support for badging instant app icons.Sunny Goyal2017-08-281-0/+43
| | | | Change-Id: Idc43a1a83e0a93f70879730a0acefbc124f9c0e2
* Updating the warning iconSunny Goyal2017-07-111-1/+3
| | | | | Bug: 63418030 Change-Id: I89bfc538e430239b4f793649ff6598e4f0da3bfb
* Adding a warning button when notification access is not availableSunny Goyal2017-07-101-0/+25
| | | | | Bug: 63418030 Change-Id: I4c2c497d989902ac002314a3b8fb97083757958b
* Merge "All apps alpha mask asset for all densities." into ↵TreeHugger Robot2017-06-281-0/+0
|\ | | | | | | ub-launcher3-dorval-polish
| * All apps alpha mask asset for all densities.Mario Bertschler2017-06-271-0/+0
| | | | | | | | | | Bug: 63008339 Change-Id: I4f0ccb9caea703901a2407d4e4eb6795515bfda9
* | Popup visual changesTony Wickham2017-06-271-0/+9
|/ | | | | | | | | | | - Don't remove elevation during animation (b/62905720) - Other adjustments (b/35766387) - Add "gutter" between notification and shortcuts - Change shortcuts to always be primary color (e.g. white) - Scale down shortcut icons when notifications present - Apply icon extracted color to "Notifications" header Change-Id: Idf791dc76d15d05d246000ad73810916d7cd1750
* Bitmap resource should not be scaled on lower density devicesHyunyoung Song2017-06-261-0/+0
| | | | | | Bug: 63008339 Change-Id: I51163169adbc279c3229b3abef167702f75d0f1b
* Merge "Round some more icons" into ub-launcher3-dorval-polishTony Wickham2017-06-204-4/+18
|\
| * Round some more iconsTony Wickham2017-06-194-4/+18
| | | | | | | | | | | | | | | | | | - Wallpapers - Home settings - Remove - Uninstall Change-Id: I50990fdcf0f8bf2b3c9e9e7cedaa6fc1f06ff9a4
* | Merge "Fixing dark tint for ShadowDrawable. Updating the dark theme for ↵TreeHugger Robot2017-06-205-7/+7
|\ \ | |/ |/| | | empty all-apps search drawable." into ub-launcher3-dorval-polish
| * Fixing dark tint for ShadowDrawable.Sunny Goyal2017-06-205-7/+7
| | | | | | | | | | | | Updating the dark theme for empty all-apps search drawable. Change-Id: Ieb2018924da337bdd97eaf3adf2d32c3e3bebc73
* | Merge "Update icons to be rounded" into ub-launcher3-dorval-polishTony Wickham2017-06-203-3/+8
|\ \ | |/ |/|
| * Update icons to be roundedTony Wickham2017-06-193-3/+8
| | | | | | | | | | | | | | | | - App info - Widgets - Shortcuts drag handles Change-Id: I247d154fc1ec8ccfc5527ed50cc4d133f4c03c58
* | Updating the fast scroll bar UISunny Goyal2017-06-161-27/+0
|/ | | | | Bug: 37015359 Change-Id: Iec0748f04ebe9a3eef13ff759da3cab6ff28c3a1
* Replacing png asset with vector drawableSunny Goyal2017-06-111-0/+100
| | | | Change-Id: Id3aa5f7a1782052cd646b8935cff5f62e2ee2cdf
* Remove gap between popup itemsTony2017-05-311-21/+0
| | | | | | | | | | | | | - Unround interior corners - Update colors (shortcuts are gray when next to notifications, notifications always white) - Clean up animation to animate entire popup with simple reveal instead of individual items animating with reveal and icon scale Bug: 35766387 Bug: 36110804 Change-Id: I33685d53e2db3904731676123dc230be4dabb5d4
* Don't set system shortcut text to whiteTony Wickham2017-05-181-1/+1
| | | | | Bug: 38201638 Change-Id: Icacd63810306848ec1fb54e5dcc6021660ac5099