abouttreesummaryrefslogcommitdiff
path: root/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-12-27More practical definition of method.xml (#1149)Jules Aguillon1-2/+12
Locale are now defined in `gen_method_xml.py` in a more convenient and checked way. It contains both the locale definition and the generation script. `method.xml` is generated with: gradle test The goal is to support dictionaries for spell checking.
2025-12-22Fix various linting issues (#1146)Jules Aguillon1-3/+4
2025-12-18gradle: Remove unecessary ruleJules Aguillon1-10/+1
The output APKs used to be named 'juloo.keyboard2.apk' are now named 'Unexpected-Keyboard-release.apk' since the Gradle upgrade and the rule setting it hasn't been working since.
2025-11-10build: Avoid unreproducible rules in regular builds (#1125)Jules Aguillon1-3/+7
The genEmojis rule makes a network request and must not be done during a regular build. The compileComposeSequences updates a file that is checked in the repository and doesn't need to be updated in a regular build. Both are now handled like 'genLayoutsList'.
2025-11-01gradle: Set explicit dependency for rule genLayoutsListJules Aguillon1-0/+1
2025-09-29Upgrade Gradle (#1097)J. Fronny1-0/+172
* Enable configuration cache and up-to-date checking