Commit Graph

42605 Commits

Author SHA1 Message Date
Aleksandras Kostarevas
5865dde3d7 Fix dark mode not automatically switching 2024-05-26 14:25:39 +03:00
Aleksandras Kostarevas
0d7d6b816e Skip loading LM if it has not existed once 2024-05-26 13:39:34 +03:00
Aleksandras Kostarevas
43c46da519 Switch to PCM16 recording 2024-05-25 20:56:43 +03:00
Aleksandras Kostarevas
b7ce7842ed Fix build error for play store 2024-05-25 18:15:40 +03:00
Aleksandras Kostarevas
a116eb73a2 Update import/delete dialog for Languages screen 2024-05-25 18:14:57 +03:00
Aleksandras Kostarevas
3208ab3050 Fix NullPointerException in onUpEventInternal 2024-05-17 11:25:26 -05:00
Aleksandras Kostarevas
dcce3ea5ae Skip token mixes if total sum is 0
This case seems to actually be quite common during fuzzing
2024-05-16 18:37:43 -05:00
Aleksandras Kostarevas
4e2d80fc67 Only update subtype when it changes 2024-05-16 17:29:49 -05:00
Aleksandras Kostarevas
be5ed15220 Fix some linter warnings 2024-05-16 17:18:08 -05:00
Aleksandras Kostarevas
0b9f1ca074 Update traversal 2024-05-16 15:09:51 -05:00
Aleksandras Kostarevas
c021a142ba Use blacklist for swipe input 2024-05-16 14:41:50 -05:00
Aleksandras Kostarevas
b59aa89363 Use more C++ style memory management 2024-05-16 14:33:02 -05:00
Aleksandras Kostarevas
e19de589f1 Skip invalid token mixes 2024-05-16 12:18:13 -05:00
Aleksandras Kostarevas
edbb92114f Ensure skipProbability is in range 2024-05-16 12:07:28 -05:00
Aleksandras Kostarevas
09a6a30d8b Use jstring2string for more strings 2024-05-16 12:07:16 -05:00
Aleksandras Kostarevas
1eea6cb36d Add phonetic layout for east slavic 2024-05-15 17:18:43 -05:00
Aleksandras Kostarevas
cbf0230081 Add symbols for bepo 2024-05-15 16:50:31 -05:00
Aleksandras Kostarevas
a48c241485 Use lazy column for languages list for performance 2024-05-15 16:37:01 -05:00
Aleksandras Kostarevas
a994bb5432 Fix crash when migrated layouts have more than 1 subtype and one of which has no layout specifier 2024-05-15 16:30:57 -05:00
Aleksandras Kostarevas
eb65ad124d Include datastore settings in crash reports 2024-05-15 16:18:30 -05:00
Aleksandras Kostarevas
02766b8014 Disable broken fullscreen mode 2024-05-14 19:00:33 -05:00
Aleksandras Kostarevas
e9b329fdd1 Set payment URL 2024-05-14 18:55:14 -05:00
Aleksandras Kostarevas
944c7a0723 Update subtitle color 2024-05-14 18:39:56 -05:00
Aleksandras Kostarevas
127e6308f9 Fix key sliding getting stuck on space and delete 2024-05-14 18:26:43 -05:00
Aleksandras Kostarevas
b212a3bc83 Fix shift key toggle indicator, fix sliding key color 2024-05-14 18:21:03 -05:00
Aleksandras Kostarevas
d9ab17cc5e Include number row for bepo 2024-05-14 18:08:04 -05:00
Aleksandras Kostarevas
b985c3a283 Avoid crash if no supported languages can be added 2024-05-14 17:36:29 -05:00
Aleksandras Kostarevas
97859147d9 Add system languages as subtypes when blank 2024-05-14 17:29:29 -05:00
Aleksandras Kostarevas
7570e4d258 Refactor input method subtype system 2024-05-14 17:13:52 -05:00
Aleksandras Kostarevas
ef1860b8d0 Add notice for when built in voice input is disabled 2024-05-12 18:26:57 -05:00
Aleksandras Kostarevas
790f90622f Add queries block for voice ime detection 2024-05-12 18:22:40 -05:00
Aleksandras Kostarevas
e6ac130706 Save enabled subtypes as setting 2024-05-10 17:51:40 -05:00
Aleksandras Kostarevas
2e7611349a Automatically refresh languages in settings 2024-05-10 17:43:00 -05:00
Aleksandras Kostarevas
36157909c7 Update more keys 2024-05-08 17:01:34 -05:00
Aleksandras Kostarevas
0153d855b9 Remove incorrect app name translations 2024-05-08 16:46:10 -05:00
Aleksandras Kostarevas
3ad22e5a82 Update key hints to show morekeys[0] 2024-05-08 16:37:24 -05:00
Aleksandras Kostarevas
08cfe36dce Update Lithuanian morekeys 2024-05-08 16:36:58 -05:00
Aleksandras Kostarevas
21d55993f0 Use steps for keyboard height and offset 2024-05-08 13:10:55 -05:00
Aleksandras Kostarevas
49cbcabf5e Add slider for long press duration 2024-05-08 13:02:36 -05:00
Aleksandras Kostarevas
abda1a3d08 Fix wrong more keys offset without preview 2024-05-08 12:25:28 -05:00
Aleksandras Kostarevas
951c24e1c9 Fix incorrect bottom padding color 2024-05-07 16:22:55 -05:00
Aleksandras Kostarevas
193c0078ee Update default weight 2024-05-07 13:44:59 -05:00
Aleksandras Kostarevas
d83e9ae637 Add GitHub issue tracker URL and subtitles 2024-05-07 12:51:01 -05:00
Aleksandras Kostarevas
360c2f4ada Fix wrong update check for theme 2024-05-07 12:17:44 -05:00
Aleksandras Kostarevas
7fbb62fb4c Add number row to most layouts 2024-05-07 12:11:25 -05:00
Aleksandras Kostarevas
173cf38710 Use Compose padding for vertical offset 2024-05-07 12:11:07 -05:00
Aleksandras Kostarevas
233e850422 Fix incorrect vertical position for more keys 2024-05-07 12:10:48 -05:00
Aleksandras Kostarevas
99d5fda170 Fix incorrect LM results with number row 2024-05-07 11:31:15 -05:00
Aleksandras Kostarevas
918f0dbd2d Add toggle for number row 2024-05-07 11:17:13 -05:00
Aleksandras Kostarevas
bed5f68b11 Fix key preview text size being dependent on keyboard size 2024-05-06 17:00:00 -05:00