Commit Graph

66407 Commits

Author SHA1 Message Date
SuperDragonXD 4826650eef Add initial support for custom search engines
Will expose pref UI later
2024-06-28 22:16:32 +08:00
SuperDragonXD 4565d48ea3 Use channelFlow to further improve search performance
TODO: Remove the jumpy UI
2024-06-28 22:16:12 +08:00
SuperDragonXD 788c6de315 Cleanup code 2024-06-28 21:03:58 +08:00
SuperDragonXD 6b6b5ae7ee Add maximum width to ComposeBottomSheet.kt 2024-06-28 21:03:58 +08:00
SuperDragonXD 8649c7f213 Simplify ColorStyles.kt 2024-06-28 21:03:58 +08:00
SuperDragonXD e09f395768 Fix color selector tab index 2024-06-28 21:03:58 +08:00
SuperDragonXD 986f8d2413 Update drawer colors 2024-06-28 21:03:58 +08:00
SuperDragonXD 524724c6a7 Use kotlin flows for local search algorithm 2024-06-28 21:03:58 +08:00
SuperDragonXD 6147f2b5f3 Revert tertiary color change 2024-06-28 21:03:58 +08:00
SuperDragonXD fc9efa9bd1 Fix quick launch item (again) 2024-06-28 21:03:58 +08:00
renovate[bot] 085da18333 Update dependency com.github.topjohnwu.libsu:service to v6 (#4523)
* Update dependency com.github.topjohnwu.libsu:service to v6

* Add allowDependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2024-06-28 09:13:18 +00:00
SuperDragonXD 82e3c1c774 Fix crash on preferences light theme 2024-06-27 09:44:42 +08:00
renovate[bot] c043b249a3 Update dependency androidx.test.ext:junit to v1.2.1 (#4520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-27 08:27:52 +08:00
renovate[bot] ccb7d5fe01 Update dependency androidx.test.espresso:espresso-core to v3.6.1 (#4519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-27 00:22:21 +00:00
renovate[bot] ecf7a00af2 Update dependency androidx.compose.material3:material3 to v1.3.0-beta04 (#4515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-27 08:17:52 +08:00
renovate[bot] 8d4a763ed8 Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta04 (#4516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-27 08:15:40 +08:00
renovate[bot] 6fd6b899f5 Update dependency androidx.navigation:navigation-compose to v2.8.0-beta04 (#4518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-27 08:15:32 +08:00
SuperDragonXD 2643185920 Apply spotless 2024-06-26 20:44:17 +08:00
SuperDragonXD 5400863d16 Theme additional Launcher3 components 2024-06-26 20:42:59 +08:00
SuperDragonXD f18695e430 Fix color styles logic 2024-06-26 20:05:58 +08:00
SuperDragonXD 2ab2ef743f Use proper colors for surface colors 2024-06-26 19:10:39 +08:00
SuperDragonXD c4a5e7eda6 Allow changing color style 2024-06-26 19:10:38 +08:00
SuperDragonXD 8b5a81c5e7 Reorganize colorscheme files 2024-06-26 19:10:38 +08:00
SuperDragonXD 4ca9650f49 Migrate monet ColorScheme to a13 implementation 2024-06-26 19:10:38 +08:00
renovate[bot] d131945aca Update protocVersion to v4.27.2 (#4511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-26 14:26:33 +08:00
renovate[bot] 3670260a7f Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 (#4510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-26 07:13:22 +08:00
renovate[bot] 7275dc191a Update dependency androidx.test.ext:junit to v1.2.0 (#4505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 20:38:27 +08:00
renovate[bot] 5e2b386049 Update dependency androidx.test.espresso:espresso-core to v3.6.0 (#4504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 20:25:56 +08:00
Lawnchair Bot b5f768d884 New Crowdin translations by GitHub Action (#4499)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-06-23 03:49:43 +03:30
SuperDragonXD 9aac523fc4 Reorganize and refactor strings.xml
This commit re-organizes `lawn/`'s `strings.xml` code files for clarity and also adds a simple naming scheme. The strings will probably be renamed soon, since I don't have the time to do all of that
2024-06-22 18:32:17 +08:00
John Andrew Camu 739c2e5afa Revert back to fixed unclickable action 2024-06-22 16:07:19 +08:00
Susexe 85273a560c Update strings to conform to Material Design's style guide (#4209)
Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com>
2024-06-22 15:51:24 +08:00
MrSluffy 8b95cfc877 Fixed crash when transparent is enabled on unsupported theme icon
-Closes : #3830
-Closes : #3377
2024-06-22 15:44:51 +08:00
SuperDragonXD 0f2f8be742 Apply spotless 2024-06-22 15:43:18 +08:00
SuperDragonXD 72f058f04c Highlight quick launch item
Fixes #4339
2024-06-22 15:36:00 +08:00
SuperDragonXD 5515c2695e Match strings from Pixel Launcher 2024-06-22 15:34:10 +08:00
SuperDragonXD 71f807cb32 Centralize common algorithm functions 2024-06-22 15:34:10 +08:00
MrSluffy 43a5cc7011 Fixed keyboard disappear on empty search
- Closes : #4095
2024-06-22 15:12:51 +08:00
Unofficial Life f131f287ee Theme color change to latest android version theming 2024-06-22 13:06:19 +08:00
John Andrew Camu 930d0e6cd7 Add Support for big screen (#4461)
* Initial Support for big screen

* Fixed regressions

* Don't recalculate when device isTablet
2024-06-22 12:58:43 +08:00
renovate[bot] aaa00c19f4 Update dependency com.github.topjohnwu.libsu:core to v5.3.0 (#4489)
* Update dependency com.github.topjohnwu.libsu:core to v5.3.0

* Update dependency com.github.topjohnwu.libsu:service to v5.3.0

* Migrate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2024-06-20 02:09:13 +00:00
Zongle Wang f6f00bfc95 Bump compileSdk to 35 2024-06-20 10:07:31 +08:00
Lawnchair Bot 382171893c New Crowdin translations by GitHub Action (#4486)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-06-16 03:49:29 +03:30
Zongle Wang 0b7b251d8d Optimize google maven 2024-06-14 15:09:18 +08:00
renovate[bot] bf372b3266 Update AGP to v8.5.0 (#4483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14 09:16:15 +08:00
renovate[bot] 86e6f04f7b Update dependency androidx.concurrent:concurrent-futures to v1.2.0 (#4482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 21:01:32 +08:00
renovate[bot] a50d2d4950 Update dependency androidx.compose:compose-bom to v2024.06.00 (#4481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 00:46:05 +00:00
renovate[bot] 02bb86a49c Update dependency androidx.compose.material3:material3 to v1.3.0-beta03 (#4477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 08:40:12 +08:00
renovate[bot] 7805f282c9 Update plugin com.gradle.develocity to v3.17.5 (#4480)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 08:39:51 +08:00
renovate[bot] 5b8c9e6643 Update androidx.lifecycle to v2.8.2 (#4476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 08:39:33 +08:00