summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Fix build - move system shortcut icon colors to themeTony Wickham2017-04-135-4/+18
| | | | Change-Id: Iae248e5fdd57310adeb898305deee4c0eaee5318
* Merge "Add app info icon with no shadow for popup" into ub-launcher3-dorvalTony Wickham2017-04-121-0/+24
|\ | | | | | | | | | | am: 25e8f6d83e Change-Id: I8ea2798c98033d395e4afbbb5d86957518f33c22
| * Merge "Add app info icon with no shadow for popup" into ub-launcher3-dorvalTony Wickham2017-04-121-0/+24
| |\
| | * Add app info icon with no shadow for popupTony Wickham2017-04-121-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | - Also changed opacities of the system shortcut icons to match spec (38% black in header, 54% when expanded view is shown) Bug: 35766387 Change-Id: I73881bf1c72c98d78a38d82c632c4954b02eff4e
* | | resolve merge conflicts of ce44516dd to ub-launcher3-masterTony Wickham2017-04-119-64/+66
|\| | | | | | | | | | | Change-Id: I6f4455c1d4bedf778850acbb1e1c7372d532e13a
| * | Update popup to match redlinesTony Wickham2017-04-119-63/+65
| |/ | | | | | | | | | | | | | | | | | | | | - Update specs in dimens.xml and colors.xml - Move notification count to top right, and keep "Notifications" in left - Also removed NotificationHeaderView and instead use FrameLayout - Limit to 2 shortcuts instead of 3 if there are notifications - Use SP instead of DP for text (b/35869307) Bug: 35766387 Change-Id: I892640933ad6351946af3df6c805b98bb4e7cb50
* | Merge "Disable notification listener on pre-26" into ub-launcher3-dorvalTony Wickham2017-04-101-22/+0
|\| | | | | | | | | | | am: cd4cc97f6f Change-Id: I6e1a2de2ece9308f057e6cdea1a3a50b2dd32962
| * Merge "Disable notification listener on pre-26" into ub-launcher3-dorvalTony Wickham2017-04-101-22/+0
| |\
| | * Disable notification listener on pre-26Tony Wickham2017-04-101-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | Also remove isAtLeastO() checks in NotificationListener Bug: 35443111 Bug: 37207407 Change-Id: If3eef406328f73d114d826e6c8a158bdc3788cac
* | | Merge "Marking icon paths as non-translatable" into ub-launcher3-dorvalSunny Goyal2017-04-101-5/+5
|\| | | | | | | | | | | | | | | | | am: 3b31df70ea Change-Id: I1130bc6e1a55f92ded5e44fd2c571e8d47013099
| * | Marking icon paths as non-translatableSunny Goyal2017-04-101-5/+5
| | | | | | | | | | | | Change-Id: Ifbe6c5a7edbc3ea361ae4a8ee38f9cde681813dc
| * | Import translations. DO NOT MERGEBill Yi2017-04-0780-320/+640
| |/ | | | | | | | | Change-Id: I8caf65bc71dd6114dc08746f69f693a8da9799f6 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2017-04-0780-320/+640
| | | | | | | | | | Change-Id: I5d54346e6ef1cc6b38229156698bf870035d2884 Auto-generated-cl: translation import
* | Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-043-0/+37
|\| | | | | | | | | | | am: ca18746163 Change-Id: Ic4c14ad1760930735a881926aac8b45efe0cdba0
| * Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-043-0/+37
| | | | | | | | | | | | | | | | > This would allow developers to verify their icon designs on different device configurations > This settings is only visible when developer settings is enabled Change-Id: I7e32abfede001c134f23390734dcd39c93b68b9a
| * Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorvalTreeHugger Robot2017-03-3180-160/+320
| |\
| | * Import translations. DO NOT MERGEBill Yi2017-03-3080-160/+320
| | | | | | | | | | | | | | | Change-Id: I6e43f5ea27bb929b545923d7da58f56d57b2e57f Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterTreeHugger Robot2017-03-3180-160/+320
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2017-03-3080-160/+320
| | | | | | | | | | | | | | | | | | | | Change-Id: I7567ca77e4f54c06f40362e85a398c131e51f84b Auto-generated-cl: translation import
* | | | resolve merge conflicts of 26b174659 to ub-launcher3-masterTony2017-03-307-18/+107
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: Ifb24f291b096b979044e5c87ec58c24e9c479728
| * | | Add support for system shortcuts in popup containerTony Wickham2017-03-307-18/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently the system shortcuts are just widgets and app info - As shortcuts, they live in ShortcutsItemView - They are populated either as icons only (if there are deep shortcuts) or as icons + text - Widgets are disabled until binding them is complete (we request for them to be bound on long-press now). We should revisit this. Bug: 34940468 Change-Id: Ia51d002c3b3ede87658bdab57abfc3eeca1ed242
* | | | Merge "Add WidgetsAndMore bottom sheet" into ub-launcher3-dorvalTony Wickham2017-03-303-0/+116
|\| | | | |/ / |/| | | | | | | | | | | am: d73fbb5f97 Change-Id: I5d1bad3ea83e672076dbd3b6f2d80d5149f3921c
| * | Merge "Add WidgetsAndMore bottom sheet" into ub-launcher3-dorvalTony Wickham2017-03-303-0/+116
| |\ \ | | |/ | |/|
| | * Add WidgetsAndMore bottom sheetTony Wickham2017-03-303-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Contains two rows, one for widgets, and one for "configurable shortcuts" that have customization activities - Extends AbstractFloatingView and uses VerticalPullDetector for touch interactions - No way to show this currently; will add options to popup in followup Bug: 34940468 Change-Id: Iab62c2cb89428f91119c9c86f9db886496c321fd
* | | Updating some strings in add widget/shortcut flowSunny Goyal2017-03-301-2/+2
|\| | | | | | | | | | | | | | | | | am: 6634869bad Change-Id: I6b528ade9676254ed050d4e2c373227ce0b903b2
| * | Updating some strings in add widget/shortcut flowSunny Goyal2017-03-301-2/+2
| |/ | | | | | | | | Bug: 36725328 Change-Id: I1006a48201fc5abb5c1f70c244c79a63f3195565
* | Fix folder animations in spring loaded mode + polish.Jon Miranda2017-03-294-48/+0
| | | | | | | | | | | | | | | | * Changed interpolators. Bug: 36653850 Bug: 35064148 Change-Id: I44a732be969582f718d7dc2f82a9f976331821cb
* | Show recently used instant apps provided by the app discovery service in the ↵Mario Bertschler2017-03-232-55/+0
|\| | | | | | | | | | | | | | | same section as installed apps. am: 853c13d427 Change-Id: I852e85f5b715d7f9ecc903bb0b9020e87c19cd99
| * Show recently used instant apps provided by the app discovery serviceMario Bertschler2017-03-232-55/+0
| | | | | | | | | | | | in the same section as installed apps. Change-Id: I2efd41c69960c4982523c58893aacfc7a5d0bb2e
* | Smoother folder animation tweaks.Jon Miranda2017-03-232-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 1. Start preview item animations later opening 2. Finish item animations sooner when closing 3. 1 & 2 allow the preview items to move as part of the Folder and allows for a smoother animation 4. Remove setCurrentPlayTime as it is O API. Bug: 36522198 Bug: 35064148 Change-Id: If63d4d032078ff4e28b72a09e35da3a71f1d0e27
* | Merge "Add padding to pending widget background." into ub-launcher3-dorvalJonathan Miranda2017-03-201-0/+19
|\| | | | | | | | | | | am: e04aa92de3 Change-Id: Ia93d71c3f7ae43fe6bbaef17a098b2e4d84df5de
| * Add padding to pending widget background.Jon Miranda2017-03-201-0/+19
| | | | | | | | | | Bug: 36450202 Change-Id: I12c754d0ff1ac2f9a63d2e475bff5524fe51cb57
| * Import translations. DO NOT MERGEBill Yi2017-03-1877-308/+154
| | | | | | | | | | Change-Id: I6bd0e70df3bba61196c3eb6a9c33a8800d236648 Auto-generated-cl: translation import
* | Make LEGACY_ICON_TREATMENT flag workHyunyoung Song2017-03-202-1/+2
| | | | | | | | | | | | | | - targetSdk needs to be 26 - android:color attribute has been deleted Change-Id: I6b1fc5402233fb8844b475d562984cf6924e33ac
* | Import translations. DO NOT MERGEBill Yi2017-03-1880-320/+160
| | | | | | | | | | Change-Id: Ibf2574d0c79c4dd1e0f44bcdc1b89caab9fabc01 Auto-generated-cl: translation import
* | Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-173-48/+78
|\| | | | | | | | | | | am: c65a0085d7 Change-Id: Iabea96bb74294e2775a08427c17e154020d9bc40
| * Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-173-48/+78
| | | | | | | | | | Bug: 35811129 Change-Id: I336e48cd00cfec2e617ac73bd8a81419b0944aa7
* | Allow TalkBack to read sectional headings on Widgets screen.Jon Miranda2017-03-161-1/+0
|\| | | | | | | | | | | am: efd5cbf55c Change-Id: Ib0bd61b94739ff4fd3b9ce866e33f4b7088a6846
| * Allow TalkBack to read sectional headings on Widgets screen.Jon Miranda2017-03-161-1/+0
| | | | | | | | | | Bug: 35027834 Change-Id: Ice512bac83d818a4f8dca6d5f4b041a6bfa4df67
| * Import translations. DO NOT MERGEBill Yi2017-03-1177-0/+308
| | | | | | | | | | Change-Id: I3ab8f241299226e0453e654fdbde113646349190 Auto-generated-cl: translation import
* | Merge "Defining HomeScreenElementTheme for elements which appear on top of ↵Sunny Goyal2017-03-1313-11/+26
|\ \ | | | | | | | | | wallpaper" into ub-launcher3-master
| * | Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-1713-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | wallpaper > Using HomeScreenElementTheme for workspace items > Fixing view inflation where wrong layout inflater was being used Change-Id: I92e278dbfb609ad7af9c2f47351f23f03cf12049
* | | Import translations. DO NOT MERGEBill Yi2017-03-1180-0/+320
| | | | | | | | | | | | | | | Change-Id: I8129a870f11208d842a0b5cffaeb0ae7c3be2c06 Auto-generated-cl: translation import
* | | Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-104-0/+16
|\ \ \ | | |/ | |/| | | | | | | | | | am: 4179e9b88f Change-Id: Ida895e5723b5d6d02b72ce7b04666b529eabb1cc
| * | Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-094-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Disabling Install shortcut broadcast for O and above > Adding a preference to control automatic icon addition on homescreen > Adding icons on homescreen for new installs based on the above preference Bug: 32920609 Bug: 27967412 Change-Id: I92e5cb7c841fb445dc8bc058d975f212ee54f8d1
| * | Import translations. DO NOT MERGEBill Yi2017-03-061-1/+1
| | | | | | | | | | | | | | | Change-Id: I438eb3210577fca407121d91cda2223090fd31f4 Auto-generated-cl: translation import
* | | Added new interpolators for preview items in large folders.Jon Miranda2017-03-082-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | With larger folders, we want the preview items to reach their final positions faster (when opening) and later (when closing) so that they appear aligned with the rest of the folder items when they are both visible. Bug: 35064148 Change-Id: I170ac2db36a3a20ebe5505711ea59e625050bc1b
* | | New folder animations.Jon Miranda2017-03-062-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added FolderAnimationManager, which manages the opening and closing animations. All of the animations are done in the Folder. ie. When the users taps on the FolderIcon, we immediately hide the FolderIcon and show the Folder inits place before starting the animation. Bug: 35064148 Change-Id: Icacdbbf78a25489f2eab4fd352f2c6ed71eb710b
* | | Import translations. DO NOT MERGEBill Yi2017-03-061-1/+1
| | | | | | | | | | | | | | | Change-Id: I58011b44e3012ad2f34d77483f17e0708537f1eb Auto-generated-cl: translation import
* | | Merge "App discovery integration in All Apps search" into ub-launcher3-dorvalMario Bertschler2017-03-044-0/+221
|\| | | | | | | | | | | | | | | | | am: 86515dd148 Change-Id: I9c912d0ccec6c999547b1bce1f3e3b0b430a147f