abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2.java
AgeCommit message (Expand)AuthorFilesLines
2022-07-30Standard auto-capitalisation only after spaceJules Aguillon1-2/+1
2022-07-24Avoid automatic capitalisation when using arrowsJules Aguillon1-2/+7
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon1-2/+25
2022-07-09Add key for switching to the greekmath paneJules Aguillon1-0/+5
2022-06-24Fix localized key not in predefined positionJules Aguillon1-3/+2
2022-06-06Remove the option "Show every accents"Jules Aguillon1-2/+2
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon1-4/+4
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon1-1/+1
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-1/+3
2022-06-05Stop using flags for modifiersJules Aguillon1-1/+1
2022-05-29Automatically place localized keys on the layoutsJules Aguillon1-1/+1
2022-05-01Fix crash when IME not enabledJules Aguillon1-1/+2
2022-04-16Fix compatibility with Android 6Jules Aguillon1-4/+7
2022-04-03Add the Programming Layout optionJules Aguillon1-4/+23
2022-03-16Show the switching key if there's several languagesJules Aguillon1-1/+4
2022-03-15Log editor infos while debuggingJules Aguillon1-0/+19
2022-03-13Define localized keys as a set instead of flagsJules Aguillon1-14/+18
2022-03-05Fix action key not updating when switching fieldJules Aguillon1-1/+2
2022-02-22Send key events for the modifiersJules Aguillon1-4/+2
2022-02-19Localize € and £Jules Aguillon1-0/+2
2022-02-07Define the bottom row separatelyJules Aguillon1-18/+3
2022-01-30Select theme depending on system settingsJules Aguillon1-15/+17
2022-01-30Improve Action key detectionJules Aguillon1-3/+3
2022-01-23Globe key: Open keyboard switching dialogJules Aguillon1-1/+3
2022-01-23Make action key labels translatableJules Aguillon1-6/+8
2022-01-20Fix crash when switching appJules Aguillon1-0/+10
2022-01-15German keyboard added (#20)Moini1-1/+1
2022-01-10Swap the Enter and Action keys when neededJules Aguillon1-0/+3
2022-01-09Add the Action keyJules Aguillon1-0/+43
2022-01-09Allow to hide more keys than just accentsJules Aguillon1-14/+13
2021-12-30Add themesJules Aguillon1-18/+16
2021-12-28Reference the "special key font" in the Theme objectJules Aguillon1-7/+0
2021-12-28Separate "handler" codeJules Aguillon1-56/+40
2021-12-28Turn Config into a singleton objectJules Aguillon1-8/+4
2021-12-19Auto-format Java and XML filesJules Aguillon1-115/+115
2021-12-11Fix Android's builtin shortcut not workingJules Aguillon1-1/+1
2021-05-09Fix NullPointerException when ready options from subtypesJules Aguillon1-4/+8
2021-05-09Restore support for Android < 12, set minimal version to 4Jules Aguillon1-3/+24
2021-05-09Add the accents preferenceJules Aguillon1-9/+48
2021-05-07Fix layout not updating after rotationJules Aguillon1-0/+1
2021-05-01Reset keyboard when finishingJules Aguillon1-0/+7
2021-04-29Add the "layout" option againJules Aguillon1-24/+20
2021-04-24Allow different sizesJules Aguillon1-1/+1
2021-04-18Fix crash when no current input bindingJules Aguillon1-3/+8
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-15/+13
2021-04-18Hide the input switching key if it's not neededJules Aguillon1-1/+2
2021-04-15Use subtypes to choose layoutJules Aguillon1-23/+54
2021-04-15Stateless KeyboardData classJules Aguillon1-15/+1
2021-04-13Fix layout pref under debug buildsJules Aguillon1-8/+18
2016-12-11switchToNextInputMethod keyjuloo1-0/+8