thiruram
a00bcf326c
Log tap on app info within task menu.
...
Override TaskShortcutFactory.dummyInfo to logs 'task -> app info' as TaskEvent and 'app icon -> app info' as AppEvent.
Bug: 157770913
Sample Log: https://docs.google.com/document/d/1FXi_jY1B63aMSjNyomAmoN1nSTtVbvculNGX7TKdRRw/edit#bookmark=id.j2cziephk9fy
Change-Id: I448a489fcc93324f6082eba2857644feb5d6bca3
2020-06-03 10:55:39 -07:00
thiruram
b812b3ff60
Log tapping on split screen & free form icons within task menu.
...
Bug: 157770913
Sample Log: https://docs.google.com/document/d/1FXi_jY1B63aMSjNyomAmoN1nSTtVbvculNGX7TKdRRw/edit#bookmark=id.4hmzxwn1efy
Change-Id: Id98dccb9452af7be20f636410d886dc8aeaa6bd1
2020-06-03 10:09:29 -07:00
thiruram
9752dedd71
Logs tap or longpress on task icon.
...
Sample Log: https://docs.google.com/document/d/1FXi_jY1B63aMSjNyomAmoN1nSTtVbvculNGX7TKdRRw/edit#bookmark=id.psxq3ooyppff
Bug: 157770913
Change-Id: I021b07fa8b3953a0f9a5e5ad9e4ee1c55d98d836
2020-06-03 17:04:48 +00:00
TreeHugger Robot
34413df66d
Merge "Adds Overview Sandbox tutorial." into ub-launcher3-rvc-dev
2020-06-02 21:28:21 +00:00
TreeHugger Robot
5bae2f4af1
Merge "Logging for swiping to home not working" into ub-launcher3-rvc-dev
2020-06-02 21:17:50 +00:00
Andy Wickham
fad8a87773
Adds Overview Sandbox tutorial.
...
Extracts fake task view animation logic to
SwipeUpGestureTutorialController, which
Home and Overview controllers extend.
Fixes: 157945497
Change-Id: Ibd1c129c57e9bee8db62baae455ca1bd9df114c7
2020-06-02 13:58:27 -07:00
vadimt
568ac00832
Logging for swiping to home not working
...
Bug: 158017601
Change-Id: Ibe92a7f07a4eb880b7b54b486236ca90e74353f7
2020-06-02 13:20:10 -07:00
TreeHugger Robot
62382c3f95
Merge "Update home to overview depth interpolator to match other motion" into ub-launcher3-rvc-dev
2020-06-02 20:18:01 +00:00
thiruram
b91480e3c7
Add app launch event for tap on shortcut in shortcut container.
...
Bug: 157765763
Change-Id: I769eb81ccabc96ad1c6c4c3d53ff89a8a744c3e0
2020-06-01 16:38:36 -07:00
thiruram
5f1274c863
Log tap on widget and appinfo system icons within ShortcutContainer.
...
Bug: 157765763
Change-Id: Id417728d27678cce073ff36d24b129c4435dcbe5
2020-06-01 21:56:12 +00:00
thiruram
63bf8eedf9
Add WW log for drag events from longpress popup window.
...
Bug: 157765763
Sample Log: https://docs.google.com/document/d/1CBP2yTcXdFhPdNG5ZmWFKSgd8mDbMevY-akVlUXPLDo/edit#bookmark=id.368csp9y1pwc
Change-Id: I73024f2c8010e77b6f89829fda64130f54ff81f1
2020-06-01 21:55:25 +00:00
Jon Miranda
7772fcde47
Fix bug where font size (etc.) doesn't change after changing display settings.
...
The metrics we get from Display#getMetrics does not change regardless of
what the new configuration is (we would expect the scaledDensity to change).
Documentation shows that Display#getMetrics is deprecated in R.
Using guidance from b/154665987#comment14 we get the metrics from the derived
context.
Bug: 156141463
Change-Id: I25e5f2c13f94e0471111f6c895694947998e3222
2020-06-01 14:08:16 -07:00
Tony Wickham
10c2b4f9d9
Update home to overview depth interpolator to match other motion
...
Overview comes in and workspace goes out at overshoot(1.2), so
the wallpaper depth/blur should match that speed.
Test: go to overview from home in 3 button or 0 button mode,
ensure wallpaper scales down at the same rate as other elements
Bug: 154637581
Change-Id: I03254fa3fdf19f468852bed8aab7ba21203c429a
2020-06-01 14:36:46 -05:00
Hyunyoung Song
2911c56a80
Merge "Migrate launcher home settings button tap/longpress logging to WW" into ub-launcher3-rvc-dev
2020-06-01 18:08:39 +00:00
Jon Miranda
10a6ed86eb
More logging for pause non-detection
...
Bug: 156044202
Change-Id: I68d6febf4c201c2fea41c7e24600dcc2c54a680a
2020-06-01 09:39:13 -07:00
TreeHugger Robot
291f393b17
Merge "More logging for pause non-detection" into ub-launcher3-rvc-dev
2020-05-30 03:20:50 +00:00
Jon Miranda
77d8903f4a
More logging for pause non-detection
...
Bug: 156044202
Change-Id: I0831735aa743360c16e1f940c30875f32432fec5
2020-05-29 19:43:52 -07:00
Hyunyoung Song
75dedacfc4
When tap on empty string edittext, and suggestion is made, select all the string
...
Bug: 157771174
Change-Id: I4a274333d897693bc214d50edcea30cf012ce859
2020-05-29 17:36:40 -07:00
Hyunyoung Song
b117a9221c
Migrate launcher home settings button tap/longpress logging to WW
...
Bug: 157777128
Change-Id: Ic88811efc9aef8f38a0e7e5ae79e3b35236c6663
2020-05-29 17:03:22 -07:00
TreeHugger Robot
bc374cf7f2
Merge "Fix all apps alpha applying twice" into ub-launcher3-rvc-dev
2020-05-29 21:25:54 +00:00
TreeHugger Robot
aaac3f1519
Merge "Fixing incorrect taskView size in multiwindow-landscape" into ub-launcher3-rvc-dev
2020-05-29 20:00:31 +00:00
Tracy Zhou
c577bb8425
Merge "Support predicted icons in preview" into ub-launcher3-rvc-dev
2020-05-29 18:06:23 +00:00
Tracy Zhou
bc305fc7fe
Support predicted icons in preview
...
Fixes: 152789575
Test: https://screenshot.googleplex.com/r3AtHp3TAh0
Change-Id: I22f7ee2a69f2df12ade16f50bf455651dbfce597
2020-05-29 09:58:01 -07:00
Tony Wickham
244e173a68
Fix all apps alpha applying twice
...
Test: quick switch from home, ensure QSB fades out at the same
rate as the workspace/hotsea
Change-Id: I59ecd0c65a6abf3e24ea1c2bfba3c84f6a88e653
2020-05-29 11:10:10 -05:00
Samuel Fufa
f8613c67ba
Merge "Flush pending logs before sending hotseat feedback" into ub-launcher3-rvc-dev
2020-05-28 23:57:04 +00:00
TreeHugger Robot
f8273b949f
Merge "Fix QSB animating separately from workspace during stagger anim" into ub-launcher3-rvc-dev
2020-05-28 22:43:50 +00:00
Tony Wickham
5d4e8541d0
Fix QSB animating separately from workspace during stagger anim
...
- Don't play any state animation if animComponents == 0
- StaggeredWorkspaceAnim handles depth controller
Bug: 157596833
Change-Id: I6ae4c5da2e837c61b57349e708b7499af8e14aaa
2020-05-28 16:42:45 -05:00
TreeHugger Robot
065c84cbeb
Merge "Putting Overview Share button behind flag" into ub-launcher3-rvc-dev
2020-05-28 20:38:46 +00:00
Sreyas
dbedb91ad8
Putting Overview Share button behind flag
...
https://drive.google.com/file/d/1Io5N-LyXoRa9LHQjJNd1BAgBkVuBvnhr/view?usp=sharing
https://drive.google.com/file/d/15HhNvNoUn5qX1GhkjDaifA3G05PLoIwO/view?usp=sharing
Bug: 157174391
Change-Id: I8314d5aa309fe020a4121753d4e76ca10370c626
2020-05-28 12:03:12 -07:00
Sunny Goyal
b46703d538
Fixing incorrect taskView size in multiwindow-landscape
...
RecentsView uses deviceProfile to calculate the padding.
Device profile had incorrect sizes in multiwindow mode as it
was not considering the insets.
Bug: 155816922
Change-Id: Iaa5b939624b4128ed634e6de1abf8453e2ae852b
2020-05-28 11:49:31 -07:00
Samuel Fufa
a319f15f78
Flush pending logs before sending hotseat feedback
...
Test: Manual
Bug: 142753423
Change-Id: I0a5d8e4d50610d2681a707231319c38d3d7191ab
2020-05-28 10:41:47 -07:00
thiruram
62c7b5c8f7
Adds WW logging for QSB search results & all-apps predicted row.
...
SearchResultContainer represents apps rows displayed within QSB search results for both default scenario(without search term) and actual search result(with search term).
SearchResultContainer is used for both homescreen QSB and all-apps QSB.
Follow up CLs will add searchOrigin and queryLength in SearchResultContainer
Bug: 152978018
Change-Id: Id5f96490686c4141e3e6b2516907ac0505a777e6
2020-05-27 20:29:40 -07:00
Hyunyoung Song
db8c1381d3
Merge "AllAppsSearch interface change Version 3" into ub-launcher3-rvc-dev
2020-05-28 02:06:26 +00:00
Hyunyoung Song
ef9a6972ce
AllAppsSearch interface change Version 3
...
Change-Id: I79f635582075a1e33e970e4f4eb6ec653572fefe
2020-05-27 17:16:56 -07:00
thiruram
c85095b0e9
Fixes missing WW logs for drag and drop events.
...
Change-Id: I31f8aa132d70b42c3b8213daf0bbd5c555cf3895
2020-05-27 16:35:14 -07:00
Hyunyoung Song
cf0e79916d
Merge "use LauncherAtom.ItemInfo.getDefaultInstance inside StatsLogManager" into ub-launcher3-rvc-dev
2020-05-27 21:29:54 +00:00
TreeHugger Robot
3fc6e4c76f
Merge "Update LauncherState toString()" into ub-launcher3-rvc-dev
2020-05-27 21:28:13 +00:00
TreeHugger Robot
5a763db39d
Merge "Clearing track-path bitmap cache when the icon shape changes" into ub-launcher3-rvc-dev
2020-05-27 21:12:51 +00:00
Tony Wickham
f844ee9f8d
Update LauncherState toString()
...
Change-Id: Iea3b219da546fce27480304eb3b82b4dacb907ee
2020-05-27 15:41:32 -05:00
Sunny Goyal
0b83e24216
Clearing track-path bitmap cache when the icon shape changes
...
Bug: 157123766
Change-Id: Ie7efaab55de47afff593012a906f3912aca90ce9
2020-05-27 20:14:53 +00:00
Sunny Goyal
a314d5ad58
Updating swipe up on home animations
...
> Scaling down home activity on swipe-up from home and spring back to place on cancel
> Fading out recents on swipe-up to home, so ensure that adjecent tiles also dissapear
> Instead of controlling alpha, controlling full transform for base and home task. This allows adding custom animation for home task on swipe up.
> Removing alpha hanging for fallback activity in baseSwipeHandler. Instead controlling full transform for home activity
> Adding feature flag to use QuickstepLauncher as 3P Launcher to make development easier.
Bug: 156398988
Change-Id: I69cc59f2c9c95d15df6926ba635e7d6c251dceb6
2020-05-27 19:49:46 +00:00
Hyunyoung Song
a451508818
use LauncherAtom.ItemInfo.getDefaultInstance inside StatsLogManager
...
Bug: 153611516
Change-Id: I8531df7ee61c336c9919f5ff137bb1e113c126ea
2020-05-27 09:59:04 -07:00
TreeHugger Robot
cba7f50947
Merge "Validate pointer index in PagedView#onMotionEvent" into ub-launcher3-rvc-dev
2020-05-27 05:03:38 +00:00
Vinit Nayak
93bf1fe1f0
Validate pointer index in PagedView#onMotionEvent
...
Fixes: 157400422
Change-Id: I556e2e05323ec7f0a47a8a8e3321b8196ee77bcc
2020-05-26 17:22:13 -07:00
Tracy Zhou
b1eeeafa6f
Merge "Permission protect GridOptionsProvider" into ub-launcher3-rvc-dev
2020-05-26 22:36:37 +00:00
Tracy Zhou
c6f3b4d0c7
Permission protect GridOptionsProvider
...
Fixes: 152004429
Test: Manual
Change-Id: I2576322b68b128acf28536a5e37a9853ac9d03c3
2020-05-23 01:24:25 -07:00
Jon Miranda
517cec5344
Add all apps education tutorial.
...
* Added FeatureFlag.ENABLE_ALL_APPS_EDU
* When user swipes up on nav bar three times and goes to hint state
consecutively, we show the new All Apps education tutorial.
* For now we block interaction while the animation is playing,
and we remove the view when the animation is done.
* Future CL will leave view up until user successfully reaches All Apps state.
Bug: 151768994
Change-Id: I903e0a3914d0558950ecb8cd714d97ddc10ca06b
2020-05-20 11:44:23 -07:00
Adam Cohen
0a1cefa497
Merge "Delegate horizontal scrolls from the Hotseat to the Workspace" into ub-launcher3-rvc-dev
2020-05-20 16:08:23 +00:00
TreeHugger Robot
6928c3bc05
Merge "Unifying swipe handling for fallback launcher" into ub-launcher3-rvc-dev
2020-05-20 05:32:36 +00:00
TreeHugger Robot
764f67e967
Merge "Re-enable app long-press menu on Go devices" into ub-launcher3-rvc-dev
2020-05-20 02:43:38 +00:00