abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2View.java
AgeCommit message (Expand)AuthorFilesLines
2024-12-28Fix status bar artifact on opens and closesJules Aguillon1-1/+1
2024-12-26Remove labels for the anti-clockwise circle gestureJules Aguillon1-24/+4
2024-12-26Proper support for Android 15 edge-to-edge (#848)Jules Aguillon1-18/+48
2024-12-24Fix unecessary bottom margin on Android 14Jules Aguillon1-2/+2
2024-12-24Fix keyboard drawing behind nav bar on Android 15Jules Aguillon1-4/+9
2024-06-06Don't cap indication lengthJules Aguillon1-2/+5
2024-05-29Fix overflow due to navigation on the right and cutouts (#641)Jules Aguillon1-0/+15
2024-05-29Configure anticircle gesture per-key (#644)Jules Aguillon1-11/+26
2024-04-01refactor: Apply the modmap in KeyModifierJules Aguillon1-9/+1
2024-03-11refactor: Use internal flags in PointersJules Aguillon1-1/+1
2024-03-03Fix auto-capitalisation disabling locked shiftJules Aguillon1-13/+1
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon1-4/+8
2024-02-17Compose keyJules Aguillon1-7/+25
2024-02-10Fix various linter warningsJules Aguillon1-1/+3
2024-02-10Custom border settings (#524)RetrogisusDEV1-4/+10
2024-01-28Redefined the key margin options in percentJules Aguillon1-4/+8
2024-01-26Send down event for modifiers on timeJules Aguillon1-2/+7
2024-01-13Refactor: Keyboard2View: Take layout id attrJules Aguillon1-1/+6
2024-01-09Revert "Remove the vibration settings"Jules Aguillon1-1/+1
2023-09-10Refactor: Compute key positions in layoutsJules Aguillon1-0/+3
2023-08-26Disable automatically Shift when pressing CtrlJules Aguillon1-2/+3
2023-08-07Don't elide label of non-string keysJules Aguillon1-1/+5
2023-08-06Elide custom keys labelsJules Aguillon1-1/+2
2023-06-03More control over vibrationJules Aguillon1-8/+1
2023-06-03Per-layout shift modmapJules Aguillon1-2/+11
2023-03-05Refactor: Remove KeyboardData.CornerJules Aguillon1-5/+5
2023-03-03Allow 8 symbols per keyJules Aguillon1-19/+21
2023-03-02Fix caps lock stopped by auto-capitalisationJules Aguillon1-0/+9
2023-02-26Fix miscalculated keyboard height with number rowJules Aguillon1-1/+0
2023-01-30Apply modify_layout to text layout onlyJules Aguillon1-1/+1
2023-01-15Separate option for bottom margin in landscape modeJules Aguillon1-2/+2
2023-01-15Separate option for horizontal margin in landscape modeJules Aguillon1-5/+5
2022-12-11Make the keyboard transparent (#252)Chasm Solacer1-2/+6
2022-12-04Correctly handle pointer cancel eventsJules Aguillon1-1/+1
2022-11-13Fix missing version checkJules Aguillon1-7/+10
2022-11-13Draw borders and update themesJules Aguillon1-3/+37
2022-11-13Highlight activated keys labelJules Aguillon1-3/+2
2022-11-13Refactor: Move editing code from to KeyEventHandlerJules Aguillon1-2/+2
2022-11-11Add option for brightness of labelsJules Aguillon1-0/+2
2022-11-11Dim secondary keysJules Aguillon1-4/+6
2022-11-11Disable the back-gesture on the keyboard areaJules Aguillon1-0/+16
2022-10-24Draw letter indication on the pin layoutJules Aguillon1-1/+18
2022-10-23Add optional NumPadGero Streng1-2/+6
2022-10-23Add the capslock keyJules Aguillon1-2/+2
2022-09-24Improve the auto capitalisationJules Aguillon1-17/+15
2022-07-30Fix crash when auto-capitalisation runs too soonJules Aguillon1-0/+2
2022-07-24Hold any modifier to lockJules Aguillon1-1/+3
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon1-0/+21
2022-06-24Revert "Remove the vibration settings"Jules Aguillon1-0/+2
2022-06-24Fix localized key not in predefined positionJules Aguillon1-12/+16