abouttreesummaryrefslogcommitdiff
path: root/build.gradle
AgeCommit message (Collapse)AuthorFilesLines
2024-02-04Release 1.26.0 (38)Jules Aguillon1-2/+2
2024-01-21Move layout definitions into srcs/layoutsJules Aguillon1-11/+16
This separates the layout definitions from the special layouts (bottom_row, greekmath) and other unrelated files (method, settings). This is also a more intuitive location for layouts and make the resource directory easier to navigate. Under the hood, layouts are copied back into build/generated-resources/xml.
2024-01-10CI: Fix debug build due to missing release keystoreJules Aguillon1-4/+6
2024-01-08gradle: Enforce release build is signedJules Aguillon1-11/+7
2024-01-08gradle: Name outputs after the application IDJules Aguillon1-0/+7
2024-01-03Release 1.25.0 (37)Jules Aguillon1-2/+2
2023-12-17prefs: Use QWERTY (US) as the default custom layoutJules Aguillon1-1/+11
This layout definition contains some documentation and is a better default than no text.
2023-11-25Use Gradle (#452)deftkHD1-0/+147