Commit Graph

39060 Commits

Author SHA1 Message Date
Goooler bb024ef89e AGP 7.3.1 & KSP 1.0.7
https://github.com/google/ksp/releases/tag/1.7.20-1.0.7
2022-10-14 09:43:47 +08:00
Goooler 5e8c1f9007 Remove Gradle's filesystem watching flag as it was enabled by default
https://docs.gradle.org/7.0.1/release-notes.html#file-system-watching
2022-10-13 14:37:38 +08:00
Goooler bddda749cc Bug Fix : Transparent background for Clock icons
Follow up #3011.
2022-10-13 09:27:52 +08:00
SuperDragonXD 899b1b7d67 Fix crashes from #3018 by un-! the comparison operator
Apparently I didn't fully read the docs:  `check` and`require` error out on `false`, instead of `true`. This commit fixes that by removing the `!` on the comparison operators.
2022-10-12 21:55:51 +08:00
Goooler f9284b3f85 Sync submodule
https://github.com/LawnchairLauncher/lawnchair/pull/3011
https://github.com/LawnchairLauncher/platform_frameworks_libs_systemui/pull/7
2022-10-12 21:05:07 +08:00
Naveen b587ba5cb7 Transparent background for themed icons (#3011)
It would be nice to have an option to make the icon background transparent when themed icons (with Lawnicons) used.

Co-authored-by: Yasan <yasandev@gmail.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2022-10-12 20:55:35 +08:00
Naveen 78437aad9e Hide hidden apps in search (#3014)
- Hide apps in search by default.
- Added switch to show hidden apps in search , If needed for someone.

Co-authored-by: Goooler <wangzongler@gmail.com>
2022-10-12 20:00:07 +08:00
Goooler 4d38496a9c Use the default G1GC on JDK 17+
Remove -XX:+UseParallelGC and use the default garbage collector as the improvements are minimal on JDK 17+
2022-10-12 18:10:49 +08:00
Goooler c7ad0d0085 Simplify error state checks (#3018)
- `throw IllegalStateException` -> `check`
- `throw IllegalArgumentException` -> `require`
2022-10-12 10:24:35 +08:00
SuperDragonXD b35eb21843 Theme search bar by default (fixes #3013) 2022-10-11 17:58:26 +08:00
Goooler ab67440c81 Cleanup maven repos 2022-10-06 15:44:49 +08:00
Goooler de59af030e Kotlin 1.7.20 (#3005)
https://github.com/JetBrains/kotlin/releases/tag/v1.7.20
https://github.com/google/ksp/releases/tag/1.7.20-1.0.6
https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.3.2
2022-10-06 14:48:38 +08:00
Suphon T b8943840dc Color selector improvements (#2991)
* Refactor color preference args

* Combine "Dynamic" and "Presets" page

* Fix color picker initialized as transparent

* Extract duplicate hsv conversion calls

* Align HSV picker paddings

* Add section headers for color presets

* Automatically apply color on preset click

* Change color picker arguments to Int
2022-10-04 16:05:01 +07:00
SuperDragonXD 956e7b49a7 README.md: Added Telegram and Discord badges 2022-10-03 10:24:06 +08:00
Goooler 6fd1fe19c8 Improve Simplified Chinese translations 2022-10-02 04:47:12 +00:00
Crowdin Bot c5d628a117 New Crowdin translations by Github Action 2022-10-02 04:47:12 +00:00
Suphon T 663e6e6f75 Show empty search text when there is no market (#2990) 2022-10-01 14:46:59 +07:00
Suphon T 43fba270e6 Fix top bar scroll behavior (#2989)
* Switch topBar behavior to exitUntilCollapsed

* Fix top bar not expanding
2022-10-01 13:02:31 +08:00
Yasan d75e31c021 Custom Notification Dot Counter Color Support (#2977)
* Add `notificationDotTextColor` to `PreferenceManager2`
* Add `notificationDotTextColor` to preferences UI
* Pass counter color to `DotRenderer`
* Convert `LauncherDefault` to `Default`
* Optimize imports
* Rename "Default" to "Managed by Lawnchair"
* Use the correct `ColorDot` on `ColorPreference`
* Show a contrast warning for dot colors
* Show a special icon on `ColorDot` when the color is 0
* Make `ColorDot(Color)` private to avoid accidental usages
* Create `WarningPreference` as a reusable composable for warnings
* Use Rounded icon on `WarningPreference`
* Fix `ColorContrastWarning.kt`'s file name
* Update platform_frameworks_libs_systemui

Co-authored-by: Daria Hamrah Paytakht <info@dariarnd.ir>
2022-09-28 09:03:08 +03:30
SuperDragonXD 088cfe48df Use new Google Lens icon 2022-09-27 20:59:36 +08:00
Goooler 4453d7f58a Check sIsConnected before canceling notification (#2982)
https://stackoverflow.com/questions/45428363/android-getactivenotifications-throws-securityexception
2022-09-27 16:58:56 +08:00
Goooler e7fe6d4aef Fix crash when clicking Lens icon 2022-09-27 15:13:37 +08:00
Crowdin Bot 24760b1269 New Crowdin translations by Github Action 2022-09-26 05:54:49 +00:00
Goooler 3bf177c1b8 Bump actions/setup-python to v4
https://github.com/actions/setup-python/releases/tag/v4.0.0
https://github.com/actions/setup-python/releases/tag/v4.2.0
2022-09-18 19:17:26 +08:00
Goooler b87b99cfe7 Use String extensions to check empty 2022-09-18 16:22:11 +08:00
Yasan Ghaffarian 20d2acc26c Improve how icons are reloaded when alwaysReloadIcons is enabled
Co-authored-by: Daria Hamrah Paytakht <info@dariarnd.ir>
2022-09-18 11:12:28 +04:30
SuperDragonXD 191fe2c9e1 ci.py: Don't send when commit count is 0 2022-09-18 10:11:35 +08:00
Crowdin Bot 934a3d8b1b New Crowdin translations by Github Action 2022-09-18 01:53:52 +00:00
Goooler e8dff943a0 Rearrange allprojects block 2022-09-18 02:56:06 +08:00
Goooler 6757e78cbd Configure android extensions in BasePlugin types
Follow up #2903
2022-09-18 02:48:38 +08:00
Goooler 7c948369b9 Bump AGP to 7.3.0 (#2950)
https://developer.android.com/studio/releases/gradle-plugin#7-3-0
2022-09-16 08:21:02 +08:00
Fox2Code 77c918693d grayscale_icon_map.xml: link OnePlus clock icons (#2948) 2022-09-16 06:33:10 +08:00
SuperDragonXD b56358f28f grayscale_icon_map.xml: also Huwaei's clock 2022-09-15 22:55:08 +08:00
SuperDragonXD b5c5e7bab7 grayscale_icon_map.xml: link oem clock icons
Link clock icons of AOSP Clock, ColorOS Clock, ans Samsung Clock to clock array file.
2022-09-15 22:47:14 +08:00
Yasan Ghaffarian 4bc2137016 Run crowdin_upload.yml on push 2022-09-14 16:49:36 +04:30
Yasan Ghaffarian ebc915da65 Run crowdin_download.yml once a week 2022-09-14 16:49:18 +04:30
Yasan Ghaffarian 034dd67e0e Fix Crowdin download & upload schedules 2022-09-14 16:40:42 +04:30
SuperDragonXD 339e7d2c71 Replace Discussion and Question templates with...
GitHub Discussions
2022-09-14 19:49:57 +08:00
Yasan Ghaffarian 189632e864 Separate Crowdin upload & download actions
+ Update Crowdin action to 1.4.13 (from 1.4.12)
2022-09-14 15:08:00 +04:30
Yasan Ghaffarian c644d321ab Only run Crowdin sync on workflow_dispatch 2022-09-14 15:00:47 +04:30
Yasan Ghaffarian 65728621bc Add "Always Reload Icons" experimental feature
Co-authored-by: Daria Hamrah Paytakht <info@dariarnd.ir>
2022-09-14 14:25:27 +04:30
Yasan Ghaffarian 66e213b8a3 Always reload icon packs
Only reloads if there is an active icon pack

Co-authored-by: Daria Hamrah Paytakht <info@dariarnd.ir>
2022-09-14 12:12:11 +04:30
Yasan Ghaffarian 13a696ae0f Revert "Automatic icon reload on night mode change (#2930)"
This reverts commit 97d6c852c8.
2022-09-14 12:10:54 +04:30
Crowdin Bot abc9bfbc2b New Crowdin translations by Github Action 2022-09-13 04:44:26 +00:00
Yasan 8fd839db5c Run crowdin.yml once a week instead of daily 2022-09-13 09:07:55 +04:30
Yasan c86521d929 Fix auto-merge conditions 2022-09-13 09:04:21 +04:30
Yasan 2d38bcfcdd Add debug step to crowdin_auto_merge.yml 2022-09-13 09:02:53 +04:30
Yasan 8598357d23 Change crowdin_auto_merge.yml trigger to pull_request 2022-09-13 08:37:50 +04:30
Yasan Ghaffarian 15e7577099 Automatically merge Crowdin PRs 2022-09-12 17:36:13 +04:30
Yasan Ghaffarian 2bb4d77d78 Do not upload translations on Crowdin action 2022-09-12 17:21:39 +04:30