abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2.java
AgeCommit message (Expand)AuthorFilesLines
2022-11-13Allow switching quickly between two layoutsJules Aguillon1-8/+8
2022-11-11Direct-boot aware preferencesJules Aguillon1-13/+11
2022-11-06Enable pin layout for decimal and signed inputsJules Aguillon1-2/+0
2022-10-24Add the pin entry layoutJules Aguillon1-4/+17
2022-10-23Add the capslock keyJules Aguillon1-2/+7
2022-10-16Autocapitalisation: Avoid trigerring when Ctrl+DelJules Aguillon1-1/+1
2022-10-16Disable fullscreen modeJules Aguillon1-0/+7
2022-10-15Fix crash due to auto capitalisationJules Aguillon1-2/+3
2022-09-24Fix an unexplained crash encountered in the wildJules Aguillon1-2/+10
2022-09-24Fix autocapitalisation randomly not triggeredJules Aguillon1-12/+7
2022-09-19Add the Extra Keys optionJules Aguillon1-3/+3
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