Commit Graph

66177 Commits

Author SHA1 Message Date
renovate[bot]
36a9767b05 Update dependency com.airbnb.android:lottie to v6.4.0 (#4108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 17:53:31 +08:00
Lawnchair Bot
634bc3b87b New Crowdin translations by GitHub Action (#4104)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-03-03 03:48:54 +03:30
renovate[bot]
eeb901dc64 Update AGP to v8.3.0 (#4102)
* Update AGP to v8.3.0

* Override minSdk in com.kieronquinn.smartspacer:sdk-client

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2024-03-01 01:57:08 +00:00
renovate[bot]
07e8cf6722 Update plugin com.google.devtools.ksp to v1.9.22-1.0.18 (#4101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-01 09:36:47 +08:00
SuperDragonXD
f07a5c9f5d Open allapps when QSB provider is Startpage and web suggestions are on 2024-02-28 15:33:07 +08:00
renovate[bot]
d08b6fbf5d Update Dagger to v2.51 (#4099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-27 18:52:26 +00:00
Lawnchair Bot
12836ad46b New Crowdin translations by GitHub Action (#4094)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-02-25 03:48:50 +03:30
renovate[bot]
ca265d2807 Update dependency io.coil-kt:coil-compose to v2.6.0 (#4091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-24 09:30:58 +08:00
SlowNicoFish
0ae0ce9ae1 Add an option to hide/show scrollbar in app drawer (#4090)
* Added option to hide/show scrollbar in app drawer (all apps)

* Update src/com/android/launcher3/allapps/ActivityAllAppsContainerView.java

* Fix

* Requested changes from review
Removed description and moved prefs check

---------

Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-02-23 15:52:21 +08:00
renovate[bot]
9d70a50f67 Update dependency composeOptions to v1.5.10 (#4088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 10:13:11 +08:00
renovate[bot]
b64a76f673 Update dependency androidx.test.uiautomator:uiautomator to v2.3.0 (#4089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 10:12:58 +08:00
MrSluffy
84f47cd8f9 properly set position when toggle is off 2024-02-18 16:57:30 +08:00
MrSluffy
947a2a7128 fixed - overlap suggestion in all apps 2024-02-18 12:34:21 +08:00
MrSluffy
eb472b2953 feat - Remember position
- Closes : #3958
2024-02-18 12:02:52 +08:00
Lawnchair Bot
ffc94c3202 New Crowdin translations by GitHub Action (#4081)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-02-18 03:47:58 +03:30
MrSluffy
b17a5b7fc4 fixed - hide drawer header placeholder when app search is disable
- Closes : #4011
2024-02-17 20:06:19 +08:00
MrSluffy
6146a4a6f8 Fixed - going to home when tapping nav pill multiple times
Error Reproduce : Make sure lawnchair set as Recent Provider
1. Open app
2. Tap multiple nav pill
3. issue occur
2024-02-17 15:40:49 +08:00
renovate[bot]
a6e139781f Update dependency com.google.errorprone:error_prone_annotations to v2.25.0 (#4080)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-17 10:41:34 +08:00
renovate[bot]
4caf5c5668 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3 (#4078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-17 03:15:57 +08:00
renovate[bot]
5cb130524e Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.8.0 (#4076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-16 17:10:59 +08:00
renovate[bot]
af93d3f1df Update protocVersion to v3.25.3 (#4077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-16 17:10:52 +08:00
renovate[bot]
74fac1db60 Update plugin app.cash.licensee to v1.9.1 (#4073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-13 11:37:25 +08:00
John Andrew Camu
f20cc146cf Add support PIP for One UI 5.1 core (#4028) 2024-02-11 20:02:49 +08:00
John Andrew Camu
0149f06056 Add my codename 2024-02-11 20:01:40 +08:00
MrSluffy
861f4439e4 Fixed clear all action in A10
error : java.lang.NoSuchMethodError: No static method getInstance()Landroid/app/ActivityTaskManager; in class Landroid/app/ActivityTaskManager; or its super classes (declaration of 'android.app.ActivityTaskManager' appears in /system/framework/framework.jar)
	at t7.g0.a(Unknown Source:33)
	at com.android.quickstep.views.RecentsView.lambda$createAllTasksDismissAnimation$29(Unknown Source:4)
	at com.android.quickstep.views.RecentsView.T(Unknown Source:0)
2024-02-11 09:28:18 +08:00
SuperDragonXD
f686b13f8b Re-theme Launcher3 components (#4068)
There were some themes that were remove during the 14 and 13 merge. This commit attempt to fix it.

---------

Co-authored-by: John Andrew Camu <werdna.jac@gmail.com>
2024-02-11 09:00:46 +08:00
Lawnchair Bot
f1f8c1c6f4 New Crowdin translations by GitHub Action (#4069)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-02-11 03:48:53 +03:30
MrSluffy
82825434a9 Task Menu : Add Force Stop 2024-02-10 18:48:24 +08:00
MrSluffy
04e243a875 Add Uninstall Button 2024-02-10 18:25:36 +08:00
John Andrew Camu
594dc1c3d2 Introducing Task Lock in Overview (#4061)
In situations where users frequently run the app in the background, and open multiple apps, there may be instances where a specific app should not be cleared when performing a 'Clear All' or 'Dismiss' action. This new feature ensures that a selected running task or app remains in the Recent View and will not be removed.
2024-02-10 17:32:43 +08:00
MrSluffy
ffb0b95f35 Revert "Update dependency androidx.compose:compose-bom to v2024.02.00 (#4058)"
This reverts commit 30f4cd3ac3.

- Closes #4064
2024-02-10 16:21:23 +08:00
SuperDragonXD
4c54d321e2 TopBar.kt - simplify code
Since LargeTopAppBar respects the SystemUI insets, this commit removes the unneeded padding code. Alongside that, it also removes the custom colors since they function properly now.
2024-02-10 12:56:23 +08:00
renovate[bot]
89f868c8cf Update plugin org.gradle.android.cache-fix to v3.0.1 (#4066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-10 09:40:37 +08:00
SuperDragonXD
89767473ff Move Feed preferences to a PreferenceGroup 2024-02-09 20:38:32 +08:00
SuperDragonXD
f5e924ebf9 Use MainSwitchPreference on SmartspacePreferences.kt
This commit also tweaks the `description` parameter of the said preference, and does some refactoring to make the codebase more maintainable.
2024-02-09 19:57:59 +08:00
SuperDragonXD
c6e975be4d Create MainSwitchPreference (#4062) 2024-02-09 18:46:34 +08:00
Pun Butrach
066a9e3ffa Promote smartspace provider selection to stable (#4063)
* Promote At a Glance Provider Selection to stable

* Remove smartspace provider from experimental settings
2024-02-09 18:44:54 +08:00
Goooler
0fcab6a53a Revert "Sort app results first if they start with the query (#4044)"
This reverts commit 1c69639bc9.
2024-02-09 09:58:36 +08:00
Goooler
058e69c3ff Revert format changes in FeatureFlags 2024-02-09 09:46:41 +08:00
Goooler
e20638aa2c Revert format changes 2024-02-09 09:08:40 +08:00
MrSluffy
c0a7860045 Fix conflicts 2024-02-09 07:45:04 +08:00
Goooler
aa2f7086ea Merge tag 'android-14.0.0_r28' into android-14.0.0_r28
Android 14.0.0 Release 28 (UP1A.231105.001.B2)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZcKIlAAKCRDorT+BmrEO
# eBpvAJ4nxs3kcAIk4V/imBoX2pQFBOJYCACfUgnHI+9dgPBM5yKFzN/Hm/DhrDs=
# =avdO
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Feb  7 03:29:24 2024 CST
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Can't check signature: No public key

# Conflicts:
#	lawnchair/res/color/widgets_picker_scrim.xml
#	quickstep/src/com/android/launcher3/QuickstepTransitionManager.java
#	quickstep/src/com/android/launcher3/taskbar/NavbarButtonsViewController.java
#	quickstep/src/com/android/launcher3/taskbar/TaskbarLauncherStateController.java
#	quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java
#	quickstep/src/com/android/quickstep/TaskAnimationManager.java
#	quickstep/src/com/android/quickstep/TaskViewUtils.java
#	quickstep/src/com/android/quickstep/interaction/AllSetActivity.java
#	src/com/android/launcher3/config/FeatureFlags.java
#	src/com/android/launcher3/folder/LauncherDelegate.java
2024-02-08 22:44:10 +08:00
renovate[bot]
30f4cd3ac3 Update dependency androidx.compose:compose-bom to v2024.02.00 (#4058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 11:45:53 +08:00
renovate[bot]
e3514b2c87 Update dependency composeOptions to v1.5.9 (#4056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 11:34:14 +08:00
renovate[bot]
dc31ac232c Update dependency androidx.navigation:navigation-compose to v2.7.7 (#4055)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 11:32:13 +08:00
Lawnchair Bot
7b1024a903 New Crowdin translations by GitHub Action (#4049)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-02-04 03:48:13 +03:30
Oskar
1c69639bc9 Sort app results first if they start with the query (#4044) 2024-02-04 01:59:21 +08:00
Zongle Wang
24f4703c97 Save CC data on CI
https://github.com/gradle/actions/blob/main/setup-gradle/README.md#saving-configuration-cache-data
2024-02-03 12:26:54 +08:00
renovate[bot]
f72919cf35 Update dependency gradle to v8.6 (#4043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-03 10:18:03 +08:00
renovate[bot]
aa431cf04d Update dependency io.github.fornewid:material-motion-compose-core to v1.2.0 (#4036)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-31 09:32:41 +08:00