TreeHugger Robot
8449aeaf6e
Merge "Adding tooltip for Select button." into ub-launcher3-rvc-dev
2020-06-11 21:07:39 +00:00
Sreyas
da727bbb98
Adding tooltip for Select button.
...
Change-Id: I3a09d20b6dd26e81b8a010e2d2da52c52408e845
2020-06-11 13:29:37 -07:00
Samuel Fufa
6fd62fde91
Migrate Hotseat logging to WW
...
Bug: 158218197
Change-Id: I77743b78593f169ffc30f91ab9963052417dac23
2020-06-11 09:27:36 -07:00
Tracy Zhou
3b18d41e2c
Merge "Consider folder diff differently" into ub-launcher3-rvc-dev
2020-06-11 05:21:18 +00:00
TreeHugger Robot
bb58efabc8
Merge "Remove unused HomeRotatedPageHandler" into ub-launcher3-rvc-dev
2020-06-11 03:10:13 +00:00
Vinit Nayak
84f30b213a
Remove unused HomeRotatedPageHandler
...
Transfer functionality of choosing
task menu layout to PortraitPageHandler,
which is what it should have been to
begin with.
Fixes: 158484000
Change-Id: Iadda53e7e1f796c063a111823f7f6278f3fdbf58
2020-06-10 18:47:05 -07:00
TreeHugger Robot
743e25e2d2
Merge "Show discovery tip for hybrid hotseat" into ub-launcher3-rvc-dev
2020-06-10 23:22:14 +00:00
Samuel Fufa
5b2da14e72
Show discovery tip for hybrid hotseat
...
Doc: go/hybrid-hotseat-tips
Issue 157683315: for fully populated hotseat, count returns to home screen and show discovery tip if Tip action was not tapped.
Issue 158301717: Don't use cached items if client has predicted items.
Test: Manual
Change-Id: I4747a1148caa62a6262fb6592d5185bdf216ede6
2020-06-10 15:12:55 -07:00
thiruram
ba0a6b61a3
Log folder open event into WW.
...
Bug: 158597506
Sample Log: https://paste.googleplex.com/5351626992779264
Change-Id: Ifb2f061924035abc84472a9a03d1b4212588428b
2020-06-10 15:00:19 -07:00
TreeHugger Robot
c936fe1146
Merge "Add null check before updating animation progress" into ub-launcher3-rvc-dev
2020-06-10 21:51:45 +00:00
TreeHugger Robot
479ff47a72
Merge "Allows Accessibility to focus on specified view in AbstractFloatingView." into ub-launcher3-rvc-dev
2020-06-10 20:58:06 +00:00
Tony Wickham
779955390c
Add null check before updating animation progress
...
Haven't been able to reproduce it locally, but seems theoretically
possible if we get an onDrag() event right after something else
cancels the animation (which clears the animation controller).
Bug: 157900227
Change-Id: Ia134aa948e62d39f71e41dd4e6b98f3227ae0522
2020-06-10 15:36:52 -05:00
Andy Wickham
bc83edbf4d
Allows Accessibility to focus on specified view in AbstractFloatingView.
...
Here, the first item in an ArrowPopup or Folder are focused on.
Note: There's another pre-existing bug where it announces
"Home screen x of y" when the floating view appears; this
change doesn't address that.
Fixes: 147470419
Change-Id: I1dc70edc21ea7c19a5742208512738d6c4a94067
2020-06-10 12:03:43 -07:00
thiruram
18c2495b8f
Adds PredictedHotseatContainer to launcher_atom.proto
...
Used for differentiating logs from normal hotseat and predicted hotseat.
Bug: 158218197
Change-Id: I011ff724ea0916b32f680dc24e8d6090d3df766d
2020-06-10 10:44:58 -07:00
Tracy Zhou
fa88a25ea4
Consider folder diff differently
...
Fixes: 157813770
Test: manual
Change-Id: I0e95f7d9709cacfe1c3b8384dfb15208a4c36914
2020-06-10 10:40:47 -07:00
Tracy Zhou
c11a808b99
Merge "Workspace migration should start from CellY = 1" into ub-launcher3-rvc-dev
2020-06-10 17:21:16 +00:00
Tracy Zhou
51e33e187b
Workspace migration should start from CellY = 1
...
Test: Manual
Fixes: 155828336
Change-Id: Ic262f63e5e9dc0a5738f71a84dc5cc8b0cefd321
2020-06-10 00:42:07 -07:00
thiruram
236f40d97e
Update StatsLogManager to support ranking related events.
...
Change-Id: I238f00a782a620f704005d37c8972b5e25610c75
2020-06-10 02:47:58 +00:00
TreeHugger Robot
8984fea211
Merge "Apply PendingAnimation#mDuration to all added anims" into ub-launcher3-rvc-dev
2020-06-10 00:18:31 +00:00
Tony Wickham
fe54c36822
Apply PendingAnimation#mDuration to all added anims
...
Doing this at the root instead of individually for all added
animators ensures none fall through the cracks.
Fixes: shelf moving too quickly in 2 button mode
Change-Id: I0de1ba9cee3fb8f1d6161371625d97e4b2305129
2020-06-09 18:35:07 -05:00
TreeHugger Robot
e34b183547
Merge "Add feature flag for majority ranking." into ub-launcher3-rvc-dev
2020-06-09 23:23:49 +00:00
Tracy Zhou
f917b640d0
Merge "Fix icons not rendering in folder migration" into ub-launcher3-rvc-dev
2020-06-09 22:59:31 +00:00
Jayaprakash Sundararaj
f4898452f7
Add feature flag for majority ranking.
...
Bug: 157907222
Change-Id: I72962c3c68559ce8d40ca4137e89b9cc2913825a
2020-06-09 15:50:58 -07:00
Tracy Zhou
1983faca2d
Fix icons not rendering in folder migration
...
Fixes: 157813770
Test: manual
Change-Id: I68a2685482756a2b8afa65bf652b667972158a46
2020-06-09 14:40:17 -07:00
Samuel Fufa
25afca44c4
Merge "Work profile visual polish" into ub-launcher3-rvc-dev
2020-06-09 21:21:56 +00:00
Samuel Fufa
2e59b95024
Work profile visual polish
...
- Calculate work profile switch height and apply it as a padding to recyclerview instead of reading height from view.
- Add solid background to work_apps paused overlay for improved crossfade animation on pause/unpause
- Don't show work paused overlay text in landscape mode
Bug 151672365
Bug 153763804
Bug 151595687
Test: Manual
Change-Id: I6c14a8a1624455181d4998555bcc3ae2bb422efe
2020-06-09 14:17:47 -07:00
Hyunyoung Song
58c936c1a2
Merge "Guard logging behind a feature flag Bug: 158442037" into ub-launcher3-rvc-dev
2020-06-09 18:47:29 +00:00
Hyunyoung Song
3b1786ce77
Merge "Add FolderInfo label source / Add instance id to snapshot logging" into ub-launcher3-rvc-dev
2020-06-09 18:26:07 +00:00
Sunny Goyal
28daf4a76f
Removing multiple system RPCs to packageMAnager and userManager from UI thread
...
Bug: 158427348
Change-Id: Ibb1837fe932000b69cf5683bb01727fc32abca91
2020-06-08 17:56:36 -07:00
Hyunyoung Song
90c5873f50
Add FolderInfo label source / Add instance id to snapshot logging
...
Bug: 155719741
Change-Id: I6611d67bc7a940b6e7cf80ec788406c9f2499318
2020-06-08 17:48:51 -07:00
Jonathan Miranda
ee4a2fe698
Merge "Add westworld logging when user reaches All Apps education view." into ub-launcher3-rvc-dev
2020-06-08 20:49:26 +00:00
Jon Miranda
472b5d5298
Add westworld logging when user reaches All Apps education view.
...
Bug: 158333305
Change-Id: I324979640ead3670f4edc57fd61eba2585d33628
2020-06-08 10:27:54 -07:00
Hyunyoung Song
97c5dacf87
Guard logging behind a feature flag
...
Bug: 158442037
Change-Id: Idcfc519037f975542b7ed91e411b008f32d41dd5
2020-06-08 01:58:19 -07:00
Hyunyoung Song
f26c7930de
Fix double logging for wallpaper settings icon activation
...
Bug: 137957099
Change-Id: Id95fa026c1e6f177ffbb03e99cc18ef03e9a37b5
2020-06-07 22:03:06 -07:00
TreeHugger Robot
f7c768c7db
Merge "Disabled app icon Visuals" into ub-launcher3-rvc-dev
2020-06-06 18:58:15 +00:00
Samuel Fufa
61bc63a6a4
Disabled app icon Visuals
...
Bug: 154855908
Test: Manual
Change-Id: I58c75ed51426ceb4a09b608ee77636c803955025
2020-06-05 17:35:00 -07:00
Hyunyoung Song
e12baa4ba1
Merge "Migrate QSB logging to WW" into ub-launcher3-rvc-dev
2020-06-05 21:23:47 +00:00
Hyunyoung Song
c59d7df827
Migrate QSB logging to WW
...
Bug: 154717227
Change-Id: I175245c0ce9afd8187cec92e3ba80999ed87b1af
2020-06-05 11:36:10 -07:00
TreeHugger Robot
5a15fab419
Merge "Log tap on dot-notifications on both app icon and deep shortcuts." into ub-launcher3-rvc-dev
2020-06-05 17:56:58 +00:00
TreeHugger Robot
5613cd6327
Merge "Allowing Launcher to draw behind cutouts" into ub-launcher3-rvc-dev
2020-06-05 17:31:09 +00:00
thiruram
3cb5592c84
Log tap on dot-notifications on both app icon and deep shortcuts.
...
Bug: 157765763
Sample Log: https://paste.googleplex.com/6354213825150976
Screencast: http://go/recall/-/fuZYA4w9pUEvRlF811dY61/ecVIR0vyJ2thQwLbUL64Ar
Change-Id: I6e1ed381d551044a1ad94b72b3f431223a888a72
2020-06-05 17:19:29 +00:00
TreeHugger Robot
488044fc2e
Merge "Allowing ListenerView intercept events in system areas" into ub-launcher3-rvc-dev
2020-06-05 16:36:38 +00:00
Sunny Goyal
786940ae93
Allowing Launcher to draw behind cutouts
...
> Launcher uses realSize, availableSize and insets to calculate
various layout values. Without drawing behind cutouts, these values
are not consistent (insets + availableSize != realSize) leading to
jumps in layouts.
> Removing fake black bars in low-ram devices to avoid inconsistent
insets.
> Fixing various layouts not taking lert/right insets into account.
Bug: 156268804
Change-Id: I8441db8a468b08a65b57b932050b5b4b37313966
2020-06-05 00:25:58 -07:00
thiruram
11cb2e469b
Log task pinning.
...
Bug: 158222725
Screencast: http://go/recall/-/fuZYA4w9pUEvRlF811dY61/YB77yNwmKGXX0LPqpcARD
Sample Log: https://paste.googleplex.com/5486164561625088
Change-Id: I2ba8732369a1fd01b046d2bf89e465c7287b599a
2020-06-04 16:22:45 -07:00
TreeHugger Robot
f0f3fb2cbd
Merge "Fixing animation jittering during swipe-up" into ub-launcher3-rvc-dev
2020-06-04 22:00:48 +00:00
vadimt
34cc5f45d0
Allowing ListenerView intercept events in system areas
...
See the discussion in thje bug
Bug: 156044202
Change-Id: I68b3826602250ef163b96be95d80b98691456443
2020-06-04 13:39:25 -07:00
TreeHugger Robot
441e5b76b9
Merge "Log tap on pause app." into ub-launcher3-rvc-dev
2020-06-04 19:09:08 +00:00
TreeHugger Robot
7a41d1e909
Merge "Log tap on app info within task menu." into ub-launcher3-rvc-dev
2020-06-04 19:09:05 +00:00
Andy Wickham
ad6a4dceea
Merge "Adds Assistant Sandbox tutorial." into ub-launcher3-rvc-dev
2020-06-04 01:30:22 +00:00
Tracy Zhou
ef474d2959
Merge "Improve V2 grid migration algorithm" into ub-launcher3-rvc-dev
2020-06-03 22:52:36 +00:00