abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/KeyboardData.java
AgeCommit message (Expand)AuthorFilesLines
2022-06-24Fix localized key not in predefined positionJules Aguillon1-33/+90
2022-06-06Don't add extra keys to the numeric paneJules Aguillon1-13/+19
2022-05-29Automatically place localized keys on the layoutsJules Aguillon1-18/+77
2022-05-08Better handling of removed keys and swipe getureJules Aguillon1-20/+4
2022-05-08Improve nearest key computationJules Aguillon1-76/+32
2022-05-08only vibrate when the swipe key changesRodrigo Batista de Moraes1-10/+12
2022-05-08use the closest swipe key on swipeRodrigo Batista de Moraes1-6/+90
2022-04-16Fix compatibility with Android 6Jules Aguillon1-1/+4
2022-03-19Allow modifiers to hide keysJules Aguillon1-0/+12
2022-03-05Improve the code for dynamic updates of the layoutJules Aguillon1-65/+4
2022-02-13Scale the bottom row depending on the host layoutJules Aguillon1-10/+31
2022-02-07Define the bottom row separatelyJules Aguillon1-57/+76
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger1-3/+12
2022-01-10Swap the Enter and Action keys when neededJules Aguillon1-0/+26
2022-01-09Add the Action keyJules Aguillon1-11/+21
2021-12-19Auto-format Java and XML filesJules Aguillon1-49/+49
2021-04-29Slightly reduce the size of the bottom rowJules Aguillon1-31/+39
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-2/+2
2021-04-18Hide the input switching key if it's not neededJules Aguillon1-0/+12
2021-04-17Remove fixed keyboard widthJules Aguillon1-22/+20
2021-04-15Stateless KeyboardData classJules Aguillon1-68/+110
2021-04-13Add an option to toggle accent keysJules Aguillon1-0/+21
2015-08-01Stop storing keydown data in KeyboardData.Keyjuloo1-26/+0
2015-08-01Replace key_margin with key_bg_padding + Add {vertical,horizontal}_marginjuloo1-2/+2
2015-07-31Create KeyboardData class and handle move on keysjuloo1-0/+139