Hyunyoung Song
6eee4e4f3d
Merge "Rebind recycler views if launcher activity restarted" into sc-dev am: 77c532d799
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15136464
Change-Id: Iaa257f243aac6c2378a89102ab9bbae2d412d500
2021-06-30 04:20:04 +00:00
Hyunyoung Song
77c532d799
Merge "Rebind recycler views if launcher activity restarted" into sc-dev
2021-06-30 04:00:23 +00:00
Jonathan Miranda
2178eedc6a
Merge "Set elevation of popup and arrow to match. This ensures no shadow overlap." into sc-dev am: 26a485bb2a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15147164
Change-Id: I71252441a356c0119eeb94bdef36ab14d370b2a2
2021-06-30 03:08:23 +00:00
Jonathan Miranda
5ffad73b6e
Merge "Add split_display device profile." into sc-dev am: 8acc1ad025
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15144182
Change-Id: Idcd69b036416e56d2f95e021d01b8dee2693125e
2021-06-30 03:07:25 +00:00
Jonathan Miranda
26a485bb2a
Merge "Set elevation of popup and arrow to match. This ensures no shadow overlap." into sc-dev
2021-06-30 02:56:18 +00:00
Jonathan Miranda
8acc1ad025
Merge "Add split_display device profile." into sc-dev
2021-06-30 02:55:50 +00:00
Lucas Dupin
3fb19d41b6
Merge "Decouple zooms and blurs on app launch" into sc-dev am: c2ef0363af
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15145970
Change-Id: Idadf9a85d4de92e584a524ff48856cca5c81d664
2021-06-30 00:25:43 +00:00
Lucas Dupin
c2ef0363af
Merge "Decouple zooms and blurs on app launch" into sc-dev
2021-06-30 00:11:01 +00:00
Brian Isganitis
0aa22aaea1
Merge "Intercept touch events for launcher preview root view" into sc-v2-dev
2021-06-29 23:58:17 +00:00
Steven Ng
755c2c54c7
Merge "Use category icon for pending conversation widgets" into sc-dev am: d35dcdec05
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15142493
Change-Id: Id2b6a1429d1b8f84e901fffc0e669c357888d9be
2021-06-29 23:16:56 +00:00
Jonathan Miranda
576e567f0f
Merge "Fix bug where status bar was not set properly." into sc-dev am: 1b6a8b2255
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15146553
Change-Id: I1e4b057e8a5f75c823eb15a5539c3130ddb06183
2021-06-29 23:16:50 +00:00
Steven Ng
d35dcdec05
Merge "Use category icon for pending conversation widgets" into sc-dev
2021-06-29 23:15:04 +00:00
Jonathan Miranda
1b6a8b2255
Merge "Fix bug where status bar was not set properly." into sc-dev
2021-06-29 23:03:15 +00:00
Jon Miranda
fa73c02172
Set elevation of popup and arrow to match. This ensures no shadow overlap.
...
Bug: 191823198
Test: long press app where arrow is on top and bottom in:
workspace, all apps, and search UI
Change-Id: Icc4ac259607175d5e12447a844ba166ba28b74af
2021-06-29 15:49:46 -07:00
Hyunyoung Song
0b9537e6fc
Rebind recycler views if launcher activity restarted
...
Bug: 185038312
Test: manual
TL;DR;;
What was attempted but was too much refactoring of the code.
Failed attempt #1 : try re triggering the search.
This was not trivial as SearchSession object is yet created.
Failed attempt #2 : Restoring AdapterItems in AlphabeticalAppsList
This meant AdapterItems class and also it's children
had to extend Parceleable object.
Ultimate fix:
Original issue of dupe view id among slice and work recyclerview
should be fixed. And restoring should just work.
Change-Id: I1bddd6aa5bc736ade3b02f69aa947d64cfa467d6
2021-06-29 14:52:57 -07:00
Jon Miranda
401b921c19
Fix bug where status bar was not set properly.
...
- Need to check both alpha of the view, and alpha of the background color.
Bug: 187467559
Test: check status bar colors when using:
- on white wallpaper,
- on black wallpaper,
- on wallpaper with white text
- on wallpaper with dark text
Change-Id: Ie6f34d34dfa9dea716f95bd6a95125fbd650fc29
2021-06-29 14:23:55 -07:00
Yogisha Dixit
ffd5acea77
Merge "Show resize frame when widget is added." into sc-dev am: 419ee4599e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/13956205
Change-Id: I318890ec7296fdd9f2176cf19e77898ed5acbf0e
2021-06-29 21:21:45 +00:00
Yogisha Dixit
419ee4599e
Merge "Show resize frame when widget is added." into sc-dev
2021-06-29 21:07:34 +00:00
Brian Isganitis
3b39f3164b
Intercept touch events for launcher preview root view
...
This change prevents any accidental touches on any widgets in the
preview.
Test: Tapping on launcher preview in wallpaper app should never activate
a widget.
Bug: 191623924
Change-Id: I98d462eca699cf368dcd5894f15584f280932ccc
2021-06-29 16:07:16 -04:00
Lucas Dupin
0f00c35268
Decouple zooms and blurs on app launch
...
We'd like to be able to disable blurs during app launch, but without
disabling zooms as well. The previous sysprop would set the depth of
BackgroundAppState to 0, when what we want is to conserve wallpaper
zoom.
Bug: 191969790
Test: adb shell setprop ro.launcher.blur.appLaunch false
Change-Id: Ie4b26096f6ac723c3981bba2829557e6cc6c733b
2021-06-29 13:02:12 -07:00
Samuel Fufa
42064e0d30
Merge "Update snackbar color" into sc-dev am: 48ec126d8b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15129885
Change-Id: Ib158406b7300fe1dcb77279cba80d764bc294e29
2021-06-29 19:05:06 +00:00
Samuel Fufa
48ec126d8b
Merge "Update snackbar color" into sc-dev
2021-06-29 18:48:38 +00:00
Alina Zaidi
dd0b46e6db
Merge "Make sure search recycler view is bound to fast scroller if user is in search mode at the time of attachment of work/personal recycler view." into sc-dev am: 7ed32025f1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15142492
Change-Id: I19abded4e3e36cf1adf9ba9185b7debb543fd54d
2021-06-29 18:30:16 +00:00
Alina Zaidi
7ed32025f1
Merge "Make sure search recycler view is bound to fast scroller if user is in search mode at the time of attachment of work/personal recycler view." into sc-dev
2021-06-29 18:13:23 +00:00
Yogisha Dixit
037a5362d8
Show resize frame when widget is added.
...
I referenced the code in Workspace.java that updates the widget view's
layout params before showing the resize frame.
Test: manual, AddWidgetTest and AddConfigWidgetTest tapl tests
Bug: 183437963
Change-Id: I6655917878fa22d6084b4bf39fc0661e7278d6f9
2021-06-29 18:25:38 +01:00
Steven Ng
c548ab92f9
Merge "Set the widgets pickers' width to at most 80% of screen width on large screen devices" into sc-v2-dev
2021-06-29 17:18:35 +00:00
Jon Miranda
f70265f4ec
Add split_display device profile.
...
Bug: 192215417
Test: manual set isSplitDisplay=true, ensure the added device profile
gets set on device
Change-Id: Ibe33c33d3af140352c0bb4fb44460106ad898285
2021-06-29 17:10:12 +00:00
Steven Ng
12f7a59e5c
Use category icon for pending conversation widgets
...
Fix: 192333050
Test: Manual
Change-Id: Ie3895cd4747f1bec1c8ca9af82347bb0eafa7415
2021-06-29 18:04:09 +01:00
Alina Zaidi
5f7f8c3f74
Merge "Modify ripple for cancel button in search bar in widget picker." into sc-dev am: 8fb6ca3e5e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15142312
Change-Id: I99ce12f9217fd415720bf25b6482693a5b43c652
2021-06-29 16:46:14 +00:00
Alina Zaidi
8fb6ca3e5e
Merge "Modify ripple for cancel button in search bar in widget picker." into sc-dev
2021-06-29 16:34:09 +00:00
Alina Zaidi
57973c328a
Make sure search recycler view is bound to fast scroller if user is
...
in search mode at the time of attachment of work/personal recycler view.
Bug: 191980945
Test: Tested manually.
1) Open widget picker, scroll.
2) Enable dark mode, scroll.
3) Type search query, scroll.
4) Disable dark mode, scroll.
5) Have work profile in phone and repeat the above with work tab open
and search.
Change-Id: I106717091a88868c4bbe3fad0dd71c8344e9c8ed
2021-06-29 16:32:32 +01:00
Steven Ng
4edea3a6a6
Set the widgets pickers' width to at most 80% of screen width on
...
large screen devices
Test: Phone: Open the full widgets picker and observe the width of
the widgets picker fills the device screen width.
Large screen devices: Open the bottom widgets picker and observe
the width of the widgets picker only takes at most 80% of the
devices' screen width.
Same behavior is observed for bottom widgets picker.
Bug: 186425352
Change-Id: I801b73ea031a290fb6a7295dca826ac91841877e
2021-06-29 16:24:34 +01:00
Steven Ng
190471ff2d
Merge "Set the widget preview title a11y text to "{widget name} widget"" into sc-dev am: 9bb83f65cb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15127003
Change-Id: I6962b6c720359677764bdbde507b2a6aaae801f1
2021-06-29 14:41:27 +00:00
Alina Zaidi
2a9a10068c
Modify ripple for cancel button in search bar in widget picker.
...
Bug: 192186626
Test: Tested manually
Change-Id: Ifff98e03ad3647df7d8b273c4c3eb7cd688efbc3
2021-06-29 15:39:29 +01:00
Steven Ng
9bb83f65cb
Merge "Set the widget preview title a11y text to "{widget name} widget"" into sc-dev
2021-06-29 14:25:13 +00:00
Steven Ng
85486d1c2c
Set the widget preview title a11y text to "{widget name} widget"
...
Fix: 187376680
Test: Manual
Change-Id: I211d8e2b437091808d1f5a764075af4c3832ef48
2021-06-29 12:12:43 +01:00
Steven Ng
b14a7a2d16
Merge "Extract common measurement in widgets pickers to its base class" into sc-dev am: 9f2674b6a9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15114084
Change-Id: If0e29d3c3d9461b0c222fb9ca826f253733cf0a1
2021-06-29 11:02:12 +00:00
Steven Ng
9f2674b6a9
Merge "Extract common measurement in widgets pickers to its base class" into sc-dev
2021-06-29 10:45:58 +00:00
Yogisha Dixit
57a6f10e40
Merge "Don't show resize handle if widget cannot be resized." into sc-dev am: 9b8932f579
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15114085
Change-Id: Iff6ecb28dfb972b347faab76c757c8c3ec955d87
2021-06-29 10:13:54 +00:00
Yogisha Dixit
9b8932f579
Merge "Don't show resize handle if widget cannot be resized." into sc-dev
2021-06-29 09:59:40 +00:00
Yogisha Dixit
ad68318048
Don't show resize handle if widget cannot be resized.
...
Test: manual
Bug: 190015493
Change-Id: Ibb0cc347103b8d01d30a19925f929617426e4889
2021-06-29 09:08:09 +01:00
TreeHugger Robot
1886ff98b6
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 62e7c0bccb -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15133061
Change-Id: Id433f5410ac0cb41847129e720293a82441f562b
2021-06-29 02:27:48 +00:00
TreeHugger Robot
62e7c0bccb
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-06-29 02:24:13 +00:00
Jonathan Miranda
ec5beb8332
Merge "Ensure iconScale never exceeds 1." into sc-dev am: fab44042cb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15133276
Change-Id: I4adff0a4fb256e13fdbfc3056f09bb43dea01461
2021-06-29 02:23:26 +00:00
Jonathan Miranda
fab44042cb
Merge "Ensure iconScale never exceeds 1." into sc-dev
2021-06-29 02:12:56 +00:00
Bill Yi
720ae4ea5c
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6f7595546854a4f61c7f30a35eead5afbb4d04df
2021-06-29 00:23:23 +00:00
Bill Yi
81ba407450
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I59f0fdfc56fb746707d480234ab850f1d61c7142
2021-06-29 00:22:43 +00:00
Hyunyoung Song
fcac0c503f
Merge "RecyclerView Scrollbar is easier to target" into sc-dev am: 40c4d5fc4a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15115886
Change-Id: Ie360a92fb6669cf86ef4b9a7e64562af08f77f79
2021-06-29 00:09:08 +00:00
Hyunyoung Song
40c4d5fc4a
Merge "RecyclerView Scrollbar is easier to target" into sc-dev
2021-06-29 00:08:52 +00:00
Sunny Goyal
925311975e
Merge "Remove expensive logging." into sc-dev am: 2d6d8f890a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15112728
Change-Id: I0432590d39862c7efd312b760c64e4632fe170fc
2021-06-29 00:08:40 +00:00