Commit Graph

80253 Commits

Author SHA1 Message Date
renovate[bot]
ddddcaeeec chore(deps): update plugin google-ksp to v2.3.3 (#6121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 10:53:35 +08:00
renovate[bot]
a1943b6bee fix(deps): update dependency androidx.datastore:datastore-preferences to v1.2.0 (#6119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 10:53:25 +08:00
renovate[bot]
3099bf07db fix(deps): update lifecycle to v2.10.0 (#6116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 14:15:39 +08:00
renovate[bot]
a42f14f6fb fix(deps): update dependency androidx.activity:activity-compose to v1.12.0 (#6115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:04:36 +08:00
renovate[bot]
8589677dcf fix(deps): update compose to v1.9.5 (#6109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:04:08 +08:00
renovate[bot]
ee9f621c79 fix(deps): update room to v2.8.4 (#6114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:03:55 +08:00
renovate[bot]
f7a8e38bf1 fix(deps): update dependency androidx.window:window to v1.5.1 (#6113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:02:26 +08:00
renovate[bot]
719574f225 fix(deps): update dependency androidx.compose.material:material to v1.9.5 (#6112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:02:15 +08:00
renovate[bot]
2ed3c09754 fix(deps): update dependency androidx.compose:compose-bom to v2025.11.01 (#6110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:01:56 +08:00
renovate[bot]
71fede616b chore(deps): update dependency com.diffplug.spotless to v8.1.0 (#6106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-19 11:11:28 +08:00
renovate[bot]
d737b04e0f fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.2 (#6105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-19 11:11:20 +08:00
Varun Bansal
d2978f60aa fix: make folder background follow Material You accent colors (#6063)
* fix: make folder background follow Material You accent colors

* fix: spotlessCheck failed

---------

Co-authored-by: John Andrew Camu <werdna.jac@gmail.com>
2025-11-18 23:17:18 +08:00
renovate[bot]
464403ba5f chore(deps): update gradle to v9.2.1 (#6098)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-18 10:42:10 +08:00
renovate[bot]
80cdf5c9b5 fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.1 (#6094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 16:13:27 +08:00
SuperDragonXD
ed573b996c docs: Improve issue templates (#6096)
This PR updates the issue templates to reflect the new changes in this repository.
2025-11-17 11:54:57 +08:00
MrSluffy
1bb5878457 feat(deck): app categorization to folders using flowerpot
- Categorize apps using flowerpot and organize into folders
- Add blocking loading dialog during categorization process
- Prevent user cancellation during workspace setup
- Auto-add newly installed apps to appropriate folders

- closes : #5846
2025-11-16 11:55:24 +08:00
Lawnchair Bot
6509c05cdf New Crowdin translations by GitHub Action (#6091)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-11-16 10:40:48 +08:00
MrSluffy
949b74e450 fix(flowerpot): prevent duplicate apps and categorize all apps
- Track categorized apps using ComponentKey to prevent duplicates
- Add uncategorized apps to "Other" category
- Enhance rule matching to support CodeRules

### Fixes
- closes : #5341
- closes : #5659
2025-11-15 19:50:47 +08:00
renovate[bot]
5811b2d27f fix(deps): update dependency com.google.protobuf:protobuf-javalite to v4.33.1 (#6085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14 21:11:27 +08:00
renovate[bot]
de878a8377 chore(deps): update agp to v8.13.1 (#6075)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 11:14:31 +08:00
Pun Butrach
bc6d92f454 fix: Window Insets crashes on less than Android 11 (#6060)
* fix: Window Insets crashes on less than Android 11

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>

* Apply suggestion from @validcube

---------

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
2025-11-10 05:38:13 +08:00
Pun Butrach
5a863fb700 fix: Shortcut get disabled reason crashes on Android 8.1 (#6061)
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
2025-11-10 05:37:13 +08:00
Pun Butrach
555dfe5f54 fix: Resource crashes on Android 8.0 (#6069) 2025-11-10 05:35:26 +08:00
Lawnchair Bot
ceb734ecdc New Crowdin translations by GitHub Action (#6067)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-11-09 15:52:20 +08:00
renovate[bot]
0335408415 fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.44.0 (#6062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 15:09:59 +08:00
renovate[bot]
5a6ca51c2f chore(deps): update plugin google-ksp to v2.3.2 (#6057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 09:41:13 +08:00
renovate[bot]
02b946abcc fix(deps): update dependency androidx.compose:compose-bom to v2025.11.00 (#6054)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 13:48:29 +08:00
renovate[bot]
827aabbe7f fix(deps): update dependency androidx.navigation:navigation-compose to v2.9.6 (#6053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 13:48:19 +08:00
renovate[bot]
d3a4bca4d8 chore(deps): update plugin google-ksp to v2.3.1 (#6049)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 10:45:02 +08:00
Lawnchair Bot
1bac4fc466 New Crowdin translations by GitHub Action (#6041)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-11-02 14:48:14 +08:00
renovate[bot]
67b9051a55 fix(deps): update dependency com.airbnb.android:lottie to v6.7.1 (#6038)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-01 07:47:43 +08:00
renovate[bot]
473dfd8286 fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.0 (#6035)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-31 09:31:02 +08:00
renovate[bot]
36f5e8636c chore(deps): update gradle to v9.2.0 (#6033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-30 11:34:49 +08:00
renovate[bot]
7b5693d854 fix(deps): update dependency com.airbnb.android:lottie to v6.7.0 (#6030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 10:26:34 +08:00
Lawnchair Bot
e433629ccd New Crowdin translations by GitHub Action (#6024)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-10-26 17:36:41 +08:00
renovate[bot]
ca755d52bf chore(deps): update github artifact actions (#6020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 09:38:51 +08:00
Goooler
52eddd5205 Revert "Change build command to use NightlyDebug variant"
This reverts commit de0bec6d78.
2025-10-24 18:34:50 +08:00
Zongle Wang
de0bec6d78 Change build command to use NightlyDebug variant 2025-10-24 18:16:45 +08:00
Zongle Wang
3d60b919db Sync jvmTarget from jdkRelease (#6018) 2025-10-24 18:11:52 +08:00
Goooler
293475ace3 Switch JVM default flag 2025-10-23 18:03:45 +08:00
renovate[bot]
ef54b609a0 fix(deps): update kotlin monorepo to v2.2.21 2025-10-23 09:57:53 +00:00
Goooler
199ee3a77e Fix duplicate class kotlinx.android.parcel.* found
```
Duplicate class kotlinx.android.parcel.IgnoredOnParcel found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
Duplicate class kotlinx.android.parcel.Parceler found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
Duplicate class kotlinx.android.parcel.Parceler$DefaultImpls found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
Duplicate class kotlinx.android.parcel.Parcelize found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
Duplicate class kotlinx.android.parcel.RawValue found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
Duplicate class kotlinx.android.parcel.TypeParceler found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
Duplicate class kotlinx.android.parcel.WriteWith found in modules kotlin-android-extensions-runtime-1.3.72.jar -> kotlin-android-extensions-runtime-1.3.72 (org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72) and kotlin-parcelize-runtime-2.2.20.jar -> kotlin-parcelize-runtime-2.2.20 (org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20)
```
2025-10-23 17:49:51 +08:00
Goooler
9e9955a045 Fix classpath for KotlinCompile 2025-10-23 17:45:09 +08:00
renovate[bot]
de6e98c74b chore(deps): update kotlin to v2.2.20 2025-10-23 09:43:06 +00:00
renovate[bot]
db0796c8fe fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0 (#6016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 11:16:06 +08:00
Goooler
da5ce8a25f Eliminate packageRules for Renovate 2025-10-23 11:05:31 +08:00
renovate[bot]
0617479a39 fix(deps): update room to v2.8.3 (#5995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 11:05:20 +08:00
renovate[bot]
2e4ebbab94 fix(deps): update dagger to v2.57.2 (#5350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 11:04:57 +08:00
Goooler
07a730c5bc Tweak KSP args 2025-10-23 10:50:52 +08:00
Zongle Wang
e852f63f66 Kotlin and KSP are no longer tied together (#6014)
https://github.com/google/ksp/releases/tag/2.3.0
2025-10-23 10:46:51 +08:00