abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
AgeCommit message (Expand)AuthorFilesLines
2024-03-11refactor: Pointers: Flag for sliding stateJules Aguillon1-7/+5
2024-03-11refactor: Add latched flag to PointersJules Aguillon1-8/+14
2024-03-11refactor: Use internal flags in PointersJules Aguillon3-40/+44
2024-03-03Gujarati phonetic layout (#562)Yogesh-B1-0/+47
2024-03-03Fix auto-capitalisation disabling locked shiftJules Aguillon2-22/+34
2024-02-28Modify the number row according to the numpad scriptJules Aguillon2-13/+27
2024-02-28Fix localized numpad outputing wester arabic numbersJules Aguillon1-2/+2
2024-02-22Ensure the layout contain the config keyJules Aguillon1-0/+3
2024-02-17Allow to remove the compose key in the settingsJules Aguillon1-11/+14
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon6-13/+22
2024-02-17Dim secondary keys in every themesJules Aguillon1-4/+6
2024-02-17Fix KeyValue flags layoutJules Aguillon1-17/+22
2024-02-17compose: Add glyphJules Aguillon1-1/+1
2024-02-17compose: Don't remove keys not in sequenceJules Aguillon1-7/+14
2024-02-17compose: Add X11 compose sequencesJules Aguillon2-9/+145
2024-02-17Compose keyJules Aguillon7-9/+145
2024-02-14Don't invert the pin entry layoutJules Aguillon2-2/+29
2024-02-10Fix various linter warningsJules Aguillon6-6/+11
2024-02-10Fix compatibility with Android 3.0Jules Aguillon5-3/+11
2024-02-10Drop support for Android versions below 3.0Jules Aguillon3-15/+5
2024-02-10Custom border settings (#524)RetrogisusDEV2-4/+17
2024-02-06Add more Russian vowels combined with acute accentJules Aguillon1-0/+1
2024-02-04Workaround cursor slider bug in AcodeJules Aguillon1-3/+15
2024-01-28Redefined the key margin options in percentJules Aguillon2-13/+14
2024-01-26Send down event for modifiers on timeJules Aguillon4-42/+151
2024-01-21Add Russian vowels combined with the acute accentJules Aguillon1-0/+2
2024-01-21Move layout definitions into srcs/layoutsJules Aguillon2-4/+4
2024-01-20Light and dark themes for the launcher and settingsRetrogisusDEV2-13/+1
2024-01-15Allow hidding the keyboard switching keyJules Aguillon1-0/+3
2024-01-15Always show the keyboard switching keyJules Aguillon2-10/+0
2024-01-15Use switchToNextInputMethod instead of switchToPreviousInputMethodJules Aguillon1-1/+1
2024-01-15Refactor: Clearer names for CHANGE_METHOD* eventsJules Aguillon4-8/+8
2024-01-13Refactor: Keyboard2View: Take layout id attrJules Aguillon2-15/+6
2024-01-13Refactor: New namespace for preference classesJules Aguillon15-17/+276
2024-01-10prefs: Show custom layout names if providedJules Aguillon3-9/+32
2024-01-10Fix crash on shift with empty keysJules Aguillon1-0/+2
2024-01-09Revert "Remove the vibration settings"Jules Aguillon3-48/+18
2024-01-03launcher: Remove intro video when not supportedJules Aguillon1-2/+13
2024-01-01Remove unsupported API readAllBytesJules Aguillon2-2/+15
2023-12-31Add an introduction video in the launcher activityJules Aguillon1-0/+23
2023-12-30Bring the voice IME chooser with a long pressJules Aguillon5-0/+20
2023-12-30Voice IME chooser popupJules Aguillon5-35/+182
2023-12-26Separate arabic layouts with hindu or arabic numeralsJules Aguillon1-2/+2
2023-12-26Add layout attribute 'numpad_script'Jules Aguillon4-18/+27
2023-12-21Fix the number row showing up on top of pinentryJules Aguillon1-0/+2
2023-12-17Launcher activity: Add "Select keyboard" buttonRetrogisusDEV1-0/+8
2023-12-17prefs: Use QWERTY (US) as the default custom layoutJules Aguillon1-1/+17
2023-12-17Improve layout parsing errorsJules Aguillon1-4/+11
2023-12-17prefs: Report errors while editing custom layoutsJules Aguillon3-3/+71
2023-12-10prefs: Render line numbers in custom layout input boxJules Aguillon2-21/+101