summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Preventing padding from getting reset when the widget updatesSunny Goyal2018-08-222-1/+5
| | | | | Bug: 112854572 Change-Id: Ia2963310997ca13f2e1f18f7268b0b9b54a53590
* Kill launcher when display size changesSunny Goyal2018-08-211-4/+69
| | | | | | Bug: 112876936 Test: Verified by changing display cutout overlay Change-Id: I3ca13c7be873509334457e3484ac5604731adeae
* Update launcher grid for tablet devices.Jon Miranda2018-07-311-1/+6
| | | | | | | | * Number of hotseat icons matches number of workspace columns. * Evenly space out the workspace icons. Bug: 111617973 Change-Id: Ia80e6354c8d449f2a397db5fd432cebc9f23027f
* Merge "Increase max distance for folder creation for tablets." into ↵TreeHugger Robot2018-07-271-1/+3
|\ | | | | | | ub-launcher3-edmonton-polish
| * Increase max distance for folder creation for tablets.Jon Miranda2018-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | Tablets generally have larger cell sizes (relative to phones, and relative to the icon sizes with the cells). By increasing the distance from 55% to 75% of icon size, it is easier for users to meet the folder creation threshold before the icon reorder timeout is triggered. Bug: 110796219 Change-Id: I8264390b8510340f4062e05ec12d0755e93a80d8
* | Merge "Fix gap between notification dots and their shadows" into ↵Tony Wickham2018-07-271-3/+3
|\ \ | | | | | | | | | ub-launcher3-edmonton-polish
| * | Fix gap between notification dots and their shadowsTony2018-07-221-3/+3
| | | | | | | | | | | | | | | | | | | | | There was a rounding issue due to usnig integer division when we meant float Bug: 73331123 Change-Id: Ic3deb1c26aa00808a929e1303602656ce532963d
* | | Merge "Defer starting the high-res thumbnail loader until quick step/scrub" ↵TreeHugger Robot2018-07-181-0/+6
|\ \ \ | |_|/ |/| | | | | into ub-launcher3-edmonton-polish
| * | Defer starting the high-res thumbnail loader until quick step/scrubWinson Chung2018-07-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When hitting the home button, we may be loading high-res thumbnails unnecessarily since the high-res loader is already enabled when Launcher is started. Bug: 111515602 Bug: 111156069 Change-Id: I367993b4ddf653b816355df005c745caed5e794a
* | | App menu icon launching app info hides taskview menuMatthew Ng2018-07-131-0/+6
|/ / | | | | | | | | | | Change-Id: I0b493229d18027adbb7c1ee15b38d859e0b3a434 Fixes: 111405044 Test: go to overview, tap icon, tap app info
* | Fix clipping issue on adaptive iconsHyunyoung Song2018-06-281-4/+3
| | | | | | | | | | | | | | | | Bug: 62372639 Verified the one last device, b***line. Change-Id: I1d97d0cbe0afe76ee21de5964abf639fb4c0fceb
* | Fix clipping issue on adaptive iconsHyunyoung Song2018-06-282-3/+4
|/ | | | | | Bug: 62372639 Change-Id: Ie9dcf18f61c45225823dfbbf85578edcbffd86b9
* Last minute swipe up overshoot tweaksAdam Cohen2018-06-271-3/+9
| | | | | | b/109709720 Change-Id: Ie3831289a9af2ba4b03fcbb4f2cbb3f4c2431aec
* Merge "Swipe up overshoot always plays" into ub-launcher3-edmonton-polishTony Wickham2018-06-271-7/+75
|\
| * Swipe up overshoot always playsTony2018-06-271-7/+75
| | | | | | | | | | | | | | | | | | | | Instead of using an OvershootInterpolator, we adjust the end progress to > 1 and add a second interpolator to settle back to 1. That way, even if the animation runs starting very late, e.g. 1.0, it still has room to overshoot. We use this same OvershootParams class to calculate an overshoot for a blocked long fling as well. Bug: 109709720 Change-Id: I43152237e4350f93e7c462c22e68d09d05c1dd57
* | Revert "Add stagger and "springs" to app closing transition."Jonathan Miranda2018-06-261-23/+0
| | | | | | | | | | | | | | | | This reverts commit cd57901ca460975205af9ba6cd5cd96a7225fc15. Reason for revert: <INSERT REASONING HERE> Change-Id: I13e9d2db8f6d6118a1448ba04b67c81b4e485447
* | Revert "Fix typo in horizontalShift"Jonathan Miranda2018-06-261-1/+1
| | | | | | | | | | | | | | | | This reverts commit e45b3e21a95e40168a35c4bcd0f425ba2e56bc11. Reason for revert: <INSERT REASONING HERE> Change-Id: I4d2956d3f8d23e8f9579fd61418bc84e7226ef60
* | Merge "Revert "Tune app closing/launcher resume animation "spring" values."" ↵Jonathan Miranda2018-06-261-5/+3
|\ \ | | | | | | | | | into ub-launcher3-edmonton-polish
| * | Revert "Tune app closing/launcher resume animation "spring" values."Jonathan Miranda2018-06-261-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c9a7c50fac2552b96c4f80587494afcb0da78aab. Reason for revert: <INSERT REASONING HERE> Change-Id: I7ed4270b742803265ed4e3e13b63688842e0b48c
* | | Add additional call to onStop() to stablize PIP position.Tracy Zhou2018-06-261-0/+2
|/ / | | | | | | | | | | Bug: 110799409 Test: Manual Change-Id: I361eeadbf298bb239d8e373f3c6fa49d1f2410a6
* / Tune app closing/launcher resume animation "spring" values.Jon Miranda2018-06-251-3/+5
|/ | | | | Bug: 109828964 Change-Id: I64252667451f511b7affdde5ffb28812876e7f4c
* Merge "When controlling atomic components, bound to remaining progress" into ↵Tony Wickham2018-06-211-1/+3
|\ | | | | | | ub-launcher3-edmonton-polish
| * When controlling atomic components, bound to remaining progressTony Wickham2018-06-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Before, we were just controlling the components as far as we had left, which was fine since they are just a subtle effect anyway. But now that we don't fade out until the very end, this means that long swiping from home usually kept recents in the background during the entire swipe and then abruptly disappear after letting go. Now we make sure the entire atomic animation plays by the time we reach all apps, so recents will fade out in all cases. Bug: 79867407 Change-Id: I7cb6790d9055bc76b4b73ed761604042a308c987
* | Fix typo in horizontalShiftJon Miranda2018-06-211-1/+1
| | | | | | | | | | Bug: 109828964 Change-Id: I0ef749ccd2d24556e05873186ed3fcdcb09a7d32
* | Persist the updated item to DB when a shortcut info is badged for the first timeSunny Goyal2018-06-211-0/+1
|/ | | | | Bug: 110016648 Change-Id: I8e36b80e9c893de91bce208ceac93a3fcdb557d5
* Merge "Adjust interpolators when swiping from overview to all apps" into ↵Jonathan Miranda2018-06-214-13/+25
|\ | | | | | | ub-launcher3-edmonton-polish
| * Adjust interpolators when swiping from overview to all appsTony Wickham2018-06-204-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | - All apps content fades in quickly so that icons are opaque by the time they are on screen - Recents fades out late so that we don't see it as translucent while the transition is continuing (the translucent icon top of tranclucent task view looks bad, for instance) - Fix colored scrim that appears over recents - was using 0 to 1 instead of 255 Bug: 79867407 Change-Id: I4f50423157f7870c8d0708f586a72e3e5a7b6559
* | Merge "Tune device profiles." into ub-launcher3-edmonton-polishTreeHugger Robot2018-06-211-19/+26
|\ \
| * | Tune device profiles.Jon Miranda2018-06-201-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extend page indicator so that its centered within the gap between the workspace items and hotseat. * Decrease the amount of extra space we allot to the hotseat. * Add the extra space to the hotseat bottom padding so that the hotseat icons are aligned to the top of the hotseat. Bug: 78589630 Change-Id: I78c619a757d9d248874216e93376ad4ba18c8e50
* | | Add stagger and "springs" to app closing transition.Jon Miranda2018-06-201-0/+23
|/ / | | | | | | | | | | | | | | The "spring" is actually three sequential animations: 1) a slide, 2) an oscillation, and 3) a settle. Bug: 109828964 Change-Id: I0a2c55f877446a6408952a1201636760283be57b
* | Merge "Apply legacy treatment on all non adaptive icons Bug: 110123894 Bug: ↵TreeHugger Robot2018-06-202-2/+3
|\ \ | | | | | | | | | 62372639" into ub-launcher3-edmonton-polish
| * | Apply legacy treatment on all non adaptive iconsHyunyoung Song2018-06-202-2/+3
| | | | | | | | | | | | | | | | | | | | | Bug: 110123894 Bug: 62372639 Change-Id: I3bcaa3b9886942b4f1d45aaeebc8b8022e1319f8
* | | Merge "Don't intercept above shelf progress if still animating" into ↵Tony Wickham2018-06-191-1/+1
|\ \ \ | |_|/ |/| | | | | ub-launcher3-edmonton-polish
| * | Don't intercept above shelf progress if still animatingTony2018-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you swipe up to overview from home, we should allow touches on recents even if the overshoot animation isn't finished. If the touch is below the all apps progress, we continue to intercept to allow for double swipe up. Bug: 80093992 Change-Id: Ifdca61e7cfc1f7a713c067596cc0c1bd3154b44e
* | | Exposing some methods to make QSB customization easierSunny Goyal2018-06-182-81/+92
| | | | | | | | | | | | | | | Bug: 110336301 Change-Id: I74d73bfd4b345bae2ecab144b37f1af1126e4725
* | | Revert "Adding overscroll effect in recents list"Santiago Etchebehere2018-06-152-11/+59
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4d6b1a95a13fd6f5b293ba97051bc645fab95334. Bug: 110279118 Change-Id: I794b2c7af076d63901f2286fd2ff3d06c6e39fee
* | | Merge "Create a param to return scale used for bitmap creation Bug: ↵Hyunyoung Song2018-06-151-3/+10
|\ \ \ | | | | | | | | | | | | 110082040" into ub-launcher3-edmonton-polish
| * | | Create a param to return scale used for bitmap creationHyunyoung Song2018-06-141-3/+10
| | |/ | |/| | | | | | | | | | | | | Bug: 110082040 Change-Id: I35254289a216be4db96f452db184454581a59b32
* | | Merge "Fix bug where QSB gets clipped when flinging All Apps open." into ↵Jonathan Miranda2018-06-152-2/+3
|\ \ \ | | | | | | | | | | | | ub-launcher3-edmonton-polish
| * | | Fix bug where QSB gets clipped when flinging All Apps open.Jon Miranda2018-06-152-2/+3
| | | | | | | | | | | | | | | | | | | | Bug: 77538324 Change-Id: I3e40346559fd3b7010d92d28e12efcf2d8581640
* | | | Merge "Immediate 2nd quickscrub should not cancel if same state" into ↵TreeHugger Robot2018-06-151-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-edmonton-polish
| * | | Immediate 2nd quickscrub should not cancel if same stateMatthew Ng2018-06-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trigging quickscrub immediately after a previous quickscrub would cause the controller to cancel even if the state change was from overview to overview, then controller will not do auto-advancing because it thinks quickscrub has been cancelled. If the state changes but both are overview then do not cancel and quickscrub can do auto-advancing. Change-Id: I309937572ad23eea14662501f41c13cd79dd10ab Fixes: 110006796 Test: quickscrub, then let go and soon after quickscrub again
* | | | Merge "Add hard clip for overscrolled children to not be visible above QSB." ↵TreeHugger Robot2018-06-152-1/+18
|\ \ \ \ | | | | | | | | | | | | | | | into ub-launcher3-edmonton-polish
| * | | | Add hard clip for overscrolled children to not be visible above QSB.Jon Miranda2018-06-152-1/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | We lose the RecyclerView fading edge, but this is the simplest/less risky solution. Change-Id: I7aa39a33678ed8a9b9cf9f17c9ad8c14707b0299
* | | | Merge "Fix bug where add to folder fails even when folder creation animation ↵Jonathan Miranda2018-06-141-1/+6
|\ \ \ \ | |/ / / |/| | | | | | | runs." into ub-launcher3-edmonton-polish
| * | | Fix bug where add to folder fails even when folder creation animation runs.Jon Miranda2018-06-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the distance > max distance for folder creation, we clear the drag mode if it was previously set. Bug: 78919972 Change-Id: Ibd456c0981ebb20958c54d21ba3996172d2dd554
* | | | Merge "Report when a notification is shown in the popup" into ↵Tony Wickham2018-06-141-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-edmonton-polish
| * | | | Report when a notification is shown in the popupTony2018-05-291-0/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I5c06b18f731e2dc8e47bacba59746fc4cc02c42c
| * | | | [automerger] Reporting range of visible tasks am: 528b9e0615Android Build Merger (Role)2018-05-252-22/+34
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: If07b140aa110e7fb8f8ef17637454126248720c1
| * \ \ \ \ [automerger] Fixing launcher going to a different state when dragging an ↵Android Build Merger (Role)2018-05-252-1/+21
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icon from different activity am: 4dcda06542 Change-Id: Ifcb89488c351ba866026cfbdf3645b4358eeac8f