abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
AgeCommit message (Expand)AuthorFilesLines
2022-02-27Compute text size relative to key heightJules Aguillon1-4/+6
2022-02-22Update the spanish localeJules Aguillon1-0/+1
2022-02-19Localize € and £Jules Aguillon1-0/+2
2022-02-13Define the height of the keyboard relative to the screen sizeJules Aguillon1-4/+19
2022-02-13Add Russian layout (#66)Vladimir Chernov1-0/+1
2022-02-07Dvorak layout (#16)AlexandraAlter1-0/+1
2022-01-30Add options for the spacing between the keysJules Aguillon1-6/+10
2022-01-30Select theme depending on system settingsJules Aguillon1-2/+24
2022-01-29Add support for the Bulgarian language and layoutJules Aguillon1-0/+1
2022-01-29Add Latvian specific QWERTY layoutEdgars1-0/+1
2022-01-20Add keys for LatvianEdgars1-6/+8
2022-01-15German keyboard added (#20)Moini1-0/+1
2022-01-15Fix miscalculation of the space between the keysJules Aguillon1-1/+3
2022-01-10Swap the Enter and Action keys when neededJules Aguillon1-0/+2
2022-01-09Add the Action keyJules Aguillon1-0/+4
2022-01-09Add the German languageJules Aguillon1-0/+1
2022-01-09Allow to hide more keys than just accentsJules Aguillon1-3/+3
2021-12-30Improve the "precision" optionJules Aguillon1-15/+8
2021-12-30Turn the "precision" option to dp instead of pxJules Aguillon1-5/+13
2021-12-30Add the Black themeJules Aguillon1-0/+1
2021-12-30Move the border radius from Config to ThemeJules Aguillon1-2/+0
2021-12-30Add themesJules Aguillon1-0/+11
2021-12-28Separate "handler" codeJules Aguillon1-3/+11
2021-12-28Turn Config into a singleton objectJules Aguillon1-17/+25
2021-12-19Avoid crash when removing a layoutJules Aguillon1-2/+1
2021-12-19Auto-format Java and XML filesJules Aguillon1-59/+59
2021-12-11Add SwedishJules Aguillon1-0/+1
2021-05-09Fix recently introduced crashJules Aguillon1-2/+2
2021-05-09Add the accents preferenceJules Aguillon1-3/+22
2021-04-29Add the "layout" option againJules Aguillon1-0/+15
2021-04-25Tweak dimensionsJules Aguillon1-2/+4
2021-04-24Add the label size optionJules Aguillon1-0/+3
2021-04-20Add a setting for precise repeatJules Aguillon1-0/+3
2021-04-18Hide the input switching key if it's not neededJules Aguillon1-0/+4
2021-04-13Add an option to toggle accent keysJules Aguillon1-1/+3
2021-01-05Remove the preview popupJules Aguillon1-7/+0
2015-10-29Move configs to Config objectjaguillo1-0/+83