abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/SettingsActivity.java
AgeCommit message (Collapse)AuthorFilesLines
2022-11-05Automatic day night theme in settings activityJules Aguillon1-0/+15
There seems to be no "DayNight" theme compatible with older version of android outside of the androidx library. Using 'Theme.DeviceDefault' which is a dark theme, even if it doesn't sounds like. Detect if a light theme should be used at activity creation.
2021-12-19Auto-format Java and XML filesJules Aguillon1-6/+6
Use xmllint. Re-indent Java files using spaces.
2015-08-08Start SettingsActivityjuloo1-0/+14