abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2.java
AgeCommit message (Expand)AuthorFilesLines
2023-06-03Refactor: Handle Event keys in Keyboard2Jules Aguillon1-60/+69
2023-06-03Hide the voice typing key if no suitable IMJules Aguillon1-19/+26
2023-06-03Add Voice Typing keyJules Aguillon1-0/+22
2023-05-24Fix gravity of keyboard in full screen (#363)vladgba1-5/+58
2023-03-28Refactor: Remove unecessary method KeyboardData.load_pin_entryJules Aguillon1-1/+1
2023-02-12Option to switch to the previous input methodJules Aguillon1-3/+13
2023-01-30Modification step for the special layoutJules Aguillon1-22/+35
2023-01-30Apply modify_layout to text layout onlyJules Aguillon1-2/+7
2023-01-15Avoid switching back from secondary layout automaticallyJules Aguillon1-24/+43
2022-12-29Fix inaccessible text layout from pinJules Aguillon1-2/+2
2022-12-14Fix pin entry layout not showing upJules Aguillon1-0/+2
2022-12-14Fix keyboard not showing up after rotationJules Aguillon1-4/+4
2022-12-11Handle configuration change quicklyJules Aguillon1-25/+31
2022-11-26Refactor: Pass layout as a KeyboardData instead of IDJules Aguillon1-23/+20
2022-11-26Stop using deprecated 'shouldOfferSwitchingToNextInputMethod'Jules Aguillon1-1/+4
2022-11-13Refactor: Move editing code from to KeyEventHandlerJules Aguillon1-55/+16
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