Commit Graph

49925 Commits

Author SHA1 Message Date
Zak Cohen ecd9d87946 Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am: 75cc3a2f86 am: 0b33b419e0
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16185550

Change-Id: I9e5db47213de4c7e347f7a8a53a762a4fd119ab1
2021-11-04 18:29:32 +00:00
Alex Chau a8dfee001f Merge "Testing to see if using isInStableState is better condition vs getCurrentStableState" into sc-v2-dev am: a917d24d2b am: 46d39671e2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184044

Change-Id: I3f59ac2e3c520074df69b7528a43db41ab8fb2c5
2021-11-04 18:29:23 +00:00
TreeHugger Robot 14666d76f1 Merge "Update all home screen widgets size upon workspace inset change" into sc-v2-dev am: 4c96d446a5 am: 75a0932fc6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16191333

Change-Id: I918dcf2436efe23a13784ba6fe458b510c176148
2021-11-04 18:29:13 +00:00
Zak Cohen e66c0d562c Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am: 75cc3a2f86 am: 387052d932
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16185550

Change-Id: If0d92814446bde9b227040ce4c8a51f9a2d24d54
2021-11-04 18:28:51 +00:00
Alex Chau b0f5e857c7 Merge "Testing to see if using isInStableState is better condition vs getCurrentStableState" into sc-v2-dev am: a917d24d2b am: eeef3b637a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184044

Change-Id: Iaa5d012ab76021d25607d54444db8d41dc578f8a
2021-11-04 18:28:44 +00:00
TreeHugger Robot 30fedb9a4f Merge "Update all home screen widgets size upon workspace inset change" into sc-v2-dev am: 4c96d446a5 am: 5d9278bcec
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16191333

Change-Id: Ic1407c141713259701844452cb4185dc0a06891e
2021-11-04 18:28:22 +00:00
Zak Cohen 0b33b419e0 Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am: 75cc3a2f86
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16185550

Change-Id: I899470e4f44ca492071d59774b86285725b6c83d
2021-11-04 18:12:24 +00:00
Alex Chau 46d39671e2 Merge "Testing to see if using isInStableState is better condition vs getCurrentStableState" into sc-v2-dev am: a917d24d2b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184044

Change-Id: I7cfaefd1b136a92c29a46dfc178f1133cb9ec4da
2021-11-04 18:12:19 +00:00
TreeHugger Robot 75a0932fc6 Merge "Update all home screen widgets size upon workspace inset change" into sc-v2-dev am: 4c96d446a5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16191333

Change-Id: Ibeeb4f2b157e2763456663d9dfc72ef61ec6b6d0
2021-11-04 18:12:14 +00:00
Zak Cohen 387052d932 Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am: 75cc3a2f86
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16185550

Change-Id: I991e039f03c517feeb805a74967bf72878a48d7a
2021-11-04 18:11:06 +00:00
Alex Chau eeef3b637a Merge "Testing to see if using isInStableState is better condition vs getCurrentStableState" into sc-v2-dev am: a917d24d2b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184044

Change-Id: I03c254acdfc75a256365cc220c6f41189033db65
2021-11-04 18:10:58 +00:00
TreeHugger Robot 5d9278bcec Merge "Update all home screen widgets size upon workspace inset change" into sc-v2-dev am: 4c96d446a5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16191333

Change-Id: Ic5c66ffb411a1a963da88bb15e4a09f28618977c
2021-11-04 18:10:49 +00:00
Zak Cohen 75cc3a2f86 Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev 2021-11-04 18:06:25 +00:00
Alex Chau a917d24d2b Merge "Testing to see if using isInStableState is better condition vs getCurrentStableState" into sc-v2-dev 2021-11-04 17:43:35 +00:00
TreeHugger Robot 4c96d446a5 Merge "Update all home screen widgets size upon workspace inset change" into sc-v2-dev 2021-11-04 17:39:06 +00:00
Thales Lima 10eb3cd98b launcher: use a different task menu for foldables
Foldables use a different menu from phones, positioned either to the
right or left of the app icon, and display an arrow. Since TaskMenuView
is very specific for handhelds, it was cleaner to create another class
to handle foldables case extending from ArrowPopup.

This creates a working menu, the correct style will come in later CLs.

Bug: 193432925
Test: open Overview and tap the app icon
Change-Id: Icb068954e1e20a52d80c16c52d8e38ce9a181a8b
Merged-In: Icb068954e1e20a52d80c16c52d8e38ce9a181a8b
2021-11-04 16:40:37 +00:00
TreeHugger Robot a153ab9e2c Merge "launcher: use a different task menu for foldables" 2021-11-04 16:39:20 +00:00
Alex Chau 56bd257478 Update overview clear all button to be larger
- Tuned the size and corner radius
- Tuned the margin from screen edge
- Tuned the vertical position

Bug: 204153113
Test: manual
Change-Id: Ibf3df599b31c7ecc2c9c951fc89e7e09c90253ef
2021-11-04 16:02:17 +00:00
Alex Chau 60fc963ac0 Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev am: a8c19019c6 am: 759ba54852
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16182791

Change-Id: I26656a330bc5e48684e32d6e0b5e6bd101ab66e1
2021-11-04 14:59:02 +00:00
Alex Chau 5a99f47edf Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev am: a8c19019c6 am: 2b2e9e701a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16182791

Change-Id: Ib2f17869f636c379d846bc41f05e5a50e8b78f41
2021-11-04 14:58:26 +00:00
Alex Chau 759ba54852 Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev am: a8c19019c6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16182791

Change-Id: I9e7a24d8cec0d5b1d4ab603eaa2930725c742d33
2021-11-04 14:41:10 +00:00
Thales Lima 238f630001 launcher: use a different task menu for foldables
Foldables use a different menu from phones, positioned either to the
right or left of the app icon, and display an arrow. Since TaskMenuView
is very specific for handhelds, it was cleaner to create another class
to handle foldables case extending from ArrowPopup.

This creates a working menu, the correct style will come in later CLs.

Bug: 193432925
Test: open Overview and tap the app icon
Change-Id: Icb068954e1e20a52d80c16c52d8e38ce9a181a8b
2021-11-04 14:40:47 +00:00
Alex Chau 2b2e9e701a Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev am: a8c19019c6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16182791

Change-Id: I84fcfaa55e1ca492e241fe6519e6470e0e90ee2c
2021-11-04 14:39:47 +00:00
Alex Chau a8c19019c6 Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev 2021-11-04 14:29:13 +00:00
Steven Ng 91b46d1ba3 Update all home screen widgets size upon workspace inset change
Test: Add a clock widget to the home screen. Then, change the navigation
      gesture. Go to home screen to confirm the clock widget is rendered
      as expected in the portrait. Then, rotate the device to landscape.
      Confirmed the clock widget is rendered correctly in the landscape.
Fix: 202837404
Change-Id: I93b70c53f10c8150131b183defc8baf01e5924a8
2021-11-04 12:00:03 +00:00
Alex Chau 84fe75d72e Make Launcher activity restart on density change
- Launcher used to restart when density changes before http://ag/14234761, which added smallestScreenSize and density in configChange
- http://ag/14234761 aims to avoid restart when switching display in split dispalys, for which only size changes, therefore density is unnecessary in configChange
- Keeping density in configChange make Launcher acitvity to stay after changing display size, making all buttons stays in old size in previous denstiy, which is a bug

Bug: 204157738
Test: manual
Change-Id: Ib85326078c67c35d90dc5e9ae5c20eeb5286a610
2021-11-04 11:33:16 +00:00
Benno Lin d80ed19ba6 Disable Tapl pressBack and dragToFolder Tests
The tests break on R3 and S5 devices.
Therefore the CL disable them temporarily until the issue being
resolved.

Bug: 205027405
Bug: 205014516
Test: disable tests that break ATP tests on R3 and S5.
Change-Id: Ib71c2f334d98445aeafa211d9bba2910d191b6fb
2021-11-04 02:46:48 +00:00
vadimt 462fe7c007 Allowing OOP tests to enable home screen rotation.
Bug: 202567877
Test: local runs
Change-Id: Ifb711a3071a26e2d8e690e0378b6e74146ac722c
2021-11-03 18:39:01 -07:00
Winson Chung 161df1f6ab Merge "Add some logging for taskbar recreation" into sc-v2-dev am: 3b5dddbce1 am: 6f45905cd5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184040

Change-Id: I513c1db866b61a2c7a68765ff1444c24b5b8b631
2021-11-04 00:07:55 +00:00
Winson Chung 7047a1d80e Merge "Add some logging for taskbar recreation" into sc-v2-dev am: 3b5dddbce1 am: 00ad5612b6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184040

Change-Id: Id9e4825ae08c2d9ab48ce67a557c107c337fa310
2021-11-04 00:07:04 +00:00
Winson Chung 6f45905cd5 Merge "Add some logging for taskbar recreation" into sc-v2-dev am: 3b5dddbce1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184040

Change-Id: I0f3826c58c74128c39473910a813abc9bc6ba5e9
2021-11-03 23:56:17 +00:00
Winson Chung 00ad5612b6 Merge "Add some logging for taskbar recreation" into sc-v2-dev am: 3b5dddbce1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16184040

Change-Id: I3ae496719196ac29f420d3d9f2212ee3a5813b0c
2021-11-03 23:54:54 +00:00
Winson Chung 3b5dddbce1 Merge "Add some logging for taskbar recreation" into sc-v2-dev 2021-11-03 23:41:07 +00:00
Andy Wickham aff443c859 Deletes old feature flags.
Bug: 179949436
Test: Manual
Change-Id: I452ced13142c41e8b07689d75757c6e79acee050
2021-11-03 23:33:19 +00:00
Android Build Coastguard Worker c3d432ddd5 Snap for 7880955 from d9db871f79 to sc-v2-release
Change-Id: Ia3ff4dd892a6d05c3debdd95966754bdbeb54b6a
2021-11-03 23:08:26 +00:00
Winson Chung 487ccf4cd3 Call into shell for recent tasks
- No change in behavior from today until groups are actually returned
  from the shell

Bug: 202740477
Test: atest RecentTasksListTest
Change-Id: I4ac7b472ce2e0a3b2574dc6d8f4c1761a0ad993a
2021-11-03 23:03:28 +00:00
Zak Cohen a5c1f31110 Add temporary logging to try and debug: b/202414125
Bug: 202414125
Test: Local
Change-Id: I1a0a65467a911eed48592542f4f21bb784286eb2
2021-11-03 15:17:44 -07:00
Tracy Zhou 6c0106416b Merge "Revert "[Live Tile] App surface is above launcher even after reaching Overview"" into sc-v2-dev am: 5b92dccc5e am: 27aacb7112
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16167967

Change-Id: Ie0ca7a87618413d5ac9301e1cf7680b84b94b952
2021-11-03 22:17:23 +00:00
Tracy Zhou aeebfe7db2 Merge "Revert "[Live Tile] App surface is above launcher even after reaching Overview"" into sc-v2-dev am: 5b92dccc5e am: 8a1eaa6735
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16167967

Change-Id: I53b523eef88a2eeed9562c9f46fb6eec59aee3ec
2021-11-03 22:16:58 +00:00
Tracy Zhou 8a1eaa6735 Merge "Revert "[Live Tile] App surface is above launcher even after reaching Overview"" into sc-v2-dev am: 5b92dccc5e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16167967

Change-Id: I1d544daf428d134695190cd1b2ea32266bd120cb
2021-11-03 22:05:23 +00:00
Tracy Zhou 27aacb7112 Merge "Revert "[Live Tile] App surface is above launcher even after reaching Overview"" into sc-v2-dev am: 5b92dccc5e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16167967

Change-Id: Ic958d9b98ad31204524567fbcdad3583eaef77d8
2021-11-03 22:05:19 +00:00
Tracy Zhou 5b92dccc5e Merge "Revert "[Live Tile] App surface is above launcher even after reaching Overview"" into sc-v2-dev 2021-11-03 21:49:41 +00:00
Evan Rosky f7e8eca08b Merge "Provide app-process tokens to remote transitions so they can be boosted" into sc-v2-dev am: a3defa4d39 am: ef590ff147
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15633306

Change-Id: I53b2d45e3c3b93d171792be8267b592b0d402324
2021-11-03 21:28:03 +00:00
Evan Rosky 767d4ac50e Merge "Provide app-process tokens to remote transitions so they can be boosted" into sc-v2-dev am: a3defa4d39 am: 53f6ec366d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15633306

Change-Id: I5a9746b8af9f3bb7f25f29b51dd8fa1234ad45d4
2021-11-03 21:12:04 +00:00
Evan Rosky 53f6ec366d Merge "Provide app-process tokens to remote transitions so they can be boosted" into sc-v2-dev am: a3defa4d39
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15633306

Change-Id: I5484bb00f11d9dfde24e5291dfbc12285b9d9006
2021-11-03 21:11:28 +00:00
Evan Rosky ef590ff147 Merge "Provide app-process tokens to remote transitions so they can be boosted" into sc-v2-dev am: a3defa4d39
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15633306

Change-Id: I496f45b2c087e2b531fdc3e1035c64c46aa39fca
2021-11-03 21:11:03 +00:00
Evan Rosky a3defa4d39 Merge "Provide app-process tokens to remote transitions so they can be boosted" into sc-v2-dev 2021-11-03 20:59:08 +00:00
Bill Yi 87deb6335a [automerger skipped] Merge "Merge SP1A.211105.004 to aosp-master - DO NOT MERGE" am: 6fcd0f86c5 -s ours am: fb65043bca -s ours am: 3055b9c88e -s ours am: d157b46720 -s ours am: dead62bfc8 -s ours
am skip reason: subject contains skip directive

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1878971

Change-Id: I89d69409897c38c6a4cb63b5fd9745eb674d4a34
2021-11-03 19:25:25 +00:00
Bill Yi dead62bfc8 [automerger skipped] Merge "Merge SP1A.211105.004 to aosp-master - DO NOT MERGE" am: 6fcd0f86c5 -s ours am: fb65043bca -s ours am: 3055b9c88e -s ours am: d157b46720 -s ours
am skip reason: subject contains skip directive

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1878971

Change-Id: I3185d31ce0419da24dab0bd95f45ab695ec58daf
2021-11-03 19:06:45 +00:00
Bill Yi d157b46720 [automerger skipped] Merge "Merge SP1A.211105.004 to aosp-master - DO NOT MERGE" am: 6fcd0f86c5 -s ours am: fb65043bca -s ours am: 3055b9c88e -s ours
am skip reason: Merged-In Id6156b3469ffc23b171415d792cf48c9db9634c2 with SHA-1 526386b255 is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1878971

Change-Id: Icc5b608cf8a564fc27d665cf135472a0f1e2c0e4
2021-11-03 18:46:15 +00:00