abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2View.java
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-08Todo settingsjuloo1-15/+19
2015-08-05Improve key repeatjuloo1-28/+52
2015-08-03Add qwerty layout + popup to change layoutjuloo1-0/+2
2015-08-03Fix del key and keyEvent keysjuloo1-1/+1
2015-08-03Repeat key on long pressjuloo1-54/+50
2015-08-03Vibratejuloo1-0/+29
2015-08-02Nothingjuloo1-3/+3
2015-08-02Fix keys drawingjuloo1-8/+20
2015-08-02Lockable keysjuloo1-5/+17
2015-08-02Fix mini crash + Can disable on keysjuloo1-6/+13
2015-08-01Implement shift keyjuloo1-22/+43
2015-08-01Send keys to the applicationjuloo1-10/+20
2015-08-01Stop storing keydown data in KeyboardData.Keyjuloo1-55/+80
2015-08-01Improve KeyValuejuloo1-8/+30
2015-08-01Replace key_margin with key_bg_padding + Add {vertical,horizontal}_marginjuloo1-24/+32
2015-07-31Use dimens.xml instead of constantsjuloo1-11/+6
2015-07-31Add sub more subkeys + Better drawingjuloo1-9/+11
2015-07-31Create KeyboardData class and handle move on keysjuloo1-130/+56
2015-07-31Handle multi touch eventjuloo1-29/+52
2015-07-30Try to handle multi touch eventjuloo1-49/+34
2015-07-30Initial commitjuloo1-0/+276