Jules Aguillon
649aea8c79
Increase the range of the "label size" option
2023-05-12 21:37:43 +02:00
Reza Hosseinzadeh
68104e8856
Complete Farsi translation ( #346 )
2023-04-23 18:57:49 +02:00
Reza Hosseinzadeh
e3347a166f
Pull request to add new layout Persian ( #342 )
...
* Add persian layout
* Change layoutId_of_string to layout_of_string
* Add translation for Persian
2023-04-23 01:47:25 +02:00
rVnPower
145f209189
Translation update for Vietnamese ( #344 )
2023-04-21 17:00:56 +02:00
polyctena
cd92086a4d
Update German strings.xml ( #337 )
2023-04-19 19:05:34 +02:00
Moini
a8c2f14394
Update German translation for app descriptions ( #336 )
...
* Update short description for German
* Update German translation for long description.
2023-04-17 13:01:09 +02:00
Maki Nishikino
6a2e064faa
Updated russian description and strings.xml ( #334 )
2023-04-16 17:38:28 +02:00
Edgars
3d27ece0a5
Update translation for description in Latvian ( #335 )
2023-04-16 17:37:10 +02:00
Chasm Solacer
41b6d869c2
Updated pl (Polish) translation ( #333 )
2023-04-16 14:03:27 +02:00
Jules Aguillon
866b37ca52
Add language: Icelandic
2023-04-15 16:25:45 +02:00
Jules Aguillon
dd51a4c0df
New app description
2023-04-15 16:24:11 +02:00
Jules Aguillon
02f4795d2d
Update contributing guidelines
2023-04-15 16:11:23 +02:00
Jules Aguillon
73737e5148
Release 1.22.1
2023-04-10 13:18:24 +02:00
Jules Aguillon
fc901bae9b
Launcher activity: Fix crash on API < 28
2023-04-10 13:15:59 +02:00
doak
d4be979696
Do not lock modifiers if sliding a key
...
This unconditionally removes all pointers (touches) pressing modifiers
which are not already locked, avoiding that the (currently) latched
modifier will be locked aventually.
This can be verfified while sliding the space bar to move the cursor
left or right.
Closes #319 .
2023-04-10 13:14:50 +02:00
Jules Aguillon
1aaf427883
Release 1.22.0
2023-04-02 17:27:44 +02:00
Jules Aguillon
a662934afc
Bump targetSdkVersion to 33
...
No change needed.
2023-04-02 17:16:56 +02:00
Jules Aguillon
351355b3a7
Launcher activity: Input box
...
For trying the keyboard without having to mess with an other app.
2023-04-02 13:29:53 +02:00
Jules Aguillon
3caca59ff4
Refactor: Remove unecessary method KeyboardData.load_pin_entry
2023-03-28 11:55:24 +02:00
Jules Aguillon
35b4e442ab
Add a launchable explanatory activity
...
This activity points to the system settings page for enabling input
methods. This is purely a shortcut but is expected by many users.
It could be made more useful in the future or hidden whenever the
keyboard is enabled.
2023-03-28 11:22:17 +02:00
Jules Aguillon
c4de1ec267
sync_translations.py: Output sub-elements
2023-03-28 11:11:41 +02:00
Chasm Solacer
59b0b60f3f
Updated pl (Polish) translation ( #316 )
2023-03-24 01:26:14 +01:00
Jules Aguillon
2f938dc6f4
Correct pointer direction
...
The previous algorithm did not cut the circle into 16 equal parts.
The division by 2pi yielded numbers smaller than 16, which no longer
made sense after the cast to int.
2023-03-13 03:06:43 +01:00
Mostafa Ayesh
ce51df6f5a
Add Arabic layout ( #314 )
...
* add arabic keyboard
* use unicode values for special characters
* add alternate layout
* use arabic numbers
2023-03-11 16:54:20 +01:00
Luke Videckis
6aaa497393
New Hindi layout ( #313 )
...
* New Hindi layout
* Update default layout for Marathi, Nepali
* Consistent naming for Devanagari layouts
2023-03-11 16:43:17 +01:00
Jules Aguillon
bac228e6fb
Add extra keys for Ukrainian
2023-03-05 23:36:15 +01:00
Jules Aguillon
d7e4840f4d
Add support for Belarusian
...
It uses the russian layout with placed extra keys.
2023-03-05 23:34:26 +01:00
Jules Aguillon
18d3fd3c84
Refactor: Remove KeyboardData.Corner
...
The Corner class is removed. The "localized" flag for all the corners is
held in a bitfield.
2023-03-05 23:08:35 +01:00
Jules Aguillon
c56ad425f6
Remove the 'edgekeys' attribute
2023-03-05 20:08:56 +01:00
Jules Aguillon
a6fe5cae00
Allow 8 symbols per key
...
'Keyboard.Key' now contains an array of size 9, giving each keyvalue an
index. The algorithm for finding the nearest key during a swipe now
needs 16 segments, which are now calculated as an angle.
The algorithm does one more interation instead of 2 more, slightly
reducing the sensitivity of corner values. The 'getAtDirection' function
is moved into the Pointers class to clearly separate the two systems.
The 'edgekey' attribute is now obsolete but is kept for compatibility.
The flag is removed internally, key index are simply translated.
Similarly, the 'slider' attribute now act on keys at index 5 and 6
instead of 2 and 3.
2023-03-03 19:44:05 +01:00
Jules Aguillon
1f9e92ed60
Fix caps lock stopped by auto-capitalisation
...
Auto-capitalisation triggers when the backspace key is used. Make sure
to not remove a locked shift pointer.
2023-03-02 11:40:22 +01:00
Jules Aguillon
0da02d60c4
Do not remove numpad keys from the layout
...
This removes keys like '.' and '-' from their usual place, which is
pretty annoying.
The feature is retained for the number row.
2023-03-02 10:57:58 +01:00
Edgars
70754aa3eb
Update LV translation
2023-03-02 10:41:46 +01:00
Jules Aguillon
2244c46af1
Allow key and keyboard opacity to be 0
2023-02-26 11:52:10 +01:00
Jules Aguillon
798494e701
Fix miscalculated keyboard height with number row
...
The 'keysHeight' field needs to be updated. As this class is not
intended to be mutable, copy the list of rows and call the constructor.
Also remove an unecessary component of the keyboard height calculation.
2023-02-26 11:31:08 +01:00
mscheidemann
0d902aa334
Update values-de/strings.xml ( #295 )
...
Missing German translation completed
2023-02-26 09:54:47 +01:00
Jules Aguillon
91f27a1432
Update translations
...
Outdated since 0f62b30
2023-02-26 09:49:06 +01:00
JackDotJS
9523b158b3
Add theme "Alternative Black" ( #297 )
...
* Add alternative black theme
2023-02-26 09:47:31 +01:00
Jules Aguillon
2ca7b4427d
Release 1.21.0 (32)
2023-02-12 23:38:37 +01:00
Jules Aguillon
0f62b3044c
Option to switch to the previous input method
...
A new option changes the "change_method" into the new
"change_method_prev". It switch to the previously used input method.
A long press on "change_method_prev" sends "change_method".
A new section is added in the settings and existing options are moved.
2023-02-12 23:20:11 +01:00
Jules Aguillon
c46e3b6c61
Modify keys after a long press
2023-02-12 23:14:57 +01:00
Kazoku
5fac3459aa
Added missing accent that can combine with horn_accent
( #293 )
2023-02-09 23:38:55 +01:00
Kazoku
b54f9c5797
Vietnamese keyboard ( #291 )
...
Added missing accent (horn, hook, dot below)
Added layout
Added accent font svg (by modified existing accent)
2023-02-09 18:40:48 +01:00
Jules Aguillon
72249b8a42
Fix arrow keys not repeating
...
The special handling of arrow keys have been removed in 854eff2
. Key
repeat was not starting when the key0 was empty.
2023-02-08 22:38:01 +01:00
rVnPower
82b2bf6dfb
Complete Vietnamese translation ( #292 )
2023-02-08 16:35:44 +01:00
Ram Kromberg
0fe27ef486
Add theme 'ePaper' ( #287 )
...
* Add theme 'ePaper'
2023-01-31 20:11:36 +01:00
Ram Kromberg
51ce2ccdf1
Add layouts 'he_il_1452_1' and 'he_il_1452_2'
2023-01-31 20:07:30 +01:00
Jules Aguillon
eb0df72ba1
Update French translation
2023-01-31 00:07:17 +01:00
Jules Aguillon
540384bb0a
Add optional number row
...
An option is added to enable an extra number row at the top of the
keyboard. Digits are removed from the keyboard while the number row is
visible.
2023-01-30 23:58:47 +01:00
Jules Aguillon
c7184303e9
Remove the digits when numpad is visible
2023-01-30 23:54:39 +01:00