Commit Graph

66357 Commits

Author SHA1 Message Date
renovate[bot] 6d75e15eec Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta03 (#4478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 08:38:11 +08:00
renovate[bot] a085c5f9ce Update dependency androidx.navigation:navigation-compose to v2.8.0-beta03 (#4479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 08:38:00 +08:00
Zongle Wang a7c57dfe50 Update and rename renovate.json to renovate.json5 2024-06-11 11:41:22 +08:00
renovate[bot] 476f37a37b Update AGP to v8.4.2 (#4472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-11 08:18:24 +08:00
Lawnchair Bot 302cc26f90 New Crowdin translations by GitHub Action (#4463)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-06-09 03:50:10 +03:30
MrSluffy c64e205509 Fixed Global search regressions
- Closes : #4438
- Fixes crash :
java.util.NoSuchElementException: List is empty.
	at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:221)
	at app.lawnchair.search.algorithms.LawnchairLocalSearchAlgorithm.getResult(LawnchairLocalSearchAlgorithm.kt:179)
	at app.lawnchair.search.algorithms.LawnchairLocalSearchAlgorithm.access$getResult(LawnchairLocalSearchAlgorithm.kt:63)
	at app.lawnchair.search.algorithms.LawnchairLocalSearchAlgorithm$getResult$1.invokeSuspend(Unknown Source:15)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at android.os.Handler.handleCallback(Handler.java:959)
	at android.os.Handler.dispatchMessage(Handler.java:100)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.app.ActivityThread.main(ActivityThread.java:8501)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@bb7af8b, Dispatchers.Main]
2024-06-08 09:58:58 +08:00
MrSluffy dfa7645f2c Add throwable error
- Closes : #4416
2024-06-08 09:02:13 +08:00
MrSluffy a4a55a9537 Fixe crashes below Q
- Closes : #4448
2024-06-08 08:52:09 +08:00
renovate[bot] e77a1b2d7e Update dependency io.nlopez.compose.rules:ktlint to v0.4.4 (#4452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-07 09:49:03 +08:00
renovate[bot] c8b7df04df Update protocVersion to v4.27.1 (#4453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-07 09:48:52 +08:00
renovate[bot] 251d05824f Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.0 (#4454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-07 09:48:35 +08:00
renovate[bot] 10c892b2b0 Update plugin com.google.devtools.ksp to v2.0.0-1.0.22 (#4451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-06 17:48:35 +08:00
John Andrew Camu e30660b155 Fixed crashes with gesture (#4417)
* Add support A14 QPR2
2024-06-02 16:26:42 +08:00
renovate[bot] 8f5e0cdec2 Update dependency io.github.fornewid:material-motion-compose-core to v1.2.1 (#4445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-02 15:22:51 +08:00
Lawnchair Bot f45a13e4b1 New Crowdin translations by GitHub Action (#4444)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-06-02 03:52:35 +03:30
renovate[bot] 86c54fac33 Update dependency gradle to v8.8 (#4443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-01 08:30:01 +08:00
renovate[bot] 223d784493 Update dependency com.google.errorprone:error_prone_annotations to v2.28.0 (#4442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-01 06:36:49 +08:00
SuperDragonXD d0dca4e471 Add accessibility service description 2024-05-31 16:50:17 +08:00
SuperDragonXD 06141ad8e8 Fix two pane issue on smaller devices 2024-05-30 21:32:39 +08:00
renovate[bot] c3a94a1e9d Update dependency androidx.navigation:navigation-compose to v2.8.0-beta02 (#4436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 20:59:28 +08:00
SuperDragonXD b6ea8e10f2 Support two-pane navigation on expanded devices
This commit contains the following changes:
- Add two pane for large devices
- Highlight current destination in Dashboard
- Remove back button on top-level destinations
- Add additional padding and rounded corners per-pane
- Add check to see if content does not require two-pane (example: Icon picker)
- Separate navigation code to separate files
- Support predictive back animations
2024-05-30 20:30:42 +08:00
renovate[bot] 13e1120fe1 Update dependency androidx.compose.material3:material3 to v1.3.0-beta02 (#4431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 01:33:10 +00:00
renovate[bot] 333ba17cd9 Update crowdin/github-action action to v2 (#4428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 09:25:36 +08:00
renovate[bot] 9003860d08 Update androidx.lifecycle to v2.8.1 (#4430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 09:24:47 +08:00
renovate[bot] f1dfe43d17 Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta02 (#4432)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 09:24:31 +08:00
renovate[bot] a3290097f4 Update dependency androidx.appcompat:appcompat to v1.7.0 (#4433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 09:24:22 +08:00
renovate[bot] da48253907 Update dependency io.nlopez.compose.rules:ktlint to v0.4.3 (#4424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 11:11:14 +08:00
renovate[bot] 612774df9d Update dependency com.airbnb.android:lottie to v6.4.1 (#4421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-28 09:43:46 +08:00
renovate[bot] 20b3618165 Update dependency io.nlopez.compose.rules:ktlint to v0.4.2 (#4423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-28 09:43:38 +08:00
Lawnchair Bot bffc1983df New Crowdin translations by GitHub Action (#4419)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-26 03:49:16 +03:30
MrSluffy 8a3e604f61 Fixed search result ui regression 2024-05-25 18:25:03 +08:00
JovannMC 9c1bd7bb0f Improve Lawnchair documentation (#4370) 2024-05-25 04:37:55 +00:00
renovate[bot] 3ffaf14844 Update protocVersion to v4.27.0 (#4415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-24 21:44:23 +08:00
renovate[bot] afc1b29f92 Update plugin com.google.devtools.ksp to v2.0.0-1.0.21 (#4412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-22 11:49:15 +00:00
renovate[bot] 856356a745 Kotlin 2.0.0 (#4408)
* Update Kotlin, KSP and Compose Compiler to v2.0.0

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-05-22 02:25:23 +00:00
renovate[bot] b389c99af7 Update dependency com.kieronquinn.smartspacer:sdk-client to v1.0.10 (#4411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-22 10:17:35 +08:00
renovate[bot] 1ca12f24bc Update AGP to v8.4.1 (#4406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 08:16:00 +08:00
renovate[bot] aa7053b241 Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta01 (#4351)
* Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta01

* Update dependency androidx.compose.material3:material3 to v1.3.0-beta01

* Migrate ModalBottomSheet

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2024-05-19 14:23:02 +08:00
Berke Emin Kabagöz 84ff0e6abc Fix isVisible NoSuchField issue (#4402) 2024-05-19 08:35:25 +08:00
Lawnchair Bot 5acb42c846 New Crowdin translations by GitHub Action (#4404)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-19 03:50:41 +03:30
renovate[bot] 069183796c Update plugin com.gradle.develocity to v3.17.4 (#4397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-18 06:53:48 +08:00
renovate[bot] dd0cf5fddc Update dependency io.nlopez.compose.rules:ktlint to v0.4.1 (#4395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 08:17:54 +08:00
Zongle Wang f48b5bff44 Use collectAsStateWithLifecycle to safely collect uiState (#4385)
https://medium.com/androiddevelopers/consuming-flows-safely-in-jetpack-compose-cde014d0d5a3
2024-05-15 15:40:30 +08:00
renovate[bot] 000f58ce64 Update androidx.lifecycle to v2.8.0 (#4390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 09:11:46 +08:00
renovate[bot] 0003c475a9 Update plugin com.google.devtools.ksp to v2.0.0-RC3-1.0.20 (#4386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 14:02:36 +08:00
renovate[bot] bf612c3dc2 Update dependency io.nlopez.compose.rules:ktlint to v0.3.21 (#4381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 21:05:15 +08:00
Lawnchair Bot 845aa4741b New Crowdin translations by GitHub Action (#4378)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-12 03:51:20 +03:30
renovate[bot] ae58d9ed7b Update plugin com.gradle.develocity to v3.17.3 (#4373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-11 09:06:44 +08:00
renovate[bot] 617ebbdaf6 Update Kotlin, KSP and Compose Compiler (#4374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-11 09:06:34 +08:00
Pun Butrach b701a87987 Update Google Fonts listing (#4362)
* Update Inter font from 3.012 to 4.000

* Update Google Fonts

* Automatic font updater

* Don't persist

* Disable development mode

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

* Emoji gone?

* Remove & Revoke my own API

* Better API error handling

* Display error without stacktrace

* Format using Ruff

* Remove hardcoded string

* Format

* Update docstring

* Update biannually

* WHY am I actually doiong this

* Hacky fix

* TODO: figure this tomorrow

* Revert "Update Inter font from 3.012 to 4.000"

This reverts commit cbaf76452ebdb4da194239b6565e5711e9808d2e.

* Style

---------

Signed-off-by: validcube <pun.butrach@gmail.com>
Co-authored-by: John Andrew Camu <werdna.jac@gmail.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2024-05-07 03:38:41 +08:00