abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2.java
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Don't invert the pin entry layoutJules Aguillon1-2/+8
2024-02-10Fix compatibility with Android 3.0Jules Aguillon1-0/+3
2024-01-15Always show the keyboard switching keyJules Aguillon1-6/+0
2024-01-15Use switchToNextInputMethod instead of switchToPreviousInputMethodJules Aguillon1-1/+1
2024-01-15Refactor: Clearer names for CHANGE_METHOD* eventsJules Aguillon1-2/+2
2024-01-13Refactor: New namespace for preference classesJules Aguillon1-0/+1
2023-12-30Bring the voice IME chooser with a long pressJules Aguillon1-0/+5
2023-12-30Voice IME chooser popupJules Aguillon1-23/+4
2023-12-26Add layout attribute 'numpad_script'Jules Aguillon1-2/+1
2023-12-21Fix the number row showing up on top of pinentryJules Aguillon1-0/+2
2023-11-19Separately persisted current layout in landscape modeJules Aguillon1-4/+2
2023-11-19Persist current selected layoutJules Aguillon1-11/+10
2023-09-03Per-script numpadJules Aguillon1-4/+12
2023-08-16Migrate layouts preferencesJules Aguillon1-1/+1
2023-08-16Allow multiple custom layoutsJules Aguillon1-1/+1
2023-08-06Remove the Accents optionJules Aguillon1-14/+4
2023-08-06Replace dead-keys when there's one alternativeJules Aguillon1-7/+9
2023-08-06Extra keys alternativesJules Aguillon1-3/+2
2023-07-30Allow more than 2 layoutsJules Aguillon1-29/+22
2023-07-29Add option to disable pin entry layoutJules Aguillon1-9/+16
2023-07-19Refactor: Centralize logging in a static classJules Aguillon1-17/+2
2023-06-25Standard layout names (#386)Jules Aguillon1-1/+1
2023-06-24Per-script extra keysJules Aguillon1-27/+7
2023-06-10Fix `_localeTextLayout` null on API < 12Jules Aguillon1-11/+8
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