summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merging ub-launcher3-qt-dev, build 5691374Winson Chung2019-06-2674-917/+1535
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: Manual Bug:115582915 P2 [Testing] Make all launcher tests gesture-stable Bug:121280703 P2 Finish implementation of PortraitLandscape annotation for tests Bug:124524897 P2 Enable some tests in OOP mode Bug:129158983 P1 Badge bubbles with app icon; use launcher lib for icon, dot, badge rendering Bug:131116002 P2 Convert tests to TAPL and enable them Bug:131356741 P1 use transferFocus to implement SWIPE DOWN on homescreen to open noti shade Bug:131360075 P1 [Gesture Nav] Polish/finish landscape Bug:132309376 P1 Launcher held ION buffers after clearing all apps in Recent Apps Bug:132455160 P1 [Gesture Nav] Home to Overview Transition Improvement Bug:132461400 P1 Fatal exceptions in Launcher3 Bug:132811175 P1 Jump cut if you quickly open an app after going home Bug:133450867 P1 App window draws outside of icon shape during app to home transition Bug:133765434 P1 [Flaky test] Launching task didn't open a new window Bug:133867119 P2 Lab-only flake: want to switch from workspace to all apps; Swipe failed to receive an event for the swipe end Bug:134609899 P1 Overscrolling on all apps leads to a wrong current task Bug:135011207 P0 Corner Invocation / Inconsistent - F/C Bug:135150619 P1 [Launcher] Trigger heapdump on RSS HWM measurements Bug:135150767 P4 [Launcher] Test reduced resolution snapshots Bug:135161289 P2 KB3 on qt-dev can't pick Launcher3GoIconRecents from vendor Makefile Bug:135222111 P1 Major issues with hotseat when predictions are disabled Bug:135287203 P1 Overview crashes on rotation Bug:135299165 P1 Configuration changes might result in Launcher ending up in a corrupt state Bug:135472635 P2 Bad overriden class: java.lang.ClassNotFoundException: com.android.quickstep.QuickstepProcessInitializer Bug:135473571 P0 Pixel launcher keeps stopping in SuW Bug:135571566 P4 Search bar is above icons. Even opening and closing launcher does not help Bug:135686388 P1 Quickswitch sometimes jump Bug:135687556 P1 Increase assistant gesture touch region on new devices Bug:135766310 P2 Concerns over config changes during state transitions #2 Bug:135769778 P1 "System navigation changed" notification is shown during P4 setup
| * Merge "Revert "Converting even more tests to TAPL"" into ub-launcher3-qt-devVadim Tryshev2019-06-279-63/+202
| |\
| | * Revert "Converting even more tests to TAPL"Vadim Tryshev2019-06-279-63/+202
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 406d49bdd724a9707a218f6b7ba3d40bdfb87028. Reason for revert: Breaks tests on Crosshatch Change-Id: I95ff541dfe8f6f1d7e1913d209b53abfbebe5336
| * | Reenabling tests in OOPvadimt2019-06-261-4/+0
| | | | | | | | | | | | | | | Bug: 124524897 Change-Id: I8bdaa0d129c7366616359a3505f3d6b2d397e18f
| * | Merge "Enable FLAG_SLIPPERY window flag when swipe down on workspace" into ↵Winson Chung2019-06-262-300/+51
| |\ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| | * | Enable FLAG_SLIPPERY window flag when swipe down on workspaceHyunyoung Song2019-06-262-300/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 131356741 Test: manual Change-Id: Ibe0e3a03e7406d5d882a1c63265d6e4e0253983e
| * | | Merge "Finish recents animation when starting a new activity" into ↵Winson Chung2019-06-2610-30/+63
| |\ \ \ | | |_|/ | |/| | | | | | ub-launcher3-qt-dev
| | * | Finish recents animation when starting a new activityWinson Chung2019-06-2610-30/+63
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | - Defer starting the activity when an activity is paused, and finish the current animation to trigger launcher to be resumed Bug: 132811175 Test: Swipe up and launch a new app Change-Id: I78b76800052512eb93f69ccf0523f4d752a82ece
| * / Converting even more tests to TAPLvadimt2019-06-269-202/+63
| |/ | | | | | | | | | | Bug: 131116002 Bug: 115582915 Change-Id: I08587e7a50420e57970ed8feec4524111145dc31
| * Merge "Converting more tests to TAPL" into ub-launcher3-qt-devVadim Tryshev2019-06-266-36/+73
| |\
| | * Converting more tests to TAPLvadimt2019-06-266-36/+73
| | | | | | | | | | | | | | | | | | Bug: 131116002 Bug: 115582915 Change-Id: I3346f96ddba3224eb4b92b15344d71b8ed6e32e0
| * | Merge "Clean up some more refs to thumbnail data" into ub-launcher3-qt-devWinson Chung2019-06-262-4/+14
| |\ \ | | |/ | |/|
| | * Clean up some more refs to thumbnail dataWinson Chung2019-06-252-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Always return a copy of the task list to ensure that the model doesn't hold refs to the thumbnail data if it was loaded into the same task - Always clear the task thumbnail data ref once the visibility of the task view changes to be invisible Bug: 132309376 Test: Enter overview scroll to the end of the list, relaunch app and take heap dump Change-Id: I4437fd30172a5fe2a78c111f780163a1e6bbbb54
| * | Converting some widget tests to TAPLvadimt2019-06-256-70/+118
| | | | | | | | | | | | | | | Bug: 115582915 Change-Id: I07c6ca5ef712cf1a85d81e7d4b4bda3604777ac8
| * | Merge "Taking screenshots for local tests for FallbackRecentsTest" into ↵Vadim Tryshev2019-06-253-13/+22
| |\ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| | * | Taking screenshots for local tests for FallbackRecentsTestvadimt2019-06-253-13/+22
| | |/ | | | | | | | | | Change-Id: I604e7e90f2146069827b520d44db1854edc7aa77
| * | Fix NPE in OverviewComponentObserver constructor while accessing activityInfo.Rajeev Kumar2019-06-251-8/+43
| | | | | | | | | | | | | | | | | | | | | Bug: 132461400 Test: Manual tests Change-Id: Icee3730454db8129e597714c147c2cbaddc70987 (cherry picked from commit 219208a0f53e8d5f613b9d197cf4072685dd9c0f)
| * | Enabling simple gesture navigation for 3P launcherSunny Goyal2019-06-255-2/+392
| |/ | | | | | | | | | | | | | | In case of 3P launcher, swipe-up will go to Launcher and there will be no way to reach overview. Bug: 135769778 Change-Id: Ib2c6bb1b13e6055d30b7360ec077b0a2fece66ff
| * Merge "TAPL: swiping up from workspace always starts at the screen bottom" ↵Vadim Tryshev2019-06-251-3/+1
| |\ | | | | | | | | | into ub-launcher3-qt-dev
| | * TAPL: swiping up from workspace always starts at the screen bottomvadimt2019-06-241-3/+1
| | | | | | | | | | | | | | | | | | | | | This avoids accidentally dragging an icon from hotseat on ultra-slow devices. Change-Id: Id2378a25972bc17dd227e7c227bf963fd1c0e4b2
| * | Merge "Increasing assistant touch region based on the corner radius" into ↵TreeHugger Robot2019-06-223-18/+41
| |\ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| | * | Increasing assistant touch region based on the corner radiusSunny Goyal2019-06-213-18/+41
| | |/ | | | | | | | | | | | | Bug: 135687556 Change-Id: I86f0cf3b0e6f3cd6608eab55be6ebf56bfdddf1c
| * | Merge "Revert "Enable @PortraitLandscape for testBackground"" into ↵Vadim Tryshev2019-06-221-1/+1
| |\ \ | | |/ | |/| | | | ub-launcher3-qt-dev
| | * Revert "Enable @PortraitLandscape for testBackground"Vadim Tryshev2019-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b6e2cd8546c76b328aed512c7f67bc0256b326d4. Reason for revert: b/135567630 Change-Id: I4cd87356177a141c99e3865b8794de58386d0f49
| * | Merge "Cleaning up some animation states:" into ub-launcher3-qt-devTreeHugger Robot2019-06-2110-75/+159
| |\ \
| | * | Cleaning up some animation states:Sunny Goyal2019-06-2110-75/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > When running one-off animations during quickstep, cancelling prevoisly running animations. > Cancelling such one-off animations when state is reset > Preventing touch proxied from recent transition to affect quickswitch (by affecting pagedView) Bug: 135686388 Bug: 135571566 Change-Id: Id647015a583761d8fd46a02e3e2d88027e282a79
| * | | Merge "Enable @PortraitLandscape for testBackground" into ub-launcher3-qt-devVadim Tryshev2019-06-211-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Enable @PortraitLandscape for testBackgroundvadimt2019-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Now that Recents rotation crash is fixed Change-Id: Ibca9460e45fc533e414537f7923a2d09fc59f58a
| * | | Merge "Workaround for b/135766310" into ub-launcher3-qt-devVadim Tryshev2019-06-211-0/+2
| |\ \ \
| | * | | Workaround for b/135766310vadimt2019-06-211-0/+2
| | |/ / | | | | | | | | | | | | | | | | Bug: 135766310 Change-Id: I8ef40158d5b7f832be46ee2c2fe98a91a095ee82
| * | | Merge "Workaround issue with latest version of RecyclerView which is ↵Adam Cohen2019-06-211-0/+13
| |\ \ \ | | | | | | | | | | | | | | | overriding our custom accessibility delegate" into ub-launcher3-qt-dev
| | * | | Workaround issue with latest version of RecyclerView which is overriding our ↵Adam Cohen2019-06-211-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | custom accessibility delegate -> Not the prettiest fix, but we only ever use the LauncherAccessibilityDelegate for BubbleTextViews,so anything else getting set here is incorrect. Stop-gap until we root cause the RV issue and decide whether there's a fix there, or a better way to ensure Launcher behaves correctly. issue 129745295 Change-Id: I27cf79fda9edc2bebeda4728b776ab292caa141d
| * | | | Using a common gradle dependency pathSunny Goyal2019-06-211-16/+0
| | |_|/ | |/| | | | | | | | | | Change-Id: If01b0d7ebd6719935ac467a5f085b0517b133bbc
| * | | Merge "Dot location getters" into ub-launcher3-qt-devTreeHugger Robot2019-06-211-0/+8
| |\ \ \
| | * | | Dot location gettersLyn Han2019-06-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For use by SystemUI-Bubbles flyout-to-dot animation Bug: 129158983 Test: manual (Bubbles dot looks good) Change-Id: I53287efcfe3e02b4ba0572d62f138cc52f7f66a6
| * | | | Tests: fixing expected package name for AOSP testsvadimt2019-06-211-1/+3
| | |_|/ | |/| | | | | | | | | | Change-Id: Id7a57d4bfcbed23ba20ca11846680fa1341e8a99
| * | | Converting some tests to TAPLvadimt2019-06-202-21/+5
| | | | | | | | | | | | | | | | Change-Id: I1b67f80d9d61792d5795f9638bf9d19919f36d39
| * | | Tests: removing workaround for Overview crashing on rotationvadimt2019-06-201-2/+0
| |/ / | | | | | | | | | | | | Bug: 135287203 Change-Id: I9766f385be5331f56638438822f321ccd1efc920
| * | Merge "Tests: waiting for nav bar to match nav mode" into ub-launcher3-qt-devVadim Tryshev2019-06-202-14/+29
| |\ \
| | * | Tests: waiting for nav bar to match nav modevadimt2019-06-202-14/+29
| | | | | | | | | | | | | | | | Change-Id: Ib17fce4577e1e2c585108f0e95a98fad710e5eb2
| * | | Fixing rounding error when computing bottom clipWinson Chung2019-06-201-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In TaskThumbnailView.updateThumbnailMatrix() we compare the rounded scaled bitmap height with the height of the task/thumbnail view. Since the position is also non-integer, the rounding of the sum is not equivalent to the rounding of the individual components, which causes the check to fail. Bug: 135150767 Test: Quickswitch on sargo Change-Id: I849b4732569e5b8699f00f5ff210f41fb505f1e7
| * | Merge "TAPL: switching dismissing tasks to a model-time gesture" into ↵Vadim Tryshev2019-06-202-4/+7
| |\ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| | * | TAPL: switching dismissing tasks to a model-time gesturevadimt2019-06-202-4/+7
| | |/ | | | | | | | | | Change-Id: I4068c4102cd881b89b680c61699ba78832499a3d
| * | Using FloatProperty for spring animation, instead of a interfaceSunny Goyal2019-06-197-104/+66
| | | | | | | | | | | | | | | | | | to allow easier generalization of animation definitions Change-Id: I37b1a604003ec007aa390eabdfe8c1ab733b7471
| * | Merge "Some improvements to home to overview transition for 0 button mode" ↵Sunny Goyal2019-06-1914-120/+227
| |\ \ | | | | | | | | | | | | into ub-launcher3-qt-dev
| | * | Some improvements to home to overview transition for 0 button modeTony Wickham2019-06-1914-120/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Peek in overview further, and with more overshoot - Fade out and scale down workspace faster while swiping up - Scale and translate workspace slower when letting go to enter overview (so it doesn't zoom out at warp speed) - Fade in all apps shelf sooner Bug: 132455160 Change-Id: Ieafad0ccf9bb587889bc35d536627661db10e358
| * | | Merge "Trigger heap dump when heap exceeds a limit" into ub-launcher3-qt-devWinson Chung2019-06-191-0/+13
| |\ \ \
| | * | | Trigger heap dump when heap exceeds a limitWinson Chung2019-06-191-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 135150619 Change-Id: I2b207bed1f66407f573abeae879aae34e98741bd
| * | | | Disable fake landscape UISunny Goyal2019-06-193-2/+7
| | |/ / | |/| | | | | | | | | | | | | | Bug: 131360075 Change-Id: I21e0a6cdf332e2d16821c589f9630c254b595770
| * | | Merge "Allow shallow-angle flings in AssistantTouchConsumer" into ↵Miranda Kephart2019-06-191-38/+43
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-qt-dev