1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
sspanak
9f4c04d286 added width constraints in landscape mode to prevent too much stretching on tablets and other large devices 2024-07-03 11:02:49 +03:00
sspanak
390085e4b3 fixed missing virtual key labels on devices with no emoji support 2024-07-03 11:02:49 +03:00
sspanak
077aac9b1a inactive virtual keys are now properly displayed as disabled 2024-07-03 11:02:49 +03:00
sspanak
0a1aed88d5 the virtual arrow keys can now move the text cursor 2024-07-03 11:02:49 +03:00
sspanak
a88e87da01 nicer Input Mode button icon 2024-07-03 11:02:49 +03:00
sspanak
5e1d2b64db added Demo Mode for enabling all preferences when TT9 is disabled 2024-06-20 10:10:46 +03:00
Dimo Karaivanov
c64c8dac5c
Voice input (#531) 2024-06-10 09:57:37 +03:00
sspanak
cecb8aca3b fixed the button separators changing width or missing when the main layout is set to 'Functional Keys' 2024-06-03 12:36:06 +03:00
sspanak
59d45cf373 regression: fixed OK, Backspace and Input Mode keys of the virtual keyboard not working after the big refactoring 2024-06-03 12:36:06 +03:00
Dimo Karaivanov
b5d58f5720
Command palette (#528)
* added a command palette hotkey;

* removed the Settings, Add Word and Change Keyboard hotkeys

* added a compact command palette at the bottom

* big refactoring: cleaned up the IME module, added UiHandler and cleaned up the MainViews

* documentation update
2024-05-30 10:01:43 +03:00
sspanak
b609178976 Adjustable Settings font size (#500) 2024-04-25 22:37:40 +03:00
Dimo Karaivanov
6225448eee Virtual keyboard minor bugfixes (#491)
* prevent incorrect keycodes when holding the virtual number keys

* fixed incorrect handling of unset hotkeys

* fixed touch listeners being assigned to the wrong virtual key sometimes
2024-04-21 10:55:44 +03:00
sspanak
a3724bb80c fixed OK key typing new lines instead of performing an action in some apps 2024-04-05 20:07:05 +03:00
sspanak
680b22eda1 added 'stealth' mode 2024-04-05 20:07:05 +03:00
sspanak
f65fd29139 fixed code style errors reported by Android Studio 2024-03-28 09:59:27 +02:00
sspanak
322774ab45 added a new screen, in the Settings, for deleting added words 2024-03-11 14:50:14 +02:00
sspanak
3f22d45a3f fixed OK and Next Language buttons being incorrectly swapped when the system language is RTL 2024-03-04 17:52:10 +02:00
sspanak
4907671aa3 db migrations
simplified the Add Word dialog

added a popup confirmation when there are new dictionary words
2024-02-26 10:59:48 +02:00
sspanak
140b8ced08 upgraded Gradle 8.0.2 -> 8.2.2 2024-02-26 10:59:48 +02:00