abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2View.java
AgeCommit message (Expand)AuthorFilesLines
2022-02-27Compute text size depending on actual row heightJules Aguillon1-19/+25
2022-02-27Compute text size relative to key heightJules Aguillon1-5/+6
2022-02-20Move pointer handling code to its own classJules Aguillon1-267/+91
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger1-16/+54
2022-01-30Improve Action key detectionJules Aguillon1-8/+1
2022-01-15Fix miscalculation of the space between the keysJules Aguillon1-7/+7
2022-01-10Swap the Enter and Action keys when neededJules Aguillon1-2/+11
2022-01-09Add the Action keyJules Aguillon1-2/+11
2022-01-09Allow to hide more keys than just accentsJules Aguillon1-2/+2
2021-12-30Improve the "precision" optionJules Aguillon1-2/+2
2021-12-30Move the border radius from Config to ThemeJules Aguillon1-4/+2
2021-12-28Separate "handler" codeJules Aguillon1-2/+2
2021-12-28Turn Config into a singleton objectJules Aguillon1-3/+3
2021-12-26Move Theme code to its own classJules Aguillon1-50/+14
2021-12-19Auto-format Java and XML filesJules Aguillon1-298/+298
2021-12-05Avoid using getWidth() from onMeasure()Jules Aguillon1-6/+7
2021-05-09Add the accents preferenceJules Aguillon1-6/+6
2021-05-01Fix rendering of the first labelJules Aguillon1-7/+8
2021-04-29Highlight activated keysJules Aguillon1-10/+37
2021-04-29Slightly reduce the size of the bottom rowJules Aguillon1-20/+18
2021-04-29Fix modifiersJules Aguillon1-42/+60
2021-04-29Add the "layout" option againJules Aguillon1-2/+5
2021-04-25Tweak dimensionsJules Aguillon1-8/+8
2021-04-24Scale down larger symbolsJules Aguillon1-7/+17
2021-04-24Add the label size optionJules Aguillon1-1/+1
2021-04-24Allow different sizesJules Aguillon1-42/+42
2021-04-20Disable vibration when holding keysJules Aguillon1-4/+0
2021-04-20Add a setting for precise repeatJules Aguillon1-1/+1
2021-04-20Add precise repeat on some keysJules Aguillon1-5/+18
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-10/+12
2021-04-18Hide the input switching key if it's not neededJules Aguillon1-4/+5
2021-04-17Remove fixed keyboard widthJules Aguillon1-15/+8
2021-04-15Stateless KeyboardData classJules Aguillon1-3/+6
2021-01-05Remove the preview popupJules Aguillon1-21/+0
2015-10-29Move configs to Config objectjaguillo1-93/+50
2015-10-28preview_enabled settingsjaguillo1-2/+5
2015-10-28Improve preview popupjaguillo1-5/+18
2015-10-28A bit of stylejaguillo1-0/+2
2015-10-28Fix some bugs + Try to show a preview popupjaguillo1-6/+30
2015-10-24Emoji panejaguillo1-33/+36
2015-10-23Start with emojisjaguillo1-1/+1
2015-10-13Special key font + Esc keyjaguillo1-31/+58
2015-10-11Key to switch to numeric panejaguillo1-8/+5
2015-10-03Perf improvement (small)jaguillo1-10/+15
2015-09-30Add margin_bottom, key_height and horizontal_margin configsjaguillo1-7/+10
2015-08-18Accentjuloo1-7/+8
2015-08-18Fix key repeat on meta keys and empty keysjuloo1-1/+2
2015-08-08More settingsjuloo1-12/+5
2015-08-08SideBarPreference + Continuing settingsjuloo1-6/+17
2015-08-08Start SettingsActivityjuloo1-18/+37