summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "Using dimension instead of relyong on relativeLayout for view positions"Sunny Goyal2018-03-271-6/+1
| | | | | | | | | | | | | | | | This reverts commit 9623ed1894829cb046db36c5bdab71d2bcc4bd51. Reason for revert: b/76398583 Change-Id: I85f842d2c1511fe7ac374756e83641b59cbdd56d
* | Raise char limit from 100 to 200 on accessibility string.Jon Miranda2018-03-271-1/+1
| | | | | | | | | | Bug: 76444955 Change-Id: I44a168bd9705ca8ab37f98a41aae0dceb5d9536a
* | Adding a custom view for DragHandleSunny Goyal2018-03-261-1/+0
| | | | | | | | | | | | | | | | | | | | > Separating page indicator and drag handle > Page indicator always draws irrespactive of oriantation > Drag handle is responsible for accessibility interactions > Adding assissibility actions for DragHandle Bug: 72500733 Change-Id: I9030337456964af1bdf77f1c01956452321f9229
* | Merge "Add drag indicator to hotseat" into ub-launcher3-masterTony Wickham2018-03-261-0/+1
|\ \
| * | Add drag indicator to hotseatTony Wickham2018-03-231-0/+1
| |/ | | | | | | Change-Id: Iad5b08ad290f07c6cdd3c9091e160b5af859859e
* / Show instruction toast when user taps on drag handle.Jon Miranda2018-03-221-0/+5
|/ | | | | Bug: 74369785 Change-Id: I7017266efcb0db70a8d151eed10442292cb61e70
* Using dimension instead of relyong on relativeLayout for view positionsSunny Goyal2018-03-221-1/+6
| | | | | | | Search box can be hidden as a result of various state flags. But the dependent views should still retain their positions Change-Id: I820ac11d120f9c78a457e64f3f21d9e8ff3f6110
* Disabling default focus from icons as we use an animated focus indicatorSunny Goyal2018-03-221-0/+1
| | | | Change-Id: I9d3f1b5f5710ff8931f02f1a3a41e4986b4e0f9c
* Merge "Disabling unnecessary requestLayout calls in BubbleTextView" into ↵TreeHugger Robot2018-03-201-1/+0
|\ | | | | | | ub-launcher3-master
| * Disabling unnecessary requestLayout calls in BubbleTextViewSunny Goyal2018-03-191-1/+0
| | | | | | | | | | | | | | | | > Disabling layout change when updating icon, if previously set > Setting the ellipsis behavior to end, to disable relayouts when changing text Change-Id: Ic00c207c0372724daebd8ee1d748f5cf5aa56457
* | Accessibility improvement around blue user education cardTony Mak2018-03-191-1/+2
|/ | | | | | | | | | 1. Group the entire card into one element 2. Add label for close button 3. Announce closed when the card is gone FIXES: 74517054 Change-Id: I8fe41d4c5e88276460c3f0486168f0ef56d8fb60
* Merge "Adding support for prefenrece search in QuickStep" into ↵TreeHugger Robot2018-03-142-0/+6
|\ | | | | | | ub-launcher3-master
| * Adding support for prefenrece search in QuickStepSunny Goyal2018-03-092-0/+6
| | | | | | | | | | Bug: 62292864 Change-Id: Ic112626ca9c5942c91ced4ab42e64cbce4657701
* | Merge "Fix accessiblity issue around work tab" into ub-launcher3-masterTreeHugger Robot2018-03-141-0/+3
|\ \
| * | Fix accessiblity issue around work tabTony Mak2018-03-141-0/+3
| |/ | | | | | | | | | | | | | | | | | | | | 1. Instead of always announcing "Apps list", we now announce "personal apps list" and "work apps list" if tab is there. 2. Fix an issue that "personal" and "work" are announced twice. 3. Work footer is now announced as a group FIX: 71703082 Change-Id: I0240bc04df09a5599540cfe67f0f48156f285548
* / Simplifying options popup and overview handlingSunny Goyal2018-03-132-16/+1
|/ | | | | | | | | | > Removing support for page drag-n-drop from pagedView > Removing Overview UI from Launcher3 without quickstep and using options popup instead > Removing touch handlers from CellLayouts and showing options popup based on workspace long press > Excluding touch outside inset when showing the popup Bug: 74136505 Change-Id: I34c2a7ff58452db26f5d1a85d554be40fc75f2b8
* Merge "Simplifying all-apps search box" into ub-launcher3-masterSunny Goyal2018-03-062-2/+1
|\
| * Simplifying all-apps search boxSunny Goyal2018-03-012-2/+1
| | | | | | | | | | | | | | | | > 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
* | Merge "Updating Launcher rotation logic" into ub-launcher3-masterTreeHugger Robot2018-03-051-6/+0
|\ \
| * | Updating Launcher rotation logicSunny Goyal2018-03-031-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When auto-rotate is on, launcher allways allows rotation. This allows uses to use locked rotation feature is available on the device When auto-rotate is off, workspace does not allow rotation, but overview in quickstep will allow rotation Bug: 73872056 Change-Id: Ie12365c268fd5e4958634ed97b5a33dcadc691e2
* | | Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-051-1/+0
|/ / | | | | | | | | | | | | | | Instead of animating the shadow, animating the icon scale. This avoids unnecessary bitmap creating at app-launch and also plays nice with the app-launch transition Change-Id: I1d3d24bc7212a6d659855ff1002a45388e269e52
* | Adding support for hiding widgets from the widget tray and reconfiguring widgetsSunny Goyal2018-03-022-2/+2
| | | | | | | | | | | | | | | | > Removing AppInfo target > Switching between uninstall and setup based on the drag view Bug: 63931362 Change-Id: Iccd6f965fa3d61992244a365efc242122292c0ca
* | Adding a label for the notifiation serviceSunny Goyal2018-03-011-0/+2
|/ | | | | Bug: 72314360 Change-Id: Ib7ae98015241cf6548dbb4d615cae514a4dde983
* Updating the scrim and landscpae uiSunny Goyal2018-03-011-0/+3
| | | | | | | | | > Instead of views, using a custom class to draw the color scrims > All-apps has full screen UI > Quickstep does not have search box in landscape Bug: 73085356 Change-Id: I360a78a2ade0134daad29fe712796cd39a381fbb
* Update the user education text as the badge is no longer in orangeTony Mak2018-02-271-1/+1
| | | | | Change-Id: Ic13b86bed50356a1e01e01ad350e5f9882845b69 FIX: 73944227
* Adding a utility class to simplify main process initialization.Sunny Goyal2018-02-131-0/+3
| | | | Change-Id: I796cf758d2a25cf8fd5f9a9b78a7977fd54ca451
* Merge "Add notification count to content description for badged apps" into ↵Tony Wickham2018-02-061-0/+5
|\ | | | | | | ub-launcher3-master
| * Add notification count to content description for badged appsTony Wickham2018-02-051-0/+5
| | | | | | | | | | Bug: 70389249 Change-Id: If7f43941d501ba807adbb33d489da3944c012e94
* | Merge "Removing support for app prediction from Launcher3" into ↵TreeHugger Robot2018-02-062-3/+0
|\ \ | |/ |/| | | ub-launcher3-master
| * Removing support for app prediction from Launcher3Sunny Goyal2018-01-302-3/+0
| | | | | | | | | | | | | | Derivative projects can extend the FloatingHeader to add support to custom content in all-apps screen. Change-Id: I4e29221a72e5a077a756713a6774cda7ecde8f1b
* | Ditch work profile orange and use the accent color insteadTony Mak2018-02-012-6/+0
|/ | | | | | FIXES: 72804074 Change-Id: If9dfd6eceb6b3d3365c32859d5cc13d6d49be1a0
* Refactor LauncherAppTransitionManager & polish for new app transitions.Jon Miranda2018-01-251-0/+3
| | | | | | | | | | | | * Add start delay when launcher resumes from all apps or landscape. * Track the last app transition animator and cancel it before beginning a new one, otherwise the animators can conflict with each other. ie. Opening an app from all apps and then immediately pressing back to return to all apps. * Use class overrride instead of UiFactory. Bug: 70220260 Change-Id: I4755d45d820f9d551e443d6c4a148e8789c5bc57
* Merge "Adding a horizontal popup when when workspace is longPressed" into ↵Sunny Goyal2018-01-191-2/+2
|\ | | | | | | ub-launcher3-master
| * Adding a horizontal popup when when workspace is longPressedSunny Goyal2018-01-191-2/+2
| | | | | | | | Change-Id: I5b3c48262c246bfe53e0010ca89c820f42503eef
* | Merge "Using same layout for drop-target bar in landscape and portrait" into ↵Sunny Goyal2018-01-192-6/+1
|\ \ | | | | | | | | | ub-launcher3-master
| * | Using same layout for drop-target bar in landscape and portraitSunny Goyal2018-01-192-6/+1
| |/ | | | | | | | | | | | | > 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-4/+4
|/ | | | | Bug: 71775241 Change-Id: I15b499a1f75d530c874b8616cbb330eae7e3ab07
* Update label accordingly when work mode is changedTony Mak2018-01-161-6/+9
| | | | | | | | Also, updates the work related strings accordingly. Fix: 71987096 Change-Id: Iedbf6ee04f3a165a392efdf2bd351817997817ca
* Enabling to retrieve a badge-package as an extra in ShortcutInfoCompat forMario Bertschler2018-01-161-0/+3
| | | | | | | | whitelisted package. > badging respects the badge-package extra Change-Id: I4e06cd497dff91949f8b0a42c7f3d5aaa724c038
* Removing layout handling in DeviceProfile and moving it toSunny Goyal2018-01-101-4/+0
| | | | | | | individual views Bug: 71709920 Change-Id: I8300fa7a84b31898bdb135d774cca576d2928525
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-081-10/+1
| | | | | | | | | | | > Hotseat is tied to navbar (on left in seascape) > Search box shows up in Overview (clicking it would crash for now) > All-apps is no longer fullscreen in landscape > Recents cards are appropriately scaled down > Hotseat is visible in Overview Bug: 70179916 Change-Id: I53149eaeac9557e8a01021b7e2d139f3d6ceef37
* Dominant color is part of icon cacheSunny Goyal2018-01-032-6/+0
| | | | | | | | | > Calculating extracted color during icon generation and storing it in model and DB > Removing unused logic avoid various types of badge rendering > Icons are badged with extracted colors, while folder is badged with theme color Bug: 35428783 Change-Id: I93e30c52fbded7515c3ae1778422e84672eafb56
* Fix popup container alignment issuesTony2017-12-221-4/+0
| | | | | | | | - Arrow did not line up with the icon when right aligned - Popup was always centered horizontally in RTL instead of aligning with the icon Change-Id: I90e065d0b0c1c59166e5c2e5de5e6cff9126ee6f
* Merge changes I218fe7d9,I60ef59de into ub-launcher3-masterTony Mak2017-12-151-0/+2
|\ | | | | | | | | | | * changes: Make work footer stick to the bottom if there are only a few apps #2 Make work footer stick to the bottom if there are only a few apps
| * Make work footer stick to the bottom if there are only a few apps #2Tony Mak2017-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Move the work footer divider into the container, so it is translated with the rest of the footer. 2. Fixed the scrollbar issue in work tab by putting the footer height in AllAppsRecyclerView 3. We planned to drop the company name, and decided to use "Managed by your organisation". 4. Rename WorkModeToggleContainer to WorkFooterContainer as we are using work footer in else where. BUG: 70571983 Change-Id: I218fe7d9970780a1a457ee450f1a32e7a46d9766
* | Merge "Updating the hotseat background to a solid color with rounded ↵TreeHugger Robot2017-12-141-0/+4
|\ \ | | | | | | | | | corners" into ub-launcher3-master
| * | Updating the hotseat background to a solid color with rounded cornersSunny Goyal2017-12-141-0/+4
| |/ | | | | | | Change-Id: I297920518f925e122f2e9f55a68228b96b42ea27
* / Moving divider line into predictionview.Mario Bertschler2017-12-141-0/+1
|/ | | | Change-Id: I40753aaa154023641cead2bd7dcf906fa5a4c2d7
* Merge "Removing horizontal bar from page indicator" into ub-launcher3-masterSunny Goyal2017-12-121-1/+1
|\
| * Removing horizontal bar from page indicatorSunny Goyal2017-12-051-1/+1
| | | | | | | | | | | | | | > Removing the clickable bar from pageIndicator in portrait view > Moving onClick logic to respective classes Change-Id: I83a8df90d8c5442890bc09fdda17a82b9d134b8a