Commit Graph

66464 Commits

Author SHA1 Message Date
renovate[bot]
d12e46e5b0 Update dependency io.nlopez.compose.rules:ktlint to v0.4.8 (#4611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 23:31:19 +08:00
renovate[bot]
3d21af216e Update plugin com.google.devtools.ksp to v2.0.0-1.0.24 (#4608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 01:03:02 +00:00
renovate[bot]
2135c06b0d Update dependency io.nlopez.compose.rules:ktlint to v0.4.7 (#4607)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 01:00:38 +00:00
renovate[bot]
2b4495cec5 Update dependency io.nlopez.compose.rules:ktlint to v0.4.6 (#4605)
* Update dependency io.nlopez.compose.rules:ktlint to v0.4.6

* Fix PreferencesOverflowMenu

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2024-07-30 00:55:08 +00:00
MrSluffy
90ecc23782 Initial implementation wallpaper blur 2024-07-28 18:46:37 +08:00
MrSluffy
8244819d65 Add support dock search transparency 2024-07-28 18:25:33 +08:00
Lawnchair Bot
6f4502277a New Crowdin translations by GitHub Action (#4601)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-28 03:50:45 +03:30
MrSluffy
84a0971a36 Set default arrangement 2024-07-27 21:33:16 +08:00
MrSluffy
fa07d24e9e Fixed crash setting on release build 2024-07-27 21:27:01 +08:00
MrSluffy
291f716b97 Initial implementation Drag pref group 2024-07-27 20:17:41 +08:00
MrSluffy
cb99d8f4e5 Add Space 2024-07-27 10:10:31 +08:00
MrSluffy
4a61cb261e Fixed search result 2024-07-27 09:56:44 +08:00
SuperDragonXD
fb92d554fd Update announcements to use swipe to dismiss 2024-07-26 19:58:12 +08:00
SuperDragonXD
c36e06c2b2 Improve PreferenceDashboard UI 2024-07-26 19:58:12 +08:00
SuperDragonXD
1834fb045f Revert single app search result look 2024-07-26 19:58:12 +08:00
renovate[bot]
a5045f2bdb Update dependency androidx.compose.material3:material3 to v1.3.0-beta05 (#4597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-26 07:38:19 +08:00
Alvin Francis
60e6d50505 Launcher3: quickstep: TouchInteractionService: Do not crash on boot (#4589)
When using a 3rd party launcher most likely

Log:
E AndroidRuntime: Process: com.android.launcher3, PID: 2783
E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_UNLOCKED flg=0x50000010 (has extras) } in com.android.launcher3.util.SimpleBroadcastReceiver@89bb61a
E AndroidRuntime:        at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1818)
E AndroidRuntime:        at android.app.LoadedApk$ReceiverDispatcher$Args.$r8$lambda$mcNAAl1SQ4MyJPyDg8TJ2x2h0Rk(Unknown Source:0)
E AndroidRuntime:        at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:959)
E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:100)
E AndroidRuntime:        at android.os.Looper.loopOnce(Looper.java:232)
E AndroidRuntime:        at android.os.Looper.loop(Looper.java:317)
E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:8502)
E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:554)
E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
E AndroidRuntime: Caused by: java.lang.IllegalStateException: Existing input consumer found with name: recents_animation_input_consumer, display: 0, user: UserHandle{0}
E AndroidRuntime:        at android.os.Parcel.createExceptionOrNull(Parcel.java:3190)
E AndroidRuntime:        at android.os.Parcel.createException(Parcel.java:3166)
E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:3149)
E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:3091)
E AndroidRuntime:        at android.view.IWindowManager$Stub$Proxy.createInputConsumer(IWindowManager.java:4872)
E AndroidRuntime:        at com.android.systemui.shared.system.InputConsumerController.registerInputConsumer(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:24)
E AndroidRuntime:        at com.android.quickstep.TouchInteractionService.onUserUnlocked(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:51)
E AndroidRuntime:        at com.android.quickstep.TouchInteractionService$$ExternalSyntheticLambda0.run(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:12)
E AndroidRuntime:        at com.android.launcher3.util.RunnableList.executeAllAndClear(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:21)
E AndroidRuntime:        at com.android.launcher3.util.RunnableList.executeAllAndDestroy(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:4)
E AndroidRuntime:        at com.android.launcher3.util.LockedUserState.access$notifyUserUnlocked(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:3)
E AndroidRuntime:        at com.android.launcher3.util.LockedUserState$mUserUnlockedReceiver$1.accept(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:22)
E AndroidRuntime:        at com.android.launcher3.util.SimpleBroadcastReceiver.onReceive(go/retraceme 015d387a8a548af421dcff814eada6998d8d1f185998fc40f30bbeef937dbdc3:3)
E AndroidRuntime:        at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1810)
E AndroidRuntime:        ... 10 more
E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace:
E AndroidRuntime:        at com.android.server.wm.InputMonitor.createInputConsumer(InputMonitor.java:226)
E AndroidRuntime:        at com.android.server.wm.WindowManagerService.createInputConsumer(WindowManagerService.java:6543)
E AndroidRuntime:        at android.view.IWindowManager$Stub.onTransact(IWindowManager.java:2612)
E AndroidRuntime:        at com.android.server.wm.WindowManagerService.onTransact(WindowManagerService.java:1406)
E AndroidRuntime:        at android.os.Binder.execTransactInternal(Binder.java:1496)

Co-authored-by: Ido Ben-Hur <idoybh2@gmail.com>
2024-07-25 09:44:08 +08:00
renovate[bot]
e892878147 Update androidx.lifecycle to v2.8.4 (#4592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 07:53:06 +08:00
renovate[bot]
28154e1c71 Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta05 (#4594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 07:52:38 +08:00
renovate[bot]
aa610651eb Update dependency androidx.activity:activity-compose to v1.9.1 (#4593)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 07:51:43 +08:00
renovate[bot]
b80e30a4bc Update dependency androidx.navigation:navigation-compose to v2.8.0-beta06 (#4595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 07:51:34 +08:00
renovate[bot]
4044c71abb Update plugin com.gradle.develocity to v3.17.6 (#4586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 19:35:38 +08:00
Lawnchair Bot
9b74fe86e0 New Crowdin translations by GitHub Action (#4583)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-21 03:50:24 +03:30
SuperDragonXD
4d11944c30 Run spotlessApply 2024-07-19 21:14:54 +08:00
SuperDragonXD
cf18b4bf79 Fix app result size 2024-07-19 20:44:23 +08:00
SuperDragonXD
0fc79b9d82 Refactor search result generation 2024-07-19 19:33:34 +08:00
SuperDragonXD
7cd01c0789 Fix mic button showing on invalid intent 2024-07-19 18:23:36 +08:00
SuperDragonXD
febc8660c3 Fix single app result not showing on no shortcuts
Closes #4542, #4546, #4538
2024-07-19 18:11:25 +08:00
renovate[bot]
75634b6b77 Update dependency com.google.errorprone:error_prone_annotations to v2.29.2 (#4581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 08:20:17 +08:00
renovate[bot]
493c49ebca Update dependency io.coil-kt:coil-compose to v2.7.0 (#4578)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-18 10:23:46 +08:00
renovate[bot]
02d047fed7 Update dependency com.google.errorprone:error_prone_annotations to v2.29.1 (#4579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-18 10:23:36 +08:00
Timur Khatmullin
738263f774 Add Yandex to QSB providers (#4545)
* Added Yandex QSB Provider

* Icon updated

* Icon updated [2]

---------

Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com>
2024-07-17 14:32:23 +08:00
renovate[bot]
1b9239db15 Update dependency com.google.errorprone:error_prone_annotations to v2.29.0 (#4575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-17 09:03:35 +08:00
Zongle Wang
2d4325a44e Compose buildFeature flag could be removed for now 2024-07-16 10:10:03 +08:00
Lawnchair Bot
9572494ff1 New Crowdin translations by GitHub Action (#4566)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-14 03:50:44 +03:30
renovate[bot]
958c25d8bf Update plugin com.google.devtools.ksp to v2.0.0-1.0.23 (#4561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-12 15:06:45 +08:00
renovate[bot]
3b7aae6ded Update dependency gradle to v8.9 (#4557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-12 08:21:11 +08:00
renovate[bot]
784ab79851 Update AGP to v8.5.1 (#4558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-12 08:21:00 +08:00
renovate[bot]
26b09546e5 Update dependency androidx.navigation:navigation-compose to v2.8.0-beta05 (#4556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 08:38:09 +08:00
SuperDragonXD
b63b719a36 Update drawer search item padding 2024-07-09 21:48:09 +08:00
SuperDragonXD
5913dd3920 Fix back button for screens in large screen devices 2024-07-09 21:47:13 +08:00
SuperDragonXD
c817ae512d Remove custom ripple on PreferenceCategory 2024-07-09 21:47:13 +08:00
SuperDragonXD
4d85ec9bf8 Cleanup debug menu 2024-07-09 21:47:13 +08:00
SuperDragonXD
1a496e1a15 Make drawer qsb support hotseat qsb search provider 2024-07-09 21:47:13 +08:00
Lawnchair Bot
998545f0d9 New Crowdin translations by GitHub Action (#4550)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-07 03:50:29 +03:30
sandstranger
752af659b6 fix recents activity crash on Android 12 (#4530)
* fix recents activity crash on Android 12

(cherry picked from commit cd652cc13716f8e34340342cda23e605798fc74e)

* fix code style

* Fixed crash in 12.1

---------

Co-authored-by: Evgeniy Mineev <e.mineev@crazypanda.ru>
Co-authored-by: MrSluffy <werdna.jac@gmail.com>
2024-07-07 07:37:53 +08:00
SuperDragonXD
c15a7580e0 Tweak drawer search settings defaults
This commit changes a few default search settings:

- Make `LOCAL_SEARCH` the default search algorithm
- Disable replacing search icon with web suggestion provider icon
2024-07-05 22:50:59 +08:00
renovate[bot]
0d3acb63df Update dependency com.kieronquinn.smartspacer:sdk-client to v1.0.11 (#4540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-04 14:20:53 +08:00
renovate[bot]
54bf5f3bc3 Update dependency io.nlopez.compose.rules:ktlint to v0.4.5 (#4536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-03 07:56:50 +08:00
renovate[bot]
80a00a21d6 Update androidx.lifecycle to v2.8.3 (#4535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-03 07:56:42 +08:00