summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Adjust hotseat heightArne Coucheron2017-09-031-1/+1
| | | | | | | | Since we have lowered all icon sizes, we should decrease the hotseat height a little bit, otherwise it would look huge, with a lot of empty space. Change-Id: If9b192ae9debc489141007cb3f0ca7624a7c6e8d
* Increase to 5 rows on some device profilesArne Coucheron2017-09-031-3/+3
| | | | | | | These now have lower icon sizes than originally, so 5 rows should fit perfectly. Change-Id: Ie39b1ce658882ce9fae95dd4e10021700c07856c
* Change icon drawable paddingArne Coucheron2017-09-031-1/+1
| | | | | | | No reason to have this huge gap between icon and text. Use 4dp like in old Trebuchet. Change-Id: I0b6e320150778891f05c38be4467e730b568d19b
* Apply icon size modifications from old TrebuchetArne Coucheron2017-09-031-25/+25
| | | | | | Also fix Nexus 4/5 swapped minWidthDps Change-Id: I33f47154d2687c8a758fb655c9e66e619b0522ad
* Update default workspaceArne Coucheron2017-09-034-28/+308
| | | | Change-Id: If62561591610c22203f6d16348ffbf074506dcef
* We shall call it Trebuchetcretin452017-08-2712-1/+22
| | | | | | | | | | | | | | | | | | Change-Id: I068d7e025bb01fd4216be3ffcf3cdfd3285be9da Trebuchet: lineage launcher icon Change-Id: Ibf4e1add2f9dc88907430070bbbf74751dec2070 Rename permissions as suggested in AndroidManifest * Avoid conflicts with different launchers Change-Id: I0560c2ea1a82cb4f58074d31ca6f12518ac09ea7 Finalize rebranding from Launcher3 to Trebuchet Change-Id: If3af3a32db2281372dc1beb47e13a2ce0dc380af
* Merge branch 'ub-launcher3-dorval' into launcher3mergeTony2017-06-093-5/+6
|\ | | | | | | | | | | | | Test: testing done on ub-launcher3-dorval branch Change-Id: I3e5167b7e1944ca259747caa8fd56a0507742dfc issue 62484015
| * 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
| | | | | | | | Change-Id: Ie3193c8aae8fee5860274ba6823b0cdfe25b1083
| * Import translations. DO NOT MERGEBill Yi2017-06-021-1/+1
| | | | | | | | | | Change-Id: Iaccfb365895d66930405f7114613bcbadbca1c25 Auto-generated-cl: translation import
* | merged ub-launcher3-dorval, and resolved conflictsHyunyoung Song2017-05-3199-328/+641
|\| | | | | | | | | | | | | Test: $ make -j 32 dist checkbuild Bug: 62196967 Change-Id: Ibdcdde25cb117574549404348105d49348e79bea
| * 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
| * 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-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
| * | | 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
| * | 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
| * | | 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
| * / / 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
| |/ | | | | | | | | | | | | | | | | > Removing rounded rect and cylinder > Adding tear drop shape > Updating the label for default setting Bug: 38216026 Change-Id: Ie31baef1171a78e2d95c617ef8fa8c669dd7c817
| * 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
* | merged ub-launcher3-dorval, and resolved conflictsHyunyoung Song2017-05-10216-552/+2429
|\| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 36904684 Bug: 37929893 Bug: 36068989 Merged-In: I3da7113926cdcb933707b3864c4334223c11e25b Merged-In: If9b11b212852cb1048d54db2224dab4acf2d93e0 Test: make -j 32 dist checkbuild Change-Id: I7e12afdf66a892654a06b77f7fc625a93554d1e7
| * Fix center-align issue in widgets bottom sheetTony2017-05-041-1/+0
| | | | | | | | | | | | | | | | - Remove paddingStart - To add padding for multiple widgets, add empty view to scrollview Bug: 37918677 Change-Id: I5ec1208765874dda1c4439f60aaeb989c06ccd63
| * Fix bug where system shortcuts text size is set to 0 in MW mode.Jon Miranda2017-05-021-0/+1
| | | | | | | | | | | | | | | | By default, the BubbleTextView sets the display to Workspace mode, which sets the text size to be 0 in MW mode. Bug: 37898830 Change-Id: I665611b9986f1025d54b7ddb80746d4016003313
| * Import translations. DO NOT MERGEThe Android Open Source Project2017-05-025-7/+7
| | | | | | | | | | Change-Id: I06d773eb648c315dd683fdc353be5a3f34e91f2e Auto-generated-cl: translation import
| * Re-enable badges, with all dotsTony Wickham2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | Also updated folder badge (dot) color to light gray, added notification header back (with same number as before, where each notification counts as >= 1), and increased shadow opacity for the dots. Change-Id: I53a3e0d94f23f482b55b3c10a922939ebb381314
| * Remove notification listener to disable badgingTony Wickham2017-04-271-1/+1
| | | | | | | | | | Bug: 37748653 Change-Id: I80d9f7c5274604f552113c7be0319d5cd454b29c
| * Merge "Set the alpha to 1 when overview button is focused." into ↵Jonathan Miranda2017-04-261-7/+0
| |\ | | | | | | | | | ub-launcher3-dorval
| | * Set the alpha to 1 when overview button is focused.Jon Miranda2017-04-261-7/+0
| | | | | | | | | | | | | | | Bug: 37569953 Change-Id: I5c2acde3b5b443fe21e869d52bb9d2f8d98a914d
| * | Import translations. DO NOT MERGEBill Yi2017-04-262-5/+5
| |/ | | | | | | | | Change-Id: I9c3d417862f2ae0c30ed1ee9245d00b04a2624ad Auto-generated-cl: translation import
| * Merge "Update icon badges to match spec" into ub-launcher3-dorvalTreeHugger Robot2017-04-251-2/+0
| |\
| | * Update icon badges to match specTony Wickham2017-04-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Size defined as percentage of app icon size - Width changes when there are 2 or 3 digits (round rect) - Offset slightly away from the app icon - Had to move drawing to BubbleTextView instead of FastBitmapDrawable - Hide badge when dragging and while popup is open - Tweaks for some color/text parameters Bug: 35744066 Change-Id: Ibb15ca634abaa0729aea637c904c4c6889a58c7c
| * | Import translations. DO NOT MERGEBill Yi2017-04-2080-160/+160
| | | | | | | | | | | | | | | Change-Id: I2ae8231a21881c4546bf042778f6e29940ca91d8 Auto-generated-cl: translation import
| * | Merge "[DO NOT MERGE] legacy icon treatment / circle detection Bug: ↵TreeHugger Robot2017-04-172-1/+2
| |\ \ | | |/ | |/| | | | 37357483" into ub-launcher3-dorval
| | * [DO NOT MERGE] legacy icon treatment / circle detectionHyunyoung Song2017-04-162-1/+2
| | | | | | | | | | | | | | | | | | Bug: 37357483 Change-Id: I63049ad61ad259f546fcf5077ded0a5f444e4395
| * | Rename WidgetsAndMore to WidgetsBottomSheetTony Wickham2017-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | (It only contains widgets now.) Bug: 35766387 Change-Id: I5864791a9741d1c56ac6df30125fe7a4a677b4bd
| * | Merge "Slightly round corners of popup arrow" into ub-launcher3-dorvalTony Wickham2017-04-171-0/+1
| |\ \
| | * | Slightly round corners of popup arrowTony2017-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 35766387 Change-Id: I8d2be54c977074dbcf0d5884f44347edd0217bb5
| * | | Merge "Update widgets bottom sheet to match redlines" into ub-launcher3-dorvalTony Wickham2017-04-132-40/+14
| |\ \ \
| | * | | Update widgets bottom sheet to match redlinesTony Wickham2017-04-132-40/+14
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove "Configurable shortcuts" row, and put all widgets in one row - Update some sizes and colors and text - Center widget row if only one widget Bug: 35766387 Change-Id: Ic3850feadee1cbbbdd68a772f597741d54949703
| * | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorvalTreeHugger Robot2017-04-1389-55/+305
| |\ \ \ | | |/ / | |/| |