abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/prefs/LayoutsPreference.java
AgeCommit message (Collapse)AuthorFilesLines
2024-12-08Fix empty text box when editing custom extra keysJules Aguillon1-4/+3
2024-02-10Fix compatibility with Android 3.0Jules Aguillon1-1/+2
Incompatible APIs were used in the custom layouts and the extra keys options. Add @TargetApi annotations to help catch similar issues in the future with the help of 'gradle lint'.
2024-01-21Move layout definitions into srcs/layoutsJules Aguillon1-1/+1
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-13Refactor: New namespace for preference classesJules Aguillon1-0/+302