summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-02Merge tag 'LA.QSSI.12.0.r1-07600-qssi.0' into sugisawa-mr1HEADsugisawa-mr1alk3pInjection
"LA.QSSI.12.0.r1-07600-qssi.0" Change-Id: I99d6084fe1b48d24f750cacd8b6dcd8b79088cb4
2022-05-16Launcher3: Fix gesture navigation fail to move to bottomYingren Wang
Go to the recents page from all apps page and rotate to horizontal, at last switch to one app that only support portrait display, we will see the gesture navigation always at device right and not move to bottom. At this scenario, launcher state switch from overview to all apps, but launcher not notify systemui update gesture navigation display. To slove this, launcher must notify systemui update gesture navigation display when launcher state switch from overview to all apps. Change-Id: I23bc642c62596dff7d13e299e6d83563e38ec144 CRs-Fixed: 2828560
2022-05-07Launcher3: Remove 3x3 workspace grid optionalk3pInjection
* makes no sense Change-Id: I8f2d6f835e92ea5de6ea64fb82b3f2b88348c8a2
2022-05-07Launcher3: Add 5x6 workspace grid optiondwardo
Change-Id: Ib8d5dcc70d386376755c0a57b009ced1b2ee0834
2022-05-07Launcher3: Adjust the icon size for 4x5 griddaniml3
Change-Id: I02ff29cc14e5d4288a34dbd8c4658f7cea7d579f
2022-05-07Launcher3: Replace 4x4 grid option with a 4x5 oneArne Coucheron
Change-Id: Idc4d2622a4155854ff2762b2392a8d0f8cddb2c6
2022-05-07RecentsView: add null check for mFirstFloatingTaskViewjhonboy121
Change-Id: I6a4ee3bce3df09fa66f381bca52441c17a599504 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
2022-05-07Launcher3: Move clear all button to actions viewjhonboy121
Change-Id: I3a8969337a3e003e4b44ec16273bb71d6e6669f8
2022-05-07Launcher3: Double tap on home screen to turn off screenThecrazyskull
Co-authored-by: LibXZR <i@xzr.moe> Change-Id: I554c005d5e523aca0842c78a353686e86af1a7f2
2022-05-06AbsSwipeUpHandler: Do not attach cleanupScreenshot() to frame update eventLibXZR
When the animation is cancelled, cleanupScreenshot() should be called immediately to remove pending animations. This fixes random gesture freeze on Sv2. Change-Id: I10247294a2dcae467706c434685b299f8b525888 Signed-off-by: LibXZR <i@xzr.moe>
2022-05-06Launcher3: Allow resizing any widgetNebojsa Cvetkovic
[BadDaemon: Adapt for S] Change-Id: Iba122eb45d4ba81e53267ff341addfe281cf02fe Signed-off-by: Joey Rizzoli <joey@lineageos.org>
2022-05-06Launcher3: Fix header protection height calculationDanny Lin
The app list is being clipped below the point where header protection ends, resulting in a slice of empty space. Fix the height calculation so the header protection scrim extends to the clip point. Squashed with the following commit: Author: Danny Lin <danny@kdrag0n.dev> Date: Wed, 29 Dec 2021 21:07:38 -0800 overlay: Launcher3: Re-enable header protection Google disabled this in qpr1, but we can re-enable it now that we've fixed the height/clip calculation. Change-Id: I7a0dc74f048d422d405eb0b0e3982b5d39245ae4
2022-05-06Launcher3: Fix all apps view not dismissingTimi Rautamäki
The logic was reversed. All apps view should dissmiss on back key when the searchbox is focused but empty and clear when not empty. Change-Id: Id11c991dae6c159b986966f278f0c792993b6abd
2022-05-06Launcher3: Fix search bar UI in All AppsMichael Bestas
Commit Ifa9fabe3a8236513fad8030c0bd8ed4d27ebd549 improved the look of the search bar, however it had a few issues and the overall look did not match Settings or Widget search style. The following improvements have been made: - Centered the search bar text vertically inside the search bar - Added back search icon that is always shown, matching Widget search - Changed paddings to match Widget search Change-Id: Ia127da05adff45f8860f0870817aaa9fde8e171c
2022-05-06Launcher3: Improve search bar UI in All AppsDanny Lin
This is similar to, but not exactly the same as, Pixel stock: - Background color with contrast in light mode - Round, flat search bar surface with color matching the header background - Solid rounded background when positioned at the beginning of the list - Subtle placeholder text (medium weight) without icon - Same font size as Settings search bar Change-Id: Ifa9fabe3a8236513fad8030c0bd8ed4d27ebd549
2022-05-06Launcher3: Fix Personal/Work profile tab colors in All AppsDanny Lin
The default AOSP colors are broken and result in poor contrast, among other issues. Change-Id: Id7824bc08cac0aad055f41c0b617e15300af05d4
2022-05-06Launcher3: Fix all apps header color in dark modeDanny Lin
Change-Id: Ib2ce7f6e3c9b87a4626699cb54673d88392a5f41
2022-05-06Launcher3: Add ripple animation to task menu itemsDanny Lin
Change-Id: If69416ede272267743c96deff8876bc50c6c9075
2022-05-06CustomLauncher: Google Feed integrationAnay Wadhera
Change-Id: I4dd635369513e7e8db8f8e4363acb017e0ce8eb1 [kdrag0n: Debranded to com.android.launcher3] [kdrag0n: Ported to Android 12 and converted libGoogleFeed to Soong] Signed-off-by: Danny Lin <danny@kdrag0n.dev>
2022-05-06Launcher3: Create Custom LauncherChris Crump
Change-Id: Iaba9d5b30ca8629c06c882549d731eecfce934f4 [kdrag0n: Debranded to com.android.launcher3] Signed-off-by: Danny Lin <danny@kdrag0n.dev>
2022-05-06Launcher3: Add Smartspace WidgetJyotiraditya
Since we removed QSB on top it looks empty at the fist glance after boot. So, add "At a glance" widget provided by Google to the default workspace, this allows the user to move it around or remove it as per their choice. Change-Id: I4c2d7007595ceedca454e31ed751e75b06093c8d
2022-05-02Launcher3: Use regular body font for app labelsAdithya R
Change-Id: I00e07f23ae944c5986f26080f1a6ebf0898f9726
2022-05-02Launcher3: Add Settings to center of default 5x5 dockDanny Lin
This space is usually empty on AOSP, so let's fill it with Settings. Change-Id: I33e925dd71350018e1859ba843cccf3cac95ad6d
2022-05-02Launcher3: Enable new app launch animationDanny Lin
Change-Id: Ia676c935700f306b90f7810b32eb1aa630cea355
2022-05-02Launcher3: Don't discard custom grid on config changesLuK1337
Change-Id: Ibfa2eafec50c9fe79d1e9594ddc68fb5266ecb18
2022-05-02Launcher3: Properly expose GridOptionsProviderLuca Stefani
Change-Id: I8268a215257ae0e399c56ac8b44cdfdff8cc92a0
2022-05-02Launcher3: Globally disable debug loggingBruno Martins
This also ensures that developer options stay hidden. Change-Id: I34f5ffb5815effc48bf18c2996d3b074b547472f
2022-05-02Launcher3: Disable QSB on first screen by defaultArne Coucheron
Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
2022-04-29Merge af197822af3ffb7c732958e7c8c0f7437dfdb688 on remote branchLinux Build Service Account
Change-Id: I559345e9ef6b100c272acf45666ffc361baa00f5
2022-04-16Snap for 8461730 from e3fe826f1dd6d7ba022ee571123018c07ab4ca60 to ↵Android Build Coastguard Worker
s-keystone-qcom-release Change-Id: Ib9c19429e3737040cda2f405d097d47e1ddc1f0a
2022-04-07Merge s-mpr-2022-04Eric Arseneau
Change-Id: I4a6a50104d21fee427d7fc77add2bcd905de49d3
2022-04-04Merge 2e57587c29883df8fa1c026383d9fab9a09c0291 on remote branchLinux Build Service Account
Change-Id: I59ba50452dadae8ec49b1fea3c78e2b6fd3ed6ae
2022-03-23Snap for 8343869 from c9d2a0773a94b88af0cea18de6088b339f657aa1 to ↵Android Build Coastguard Worker
s-keystone-qcom-release Change-Id: If6c1e6f60726877d9222a2bfb97610e09dd2f746
2022-03-15Snap for 8226173 from c41b87705149b7dc95498a49b2cf46acfabf5e2f to ↵Android Build Coastguard Worker
sc-v2-platform-release Change-Id: I339019f29cf9e40c0ccc60c67de015a07a30e831
2022-03-09Merge SP2A.220305.013Haamed Gheibi
Bug: 220074017 Change-Id: I629588f9ba870d5920d6f2477ed657975a7c4d9e
2022-02-28Merge a1cc53127bc070cd70b06efe3f8e95d9d06e2a77 on remote branchLinux Build Service Account
Change-Id: Ic75496c1b2b0f7daa24b6b6400a9e7998f4dbf51
2022-02-16Merge cherrypicks of [16685428, 16688543, 16684091] into sc-v2-release. am: ↵Android Build Coastguard Worker
62d30d71f4 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16874565 Change-Id: I8948cdc5588b4b620cd31c243a74b81361d605e5
2022-02-14Merge cherrypicks of [16685428, 16688543, 16684091] into sc-v2-release.Android Build Coastguard Worker
Change-Id: If86b1acade6ad30900ecf35f9dc7b9afa223723e
2022-02-14Fix bug where back swipe to icon in All Apps search result.Jon Miranda
Issue is that All Apps is scaling during the animation, so when FloatingIconView looks for it in the view hierarchy, it's not in its final position. This would be the cleanest approach for a scv2 fix Bug: 213306709 Test: manual Change-Id: Iaec77d15c9533edccd9c82164143af8fa522158f Merged-In: Iaec77d15c9533edccd9c82164143af8fa522158f (cherry picked from commit db767aa5757878ff37b82951b1bda71be1c9be4f) Merged-In:Iaec77d15c9533edccd9c82164143af8fa522158f
2022-02-14Add fallback for missing remote animation callbacksWinson Chung
- In some cases WM won't callback the remote animation callbacks (neither start nor cancel) and Launcher never finishes executing the pending command (preventing the subsequent commands from running). For the time being, just cancel the current state to allow the commands to be processed. Bug: 194011186 Test: Mash on overview and home buttons with a 3p launcher Signed-off-by: Winson Chung <winsonc@google.com> Change-Id: I1b1296fab316b979f441ebb474d1475e3fa68f95 Merged-In: I1b1296fab316b979f441ebb474d1475e3fa68f95 (cherry picked from commit bb530e9058e085bb1668a42ed9dc81f079af6304) Merged-In:I1b1296fab316b979f441ebb474d1475e3fa68f95
2022-02-14Dispatch hover events through the input consumer proxyWinson Chung
- Touch explore uses hover events to focus views for accessibility, but we were dropping these events when handling them through the input consumer proxy. The reason this changed is that in sc-v2 we moved the recents input consumer to the top of the task display area to ensure that it was always above any of the tasks in splitscreen, but by doing so, it was always above launcher even after settling in overview. The existing path for handling motion events is heavily tied to touch handling (action down/move/up) so we just add a separate path for dispatching hover events through the normal mechanism to launcher via the consumer. Bug: 197043796 Change-Id: I5f8cfd357ff13971fe172ce1d0179535479cd26c (cherry picked from commit eff9a120c67bb85d66f6d2244da05f283f30f93d) Merged-In:I5f8cfd357ff13971fe172ce1d0179535479cd26c
2022-02-13Snap for 8179158 from 6ecf1ab0470bc03accf565ee0955e78f487a32ab to ↵Android Build Coastguard Worker
s-keystone-qcom-release Change-Id: I80e912ca76c4e3ed189e3be6de42a8b9cc9713c0
2022-02-12Merge s-mpr-2022-02-05-2Eric Arseneau
Change-Id: I6a5cff194cae2b586fff0078cc20436ced5fd2f8
2022-02-12Snap for 8175339 from 438b7d8063d58a26ebea8d9ed232535123b01e57 to ↵Android Build Coastguard Worker
s-keystone-qcom-release Change-Id: I1e4461fb0a178dcc5ce7fb5d260f2cbdcc28f976
2022-02-08Merge s-mpr-2022-02-05Matt Lee
Change-Id: Ifa0d32b62a8566750e7b1a4b4d616dccc43658ff
2022-01-30Merge 40683bef1f788550af126b9c5603d0b3270d9309 on remote branchLinux Build Service Account
Change-Id: I965c1e8e4bdfc6aa922cd7d74b4de583e67c8f87
2022-01-23Merge cherrypicks of [16591950] into sc-v2-release.Android Build Coastguard Worker
Change-Id: I637b089db1894fd8da178028ba4ad582cc94e513
2022-01-23End live tile when notification panel is pulled down for the first time in ↵Tracy Zhou
Overview. Fixes: 211556489 Test: Go to overview with live tile. Turn on dark theme. Pull the panel back up. Make sure everything looks fine (live tile is ended). Change-Id: I51cb81718a489ad7568c5e05ace0b3dbc6ca5443 (cherry picked from commit 0077caa15d567da042f19deffe319682043863db) Merged-In:I51cb81718a489ad7568c5e05ace0b3dbc6ca5443
2022-01-16Merge 6a91dd93ed717a1dfa4fdbbd6636a9b66d134544 on remote branchLinux Build Service Account
Change-Id: Ia768f21d6d778d95ce83e825b45612a0b110f78d
2022-01-15Snap for 8082048 from 88c671ee71d5271e33ce6bcb2b53deb54d5e882a to sc-v2-releaseAndroid Build Coastguard Worker
Change-Id: I8da80ac021361bd3ed429872ee4ba2f526372329