summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix visibility of notification footer dividerTony Wickham2017-06-051-1/+2
| | |/ | |/| | | | | | | | | | | | | | | | Now it is only visible when the notification footer is present, instead of always being visible. Change-Id: Ie85ff31918901115cdfe55b36e75aa80b43e7b13
* / | Import translations. DO NOT MERGEBill Yi2017-06-0279-633/+317
|/ / | | | | | | | | Change-Id: I01fa29ac699eaac1d7eed9f345c3b65a9f480508 Auto-generated-cl: translation import
* | Remove gap between popup itemsTony2017-05-317-34/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Import translations. DO NOT MERGEBill Yi2017-05-3080-641/+961
| | | | | | | | | | Change-Id: I64d7acaae108b79025a5a82514fbeac9eee785cf Auto-generated-cl: translation import
* | Providing a default color extraction implementation.Mario Bertschler2017-05-261-0/+3
| | | | | | | | | | | | Enabling FeatureFlag LAUNCHER3_GRADIENT_ALL_APPS Change-Id: I86d982344a4a04a79bde6dce714b1f0bff90f992
* | Revert "Revert "Fixing string not correctly marked as non-translatable""Sunny Goyal2017-05-2520-235/+20
| | | | | | | | | | | | This reverts commit 0ec2da54f8e5fd0faa85aebe1a9ea502a775b703. Change-Id: Id685c338ab5474e41cfd3792ef98b9cf4b0c4fba
* | Revert "Fixing string not correctly marked as non-translatable"Sunny Goyal2017-05-2522-20/+250
| | | | | | | | | | | | This reverts commit 477b8cc1b457b66a432f3a2fe062b76127860108. Change-Id: I114f89c20d735d0e17cc93e8f78876bf8a388a6a
* | Fixing string not correctly marked as non-translatableSunny Goyal2017-05-2522-250/+20
| | | | | | | | | | Bug: 38371442 Change-Id: I79a679d461e422dbb4e4832192ac40e6c2d509de
* | Defining a dark theme for launcherSunny Goyal2017-05-242-5/+20
| | | | | | | | | | | | | | | | > Removing the code for LIGHT_STATUS_BAR as that will be controlled by the theme > Updating icon cache to always use transparent background for low-res, as the theme can change the bg color Change-Id: Iab64ec29cab629ee515af22ec15b95d3f40a9df5
* | Update FolderIcon preview to be 1dp bigger (stroke) than otherJon Miranda2017-05-241-1/+1
| | | | | | | | | | | | | | shortcuts. Bug: 38338424 Change-Id: I2e9cdb2285e97e9d899eda13947bedb40d6fbcb2
* | Import translations. DO NOT MERGEBill Yi2017-05-234-7/+7
| | | | | | | | | | Change-Id: I94345589894b7d404865e34abaf6fb6c37b85f70 Auto-generated-cl: translation import
* | Merge "Add physics motion to items in all apps." into ub-launcher3-dorval-polishJonathan Miranda2017-05-231-0/+1
|\ \
| * | Add physics motion to items in all apps.Jon Miranda2017-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motion applied to: - Icons - Prediction icons - Prediction divider Bug: 38349031 Change-Id: I376e6e39080c8c80463a0ce8b104b05e4d576f17
* | | Import translations. DO NOT MERGEBill Yi2017-05-2288-660/+1026
|/ / | | | | | | | | Change-Id: Ic054fdce631204ca6f134343d8bd40237024845b Auto-generated-cl: translation import
* | Merge "Rename "Settings" to "Home settings"" into ub-launcher3-dorval-polishTony Wickham2017-05-221-1/+1
|\ \
| * | Rename "Settings" to "Home settings"Tony Wickham2017-05-191-1/+1
| | | | | | | | | | | | | | | Bug: 37903251 Change-Id: Ia6a8b329135100af9b54900e275c5362695bfd74
* | | Minor accessibility change for app discovery itemMario Bertschler2017-05-221-1/+3
|\ \ \ | | |/ | |/| | | | | | | | | | am: fc2b3d2b8a Change-Id: I8ebb397d368f83e7602f7f6fa6658ac89493d498
| * | Minor accessibility change for app discovery itemMario Bertschler2017-05-221-1/+3
| | | | | | | | | | | | | | | | | | Bug: 38345854 Change-Id: Ib200b5a6295eb26650c7f28d0b7823b489c70cda
| * | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorvalTreeHugger Robot2017-05-1889-228/+582
| |\ \
| | * | Import translations. DO NOT MERGEBill Yi2017-05-1789-228/+582
| | | | | | | | | | | | | | | | | | | | Change-Id: I0e20d48d0f6eaedfa6d93fc7ed0b355c34e92a98 Auto-generated-cl: translation import
* | | | Merge "Make expanded system shortcuts clickable" into ub-launcher3-dorvalTony Wickham2017-05-191-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | am: 440052ce5d Change-Id: I5d53a468bb4aa3060e3e7e618bfdbdb537a5aadc
| * | | Merge "Make expanded system shortcuts clickable" into ub-launcher3-dorvalTreeHugger Robot2017-05-181-1/+2
| |\ \ \
| | * | | Make expanded system shortcuts clickableTony Wickham2017-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The textview on top was consuming the clicks, so we set it to not be focusable (clicks are handled by the parent). This regression was caused by a TextView bug introduced in ag/2247666, which set clickable=true if focusable=true. Bug: 38385679 Change-Id: I0a946073919dabcd19b47cd7df2a1fcac6946cd5
* | | | | resolve merge conflicts of 8af16760d to ub-launcher3-dorval-polishTony Wickham2017-05-192-0/+9
|\| | | | | |_|_|/ |/| | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: I4cdfeebd09be58270c249429104d91dc9a31b49c
| * | | Merge "Update accessibility for popup" into ub-launcher3-dorvalTony Wickham2017-05-182-0/+9
| |\ \ \ | | |_|/ | |/| |
| | * | Update accessibility for popupTony2017-05-112-0/+9
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Content description includes count of notifications. - Notifications have a dismiss action. - All icons that support shortcuts will have action to show shortcut menu, since there will be system shortcuts even if there are no deep shortcuts. Bug: 36564782 Change-Id: I51b085fa26754f2dcd93c7db6548f2edf054f494
* | | resolve merge conflicts of 02aced978 to ub-launcher3-dorval-polishTony Wickham2017-05-191-0/+2
|\| | | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: Ib44ce0130b9eb01c354f18326d7d3a1eeb2c5eb8
| * | Merge "Use a single color for all icon badges." into ub-launcher3-dorvalTony Wickham2017-05-161-0/+2
| |\ \
| | * | Use a single color for all icon badges.Tony Wickham2017-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | Bug: 38346375 Change-Id: I26b7ad3dcfea6a18e169d656e19605c9794eadd3
* | | | Don't set system shortcut text to whiteTony Wickham2017-05-182-5/+1
| | | | | | | | | | | | | | | | | | | | Bug: 38201638 Change-Id: Icacd63810306848ec1fb54e5dcc6021660ac5099
* | | | Import translations. DO NOT MERGEBill Yi2017-05-1789-228/+582
| | | | | | | | | | | | | | | | | | | | Change-Id: I14925e787ac1adbf5aa2e89cebc6c5b3548c7fe4 Auto-generated-cl: translation import
* | | | Adding an option to change the shadow sizeSunny Goyal2017-05-175-4/+8
| | | | | | | | | | | | | | | | Change-Id: I8ec810c5cf06852771247af5f1d717f41079c4f5
* | | | Merge "Add setting to turn off icon badging" into ub-launcher3-dorvalTony Wickham2017-05-162-7/+25
|\| | | | | | | | | | | | | | | | | | | | | | | am: d315d07aee Change-Id: Id23914cbee040f3916257e02a9eb6b3f5a821b83
| * | | Merge "Add setting to turn off icon badging" into ub-launcher3-dorvalTony Wickham2017-05-162-7/+25
| |\ \ \
| | * | | Add setting to turn off icon badgingTony Wickham2017-05-162-7/+25
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Redirects to system Notifications setting page. Bug: 36815147 Change-Id: I5ee542f94ed51a73a57df3a726384944ff3ee71d
* | | | Design adjustments for transition from workspace toMario Bertschler2017-05-164-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | All apps. Change-Id: I0aeb8da7f0eebdf677ca7bda06fb538f08a6ee51
* | | | Merge "Minor polishment on app discovery UI." into ub-launcher3-dorvalMario Bertschler2017-05-162-4/+5
|\| | | | | | | | | | | | | | | | | | | | | | | am: 8ffddbb7c2 Change-Id: I611a4707882a0fb5c78c223ebd9f5c8e0e67d411
| * | | Minor polishment on app discovery UI.Mario Bertschler2017-05-162-4/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | b/38341964 b/38342208 b/38341681 Change-Id: I8dfe4f5431cbfa96573c0461fddd410367c9ad13
* | | Updating the icon shape override optionsSunny Goyal2017-05-162-7/+5
|\| | | | | | | | | | | | | | | | | am: e7539e9be6 Change-Id: I5fa0da129b8173db1537562bdca67e1508ee2861
| * | Updating the icon shape override optionsSunny Goyal2017-05-162-7/+5
| |/ | | | | | | | | | | | | | | | | > Removing rounded rect and cylinder > Adding tear drop shape > Updating the label for default setting Bug: 38216026 Change-Id: Ie31baef1171a78e2d95c617ef8fa8c669dd7c817
* | Adding support for top padding in BaseRecyclerView. The scrollbar isSunny Goyal2017-05-151-9/+1
| | | | | | | | | | | | | | | | | | drawn below the top padding. Also adding callback for getting the all-apps vertical pull range so that it can be controlled by SearchUiManager Bug: 37616877 Change-Id: Ib4642073f3e92f6676caede3bddd652fda89c86f
* | Merge "Adding listener support for color extraction changes Changing the ↵TreeHugger Robot2017-05-114-5/+9
|\ \ | | | | | | | | | apps-search layout to use theme attribute instead of hard coded layout id" into ub-launcher3-dorval-polish
| * | Adding listener support for color extraction changesSunny Goyal2017-05-094-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | Changing the apps-search layout to use theme attribute instead of hard coded layout id Bug: 37616877 Change-Id: Iae601758303f83a2774635f0d88f74d99fc643c3
* | | Merge "Visual updates for popup" into ub-launcher3-dorvalTony2017-05-108-25/+30
|\ \ \ | | |/ | |/| | | | | | | | | | am: 5cfde85cb6 Change-Id: I4e97cb52054b5c5ff467f3481b92730f6f9a3e8e
| * | Merge "Visual updates for popup" into ub-launcher3-dorvalTreeHugger Robot2017-05-108-25/+30
| |\ \
| | * | Visual updates for popupTony2017-05-098-25/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update some dimens - Increase left padding for shortcuts - Adjust arrow and notification ellipsis offset accordingly - Align shortcut dividers to be same width as text - Notification text 14sp instead of 15sp - Increase width of popup by 12dp - Shortcuts text 87% black instead of 54% - Arrow has same color as attached side, so takes on header gray instead of white when appropriate Bug: 37753827 Change-Id: I0844b85995f22218a3b7e605e1653cceaed6cda1
| * | | Import translations. DO NOT MERGEBill Yi2017-05-091-2/+2
| |/ / | | | | | | | | | | | | Change-Id: I08a7f35261493f7a1591ab1207ae7758816e13e3 Auto-generated-cl: translation import
* | | Adding support for DB downgradeSunny Goyal2017-05-092-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Adding a schema file for handling DB downgrade. This schema file is part of the backup/restore set, and hence is available on a device with lower app version. Bug: 37257575 Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0
* | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval-polishTreeHugger Robot2017-05-091-2/+2
|\ \ \ | |_|/ |/| |
| * | Import translations. DO NOT MERGEBill Yi2017-05-091-2/+2
| | | | | | | | | | | | | | | Change-Id: Ie4f4f94bcf426096fd54a2d5b3c5d8d8c05b2049 Auto-generated-cl: translation import