abouttreesummaryrefslogcommitdiff
path: root/srcs
AgeCommit message (Expand)AuthorFilesLines
2024-02-04Workaround cursor slider bug in AcodeJules Aguillon1-3/+15
2024-01-28Add layout QWERTY (Talysh New Latin) (#529)vedamanavi1-0/+44
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 Aguillon46-4/+1759
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-19/+27
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
2023-11-25Use Gradle (#452)deftkHD2-1/+0
2023-11-19Separately persisted current layout in landscape modeJules Aguillon2-8/+20
2023-11-19Persist current selected layoutJules Aguillon2-11/+20
2023-11-19Add Desert and Jungle themesRetrogisusDEV1-0/+2
2023-10-28Add left/right slider to the emoji paneJules Aguillon2-29/+14
2023-10-28Make special font glyphs pass lintingdeftk29-29/+35
2023-10-21Add '₽' to Russian layout and to the Fn layerJules Aguillon1-2/+3
2023-10-20Add page_up, page_down, home, end to extra keysJules Aguillon2-0/+12
2023-09-24Preferred position for locale `extra_keys`Jules Aguillon2-13/+54
2023-09-15Refactor: Preferred positions for extra keysJules Aguillon5-48/+120
2023-09-10Refactor: Compute key positions in layoutsJules Aguillon3-22/+51
2023-09-09Capitalize the first letter of custom keysJules Aguillon2-1/+14
2023-09-09Update auto-capitalisation state when input startsJules Aguillon1-3/+37
2023-09-03Per-script numpadJules Aguillon3-11/+127
2023-09-03Consistent layout for optional numpadJules Aguillon2-2/+2
2023-09-03Remove unused editing keys from the settingsJules Aguillon2-7/+3
2023-08-26Fix regression on Ctrl on space bar sliderJules Aguillon1-2/+8
2023-08-26Disable automatically Shift when pressing CtrlJules Aguillon5-7/+40
2023-08-20Add missing combining accentsJules Aguillon1-27/+34
2023-08-20Refactor: Allow combining diacritics modifiersJules Aguillon2-328/+327
2023-08-18Add Bitcoin symbol to Fn+b (#434)Eluc1-0/+1