summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Snap for 4818534 from bf29023212a107481b6cbf3dbe4fda52c6f50180 to pi-releaselineage-16.0_20181101android-build-team Robot2018-06-0346-258/+537
|\ | | | | | | Change-Id: I06c92e93af46c5f35d997815ed1392cca2f05c46
| * Merge branch 'ub-launcher3-edmonton' into pi-devJon2018-05-3146-258/+537
| |\ | | | | | | | | | | | | | | | Bug: 80134723 Test: manual Change-Id: If8e9c1b1aacf547ab7a1edaccaa9fed5e976a980
| | * Merge "Some launcher3 fixes so that it compiles with different ↵TreeHugger Robot2018-05-316-9/+23
| | |\ | | | | | | | | | | | | configurations" into ub-launcher3-edmonton
| | | * Some launcher3 fixes so that it compiles with different configurationsSunny Goyal2018-05-306-9/+23
| | | | | | | | | | | | | | | | | | | | Bug: 79996542 Change-Id: I4267aeb8f5b0714415970c63453049ff41466644
| | * | Merge "Theme updates for dark text:" into ub-launcher3-edmontonTreeHugger Robot2018-05-305-21/+38
| | |\ \ | | | |/ | | |/|
| | | * Theme updates for dark text:Sunny Goyal2018-05-305-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Using white scrim on adjescent tiles in overview > Using a ligher scrim in dark-theme+dark-text Bug: 80253867 Change-Id: I3f257d3addaca8bc5970a61722f5ae0e7af89382
| | * | Shift recents up slightly in quick scrubTony2018-05-301-1/+1
| | |/ | | | | | | | | | | | | Bug: 79883290 Change-Id: If57fd52505d7f965ea8a28e90e715c5723915e57
| | * Merge "Fix animation not playing when going home while another animation is ↵Tony Wickham2018-05-301-4/+4
| | |\ | | | | | | | | | | | | playing" into ub-launcher3-edmonton
| | | * Fix animation not playing when going home while another animation is playingTony2018-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When going to a new state, we cancel any currently playing animation. When canceling the animation, we reset mState = mCurrentStableState. Thus, when determining the duration of the new animation, we have both state == NORMAL and mState == NORMAL, leading to a duration of 0 and therefore no animation. Storing the fromState before canceling/resetting fixes the issue. Change-Id: I92332deae8058c4dd41212fe7f749955ede28b1c
| | * | Removing accessibility action for Clear-allVadim Tryshev2018-05-294-67/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Now that Clear-all button is visible for accessibility, there is no need in it. Bug: 80156299 Test: Manual Change-Id: I5997692be015947692a8bb720a449d1d36302526
| | * Update displacement on ACTION_UP as well, in case ACTION_UP and came in a ↵Sunny Goyal2018-05-291-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | different frame than last ACTION_MOVE Bug: 80292740 Change-Id: Ie75ac3ebb74024073965a7455a6503e8ed3f6d99
| | * Merge "Unhide badge when popup closes without animation" into ↵Tony Wickham2018-05-291-0/+1
| | |\ | | | | | | | | | | | | ub-launcher3-edmonton
| | | * Unhide badge when popup closes without animationTony2018-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 80379412 Change-Id: I7d6c1b67a07747078b43b17612d8c67a46c8cc0e
| | * | Merge "Set mState = mCurrentStableState in onAnimationCancel" into ↵Tony Wickham2018-05-291-1/+6
| | |\ \ | | | | | | | | | | | | | | | ub-launcher3-edmonton
| | | * | Set mState = mCurrentStableState in onAnimationCancelTony Wickham2018-05-291-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mState is set when the transition starts toward that state even if it is never reached. If the animation is canceled, therefore, we should reset mState = mCurrentStableState since that is the state we came from. For instance, when swiping up from overview, mState = ALL_APPS, but when swiping back down we cancel that animation and create the task launch animation. When creating the task launch animation, we reapplyState(), which, before this change, was still ALL_APPS instead of OVERVIEW. Bug: 79935289 Change-Id: I59c5799e92350747e4ef1d99a80ba678a2ce7b98
| | * | | Merge "Accounting for one frame jump when starting a fling animation" into ↵TreeHugger Robot2018-05-292-7/+13
| | |\ \ \ | | | |/ / | | |/| | | | | | | ub-launcher3-edmonton
| | | * | Accounting for one frame jump when starting a fling animationSunny Goyal2018-05-292-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80292740 Change-Id: I47bca071d42d1d217068c128f9793e87210d0286
| | * | | Merge "Enable accessibility of Clear All button." into ub-launcher3-edmontonTreeHugger Robot2018-05-293-11/+51
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Enable accessibility of Clear All button.Vadim Tryshev2018-05-293-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The button appears in the accessibility hierarchy as a child of RecentsView. This makes both Talkback and Switch access to work with it normally. Bug: 80156299 Test: Manual Change-Id: Ife2044b2ef78fb27b32f2d33fb17744662a2b054
| | * | | Merge "Fix clipping recents when scaling down" into ub-launcher3-edmontonTony Wickham2018-05-292-0/+4
| | |\ \ \
| | | * | | Fix clipping recents when scaling downTony2018-05-292-0/+4
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Parent shouldn't clip scaled down child - Remove outline provider from scaled down child so it doesn't clip Bug: 80267476 Change-Id: I9feb1ccf2069b8c88d8499e2813c818f9aea19af
| | * | | Merge "Various quickscrub fixes" into ub-launcher3-edmontonTreeHugger Robot2018-05-2910-62/+179
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Various quickscrub fixesSunny Goyal2018-05-2910-62/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Fixing PagedView resetting the currentPage, if scrollToPage was called before first layout This causes quickscrub to jump back to the current task if launcher activity was dead. > Fixing missing callbacks in DeferredTouchConsumer causing missed quick scrub flings > Sending the resents animation callbacks on the motion queue thread, to avoid synchronization issues with sysui callbacks. > Waiting until the recents animation is received before starting the scale down animation > Calculating the offset for quickscrub statically incase launcher activity was dead Bug: 80214390 Change-Id: I1b7d00b7b266655a92fcd6239f25ba191655150f
| | * | | Merge "Fix testWidgetsContainerFling" into ub-launcher3-edmontonTreeHugger Robot2018-05-291-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix testWidgetsContainerFlingVadim Tryshev2018-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It relies on the presence of the popup in the accessibility view. Bug: 72967764 Test: atest google/perf/jank/SystemUI/UbSystemUIJankTests:android.platform.systemui.tests.jank.LauncherJankTests#testWidgetsContainerFling Change-Id: I9d41ddcd60f9dc7626a96762b4e78a7b862aa1c9
| | * | | Merge "Fix binder call for app opening" into ub-launcher3-edmontonJorim Jaggi2018-05-291-5/+2
| | |\ \ \
| | | * | | Fix binder call for app openingJorim Jaggi2018-05-281-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs to acquire the AM/WM lock, which may cause jank during the animation. Test: Open app, observe no binder calls. Bug: 78611607 Change-Id: I3459383c9597801405dd9c688837a2bffeeb7f9e
| | * | | | Merge "Fix clipping of adaptive icons Bug:62372639" into ub-launcher3-edmontonTreeHugger Robot2018-05-291-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix clipping of adaptive iconsHyunyoung Song2018-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:62372639 Context: only noticeable on large form factor AND Large display setting Ceiling operation is needed to calculate offset of the drawing. Change-Id: I7c77fa53f0811990b8cfdc3a12e2b43eb4d2d73e
| | * | | | Merge "Reporting range of visible tasks" into ub-launcher3-edmontonVadim Tryshev2018-05-253-26/+39
| | |\ \ \ \
| | | * | | | Reporting range of visible tasksVadim Tryshev2018-05-253-26/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes task position being incorrectly reported specifically for swipe events due to using stale getCurrentPage(). Bug: 72222505 Test: Manual Change-Id: Ic79b67f8a6ffbfabc397b411b14afc309405197e
| | * | | | | Merge "Tweaking quickscrub launch animation for new task sizes." into ↵Winson Chung2018-05-252-6/+16
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-edmonton
| | | * | | | | Tweaking quickscrub launch animation for new task sizes.Winson Chung2018-05-252-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 79945202 Change-Id: Ibe1e53d45bc3fda325cebc14aa6a61f61f08edb0
| | * | | | | | Merge "Fixing launcher going to a different state when dragging an icon from ↵Sunny Goyal2018-05-257-4/+114
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | different activity" into ub-launcher3-edmonton
| | | * | | | | | Fixing launcher going to a different state when dragging an icon from ↵Sunny Goyal2018-05-257-4/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | different activity Bug: 80191074 Change-Id: I45ea646dc2bd21627e8b724dac9c9fc23c18797d
| | * | | | | | | Merge "Cancelling quickscrub state incease we missed quickscrub end event" ↵Sunny Goyal2018-05-253-0/+18
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-edmonton
| | | * | | | | | | Cancelling quickscrub state incease we missed quickscrub end eventSunny Goyal2018-05-243-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > This can happen when the remote transition is cancelled while animating down during quickscrub, cause WindowTransformSwipeHandler to get invalidated and miss onQuickscrubEnd Bug: 80140388 Change-Id: I0221e301d4d633bab0defaa6af76e0054776a95a
| | * | | | | | | | Add logging for selected text and split screenHyunyoung Song2018-05-252-1/+7
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 79787082 action:LONGPRESS Source child:TASK_PREVIEW action:TAP Source child:SPLIT_SCREEN_TARGET Change-Id: Ica5a3955f092c6678e646b6df76567cdfa3485df
| | * | | | | | | Accounting for view translation when calculating the focus locationSunny Goyal2018-05-251-21/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80160107 Change-Id: Ibb0cb82c33c141bb3abf9b7576be4253630cb8c5
| | * | | | | | | Fix crash caused by removing update listener in update listener.Jon Miranda2018-05-251-2/+5
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80236772 Test: Fling all apps open, and catch it before it reaches the top Change-Id: I082a26b97afb7dbc162758ff9654e4a3707f9d7e
| | * | | | | | Merge "Use correct interpolator for recents scale when quick scrubbing" into ↵Tony Wickham2018-05-251-6/+7
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | ub-launcher3-edmonton
| | | * | | | | Use correct interpolator for recents scale when quick scrubbingTony Wickham2018-05-241-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use same interpolator for scale and translationY so that they feel more coordinated. (They were already the same in all cases except when scrubbing when already in overview, which never had a scale component before.) Bug: 80139193 Change-Id: Id143b5cc9279d55aaa1b0444db5fe4b41ce92170
* | | | | | | | Snap for 4807121 from aea65680e6f3da83636dbc6af2ef1381de06d2a8 to pi-releaseandroid-build-team Robot2018-05-27223-704/+1132
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id61934dcc353f297ad35ca1fbd7ffe385a2503a3
| * | | | | | | Merge branch 'ub-launcher3-edmonton' into pi-devJon2018-05-25223-704/+1132
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80134723 Test: manual Change-Id: I48e091d078b967374b04e3f96b5ae63cf27dceda
| | * | | | | | Merge "Adding Launcher3QuickstepGo target" into ub-launcher3-edmontonTreeHugger Robot2018-05-251-0/+50
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Adding Launcher3QuickstepGo targetSunny Goyal2018-05-241-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 77490347 Change-Id: Ie280619921027759abfc2be3b002a05291f74816
| | * | | | | | Fix bug where icon 'jumps' on long press.Jon Miranda2018-05-254-6/+16
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 76155869 Change-Id: I739b00564b0ebe00b3aff326b3c1d62deea9d1d3
| | * | | | | Merge "Fix prediction tip shows when user attempts but does not swipe up all ↵TreeHugger Robot2018-05-251-8/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | the way to All Apps when quickstep is disabled." into ub-launcher3-edmonton
| | | * | | | | Fix prediction tip shows when user attempts but does not swipe up all the ↵Tracy Zhou2018-05-241-8/+3
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | way to All Apps when quickstep is disabled. Bug: 80268964 Test: Manual test Change-Id: I9b0620d57ccd466392c1db4c4899da3368a854db
| | * | | | | Merge "Fix recents task view launch animation unclipping issue." into ↵Winson Chung2018-05-241-6/+10
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-edmonton