abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2View.java
AgeCommit message (Collapse)AuthorFilesLines
2021-04-29Add the "layout" option againJules Aguillon1-2/+5
Some versions of android don't allow to configure several languages.
2021-04-25Tweak dimensionsJules Aguillon1-8/+8
Increase a bit labels size and reduce empty space between keys.
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
Improve Paint code.
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
Repeat speed increase as the pointer is away from the initial position. On arrows, backspace and delete.
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-10/+12
KeyValue defines an ADT and some of its values, it now contains public final fields and no internal logic. KeyModifier handles modifiers and accents and creates new instances of KeyValue when needed. This operation is now properly cached.
2021-04-18Hide the input switching key if it's not neededJules Aguillon1-4/+5
Android has a new way of switching between input methods and this key need to be hidden in most cases.
2021-04-17Remove fixed keyboard widthJules Aguillon1-15/+8
Remove the constant of keys per rows. Add the 'shift' attribute to declare eventual alignment/blanks in layouts.
2021-04-15Stateless KeyboardData classJules Aguillon1-3/+6
It was a pain to use. It was also a pain to write this though.
2021-01-05Remove the preview popupJules Aguillon1-21/+0
This was a half-finished feature: - Dangerous when typing passwords - Caused crash on some devices - Ugly (on its own but also blinking when sliding and not fixed in size)
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