Commit Graph

51 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
c4108069a9 Fix build failure: add explicit String type to suffix parameter
The build was failing because the Gradle Kotlin DSL couldn't infer
the type of the 'suffix' parameter in the lambda, causing
'isNotBlank()' method to be unresolved.

Fixed by explicitly typing the lambda parameter as String:
`{ suffix: String -> ... }` instead of `{ suffix -> ... }`

Co-authored-by: fankes <37344460+fankes@users.noreply.github.com>
2026-01-16 03:33:32 +00:00
646400ccb2 chore: bump dependencies 2025-12-14 00:02:55 +08:00
326a7ebb95 chore: migrate to version catalog, Gropify 2025-11-12 19:05:06 +08:00
35ff2ec861 chore: bump dependencies 2025-08-19 17:48:15 +08:00
ad852d6a0b refactor: migrate and update to YukiHookAPI 1.3.0 2025-06-25 23:22:59 +08:00
0ce70690ee chore: bump ci to v4 2025-02-22 01:16:07 +08:00
ba77c5e254 docs: update license 2025-01-13 11:19:00 +08:00
411d04ca20 refactor: support Android 15 edge-to-edge system bars 2024-11-25 18:55:00 +08:00
kitadai31
cc4b89cd3d Update Japanese translations (#300) 2024-09-20 18:02:17 +08:00
Re*Index. (ot_inc)
eff3618a38 AppErrorDemo Japanese Update. (#239)
* Update strings.xml

* Update strings.xml

* Update strings.xml

* Update strings.xml

* Update strings.xml

* Update strings.xml

* Update strings.xml

* Update strings.xml

* Update strings.xml

* Add files via upload

* Update README-ja-JP.md

* Add Japanese README link

* Update README-zh-CN.md

* Add Japanese README link

* Add Prevent misoperation of error dialog text

text update.

* Update Japanese
2024-03-28 19:10:53 +08:00
05fd6a930d docs: update copyright date to 2024 for all existing files 2024-01-01 03:22:16 +08:00
e422b40d6e chore: some tweaks in build.gradle.kts 2023-12-29 00:13:09 +08:00
8860469316 chore: update .gitignore 2023-12-28 23:58:25 +08:00
99b59a42ac chore: bump plugin versions
- bump "com.highcapable.sweetdependency" version to 1.0.3
- bump "com.highcapable.sweetproperty" version to 1.0.4
2023-11-04 03:40:41 +08:00
96b3fa2e5e Bump version to 1.3 2023-11-03 20:05:58 +08:00
c6903b50be refactor: remove DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION 2023-10-21 01:25:04 +08:00
149d3f6ead docs: optimize comments 2023-09-19 05:13:25 +08:00
a7b4f4c642 feat: lots of changes
- add BuildConfigWrapper
- add project promote
- add ci version tag support
- change app analytics config item show when available
- fix system api compat issues
2023-09-19 05:12:44 +08:00
51c64d7b4b chore: migrate build script from groovy to kts
- using SweetDependency, SweetProperty
- merge singing key file configs to properties
- update gradle and dependencies
2023-09-19 05:02:15 +08:00
6f643e32ba Modify refactor the locales config code 2023-05-09 11:51:11 +08:00
e77f954644 Update Gradle dependencies 2023-05-09 11:50:06 +08:00
‭huajijam
561d3313f5 feat: Per-app language preferences 2023-05-04 21:42:35 +08:00
ad6a06fcf5 Update Gradle dependencies 2023-04-25 07:30:55 +08:00
8424acea1d Update Gradle dependencies 2023-04-17 06:05:05 +08:00
e35f517668 Modify merge contents of build.gradle into constant definitions 2023-04-15 23:01:55 +08:00
d26c8c921a Modify replace YukiHookAPI to YukiReflection in demo-app 2023-04-08 00:06:05 +08:00
dcd4af2391 Update Gradle & Kotlin
- Update Kotlin version to 1.8.20
- Update Gradle version to 8.0.2
- Update Gradle dependencies
2023-04-08 00:03:55 +08:00
9afb85c641 Update copyright date to 2023 for all existing files 2023-01-23 12:13:50 +08:00
361bb3a583 Update YukiHookAPI 2023-01-21 00:53:45 +08:00
3ade78d689 Update Gradle dependencies 2023-01-19 22:29:12 +08:00
60bd68f016 Modify support Android 7.0 2023-01-15 02:39:03 +08:00
bd4b980f4d Update Gradle & Kotlin
- Update Kotlin version to 1.7.22
- Update Gradle version to 7.6
- Update Gradle dependencies
2023-01-14 01:28:08 +08:00
f2aea80cd8 Update Gradle & PlatformSDK
- Update Android Gradle Plugin version to 7.3.1
- Update Kotlin version to 1.7.20
- Update YukiHookAPI version to 1.1.4 in demo-app
2022-10-20 00:18:46 +08:00
1f9a003b1d Fix tip text not full width in activity_main in demo-app 2022-10-04 02:04:58 +08:00
c2b685de30 Fix English translation for i18n strings 2022-10-03 22:21:01 +08:00
6dcbca8688 Modify merge all png elements to svg elements 2022-10-03 01:17:10 +08:00
a051305c48 Added scroll view in MainActivity and remove rotation lock on demo-app 2022-10-01 03:40:12 +08:00
88d7f1619c Modify merge YukiHookAPI new usage and compatible with API 33 2022-10-01 03:32:23 +08:00
6d6153d6ff Update Gradle & PlatformSDK 2022-10-01 00:18:09 +08:00
08461fc50a Update YukiHookAPI 2022-10-01 00:15:14 +08:00
ba4d50ff05 Changed re-draw the launcher icon 2022-06-21 06:35:53 +08:00
keta1
7afc69ed9a specify ndk version 2022-06-12 09:02:28 +08:00
730fccc716 Update Gradle & Kotlin & PlatformSDK
- Update Kotlin version to 1.7.0
- Update Gradle dependencies
- Merge legacy code
2022-06-10 17:39:24 +08:00
4bcec59ac8 Added multi-process error demo in demo-app 2022-06-03 03:06:09 +08:00
NextAlone
8f1827c0e1 chore: set default buildToolsVersion 2022-05-13 22:45:55 +08:00
c91093caca Revert "Material You" Design in demo-app 2022-05-13 20:36:48 +08:00
491acf33db Revert "Fix "tooltipText" attrs bellowed Android 8.x"
Changed only support minSdk 27
2022-05-11 14:38:46 +08:00
dd1447dc01 Fix demo-app version lost 2022-05-11 02:58:59 +08:00
ecc569b10b Fix ja translation 2022-05-11 02:45:06 +08:00
bcc010eba5 Added i18n's in demo-app 2022-05-10 19:56:57 +08:00