Nick Chameyev
0873afd7fa
[Unfold animation] Disable preemptive launcher animation
...
Disables preemptive unfold animation by default.
Bug: 281821523
Test: unfold on launcher
Change-Id: I767f25cf0414a91c82a33cf86ca16db2e4dcfa22
2023-05-30 18:10:08 +01:00
Achim Thesmann and Android (Google) Code Review
2bcfbd3739
Merge "Allow BAL in Launcher" into udc-dev
2023-05-27 17:48:16 +00:00
Randy Pfohl and Android (Google) Code Review
d2905028fb
Merge "update padding to allow long text to not be truncated" into udc-dev
2023-05-27 02:02:34 +00:00
randypfohl
4613be550b
update padding to allow long text to not be truncated
...
Test: built and run locally, screenshots in bug
Flag: none
Bug:279624252
Change-Id: I932782757e1087cc7a321bab2e4d682419ec4a28
2023-05-26 13:35:53 -07:00
Vinit Nayak and Android (Google) Code Review
ed7b50efee
Merge "Handle fullscreen app launchs in split init flow for SplitSelectDataHolder" into udc-dev
2023-05-26 20:19:19 +00:00
Schneider Victor-tulias and Android (Google) Code Review
b4e91b14bd
Merge "Update gesture nav edu motion and colors" into udc-dev
2023-05-26 16:12:06 +00:00
Schneider Victor-tulias and Android (Google) Code Review
010a55d377
Merge "Fix keyboard quick switch d-pad left/right traversal direction" into udc-dev
2023-05-26 16:11:51 +00:00
Winson Chung and Android (Google) Code Review
a5fb95df57
Merge "Try to handle side-task launches even if not fully transitioned to overview" into udc-dev
2023-05-26 04:25:21 +00:00
Stefan Andonian and Android (Google) Code Review
9678d9470c
Merge "Keep ViewCaptureRule logic self-contained." into udc-dev
2023-05-25 22:53:28 +00:00
Ikram Gabiyev and Android (Google) Code Review
749a2d2a6a
Merge "Remove contentDescription attribute in filter icon" into udc-dev
2023-05-25 18:40:00 +00:00
Stefan Andonian
eec7a9d90f
Keep ViewCaptureRule logic self-contained.
...
This will make it easier for other apps / processes to integrate the
ViewCapture logic into their integrated testing frameworks.
Bug: 270158224
Test: Verified that a zip file was generated properly and was able to be
loaded into go/web-hv properly.
Change-Id: Ib3e4a0b60497937b750126590071884882b22917
2023-05-25 17:59:46 +00:00
Vadim Tryshev and Android (Google) Code Review
8cf338148b
Merge "Adding tracing for workspace loading that never finishes" into udc-dev
2023-05-25 17:17:50 +00:00
Saumya Prakash and Android (Google) Code Review
4ccfbf38bb
Merge "Update Lottie files in gesture nav education" into udc-dev
2023-05-25 17:10:23 +00:00
Hui Kang and Android (Google) Code Review
879d746de7
Merge changes from topic "Annotate Platinum Test" into udc-dev
...
* changes:
[3/7]Add PlatinumTest annotation to tests
[4/7]Add PlatinumTest annotation to tests
2023-05-25 16:04:10 +00:00
Luca Zuccarini and Android (Google) Code Review
07c3491ec2
Merge "Add a view type check to ensure the right animation is used." into udc-dev
2023-05-25 15:42:51 +00:00
Alex Chau and Android (Google) Code Review
4f1602796a
Merge "Add additional logs when DisplayController detects unexpected bounds" into udc-dev
2023-05-25 12:30:50 +00:00
Winson Chung
98fbe25da9
Try to handle side-task launches even if not fully transitioned to overview
...
- The launcher state does not transition from Background -> Overview
until the overview animation finishes, and if a side task is launched
before that happens, then we receive onTaskAppeared() but
isInLiveTileMode() is false, which results in a state where no
animation of the side task surface is run, and the recents animation
is not finished. In these cases, if we've already calculated the
end target is RECENTS, then we can still animate the side task
- Adding some more gesture logs to indicate side task launched (or didn't)
Bug: 279114961
Test: Go to overview and launch next task
Change-Id: I23eac8721da801f14cc95fc6781a0ef9f0355cc0
2023-05-25 06:14:53 +00:00
Brandon Dayauon and Android (Google) Code Review
fe3d513650
Merge "Update work tab colors and fab background color" into udc-dev
2023-05-25 03:07:59 +00:00
Ikram Gabiyev
45b33a1a55
Remove contentDescription attribute in filter icon
...
Remove contentDescription attribute for multi-instance
filter icon ImageView since importantForAccessibility="no"
to avoid talkback noting it instead of the task name itself.
Bug: 280908761
Test: manually reproduce the steps in the bug
Change-Id: Ifdc884537222565fc2e52d5a17272f19a4446f62
2023-05-24 14:01:04 -07:00
Schneider Victor-tulias
9a7de100f4
Update gesture nav edu motion and colors
...
- Updated gesture nav edu overview step post-success motion and colors
- Updated gesture nav edu menu done button color and legacy action button color
- Switching light/dark mode when a step is complete started the demonstration animation. fixed this jank
Flag: ENABLE_NEW_GESTURE_NAV_TUTORIAL
Fixes: 281764891
Fixes: 283964958
Bug: 279823249
Test: ran full tutorial with ENABLE_NEW_GESTURE_NAV_TUTORIAL enabled and disabled
Change-Id: I9adc05947267ec038b6f374b2a29a5499468883b
2023-05-24 18:36:39 +00:00
Jagrut Desai and Android (Google) Code Review
990aef6c00
Merge "Android U: GM3 Color Tokens for Taskbar and quickstep" into udc-dev
2023-05-24 17:28:33 +00:00
vadimt
80bb8a12da
Adding tracing for workspace loading that never finishes
...
Test: presubmit
Bug: 267200150
Flag: N/A
Change-Id: I6cfe6be101412e9d8d9498fc06c70d1d14561441
2023-05-24 10:25:15 -07:00
Schneider Victor-tulias
8f26e47736
Fix keyboard quick switch d-pad left/right traversal direction
...
Flag: ENABLE_KEYBOARD_QUICK_SWITCH
Fixes: 284156698
Test: tried keyboard quick switching with d-pad left/right in rtl/ltr
Change-Id: Idb7466b316cb7cbd9f592c5949d2c95c3278d85f
2023-05-24 10:04:05 -07:00
Brandon Dayauon
adcc16cf56
Update work tab colors and fab background color
...
Spec: https://screenshot.googleplex.com/6mKVuFNNNQfXpbD
bug: 283120562
test:
manually Launcher3 build var:
worktab lt: https://screenshot.googleplex.com/B8v44jm77o5Jyc7
widgetpicker tab lt: https://screenshot.googleplex.com/48WjAB8fKpZSEQ7
sharesheet tab lt: https://screenshot.googleplex.com/9rfSBeNALXbG7NL
worktab dt: https://screenshot.googleplex.com/332jCxde9vDW7hd
widgetpicker tab dt: https://screenshot.googleplex.com/3PGtrvQ2jLhQD4k
sharesheet tab dt: https://screenshot.googleplex.com/3jr4GPzRc3rzMA6
NexusLauncher:
worktab lt: https://screenshot.googleplex.com/BH2SFMXfQ4dtBeh
sharesheet lt: https://screenshot.googleplex.com/5axg34QgTt87iSL
widget picker tab lt: https://screenshot.googleplex.com/928kWFJ5mTun9py
worktab dt: https://screenshot.googleplex.com/7KWKLH4kt6nJpXT
sharesheet dt: https://screenshot.googleplex.com/778UoyhYrhimSAz
widgetpicker tab dt: https://screenshot.googleplex.com/FFFxBLqsATNXj8v
Change-Id: I78f20b2863a04d23e8a8880fc1d6a3ac0cfeb82a
2023-05-24 09:10:03 -07:00
Alex Chau
ff2a8382fc
Add additional logs when DisplayController detects unexpected bounds
...
Bug: 283944974
Test: manual
Change-Id: I8f50c79e00be0a4be812634678e9e05a80343a07
Merged-In: I8f50c79e00be0a4be812634678e9e05a80343a07
2023-05-24 15:24:03 +00:00
Luca Zuccarini and Android (Google) Code Review
f898ee474c
Merge "Remove redundant instances of depth controller." into udc-dev
2023-05-24 11:35:21 +00:00
Hui Kang
0928ab0811
[3/7]Add PlatinumTest annotation to tests
...
These tests already have IwTest annotation. The IwTest tests will be merged with platinum tests using the PlatinumTest annotation. The IwTest annotation will be deprecated and removed.
Test: make
Bug: 283409062
Change-Id: Idee826a228070bdad26e9520c7b59c4df970f717
2023-05-24 01:21:46 +00:00
Hui Kang
5bde3f8573
[4/7]Add PlatinumTest annotation to tests
...
These tests are in the audited platinum suite (go/platinum-audit-flake)
Test: make
Bug: 283409062
Change-Id: Id438fde00b2a6e31694bef125d20637af514b9da
2023-05-24 01:17:18 +00:00
Treehugger Robot and Android (Google) Code Review
b430b1355a
Merge "Add additional logs for widget restoration" into udc-dev
2023-05-23 23:02:08 +00:00
Bill Yi and Android (Google) Code Review
754bb05feb
Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-dev
2023-05-23 22:58:05 +00:00
Saumya Prakash
de9f592268
Update Lottie files in gesture nav education
...
The existing home gesture animation had a flicker due to an incorrect
frame in the Lottie jsons. This change updates the json files for all
form factors to the corrected version.
Flag: ENABLE_NEW_GESTURE_NAV_TUTORIAL
Fix: 283760250
Test: Went through the home gesture tutorial on tablet, foldable, and
mobile and verified the new animation played correctly
Change-Id: I55276ba9258e2b9908f05e0397f7c084fedf3926
2023-05-23 21:59:32 +00:00
Winson Chung and Android (Google) Code Review
883871e280
Merge "Removing legacy launcher winscope tracing for tests" into udc-dev
2023-05-23 18:47:40 +00:00
Jagrut Desai
5b3161ef3e
Android U: GM3 Color Tokens for Taskbar and quickstep
...
Test: Manual, Design Review
Bug: 268505871
Flag: not needed
Change-Id: I68e5092ccc69cf8a0d40aa4cc49fe9e8d82a68f4
2023-05-23 11:44:15 -07:00
Thales Lima and Android (Google) Code Review
ac206e1daf
Merge "Create TAPL test for taskbar in overview" into udc-dev
2023-05-23 18:32:34 +00:00
Sihua Ma
59077254cd
Add additional logs for widget restoration
...
Test: N/A
Bug: 234700507
Change-Id: I693d6f5f239502c1bea191806c8c0ea18141f8f9
2023-05-23 10:44:09 -07:00
Bill Yi and Automerger Merge Worker
64c8347075
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 108ae1657b -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23380584
Change-Id: Id1f43bbdd12255318fb3223ae14869f17307a385
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-05-23 17:10:15 +00:00
Federico Baron and Android (Google) Code Review
0ca0b6124d
Merge "Fix switching between work and personal profile in widget picker not clipping recyclerview" into udc-dev
2023-05-23 16:25:20 +00:00
Luca Zuccarini
a96dcb0cc7
Remove redundant instances of depth controller.
...
During each app launch, a new `MyDepthController` is instantiated, which
registers two of its methods as listeners for cross window blur and
opaqueness. This controller's usefulness spans that specific animation
only, but the listeners are never unregistered. This creates conflicts
when an opaqueness signal happens, which cause the background to flicker
(see videos).
Bug: 283335820
Test: manual, see videos in the bug
Flag: not needed, bug fix
Change-Id: I3dcb0b8ff0aa77bf3183a926889d0131b17bcaa4
2023-05-23 15:33:17 +00:00
Thales Lima
1f10e53ba2
Create TAPL test for taskbar in overview
...
Fix: 269985301
Test: TaplTestsQuickstep
Flag: none
Change-Id: Iea0311bcba54882f7f2cf5d35cd98a538ae85855
2023-05-23 13:22:10 +00:00
Winson Chung
cc96740534
Removing legacy launcher winscope tracing for tests
...
Bug: 279924453
Test: Presubmit
Change-Id: I9ed7c3669dad5c20d0fa760b2fe2a50308f10be8
2023-05-23 06:14:54 +00:00
Tony Huang and Android (Google) Code Review
2d586455dc
Merge "Hide divider immediately if going to launcher" into udc-dev
2023-05-23 03:04:18 +00:00
Bill Yi
108ae1657b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Iec51ecd0cd0bfbb9d45f8cdf6034b25f32238da8
2023-05-22 17:37:06 -07:00
Bill Yi
358954a957
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I2ba41c3831b537e4564e3e4ddf48ec4125a1260a
2023-05-22 17:36:20 -07:00
Pinyao Ting and Automerger Merge Worker
31def1ac65
[automerger skipped] Revert "Grant Launcher permission to access AppSearch" am: bdf75772ea -s ours
...
am skip reason: Merged-In I831e563c41a368d981af3a05063bf3a868c24b79 with SHA-1 6f7a11861f is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23271416
Change-Id: If6adddc28677eebe9207b3fc3b970cd8aff5ce72
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-05-22 23:58:31 +00:00
Vinit Nayak
69ee1b9caf
Handle fullscreen app launchs in split init flow for SplitSelectDataHolder
...
* SystemUi split APIs are overloaded to launch fullscreen tasks
as well, break that out into a separate method for clarity
* Have SplitSelectDataHolder also special case fullscreen launches
Bug: 283045822
Test: Launched various combinations of split tasks,
also tapped on initial view to see fullscreen launch with tasks
and intents
Flag: none
Change-Id: If3de9784b72e0f5f27f1b6d97cbf835b8f5391de
2023-05-22 16:30:04 -07:00
Treehugger Robot and Android (Google) Code Review
25e94ccb1b
Merge "Adding debug tracing for b/262282528" into udc-dev
2023-05-22 22:48:47 +00:00
Vadim Tryshev and Android (Google) Code Review
807d9c2c30
Merge "Revert "Re-enabling a couple of tests"" into udc-dev
2023-05-22 20:28:07 +00:00
Schneider Victor-tulias and Android (Google) Code Review
b323851e01
Merge "Update BorderAnimator to work with layout updates" into udc-dev
2023-05-22 20:17:35 +00:00
Anushree Ganjam and Android (Google) Code Review
a2de64b8e7
Merge "Add AGA_SESSION_SUMMARY_LOG for session summary log debugging." into udc-dev
2023-05-22 19:53:19 +00:00
Anushree Ganjam
0f54a897bb
Add AGA_SESSION_SUMMARY_LOG for session summary log debugging.
...
adb shell setprop log.tag.AGASessionSummaryLog V
Bug: 283829335
Test: Manual
Flag: NA
Change-Id: I90da76f1db1a103e49171bbc7499cd79606d3fcf
2023-05-22 19:48:43 +00:00