Jules Aguillon
9c82c9cfdc
Improve the "precision" option
...
Now named "swiping distance". Changed to a dropdown.
2021-12-30 22:22:25 +01:00
Jules Aguillon
29367f127d
Move the border radius from Config to Theme
...
Also, draw activated keys with a round border too.
2021-12-30 00:52:50 +01:00
Jules Aguillon
15ce200ce3
Separate "handler" code
...
As with the previous commit, remove casts of the context.
The "handler" object is referenced in the "config" object for now.
2021-12-28 17:47:18 +01:00
Jules Aguillon
0190cfc29a
Turn Config into a singleton object
...
The goal is to remove a cast of the 'context' into 'Keyboard2'.
2021-12-28 16:47:19 +01:00
Jules Aguillon
dd24ad323b
Move Theme code to its own class
2021-12-26 23:55:18 +01:00
Jules Aguillon
1cfecbdf48
Auto-format Java and XML files
...
Use xmllint.
Re-indent Java files using spaces.
2021-12-19 19:44:27 +01:00
Jules Aguillon
d8d3cf85e5
Avoid using getWidth() from onMeasure()
2021-12-05 19:38:46 +01:00
Jules Aguillon
7a3312fd01
Add the accents preference
...
This replaces the "disable accent keys" checkbox.
The default should work for anyone: Accents will be hidden unless the
user has the french language installed.
The value "show every accents" is useful for versions of android that
don't have subtypes.
2021-05-09 00:09:10 +02:00
Jules Aguillon
c6a54ed017
Fix rendering of the first label
...
Caused by a shared Paint not correctly resetted.
2021-05-01 23:26:34 +02:00
Jules Aguillon
743b10165c
Highlight activated keys
2021-04-29 01:33:57 +02:00
Jules Aguillon
ec5cda0ce6
Slightly reduce the size of the bottom row
2021-04-29 01:11:18 +02:00
Jules Aguillon
3f0c18612f
Fix modifiers
...
Fixes:
- Toggling off a modifier was not possible in the corners (eg. accents).
- Modifiers on the same key can't be activated at the same time.
- Characters on the same key as a modifier weren't working properly.
2021-04-29 01:06:51 +02:00
Jules Aguillon
d00576ac2d
Add the "layout" option again
...
Some versions of android don't allow to configure several languages.
2021-04-29 01:06:51 +02:00
Jules Aguillon
c86a119448
Tweak dimensions
...
Increase a bit labels size and reduce empty space between keys.
2021-04-25 00:12:16 +02:00
Jules Aguillon
f7c062d0cb
Scale down larger symbols
2021-04-24 23:38:29 +02:00
Jules Aguillon
9bb2642e2c
Add the label size option
2021-04-24 23:22:25 +02:00
Jules Aguillon
2dbb3dc28f
Allow different sizes
...
Improve Paint code.
2021-04-24 23:18:16 +02:00
Jules Aguillon
66b7b532c9
Disable vibration when holding keys
2021-04-20 00:35:52 +02:00
Jules Aguillon
5dec9c1215
Add a setting for precise repeat
2021-04-20 00:34:21 +02:00
Jules Aguillon
83b3212d3d
Add precise repeat on some keys
...
Repeat speed increase as the pointer is away from the initial position.
On arrows, backspace and delete.
2021-04-20 00:10:45 +02:00
Jules Aguillon
81803c406a
Separate handling of modifiers from KeyValue class
...
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-18 23:28:49 +02:00
Jules Aguillon
f8bce500ff
Hide the input switching key if it's not needed
...
Android has a new way of switching between input methods and this key
need to be hidden in most cases.
2021-04-18 00:55:31 +02:00
Jules Aguillon
1421bccc7b
Remove fixed keyboard width
...
Remove the constant of keys per rows. Add the 'shift' attribute to
declare eventual alignment/blanks in layouts.
2021-04-17 23:56:51 +02:00
Jules Aguillon
c22ca7302c
Stateless KeyboardData class
...
It was a pain to use. It was also a pain to write this though.
2021-04-15 23:23:31 +02:00
Jules Aguillon
8dc085048a
Remove the preview popup
...
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)
2021-01-05 00:18:24 +01:00
jaguillo
162f17a7a0
Move configs to Config object
2015-10-29 12:49:40 +01:00
jaguillo
ffba149934
preview_enabled settings
2015-10-28 22:54:38 +01:00
jaguillo
da72455d35
Improve preview popup
2015-10-28 20:56:28 +01:00
jaguillo
8fbe456074
A bit of style
2015-10-28 17:47:12 +01:00
jaguillo
804e9a7adc
Fix some bugs + Try to show a preview popup
2015-10-28 00:39:20 +01:00
jaguillo
8bd0214e26
Emoji pane
2015-10-24 16:32:49 +02:00
jaguillo
db20d52884
Start with emojis
2015-10-23 14:22:43 +02:00
jaguillo
6bb257fd75
Special key font + Esc key
2015-10-13 00:02:34 +02:00
jaguillo
03cc0a5429
Key to switch to numeric pane
2015-10-11 15:30:39 +02:00
jaguillo
549c753450
Perf improvement (small)
2015-10-03 00:19:17 +02:00
jaguillo
81ec226fcf
Add margin_bottom, key_height and horizontal_margin configs
2015-09-30 22:48:16 +02:00
juloo
d81509d7ec
Accent
2015-08-18 01:25:47 +02:00
juloo
8f3d1a4d38
Fix key repeat on meta keys and empty keys
2015-08-18 00:17:20 +02:00
juloo
9d614bc4fe
More settings
2015-08-08 23:07:38 +02:00
juloo
6f09c971c0
SideBarPreference + Continuing settings
2015-08-08 22:33:06 +02:00
juloo
153c384990
Start SettingsActivity
2015-08-08 16:47:22 +02:00
juloo
c29a2a9c9c
Todo settings
2015-08-08 15:26:23 +02:00
juloo
117e4a3d4f
Improve key repeat
2015-08-05 01:30:56 +02:00
juloo
1be1ec7a4b
Add qwerty layout + popup to change layout
2015-08-03 20:01:05 +02:00
juloo
b32f2ce3f3
Fix del key and keyEvent keys
2015-08-03 15:58:13 +02:00
juloo
e9df9bc299
Repeat key on long press
2015-08-03 15:11:11 +02:00
juloo
7dd5845883
Vibrate
2015-08-03 00:01:04 +02:00
juloo
3d3aa4bc98
Nothing
2015-08-02 23:36:22 +02:00
juloo
6737bda402
Fix keys drawing
2015-08-02 22:59:25 +02:00
juloo
12a04ae2c7
Lockable keys
2015-08-02 20:21:53 +02:00