summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Patching null dereference in AbstractFloatingView.getOpenView()" into ↵Vadim Tryshev2019-04-181-0/+1
|\ | | | | | | ub-launcher3-qt-dev
| * Patching null dereference in AbstractFloatingView.getOpenView()vadimt2019-04-181-0/+1
| | | | | | | | | | | | | | | | | | If there is a better solution, bug assignee, please proceed with it. I'll land this immediately, as a lot of tests are broken. Bug: 130739123 Change-Id: Iacdb9adbbf41f1f9de1390c3e7525ee0bd7beda6
* | Restore line to make original view invisible when hideOriginal is true.Jon Miranda2019-04-171-0/+1
| | | | | | | | | | | | | | Accidentally removed the entire if statement in Id4312d692b2a337aefe082e40faec344e76ecabb. Change-Id: I14f87bc516a85986bbbd305f78e7b60f03a021ba
* | Merge "Do not draw anying in FloatingIconView if we are not hiding the ↵TreeHugger Robot2019-04-181-4/+2
|\ \ | | | | | | | | | original icon" into ub-launcher3-qt-dev
| * | Do not draw anying in FloatingIconView if we are not hiding the original iconJon Miranda2019-04-171-4/+2
| | | | | | | | | | | | | | | Bug: 129328259 Change-Id: Id4312d692b2a337aefe082e40faec344e76ecabb
* | | Merge "Fix a bug in bitwise logic" into ub-launcher3-qt-devTreeHugger Robot2019-04-171-1/+1
|\ \ \ | |/ / |/| |
| * | Fix a bug in bitwise logicvadimt2019-04-171-1/+1
| |/ | | | | | | | | | | | | For an example of the effect, see the bug. Bug: 130415177 Change-Id: I59ed0c0c1a486653b3df0c601dd9af2a07e719f3
* / ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-1644-301/+293
|/ | | | | | Will get rid of ShortcutInfoCompat in a follow up cl Change-Id: I7d7d9c938635f59b216290ba28bea9d0e0721a7d
* More improvements for wellbeing testsvadimt2019-04-151-0/+4
| | | | Change-Id: I3c5866660bfb96378cdc80c1afc70ec438fc9add
* Merge "Fix bug where BubbleTextView text fades in after long press." into ↵TreeHugger Robot2019-04-152-8/+3
|\ | | | | | | ub-launcher3-qt-dev
| * Fix bug where BubbleTextView text fades in after long press.Jon Miranda2019-04-152-8/+3
| | | | | | | | | | | | Introduced by Ieeb5d7b8fb389a2f7ee263d38b3021ffdefefd93. Change-Id: I45e180dda09f03297530e5b5575b71f60c03fb5f
* | Merge "More diagnostics for dragging failures in the lab, now for OOP tests" ↵Vadim Tryshev2019-04-151-0/+2
|\ \ | |/ |/| | | into ub-launcher3-qt-dev
| * More diagnostics for dragging failures in the lab, now for OOP testsvadimt2019-04-151-0/+2
| | | | | | | | | | Bug: 129434166 Change-Id: I38b62ef74c0307f12ee85bbc05940400e9ba2302
* | Merge "Don't scale/translate hotseat icons if they are visible in overview" ↵Tony Wickham2019-04-151-2/+6
|\ \ | | | | | | | | | into ub-launcher3-qt-dev
| * | Don't scale/translate hotseat icons if they are visible in overviewTony Wickham2019-04-101-2/+6
| | | | | | | | | | | | | | | Bug: 129145824 Change-Id: I02af7ad21b6dbc46041e774dfc6f5d3efb0ab8a9
* | | Change default icons for launcher [3/3]Hyunyoung Song2019-04-131-2/+4
| |/ |/| | | | | | | | | Bug: 126738409 Bug: 129955150 Change-Id: I9daf5bd253dc72c99ab3a466766a4d30a95d0952
* | Merge "Add extra for starting wallpaper from launcher" into ub-launcher3-qt-devBeth Thibodeau2019-04-121-0/+2
|\ \
| * | Add extra for starting wallpaper from launcherBeth Thibodeau2019-04-121-0/+2
| | | | | | | | | | | | | | | Bug: 126450861 Change-Id: I14c11f25f47ce2b78faa61b4fcf784839de6a0f6
* | | Merge ""No recent items" font should use themed font Bug: 126822309" into ↵TreeHugger Robot2019-04-121-0/+8
|\ \ \ | |/ / |/| | | | | ub-launcher3-qt-dev
| * | "No recent items" font should use themed fontHyunyoung Song2019-04-111-0/+8
| | | | | | | | | | | | | | | | | | Bug: 126822309 Change-Id: I0311b0b002fa1dcda88b87da31019f4ecbb94f62
* | | Merge "Fix bug where app icons stay invisible after app open animation." ↵TreeHugger Robot2019-04-101-3/+16
|\ \ \ | |_|/ |/| | | | | into ub-launcher3-qt-dev
| * | Fix bug where app icons stay invisible after app open animation.Jon Miranda2019-04-101-3/+16
| |/ | | | | | | | | | | | | | | | | | | | | For the app open animation, we load the adaptive icon on the bg thread. When the icon is done loading, we swap the og view with the FloatingIconView. If the icon loads after the animation is done, we still set the og view to INVISIBLE and it never gets restored since the animation is already done. To fix this, we do not swap the views if the animation has already ended. Bug: 130245920 Change-Id: I5cf85de4e2c533da8c395a23899980d27a941e1b
* | Adding support for loading the default layout from a content providerSunny Goyal2019-04-102-31/+55
| | | | | | | | | | | | | | | | The autority of the provider should be set in secure settings: launcher3.layout.provider Bug: 127987071 Change-Id: Iccf2960aa6c0a5a8ff9621b13d8963d9daecb993
* | Merge "Add some egregious back exclusion rects" into ub-launcher3-qt-devTony Wickham2019-04-102-2/+47
|\ \ | |/ |/|
| * Add some egregious back exclusion rectsTony Wickham2019-04-092-2/+47
| | | | | | | | | | | | | | | | - Don't allow back gesture at all whenever we hid back button before - Exclude RecyclerViewFastScroller thumb rect Bug: 129297464 Change-Id: I40a33697592b02619218c18d1b3def7c3c203f56
* | Merge "Remove PagedView#isTouchPointInViewportWithBuffer()" into ↵Tony Wickham2019-04-091-15/+1
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Remove PagedView#isTouchPointInViewportWithBuffer()Tony Wickham2019-04-091-15/+1
| |/ | | | | | | | | | | | | | | | | It's no longer necessary, and causes issues when trying to scroll a PagedView that only takes up the bottom half of the screen (e.g. RecentsView in split screen mode). Bug: 126606858 Change-Id: I117dfe9416cdeef1247d6e783390cf5c391e8254
* / Fixing restore flag not getting persistedSunny Goyal2019-04-091-1/+2
|/ | | | | Bug: 127766994 Change-Id: I8e887232b9fc31a850f7675c79b329ce8897db71
* Merge "Do a full touch dispach when proxying touch" into ub-launcher3-qt-devTreeHugger Robot2019-04-094-10/+13
|\
| * Do a full touch dispach when proxying touchSunny Goyal2019-04-094-10/+13
| | | | | | | | | | | | | | > Workspace can no longer be scrolled when swipin on hotseat Bug: 130027168 Change-Id: Ie4621e5b7de8d7248227b25fb065249d0c252090
* | Merge "Swipe up on nav bar to go home from -1 and widgets" into ↵Tony Wickham2019-04-097-11/+84
|\ \ | |/ |/| | | ub-launcher3-qt-dev
| * Swipe up on nav bar to go home from -1 and widgetsTony Wickham2019-04-097-11/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More specifically, any window (e.g. qsb search) or AbstractFloatingView. NavBarToHomeTouchController now implements TouchController directly instead of AbstractStateChangeTouchController, as it not only dealing with launcher states. This makes it easier to override intercept logic to handle cases like not having window focus, for example. AbstractFloatingViews can createHintCloseAnim() to play an animation hinting that it is about to be closed by swiping up. Widgets sheets use this to pull back similar to the all apps transition to home. Bug: 129976669 Change-Id: Ie157b978d9f1ee36d5fd32cea72ec02ce40878c0
* | Remove FeatureFlags.STYLE_WALLPAPERSHyunyoung Song2019-04-092-6/+2
| | | | | | | | | | Bug: 129874298 Change-Id: I2785f1e49a4ff60143cc763c3dac0c1bb33b41c8
* | Change task view / all apps/ widgets / folder radius to dialogCornerRadiusHyunyoung Song2019-04-092-4/+4
|/ | | | | Bug: 123985787 Change-Id: Iaa8088beb51d37dba90d57ad065f9eac0dd46270
* Merge "Change the corner radius of ArrowPopup containers" into ↵Hyunyoung Song2019-04-052-1/+15
|\ | | | | | | ub-launcher3-master
| * Change the corner radius of ArrowPopup containersHyunyoung Song2019-04-052-1/+15
| | | | | | | | | | Bug: 123985787 Change-Id: Ibcdd25d2795743225579e8ebc48a4511472f87d8
* | Merge "More diags for b/129434166" into ub-launcher3-masterVadim Tryshev2019-04-051-0/+17
|\ \
| * | More diags for b/129434166vadimt2019-04-051-0/+17
| | | | | | | | | | | | | | | Bug: 129434166 Change-Id: Iab8a18ea0f1ef7f6d149dc46f1c8fefc5f463219
* | | Using the extracted color for plaecholder loading iconsSunny Goyal2019-04-041-1/+4
|/ / | | | | | | | | Bug: 111142970 Change-Id: Id274ddcd20d8042a4cc24bff9d65bea79846e9af
* / Removing SWIPE_HOME flag and using sysUI mode insteadSunny Goyal2019-04-032-10/+1
|/ | | | | Bug: 129873705 Change-Id: Ieaa7d7928427daed98538c616bdf58b28d295829
* Add launcher logging of back buttonWinson Chung2019-04-031-3/+23
| | | | | | | Bug: 127848641 Test: adb shell setprop log.tag.UserEvent VERBOSE, then hit back Change-Id: I020738280d2e51a8a192e577baf48c0b092f22f6 (cherry picked from commit df7d00328c907f92419300925ffbdfbb20169422)
* Merge "Skipping touch dispatch when it happens withing the window gesture ↵TreeHugger Robot2019-04-031-0/+32
|\ | | | | | | region" into ub-launcher3-master
| * Skipping touch dispatch when it happens withing the window gesture regionSunny Goyal2019-04-031-0/+32
| | | | | | | | | | | | > Those events are already proxied through the TouchInteractionService Change-Id: If06483f208cbd462fdfdf01abba27bd937b766e7
* | Merge "Add system gesture exclusion rects for widget resize handles" into ↵Tony Wickham2019-04-031-0/+21
|\ \ | |/ |/| | | ub-launcher3-master
| * Add system gesture exclusion rects for widget resize handlesTony Wickham2019-04-031-0/+21
| | | | | | | | Change-Id: I67cae5d4cb27e4db36811f62480e7ab89e79bf49
* | Merge "Adds the ability for Launcher3 to respond to QSB alpha change ↵Sunny Goyal2019-04-031-0/+7
|\ \ | | | | | | | | | requests." into ub-launcher3-master
| * | Adds the ability for Launcher3 to respond to QSB alpha change requests.Govinda Wasserman2019-04-031-0/+7
| | | | | | | | | | | | | | | | | | | | | Test: Tested locally BUG:124063782 Change-Id: I8c4bfaa62d9608fcfffff5e30b2913f3a6fb2f75 (cherry picked from commit 827f0807d3d7c92874541b540350e53a0a434e19)
* | | Merge "Add logging for assistant gesture" into ub-launcher3-masterTreeHugger Robot2019-04-031-1/+0
|\ \ \
| * | | Add logging for assistant gestureHyunyoung Song2019-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | Bug: 129867977 Change-Id: I6254bf06b7352f6076af229a581d4ebdd584a4a1
* | | | Merge "Use motion event time instead of system time when detecting motion ↵TreeHugger Robot2019-04-031-3/+7
|\ \ \ \ | |_|/ / |/| | | | | | | pause" into ub-launcher3-master