summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-02Merge tag 'LA.QSSI.13.0.r1-10200-qssi.0' into tachibanatachibanaalk3pInjection
"LA.QSSI.13.0.r1-10200-qssi.0" Change-Id: Ie3d145312052ecfcfc27dc6b277aefbaad04c07e
2023-05-26Merge e04146c2f55a002d33488518d6c42d72f1f6ce19 on remote branchLinux Build Service Account
Change-Id: I1d834691f6a0d485c16d1a4ebcb8a592deb5b54f
2023-05-01Snap for 10042773 from cea9a7d9f3d0d16c53c7098f426c3a471e3ff0f4 to ↵Android Build Coastguard Worker
t-keystone-qcom-release Change-Id: I187d4f0dc8b7657befaf98c7a60e1adb92d8d3df
2023-04-28Merge t-mpr-2023-05Matt Lee
Change-Id: Iad068153c7c265ed15a82313b135131a85b9f70d
2023-04-22Launcher3: Enable transient taskbarReallySnow
This reverts commit b10b38a4f728fc9daadd18b89a0f50358da1029c. Change-Id: Ib0d718f4702f21c58ab713893b2099ee36aafd2b
2023-04-22Launcher3: Fix sorting in zh-Hans-CNdantmnf
Sorting behavior is different in the exact locale "zh-CN", but newer setups will have "zh-Hans-CN" and miss the locale-specific behavior. P.s. "zh-CN" locale is no longer accessible in settings UI. Change-Id: I59afe38e1ea2ac507ff017e855d9810092604e99
2023-04-22Launcher3: Hide scrollbar when searching All AppsTommy Webb
There's nothing to scroll when searching, so hide the scrollbar. Change-Id: Ia04d5d3fe87c573c93856bc4223c92ccfb33c619
2023-04-22Launcher3: Skip glitchy search animationTommy Webb
* Entering and leaving search now takes effect right away. * Should fix race in which tapping an app while search results are loading causes a tap on the previous app in the position, rather than on the search result. * Helps prevent the scrollbar from appearing to be scrolled down somewhat when leaving search with floating header rows present; still happens sometimes, though (on stock OS launcher, too). Change-Id: I67bc59456eb2e57e13b1b99509d3313ff0243b88
2023-04-22Launcher3: Fix All Apps header protection and spacing againTommy Webb
Redone, again. This time, many comments added. Compared to I586f7332, this primarily results in some fixes for the floating header row(s) (AiAi prediction row) if present. Change-Id: Ib0f383fb89a6847fccbcc96d13b051983d76f0c5
2023-04-22fixup! Launcher3: Don't discard custom grid on config changesMichael Bestas
Change-Id: I17382e3e8709e1fc612a7df2677dceba65e823d8
2023-04-22Merge tag 'LA.QSSI.13.0.r1-09800-qssi.0' into tachibanaalk3pInjection
"LA.QSSI.13.0.r1-09800-qssi.0" Conflicts: Android.bp AndroidManifest-common.xml quickstep/src/com/android/quickstep/views/OverviewActionsView.java res/drawable/bg_all_apps_searchbox.xml res/layout/search_container_all_apps.xml res/layout/secondary_launcher.xml res/values/styles.xml res/xml/device_profiles.xml src/com/android/launcher3/Workspace.java Change-Id: If9fa9e2f0e388e5cc34243b2d087121952af04b4
2023-04-20Revert "Launcher3: Fix header protection height calculation"Tommy Webb
This reverts commit a5e20f1bf4763bc23de1c05ebe4b32737570bdae. Change-Id: Ida4651d364ead5f182fc60a9aec6788317b2422c
2023-04-20Revert "Launcher3: Fix Personal/Work profile tab colors in All Apps"Michael Bestas
Fixed upstream This reverts commit d3202aad1f803b77e5221766746adb1af78571c3. Change-Id: Ie912a973a607eb531562d23ed889a0b7fd5c5cae
2023-04-14Merge d925c4125fd7eb8e822d3c6e86b5415957fa9079 on remote branchLinux Build Service Account
Change-Id: I1fdf4923e2c3ba74458b409a48a4f9cee26394d9
2023-04-04Snap for 9839160 from 28a2782032c394761ce1addbd5a8f22f7c7a5bb7 to ↵Android Build Coastguard Worker
tm-platform-release Change-Id: I40bce1d246ba9e7c8e3acb3bb57d04f7e058aded
2023-03-23Snap for 9798568 from fa3b59bebaea9e16ad8596bde6bc5204218e267b to ↵Android Build Coastguard Worker
t-keystone-qcom-release Change-Id: I9da1ce40df3e9d2098d73b92a8b139c94888c560
2023-03-09Merge cherrypicks of ['googleplex-android-review.googlesource.com/21050546'] ↵Android Build Coastguard Worker
into tm-qpr2-release. am: 8998e46635 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21935084 Change-Id: I68fb406945351cea09bd84b86cc8868f831316c5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-09Merge cherrypicks of ['googleplex-android-review.googlesource.com/21050546'] ↵Android Build Coastguard Worker
into tm-qpr2-release. Change-Id: I84b14c4fdd8b6fdf8b3164aefb2af319e7bf3b85
2023-03-09Prevent falling into OtherActivityInputConsumer when over lockscreenWinson Chung
- When opening the emergency dialer from the bouncer, there's a brief period where notificationPanelExpanded=false and occluded=false which currently means canStartSystemGesture=true and isKeyguardShowingOccluded=false, which falls through to other activity input consumer. In this state, we can't properly finish the gesture stream because Launcher never shows (it's behind the lockscreen) and the recents animation never finishes. Bug: 242704576 Test: atest NexusLauncherTests Change-Id: I7795abe0aebefca2d42998a672abfd12f951d501 (cherry picked from commit on googleplex-android-review.googlesource.com host: f6d75c98a94d173ae59afc9bd126d1e72d1b28fa) Merged-In: I7795abe0aebefca2d42998a672abfd12f951d501
2023-03-07[coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker
sparse-9662652-L34400000958984256 into tm-qpr2-release. am: 30d412c3fe Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21875875 Change-Id: Ica8ccca704005d746745ef04ba0b6320b7a5df53 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-07[coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker
sparse-9662652-L34400000958984256 into tm-qpr2-release. COASTGUARD_SKIP: I7795abe0aebefca2d42998a672abfd12f951d501 COASTGUARD_SKIP: Ie572a0ae8ae4d687b86ea6a4011b4fdc33b43cd7 Change-Id: I1136d0f649849f51731523c4081424ac8a70fbea
2023-03-07Merge cherrypicks of ['googleplex-android-review.googlesource.com/21050546'] ↵Android Build Coastguard Worker
into sparse-9662652-L34400000958984256. SPARSE_CHANGE: I7795abe0aebefca2d42998a672abfd12f951d501 Change-Id: Ie572a0ae8ae4d687b86ea6a4011b4fdc33b43cd7
2023-03-07Prevent falling into OtherActivityInputConsumer when over lockscreenWinson Chung
- When opening the emergency dialer from the bouncer, there's a brief period where notificationPanelExpanded=false and occluded=false which currently means canStartSystemGesture=true and isKeyguardShowingOccluded=false, which falls through to other activity input consumer. In this state, we can't properly finish the gesture stream because Launcher never shows (it's behind the lockscreen) and the recents animation never finishes. Bug: 242704576 Test: atest NexusLauncherTests Change-Id: I7795abe0aebefca2d42998a672abfd12f951d501 (cherry picked from commit on googleplex-android-review.googlesource.com host: f6d75c98a94d173ae59afc9bd126d1e72d1b28fa) Merged-In: I7795abe0aebefca2d42998a672abfd12f951d501
2023-03-02Merge t-qpr-2023-03Matt Lee
Change-Id: Ibdaae2250b7b205f5c6d47b2a2dc785495f9fecc
2023-02-22Snap for 9635940 from 869863bb7845196390b0f96fdc8ea3ba02668b1d to ↵Android Build Coastguard Worker
tm-platform-release Change-Id: Ied175bec3a42276070525b316a1bdb010c20baf8
2023-02-17DO NOT MERGE - Merge tm-qpr2-release into tm-platform-mergeAndy Quan
Bug: 269346300 Change-Id: I339bcb809770e3ef5fd45a7435e2f5ee49d833b7
2023-01-31Merge edee6378d209443a216c7ef52a2e83783835a199 on remote branchLinux Build Service Account
Change-Id: I074b2757380960d8192c6b50a21cdfbfce871f8a
2023-01-15Merge 9164a32fe446a7c47f3382c41e78bb188355a989 on remote branchLinux Build Service Account
Change-Id: Id8be0a16c2656952e33c2900de343a74491b6087
2023-01-13Merge cherrypicks of ['ag/20956806'] into tm-qpr2-release.Android Build Coastguard Worker
Change-Id: I7a7e7dcc8388dc05c6b16f2cfe62e5e003f8ba8d
2023-01-13Disable Transient TaskbarTony Wickham
This feature is not yet ready for release, keep the flag turned off for QPR2 Test: TaplTestsTaskbar; taskbar has already been released and tested with the flag off Bug: 265294859 Change-Id: Ie7c3e14061bae27c7bf3529e3e951218d5e1363c (cherry picked from commit 07d816e19bbc7cfb423d5039200f35fef8c05b77) Merged-In: Ie7c3e14061bae27c7bf3529e3e951218d5e1363c
2023-01-11Merge tag 'LA.QSSI.13.0.r1-08600-qssi.0' into tachibanaalk3pInjection
"LA.QSSI.13.0.r1-08600-qssi.0" Change-Id: I06054966ed8be47e5cb76986361fee36f6af3393
2023-01-07Snap for 9465878 from 72b186aefd4e8b4956f20858f9a21eef394257a5 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: Iad845d2c0f328fc8a884c656f834791c648ba824
2023-01-07Snap for 9463735 from 2f4a1b9980c48a07ddf5ea5543c0a3da785cc429 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: I32fcee8829d0fe318ba737c2b0cda203682ffc97
2023-01-07Merge "Improves overview split adjacent launch animation" into tm-qpr-devVinit Nayak
2023-01-06Merge "Re-enable AddConfigWidgetTest" into tm-qpr-devTreeHugger Robot
2023-01-06Merge "Fix NPE from getting swipe pip to home animator finish transation ↵Schneider Victor-tulias
after the surface has been released" into tm-qpr-dev
2023-01-06Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-devBill Yi
2023-01-06Merge "Fixing work tab is not updated when work-mode changes" into tm-qpr-devSunny Goyal
2023-01-06Merge "[ShellTransit] Stabilize QuickSwitch test since Launcher can ↵Wei Sheng Shih
resumed." into tm-qpr-dev
2023-01-05Import translations. DO NOT MERGE ANYWHEREBill Yi
Auto-generated-cl: translation import Change-Id: I75ef387d8a3b8da1239b8ca39372a75a77435acd
2023-01-06Snap for 9459725 from daffdfa35c50d8eb0d820c76a772a0f7c3f08221 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: Ic51517eb99617cd54400de817dc105a34e538103
2023-01-05Merge "Add logging to work mode switch" into tm-qpr-devBrandon Dayauon
2023-01-05Snap for 9459315 from 6498ab61bb470543069f30e97d25f5fb390277d4 to ↵Android Build Coastguard Worker
t-keystone-qcom-release Change-Id: I107680444cc3bbe803f064720db4795c5dc9c282
2023-01-05Fixing work tab is not updated when work-mode changesSunny Goyal
Bug: 263399769 Test: Verified on device Change-Id: I94d8f20bc70f2299d11d539d4821ba7e13253522
2023-01-05Merge "Toggle taskbar button nav assistant availability" into tm-qpr-devVinit Nayak
2023-01-05Merge "Revert "Add logging to help debug additional app infos being updated ↵TreeHugger Robot
by CacheDataUpdatedTask"" into tm-qpr-dev
2023-01-05Merge "Re-enable the fast scroll in widget picker" into tm-qpr-devTreeHugger Robot
2023-01-05Improves overview split adjacent launch animationVinit Nayak
* Translation gets scaled along with the parent, so the secondary thumbnailView which has a translate on it gets exaggerated as the parent goes to fullscreen scale. * Now we inversely scale translationX/Y properties, however it seems like the interpolation is still slighly off at the beginning of the animation (or maybe some other value, such as pivot, etc) Bug: 260814999 Test: Manually slowed down animation and observed Change-Id: I831476b4ffb582fecbd166525ceea33623e66bdd Merged-In: I831476b4ffb582fecbd166525ceea33623e66bdd
2023-01-05Merge "Re-enabling testShortcutIconWithTheme" into tm-qpr-devTreeHugger Robot
2023-01-05Merge "LauncherTaskbarUIController should only translate nav buttons on ↵TreeHugger Robot
inAppProgresst if icon is aligned with hotseat" into tm-qpr-dev