summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Grid change polish bugs." into ub-launcher3-dorval-polishTreeHugger Robot2017-06-271-2/+1
|\
| * Grid change polish bugs.Jon Miranda2017-06-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Folder icons were too small in landscape. - Folders can now be 16dp away from the edge (used to be 64dp which resulted in super small folders) - Decrease page spacing back to 8dp - Decrease PreviewBackground accept scale factor since hotseat is now generally smaller. Bug: 37014334 Bug: 37015359 Change-Id: Icbb53d34136bfdb93796d48f7379da6b9e214345
* | Merge "Bitmap resource should not be scaled on lower density devices Bug: ↵TreeHugger Robot2017-06-271-0/+0
|\ \ | | | | | | | | | 63008339" into ub-launcher3-dorval-polish
| * | Bitmap resource should not be scaled on lower density devicesHyunyoung Song2017-06-261-0/+0
| |/ | | | | | | | | | | Bug: 63008339 Change-Id: I51163169adbc279c3229b3abef167702f75d0f1b
* | Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-269-45/+174
| | | | | | | | | | | | | | | | | | | | | | Creating a separate view for FastScrollBar and moving all the relavant logic in the view. For protrait, the touch handling is delegated by the recycler view just like before. For landscape, the dcrollbar does not overlay with recyclerView and handles the touch itself Bug: 37015359 Change-Id: Ie1981326457ba739bdf0ac8063db1065f395f133
* | Merge "Add dark widgets theme" into ub-launcher3-dorval-polishTony Wickham2017-06-265-2/+12
|\ \
| * | Add dark widgets themeTony Wickham2017-06-265-2/+12
| | | | | | | | | | | | | | | Bug: 62907264 Change-Id: I9831e071eab9a746d1aacab7d023371cc4a631ef
* | | Reorder home settingsHyunyoung Song2017-06-261-17/+17
| |/ |/| | | | | | | | | Bug: 62957388 Change-Id: I8fdc6448033d3c7f49396e506ef7f1fee45a7914
* | Merge "Landscape grid changes for Workspace/All Apps." into ↵TreeHugger Robot2017-06-237-28/+28
|\ \ | | | | | | | | | ub-launcher3-dorval-polish
| * | Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-237-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | This is the just first CL to get eyes on the changes. Next CL will update the All Apps to be full width. Bug: 37015359 Change-Id: I2d7ec6851fdc13b8fa654e7e2be3152330243ccc
* | | Separating double shadow logic for BubbleTextView in a separate subclassSunny Goyal2017-06-235-7/+12
|/ / | | | | | | | | | | | | This allows better customization and reuse of the double shadow logic and simplified various attribute management Change-Id: I5e277d8399756385452d8bb8c0a0107234a76d34
* / Set clipToPadding false for FolderPagedView.Jon Miranda2017-06-212-0/+2
|/ | | | | Bug: 62867021 Change-Id: I2d897f4c0e4d844f6dd3c2aab97450637796ad02
* 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-209-8/+48
|\ \ | | | | | | | | | empty all-apps search drawable." into ub-launcher3-dorval-polish
| * | Fixing dark tint for ShadowDrawable.Sunny Goyal2017-06-209-8/+48
| | | | | | | | | | | | | | | | | | Updating the dark theme for empty all-apps search drawable. Change-Id: Ieb2018924da337bdd97eaf3adf2d32c3e3bebc73
* | | Adjust some sizes in popupTony Wickham2017-06-192-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Increase main notification height and pad text/icon bottom - Reduce shortcuts height when there are notifications to 48dp - When the last notification is dismissed, animate back to 56dp Bug: 35766387 Change-Id: I84f843c042137fdf93fa720802eb2f19337197b4
* | | Merge "Show more shortcuts when last notification is dimissed" into ↵Tony Wickham2017-06-202-2/+13
|\ \ \ | |_|/ |/| | | | | ub-launcher3-dorval-polish
| * | Show more shortcuts when last notification is dimissedTony2017-06-152-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently only show 2 shortcuts when notifications are present, but support up to 4 otherwise. With this change, the hidden shortcuts are added back after dismissing the notifications, instead of only after closing and reopening the container. To ensure the transition is as elegant as possible, we also separated the shortcuts header from the rest of the shortcuts. That way we can reveal the new shortcuts without removing the header (the shortcuts come out from behind the header). Bug: 38036250 Change-Id: Ie9ab35f9be57cec1d5345e9e70e84e09ea52c9fc
* | | 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
* | / Portrait grid changes for Workspace/All Apps.Jon Miranda2017-06-194-9/+11
| |/ |/| | | | | | | Bug: 37015359 Change-Id: Ifbdd0e71c36e532b189e02283e3eeb562ebe2654
* | Updating the fast scroll bar UISunny Goyal2017-06-1613-85/+48
| | | | | | | | | | Bug: 37015359 Change-Id: Iec0748f04ebe9a3eef13ff759da3cab6ff28c3a1
* | Import translations. DO NOT MERGEBill Yi2017-06-1580-480/+240
| | | | | | | | | | Change-Id: I35349dcb69ae712340d4f189b9e26cdb59d15622 Auto-generated-cl: translation import
* | Updating the UI for Add-to-homescreen dialogSunny Goyal2017-06-151-34/+50
| | | | | | | | | | | | | | | | | | > Adding scrollView so that the contents are accessible in multi-window mode as well > Updating the padding to be same as an alert-dialog Bug: 36725328 Change-Id: I83d32156aa9cb751daf6589bc226d7cde69e9b53
* | Align widgets labels to view start for RTLTony Wickham2017-06-151-0/+1
|/ | | | | Bug: 62593142 Change-Id: I058be62904d0c3a04837331e2da884aca21a598c
* Import translations. DO NOT MERGEBill Yi2017-06-1280-250/+486
| | | | | Change-Id: I40904a0c4db2c9d625aab269988ac34a472487b4 Auto-generated-cl: translation import
* Merge "Fix typo in preferences" into ub-launcher3-dorval-polishTony Wickham2017-06-121-1/+1
|\
| * Fix typo in preferencesTony2017-06-121-1/+1
| | | | | | | | | | Bug: 62299923 Change-Id: I6e76a46f9e1fa7acf4b746840c33c914de364417
* | Merge "Replacing png asset with vector drawable" into ub-launcher3-dorval-polishTreeHugger Robot2017-06-128-0/+129
|\ \
| * | Replacing png asset with vector drawableSunny Goyal2017-06-118-0/+129
| | | | | | | | | | | | Change-Id: Id3aa5f7a1782052cd646b8935cff5f62e2ee2cdf
* | | Some theme fixesSunny Goyal2017-06-115-30/+27
|/ / | | | | | | | | | | | | | | | | > workspaceTextColor was not clearly defined to white and relied on HomeScreenElementTheme > Not all attributes were defined in sw720dp. Created a interm style to avoid such errors > Applying proper tint to resize frame > Fixing shadow colors for homescreen icon Change-Id: If8441011c968291de50b2fd8d7612ce3d5353b95
* | Title style for text setting font family.Mario Bertschler2017-06-092-1/+5
| | | | | | | | | | | | b/62389480 Change-Id: I93135d99487a18e2a74d0e197955898cec40072b
* | resolve merge conflicts of 7092db024 to ub-launcher3-dorval-polishTony Wickham2017-06-081-0/+1
|\ \ | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution.x Change-Id: I0f9ed3d42fcb04299c3c23d06629f855614c0538
| * | Add support for color extracted notification dotsTony Wickham2017-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing the badge_color in colors.xml to transparent will cause them to be color extracted. When an extracted color is used in the IconPalette, we desaturate the background. Otherwise we respect the exact color specified in colors.xml. Change-Id: Ie82d0c5335fa5f24d4cc47766e4c1719c4916f8b
* | | Updating icon badging string to "Notification dots"Tony Wickham2017-06-081-4/+4
|\| | | | | | | | | | | | | | | | | am: 85b64c7da0 Change-Id: Ibbdb9576502673ea1229c78a4d0027c4a50a18a8
| * | Updating icon badging string to "Notification dots"Tony Wickham2017-06-081-4/+4
| | | | | | | | | | | | Change-Id: Ie3193c8aae8fee5860274ba6823b0cdfe25b1083
| * | Import translations. DO NOT MERGEBill Yi2017-06-021-1/+1
| | | | | | | | | | | | | | | Change-Id: Iaccfb365895d66930405f7114613bcbadbca1c25 Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEBill Yi2017-05-3080-481/+241
| | | | | | | | | | | | | | | Change-Id: I2b9ae2bbd37711412de29f0c0f48d7317398f853 Auto-generated-cl: translation import
| * | [DO NOT MERGE] Making various icon shape options as non-translatableSunny Goyal2017-05-2510-118/+10
| | | | | | | | | | | | Change-Id: I2abe2c84a7c6a2b9cad8b3238ba6ee8a5761f70e
| * | Import translations. DO NOT MERGEBill Yi2017-05-2388-580/+866
| | | | | | | | | | | | | | | Change-Id: I7f53533487bce703a8fa6e45c1a8650057e108f2 Auto-generated-cl: translation import
* | | Dark text support for caret, drop target text and cell layout drop outlineMario Bertschler2017-06-083-7/+4
| | | | | | | | | | | | Change-Id: I1bcad657b6e49be6fa93cafe9d8ae304604be34d
* | | Merge "Dark color on super light wallpaper support" into ↵Mario Bertschler2017-06-087-12/+44
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Dark color on super light wallpaper supportMario Bertschler2017-06-077-12/+44
| | | | | | | | | | | | | | | | Change-Id: I0fdfa9abefb72e06c45b1f635ac97e2acfa97f05
* | | | Refactor and generalize SpringAnimationHandler.Jon Miranda2017-06-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SpringAnimationHandler is only responsible for motion tracking and updating the list of springs it is handling. Spring initialization and updates are handled by the AnimationFactory interface. This is done in preparation for future CLs where SpringAnimationHandler will be used in more cases. Bug: 38349031 Change-Id: I5ebce710cc05e4e88b708ceea5d2cfefbd0eb3d0
* | | | Adding tint support for shadow drawable.Sunny Goyal2017-06-071-0/+1
|/ / / | | | | | | | | | | | | Bug: 37616877 Change-Id: I2ce8d82143238422bccabfa5191ef95e936a713d
* | | Merge "Removing QsbBlockerView" into ub-launcher3-dorval-polishTreeHugger Robot2017-06-075-37/+0
|\ \ \
| * | | Removing QsbBlockerViewSunny Goyal2017-06-065-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Removing workspace state change listener. State change happens with hardware layer, so children should not be calling invalidatge() during the animation > Moving QSB inside the QSB and removing a floating layout Bug: 37616877 Change-Id: I9af3522a05dafa5796586bb64f512d98688caf79
* | | | Add support for popup dark themeTony Wickham2017-06-0612-24/+35
|/ / / | | | | | | | | | | | | Bug: 62380473 Change-Id: Ib22e9b82841bf10b7f139638f268f0a878e3c6b9
* | | Merge "Fix visibility of notification footer divider" into ↵Tony Wickham2017-06-061-1/+2
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish