abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Pointers.java
AgeCommit message (Expand)AuthorFilesLines
2023-03-05Refactor: Remove KeyboardData.CornerJules Aguillon1-15/+6
2023-03-03Allow 8 symbols per keyJules Aguillon1-40/+43
2023-03-02Fix caps lock stopped by auto-capitalisationJules Aguillon1-3/+11
2023-02-12Modify keys after a long pressJules Aguillon1-3/+14
2023-02-08Fix arrow keys not repeatingJules Aguillon1-2/+0
2023-01-29Don't send event at end of slidingJules Aguillon1-0/+13
2023-01-22Move cursor by sliding on the space barJules Aguillon1-3/+62
2023-01-22Remove the modulated repeatJules Aguillon1-56/+3
2022-12-04Correctly handle pointer cancel eventsJules Aguillon1-6/+4
2022-11-26Make fake pointers not lockableJules Aguillon1-3/+3
2022-11-06Fix adding two pointers for the same keyJules Aguillon1-1/+2
2022-10-23Add the capslock keyJules Aguillon1-5/+6
2022-07-30Fix auto-capitalisation interfering with caps lockJules Aguillon1-2/+2
2022-07-24Hold any modifier to lockJules Aguillon1-25/+50
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon1-2/+23
2022-07-03Compatibility with API level < 24Jules Aguillon1-1/+1
2022-06-24Fix localized key not in predefined positionJules Aguillon1-2/+9
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon1-6/+3
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon1-20/+22
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon1-1/+1
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-7/+8
2022-06-05Stop using flags for modifiersJules Aguillon1-26/+80
2022-05-08Find closest key furtherJules Aguillon1-1/+1
2022-05-08Fix vibration when pointer move slightlyJules Aguillon1-10/+12
2022-05-08Better handling of removed keys and swipe getureJules Aguillon1-13/+35
2022-05-08Improve nearest key computationJules Aguillon1-3/+3
2022-05-08only vibrate when the swipe key changesRodrigo Batista de Moraes1-21/+28
2022-05-08use the closest swipe key on swipeRodrigo Batista de Moraes1-13/+16
2022-05-01Fix latched pointers accumulating on the same keyJules Aguillon1-3/+6
2022-04-30Fix modifiers not cleared when presses overlapJules Aguillon1-4/+22
2022-04-30Record activated modifiers on key downJules Aguillon1-11/+17
2022-03-19Allow modifiers to hide keysJules Aguillon1-29/+47
2022-03-17Avoid ghost touches while holding modulated keysJules Aguillon1-0/+15
2022-03-15Handle CANCEL touch eventsJules Aguillon1-0/+10
2022-03-13Fix crash since 2ea256eJules Aguillon1-1/+1
2022-03-12Fix inconsistent highlighting of lockable keysJules Aguillon1-1/+1
2022-02-22Tweak repeat timing for modulated keysJules Aguillon1-3/+11
2022-02-21Improve modulated key repeatJules Aguillon1-9/+29
2022-02-20Move pointer handling code to its own classJules Aguillon1-0/+262