- Mar 05, 2020
-
-
Hyunyoung Song authored
Bug: 150812984 Change-Id: I01c6d4509183915ed187c8d36c4cf00fe6eaa5c6
-
- Mar 04, 2020
-
-
Sreyas Rangaraju authored
Merge "OverviewActions: Creating single view instance. Makes use of there being a single instance of OverviewActionsView rather than each Task having it's own." into ub-launcher3-master
-
Jonathan Miranda authored
-
TreeHugger Robot authored
-
Jon Miranda authored
Bug: 147302669 Change-Id: I7a13f1eac8324d963302f5f42793478896f10097
-
Sunny Goyal authored
Full backup requies the process to be killed, and hence avoids backing up apps which are in foreground. Since the launcher is more likely to be the foreground app when device is locked, it never gets backuped up. Note that full backup only runs when the screen is off, and the launcher activity is restarted as soon as the full backup is complete (without waiting for the screen to turn on). There would not be much visible impact to the user. Bug: 30970354 Change-Id: Icc16b35682c5b8d59316bd9d68774d38cbee47dd
-
Sreyas authored
Makes use of there being a single instance of OverviewActionsView rather than each Task having it's own. Change-Id: I881121f84de99cade3cd8f07fa8510a557b28f57
-
Vadim Tryshev authored
-
TreeHugger Robot authored
-
Vinit Nayak authored
Also stop OrientationTouchTransformer from spamming logs b/150214193 should track properly handling this in the future Fixes: 146176182 Test: New vertical layout showed up when swiping to Overview w/ landscape app. Works for both autorotate on and off. Change-Id: I3707cf7b5693be0fcf4d63491901f4ec00793f4f
-
Andy Wickham authored
This is set to have the same task affinity as Launcher so that it inherits the ability to ignore system gestures. Bug: 148542211 Change-Id: I29bc5599dea61c44be721dcc0bec7bc494c415c4
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
- Mar 03, 2020
-
-
Samuel Fufa authored
This replaces PendingAppWidgetHostView with configured widget view when OPTION_APPWIDGET_RESTORE_COMPLETED is set to True by a widget provider. Bug: 63667276 Test: Manual Change-Id: Ide21f5e9a7dac7e3d6a745660a38ad0b951b47d3
-
Vinit Nayak authored
Previous change removed checking for navbar location to transpose touch event. fixes: 150700927 Test: Quickstep TAPL test passes. Change-Id: I47683f8a75f24c8bfc46437e0eef9172c23cc452
-
Tracy Zhou authored
-
vadimt authored
Can do this via API with the exact heap state that triggered the callback because using API allows to avoid deadlock that we'd have in main thread if we used shell command. checkDetectedLeaks() is still needed, as I'll add throwing an exception there soon. Bug: 139137636 Change-Id: I3c8670071b058c5c146ac58bb16152c980553065
-
TreeHugger Robot authored
-
Tony Wickham authored
Bug: 150525635 Change-Id: I6f5bf0f9c917845b6e880323dbba99552a9c43ba
-
TreeHugger Robot authored
Merge "Fixing activity referred after destroying by PinnedStackAnimationListener" into ub-launcher3-master
-
Jon Miranda authored
Bug: 147302669 Change-Id: Ia4e74ff46a4d8338a56ea75ed826b69102c42d93
-
vadimt authored
This is perhaps not a leak, but it conflicts with how StrictMode activity leak detection works. Bug: 139137636 Change-Id: If7fd0361b8e5ff81a2c0adb2308793ff87349951
-
vadimt authored
This is perhaps not a leak, but it conflicts with how StrictMode activity leak detection works. Bug: 139137636 Change-Id: I1608e348d8b238142c42ed81ae125fd07ef6b673
-
Vinit Nayak authored
Floating icon animation runs entirely in portrait since that's what orienation launcher starts in. Current app window target rects are in landscape to be able animate to Overview correctly (which is not in portrait since the leash from WM is in the same orientation as that of foreground app). Invert that rect as the animation from app window to floating icon progresses. Fixes: 148528795 Change-Id: Ie1149a1a8904afc80bd1986f8d67b6f2d88c49f2
-
Vinit Nayak authored
WM is making changes which allows apps to maintain their orientation independent of the orientation of the foreground app. This allows recents to always start in portrait even when the app currently running is in landscape. This means we have to give the illusion of a landscape oriented overview when user swipes up in gesterual nav when launcher is started in portrait configuration. PagedOrientationHandler abstracts all coordinate specific logic from Paged/RecentsView primarily, but also all other dynamic calculations throughout launcher. PagedViewOrientationState is the single point of exposure to other classes that depend on those changes. The goal is to also minimize holding state to allow for default implementations of PagedOrientationHandler for all the 3p/Fallback classes. PagedViewOrientationState also holds other data around rotation that isn't specifically tied to view logic. The fake landscape overview can be toggled with: adb shell settings put global forced_rotation [0/1] Fixes: 146176182 Change-Id: I65d8d4e9f92b93931cbe0053ccaf0cda8d2ffd6c
-
- Mar 02, 2020
-
-
Vinit Nayak authored
While the recents task list is frozen, launcher will continue to listen for touch regions in all orientations of apps it has seen while frozen. Ex. Start w/ portrait app, then quick switch to 90-deg landscape app, touches in the navbars of both those orientations will be treated as valid. Once the task list unfreezes, only the orientation that is currently displayed will have a valid navbar touch region fixes: 140116135 Test: tested manually in all 4 orientations with quickswitch, swipe to recents and swipe to home Attempted to write unit tests, but only basic ones since there are some limitations on the MotionEvent API for mocking Change-Id: I8d3751571a939497b44e0dd249a0248299ba5ceb
-
Tracy Zhou authored
Bug: 144052839 Test: grid preview with v1 algorithm Change-Id: Ic788995b899bf25c5420120a95e71e4a565ba22a
-
Hongwei Wang authored
-
Vadim Tryshev authored
-
vadimt authored
Change-Id: I5989ce406c66834b77ff4bd073cd3ad92df9fda2
-
Tracy Zhou authored
-
Vadim Tryshev authored
-
Tracy Zhou authored
Didn't test out widgets in Part 5. So in this change, - Added some widget classes to the PreviewContext WHITELIST - Manually update widget model after loading workspace since we do not attach widget listeners to the LauncherAppModel for preview. Change-Id: I0a555b2319b2e91432dbd58289ddb66aca1384df
-
- Feb 29, 2020
-
-
Vadim Tryshev authored
-
vadimt authored
Bug: 139137636 Change-Id: Ib94c5804616910ee562d63c022579042bb1727f5
-
- Feb 28, 2020
-
-
Becky Qiu authored
Merge "Revert "Revert "[Overview Actions] Disable swiping for TaskView if it's in select mode.""" into ub-launcher3-master
-
Winson Chung authored
-
Winson Chung authored
Change-Id: I17db2a06fa7bf34216538de0f8ca3771840e7e6f
-
Vadim Tryshev authored
-
Vadim Tryshev authored
This reverts commit 1186700c. Reason for revert: Fails in the lab Change-Id: I6715a058c76d96752b904331968b46a07ce93f85
-