Bill Yi
e965dfe6eb
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-05-25 18:43:37 +00:00
Abhilasha Chahal
d18c5085c5
Merge "Add type TYPE_ADD_TO_HOME_CONFIRMATION to AbstractFloatingView" into tm-dev
2022-05-25 18:31:59 +00:00
Alex Chau
179c289a6c
Merge "Center drop target button alignment across devices" into tm-dev
2022-05-25 12:38:11 +00:00
Alex Chau
a2ecf75082
Merge "Only setup SecondaryDropTarget in onDragStart" into tm-dev
2022-05-25 12:38:11 +00:00
Alex Chau
158caf466c
Only setup SecondaryDropTarget in onDragStart
...
- In LauncherAccessibilityDelegate.getsupportedActions, it calls supportsAccessibilityDrop on each button regardless if DropTargetBar is visible or not. SecondaryDropTarget.supportsAccessibilityDrop attempts to setupUi which causes measure/layout of DropTargetBar (as well as DragLayer) each time LauncherAccessibilityDelegate.getsupportedActions is called
- To avoid this, only setupUi in onDragStart. In other cases don't call setUi.
- Also fixed a bug that when accessibility is on, upon dragging a suggested app, the secondary action suddenly changed to Uninstall
Fix: 233383721
Test: Enable accessibility, observe no excessive amount of onLayout is called on DropTargetBar
Change-Id: I4d1a00d320cceed81fa1312b5fc5f1081637bea8
2022-05-25 11:04:42 +00:00
Stefan Andonian
748195421c
Merge "Change accessibility announcement for workspace from "Pixel Launcher" to "Home"." into tm-dev
2022-05-24 22:47:50 +00:00
Bill Yi
dbaeaa5c05
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I8dab647a81e5f333a8c4d9ad5dbe13247429f7c1
2022-05-24 14:49:54 -07:00
Sunny Goyal
689b000316
Merge "Avoiding updating task via scroll if RectF spring animation is running" into tm-dev
2022-05-24 21:13:00 +00:00
TreeHugger Robot
69149d07ff
Merge "Fixing ConcurrentModificationException in FirstScreenBroadcast" into tm-dev
2022-05-24 19:52:32 +00:00
Stefan Andonian
45fc301b0e
Change accessibility announcement for workspace from "Pixel Launcher" to "Home".
...
Bug: 228410736
Test: Verified correct talkback announcements.
Change-Id: Ic0a5295cde3cd23d2fc5a6fcd19b6cf8e0f3e386
(cherry picked from commit 83bc5f5050 )
2022-05-24 18:21:33 +00:00
Sunny Goyal
f7a48aae65
Merge "Adding support for customiting the animation in PropertySetter" into tm-dev
2022-05-24 18:21:24 +00:00
Stefan Andonian
af8b7d3313
Merge "Fix folder app icon truncation after rotating to landscape." into tm-dev
2022-05-24 18:19:03 +00:00
Brandon Dayauon
6bb327888e
Merge "Fixes scroll bar issues." into tm-dev
2022-05-24 18:10:42 +00:00
Anushree Ganjam
223bfe0908
Merge "Revert "Revert "Add "incrementEventCountBy" function to Onboardi..."" into tm-dev
2022-05-24 17:38:08 +00:00
Alex Chau
5b0193026a
Center drop target button alignment across devices
...
- Partial re-land of http://ag/18520765
Fix: 229789612
Fix: 231711806
Test: manual
Change-Id: I0630c19901435a30379596378e9c0cd4beb2e764
2022-05-24 18:31:57 +01:00
TreeHugger Robot
ec3723beb1
Merge "Fix widget span" into tm-dev
2022-05-24 17:31:13 +00:00
Sunny Goyal
425bfa320f
Fixing ConcurrentModificationException in FirstScreenBroadcast
...
Bug: 232333237
Test: Not sure, unable to reproduce
Change-Id: I3eeabf76c14651d2fb64c82955851efa883760ce
2022-05-24 09:17:39 -07:00
Brandon Dayauon
c472da1e5e
Fixes scroll bar issues.
...
Fix issue where the letter bubble stays showing. Now it is able to disappear.
Fix fast scroll so its smoother and able to grab
Bug: 233607012
Bug: 233076260
Test: Manual
Change-Id: Ieccc72079602f4606da6ded7ee48d82440882ef7
2022-05-24 08:50:07 -07:00
Thales Lima
4f3cf5d05f
Fix widget span
...
Need to take the horizontal margin of the view into consideration.
Fix: 233302799
Test: manual
Change-Id: I5f584977db85d5436b22c3701f586a5b079099ae
2022-05-24 14:49:26 +01:00
Anushree Ganjam
13b3922af9
Revert "Revert "Add "incrementEventCountBy" function to Onboardi..."
...
Revert submission 18568158-revert-18500283-dismissEduCard-SCFTOPONPS
Reason for revert: b/233680944 , This is a build merger issue.
Reverted Changes:
Ia39781c78:Revert "Add "incrementEventCountBy" function to On...
Ibba14f7c2:Revert "Save the value to sharedPreference When ed...
Change-Id: I1c0e4be10cf7e9b21623a056604618cbea2639d4
2022-05-24 02:19:57 +00:00
Cherry Ng
6a4ea4c849
Merge "Revert "Add "incrementEventCountBy" function to OnboardingPrefs."" into tm-dev
2022-05-24 02:16:40 +00:00
Anushree Ganjam
514979dd2d
Revert "Add "incrementEventCountBy" function to OnboardingPrefs."
...
Revert submission 18500283-dismissEduCard
Reason for revert: Reverting because of build failures.
Reverted Changes:
I727cefb70:Save the value to sharedPreference When edu card i...
I180ab3bd6:Add "incrementEventCountBy" function to Onboarding...
Change-Id: Ia39781c78776a629d4678c78dd4ca75f49abbb6d
2022-05-24 00:44:55 +00:00
TreeHugger Robot
6112a28b0b
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-05-24 00:38:21 +00:00
Anushree Ganjam
218703d5a9
Merge "Add "incrementEventCountBy" function to OnboardingPrefs." into tm-dev
2022-05-23 23:55:36 +00:00
Stefan Andonian
28f61b5177
Fix folder app icon truncation after rotating to landscape.
...
The folder bubble text views were being recycled after the launcher's
cache was cleared. This caused the new orientation's folders to re-use
the old views with their stale configuration. After this change, the
cache won't recycle views whose cache entry has been recreated,
implying that their environment might have changed and new setup is
required.
Bug: 230304658
Test: Verified erroneous UX on device was no longer reproducible after fix.
Change-Id: Ib01cf5792d83df752e05534e5aa08ab8e8763bdc
2022-05-23 23:42:04 +00:00
Abhilasha Chahal
23dd0006ad
Merge "Add LAUNCHER_SYSTEM_SHORTCUT_APP_SHARE_TAP event" into tm-dev
2022-05-23 21:44:27 +00:00
Bill Yi
ab218eccd7
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: fbe7a74f05 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18515745
Change-Id: I2d8db2635a6d24525589225564381df583c61441
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-05-23 19:30:01 +00:00
Alex Chau
618047355d
Merge "Update drop target button alignment across devices" into tm-dev
2022-05-23 18:49:55 +00:00
Brandon Dayauon
3e4d9c79d5
Merge "Label is no longer Unlabeled. Now says "closed"" into tm-dev
2022-05-23 18:21:26 +00:00
Sunny Goyal
617f9fae3d
Avoiding updating task via scroll if RectF spring animation is running
...
Bug: 231333965
Test: Verified no update at the end of home transition
Change-Id: I2a106f4d7661f9d409425ce2ed755e74e1abe14b
2022-05-23 10:13:10 -07:00
Sunny Goyal
52bbef9d94
Adding support for customiting the animation in PropertySetter
...
Bug: 233223446
Test: Manual
Change-Id: I53fc39fa4871c9ea5b6eaf324ec1054140ccc292
2022-05-23 09:55:56 -07:00
Alex Chau
906d882f91
Update drop target button alignment across devices
...
- Partial re-land of http://ag/18520765
- Layout the buttons from center of screen for two panels, or from center of workspace for all other cases
Bug: 229789612
Fix: 231706480
Fix: 232063941
Fix: 232283628
Test: manual
Change-Id: Icbc9e2a19140ce3127d5dfe9f798a8ada336cea8
2022-05-23 15:08:52 +00:00
TreeHugger Robot
2940565595
Merge "Remove obsolete TODO for verifying all apps on 2nd display." into tm-dev
2022-05-20 18:49:33 +00:00
Pat Manning
b29dabce18
Revert "Update drop target button alignment across devices."
...
This reverts commit 27bfcaa651 .
Reason for revert: b/232636570
Bug: 229789612
Bug: 231711806
Bug: 231706480
Bug: 232063941
Bug: 232283628
Change-Id: Ic83515173f4a64228a80f63d75db938243cbf625
2022-05-20 18:20:26 +00:00
Bill Yi
3c8c47778f
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I32a0e75c040f0938a9addfe3f13d21eb576dd77e
2022-05-20 05:08:53 -07:00
Bill Yi
fbe7a74f05
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I057d33e8f239f352be70f9db4afda9bdaa6d58ef
2022-05-20 05:03:32 -07:00
Anushree Ganjam
0d345e5e04
Add "incrementEventCountBy" function to OnboardingPrefs.
...
This will help to increment the count by a value rather than just by 1.
Bug: 231659198
Test: Manual
Change-Id: I180ab3bd622df3bee2a6cb2b0cd8793e07a4f114
2022-05-19 23:07:06 +00:00
Brian Isganitis
b811a29b7d
Remove obsolete TODO for verifying all apps on 2nd display.
...
It works \o/.
Test: No
Change-Id: I5b2c6c1b3bb656ad3d5bb21188ac9e9f8cdc0fec
2022-05-19 13:30:55 -07:00
Abhilasha Chahal
ee14d4761a
Add LAUNCHER_SYSTEM_SHORTCUT_APP_SHARE_TAP event
...
Bug: 233224567
Test: Manually verified the event in logs
Change-Id: Ie81ca8774adb241f1c8635444dad884f34f3929d
2022-05-19 19:21:45 +00:00
Pat Manning
3c0f4c156d
Bound drop target layout values to left and right.
...
Test: manual
Fix: 232636570
Bug: 233225825
Change-Id: I388cb3407cb9f887ccc222f4804636f9f7651884
2022-05-19 18:48:14 +01:00
Winson Chung
3e6cd99990
Merge "Ensure that we're animating the current live tasks when going back" into tm-dev
2022-05-19 05:14:33 +00:00
TreeHugger Robot
897ac2a083
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 7beb085898 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18427358
Change-Id: I98192222b60713404f0f1f4b717023fdcffe96aa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-05-19 01:09:55 +00:00
Bill Yi
bcabfc06e8
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: c72742a44a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18427358
Change-Id: I4f169b38581063c042f75f3b92b9258bf723c3ce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-05-19 01:09:43 +00:00
Bill Yi
2af87ee3be
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: c57409f575 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18427354
Change-Id: Ide6f2045a7c996c4e297ae38f7d756164ee1cb08
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-05-19 01:09:31 +00:00
TreeHugger Robot
7beb085898
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2022-05-19 00:29:15 +00:00
Brandon Dayauon
dee5fc561f
Label is no longer Unlabeled. Now says "closed"
...
Bug: 230624621
Test: Manual
Change-Id: I1fbdffdcaf36aaebff89bb5f4a608d5c2dc94502
2022-05-18 15:39:35 -07:00
Winson Chung
b6fa2ce486
Ensure that we're animating the current live tasks when going back
...
- The other call to launch tasks animated doesn't work for the current
task you swiped from when in split.
http://recall/-/g6hkB0pXjyQSvfA8STqRAT/bKHWGjhf2yQVpmRkvn3aeD
Bug: 223750399
Test: Enter overview, swipe back
Test: Enter overview from split, swipe back
Change-Id: Icbe2944df2bb382e072c2890001d7eae505a7b04
2022-05-18 18:46:54 +00:00
TreeHugger Robot
2cf6edcf6d
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-05-18 14:56:12 +00:00
TreeHugger Robot
93af9c37c7
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-05-18 14:56:12 +00:00
Luca Zuccarini
175fc66aa8
Merge "Additional polish for the NORMAL<->ALL_APPS transitions." into tm-dev
2022-05-18 14:21:27 +00:00