Jon Miranda
2d08ca47f6
Restore line to make original view invisible when hideOriginal is true.
...
Accidentally removed the entire if statement in
Id4312d692b2a337aefe082e40faec344e76ecabb.
Change-Id: I14f87bc516a85986bbbd305f78e7b60f03a021ba
2019-04-17 18:27:35 -07:00
TreeHugger Robot
8f9830ec05
Merge "Do not draw anying in FloatingIconView if we are not hiding the original icon" into ub-launcher3-qt-dev
2019-04-18 00:56:11 +00:00
Jon Miranda
799c54a89a
Do not draw anying in FloatingIconView if we are not hiding the original icon
...
Bug: 129328259
Change-Id: Id4312d692b2a337aefe082e40faec344e76ecabb
2019-04-17 13:52:08 -07:00
TreeHugger Robot
58ba7c10ec
Merge "Fix a bug in bitwise logic" into ub-launcher3-qt-dev
2019-04-17 20:31:21 +00:00
vadimt
f4d0139a43
Fix a bug in bitwise logic
...
For an example of the effect, see the bug.
Bug: 130415177
Change-Id: I59ed0c0c1a486653b3df0c601dd9af2a07e719f3
2019-04-17 13:12:04 -07:00
Sunny Goyal
9589916418
ShortcutInfo renamed to WorkspaceItemInfo
...
Will get rid of ShortcutInfoCompat in a follow up cl
Change-Id: I7d7d9c938635f59b216290ba28bea9d0e0721a7d
2019-04-16 00:08:24 -07:00
vadimt
a42dc530ee
More improvements for wellbeing tests
...
Change-Id: I3c5866660bfb96378cdc80c1afc70ec438fc9add
2019-04-15 16:50:12 -07:00
TreeHugger Robot
0edbac1132
Merge "Fix bug where BubbleTextView text fades in after long press." into ub-launcher3-qt-dev
2019-04-15 20:39:59 +00:00
Jon Miranda
83cdca67ba
Fix bug where BubbleTextView text fades in after long press.
...
Introduced by Ieeb5d7b8fb389a2f7ee263d38b3021ffdefefd93.
Change-Id: I45e180dda09f03297530e5b5575b71f60c03fb5f
2019-04-15 13:28:26 -07:00
Vadim Tryshev
5235a8867b
Merge "More diagnostics for dragging failures in the lab, now for OOP tests" into ub-launcher3-qt-dev
2019-04-15 19:29:41 +00:00
vadimt
7d90c653d6
More diagnostics for dragging failures in the lab, now for OOP tests
...
Bug: 129434166
Change-Id: I38b62ef74c0307f12ee85bbc05940400e9ba2302
2019-04-15 12:10:50 -07:00
Tony Wickham
799f5cfe53
Merge "Don't scale/translate hotseat icons if they are visible in overview" into ub-launcher3-qt-dev
2019-04-15 18:37:29 +00:00
Hyunyoung Song
a19584d820
Change default icons for launcher [3/3]
...
Bug: 126738409
Bug: 129955150
Change-Id: I9daf5bd253dc72c99ab3a466766a4d30a95d0952
2019-04-13 00:51:33 -07:00
Beth Thibodeau
2a0bb40a76
Merge "Add extra for starting wallpaper from launcher" into ub-launcher3-qt-dev
2019-04-12 18:43:53 +00:00
Beth Thibodeau
14e3368340
Add extra for starting wallpaper from launcher
...
Bug: 126450861
Change-Id: I14c11f25f47ce2b78faa61b4fcf784839de6a0f6
2019-04-12 13:47:41 -04:00
TreeHugger Robot
bb0c8204f5
Merge ""No recent items" font should use themed font Bug: 126822309" into ub-launcher3-qt-dev
2019-04-12 06:40:47 +00:00
Hyunyoung Song
f952095a2e
"No recent items" font should use themed font
...
Bug: 126822309
Change-Id: I0311b0b002fa1dcda88b87da31019f4ecbb94f62
2019-04-11 17:01:51 -07:00
TreeHugger Robot
2513835484
Merge "Fix bug where app icons stay invisible after app open animation." into ub-launcher3-qt-dev
2019-04-10 22:34:09 +00:00
Jon Miranda
d53a9bf8a0
Fix bug where app icons stay invisible after app open animation.
...
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
2019-04-10 15:21:47 -07:00
Tony Wickham
7f78e23ccc
Don't scale/translate hotseat icons if they are visible in overview
...
Bug: 129145824
Change-Id: I02af7ad21b6dbc46041e774dfc6f5d3efb0ab8a9
2019-04-10 14:02:38 -07:00
Sunny Goyal
c0f03d9665
Adding support for loading the default layout from a content provider
...
The autority of the provider should be set in secure settings:
launcher3.layout.provider
Bug: 127987071
Change-Id: Iccf2960aa6c0a5a8ff9621b13d8963d9daecb993
2019-04-10 12:06:17 -07:00
Tony Wickham
e09e1f2253
Merge "Add some egregious back exclusion rects" into ub-launcher3-qt-dev
2019-04-10 16:49:26 +00:00
Tony Wickham
5dc60a0543
Add some egregious back exclusion rects
...
- Don't allow back gesture at all whenever we hid back button before
- Exclude RecyclerViewFastScroller thumb rect
Bug: 129297464
Change-Id: I40a33697592b02619218c18d1b3def7c3c203f56
2019-04-09 18:28:43 -07:00
Tony Wickham
0d7b0159b3
Merge "Remove PagedView#isTouchPointInViewportWithBuffer()" into ub-launcher3-qt-dev
2019-04-09 21:44:33 +00:00
Tony Wickham
44a58888c7
Remove PagedView#isTouchPointInViewportWithBuffer()
...
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
2019-04-09 14:27:51 -07:00
Sunny Goyal
a7962a4d99
Fixing restore flag not getting persisted
...
Bug: 127766994
Change-Id: I8e887232b9fc31a850f7675c79b329ce8897db71
2019-04-09 14:22:00 -07:00
TreeHugger Robot
563178b173
Merge "Do a full touch dispach when proxying touch" into ub-launcher3-qt-dev
2019-04-09 19:03:02 +00:00
Sunny Goyal
d158097cfd
Do a full touch dispach when proxying touch
...
> Workspace can no longer be scrolled when swipin on hotseat
Bug: 130027168
Change-Id: Ie4621e5b7de8d7248227b25fb065249d0c252090
2019-04-09 11:53:41 -07:00
Tony Wickham
5e29395eba
Merge "Swipe up on nav bar to go home from -1 and widgets" into ub-launcher3-qt-dev
2019-04-09 18:14:15 +00:00
Tony Wickham
9791bd1555
Swipe up on nav bar to go home from -1 and widgets
...
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
2019-04-09 10:53:24 -07:00
Hyunyoung Song
deb7cd54e7
Remove FeatureFlags.STYLE_WALLPAPERS
...
Bug: 129874298
Change-Id: I2785f1e49a4ff60143cc763c3dac0c1bb33b41c8
2019-04-09 17:22:30 +00:00
Hyunyoung Song
2aec9c42f5
Change task view / all apps/ widgets / folder radius to dialogCornerRadius
...
Bug: 123985787
Change-Id: Iaa8088beb51d37dba90d57ad065f9eac0dd46270
2019-04-09 00:27:07 +00:00
Hyunyoung Song
de0ed14610
Merge "Change the corner radius of ArrowPopup containers" into ub-launcher3-master
2019-04-05 21:10:46 +00:00
Hyunyoung Song
ce37ee5c97
Change the corner radius of ArrowPopup containers
...
Bug: 123985787
Change-Id: Ibcdd25d2795743225579e8ebc48a4511472f87d8
2019-04-05 13:44:01 -07:00
Vadim Tryshev
5a0f7b1c3b
Merge "More diags for b/129434166" into ub-launcher3-master
2019-04-05 20:07:05 +00:00
vadimt
423bf62ea0
More diags for b/129434166
...
Bug: 129434166
Change-Id: Iab8a18ea0f1ef7f6d149dc46f1c8fefc5f463219
2019-04-05 12:41:34 -07:00
Sunny Goyal
577bc6b660
Using the extracted color for plaecholder loading icons
...
Bug: 111142970
Change-Id: Id274ddcd20d8042a4cc24bff9d65bea79846e9af
2019-04-04 15:05:15 -07:00
Sunny Goyal
9e84e0c1c1
Removing SWIPE_HOME flag and using sysUI mode instead
...
Bug: 129873705
Change-Id: Ieaa7d7928427daed98538c616bdf58b28d295829
2019-04-03 17:02:36 -07:00
Winson Chung
41d58f7100
Add launcher logging of back button
...
Bug: 127848641
Test: adb shell setprop log.tag.UserEvent VERBOSE, then hit back
Change-Id: I020738280d2e51a8a192e577baf48c0b092f22f6
(cherry picked from commit df7d00328c )
2019-04-03 22:41:39 +00:00
TreeHugger Robot
131e0b1d18
Merge "Skipping touch dispatch when it happens withing the window gesture region" into ub-launcher3-master
2019-04-03 22:39:30 +00:00
Sunny Goyal
745df7c483
Skipping touch dispatch when it happens withing the window gesture region
...
> Those events are already proxied through the TouchInteractionService
Change-Id: If06483f208cbd462fdfdf01abba27bd937b766e7
2019-04-03 15:26:18 -07:00
Tony Wickham
93fbeb17ca
Merge "Add system gesture exclusion rects for widget resize handles" into ub-launcher3-master
2019-04-03 21:55:10 +00:00
Tony Wickham
a5fb60aae8
Add system gesture exclusion rects for widget resize handles
...
Change-Id: I67cae5d4cb27e4db36811f62480e7ab89e79bf49
2019-04-03 21:07:13 +00:00
Sunny Goyal
65f2396ecd
Merge "Adds the ability for Launcher3 to respond to QSB alpha change requests." into ub-launcher3-master
2019-04-03 20:20:12 +00:00
TreeHugger Robot
7da5bbeb71
Merge "Add logging for assistant gesture" into ub-launcher3-master
2019-04-03 19:54:20 +00:00
TreeHugger Robot
01ec89a2ac
Merge "Use motion event time instead of system time when detecting motion pause" into ub-launcher3-master
2019-04-03 19:43:27 +00:00
Hyunyoung Song
ebc5f82ac5
Add logging for assistant gesture
...
Bug: 129867977
Change-Id: I6254bf06b7352f6076af229a581d4ebdd584a4a1
2019-04-03 12:31:42 -07:00
Tony
1274c7a3dc
Use motion event time instead of system time when detecting motion pause
...
Bug: 129337684
Change-Id: Ie6e54658bf86094fbd9b6a8098e5ff147aafbfa7
2019-04-03 12:28:55 -07:00
Govinda Wasserman
24e489e5a3
Adds the ability for Launcher3 to respond to QSB alpha change requests.
...
Test: Tested locally
BUG:124063782
Change-Id: I8c4bfaa62d9608fcfffff5e30b2913f3a6fb2f75
(cherry picked from commit 827f0807d3 )
2019-04-03 17:33:55 +00:00
Tony Wickham
e6e07fa8b1
Merge "Make sure overview visibilty is GONE when it stops peeking" into ub-launcher3-master
2019-04-02 23:47:28 +00:00