Commit graph

961 commits

Author SHA1 Message Date
Helium314
0002ed63eb enable validSpellingWordCache for spell checker 2023-11-20 01:11:06 +01:00
Helium314
0187beeae5 add test & fix for another url detection auto-space issue 2023-11-20 00:48:26 +01:00
Helium314
ea17006570 update keyboard when input field restarts with change in force ascii flag 2023-11-20 00:22:03 +01:00
Helium314
907c307c2b don't offer locales without any own dictionary for multilingual typing 2023-11-20 00:12:56 +01:00
Helium314
7d2dad3862 remove unused extracted main dictionaries 2023-11-20 00:06:03 +01:00
Helium314
e4bc6996a5 restrict search field to a single line 2023-11-19 23:12:19 +01:00
Helium314
f944751737 remove useless file 2023-11-19 23:08:01 +01:00
Helium314
50ba6e3129 properly set text size for "internal main dictionary", so it should work for all devices 2023-11-19 23:04:28 +01:00
Helium314
0a6a667ef1 update readme 2023-11-19 22:08:52 +01:00
Helium314
c2f4b617b3 replace some dividers with shape drawables, avoids them turning green depending on some display settings 2023-11-19 22:00:31 +01:00
Helium314
cbfa934721
Switch most latin layouts to use the simple parser (#276)
And do some tweaks so it works better
2023-11-19 21:16:23 +01:00
BlackyHawky
da6dcece7f
Gesture input color can be customized (#269)
and don't show all colors by default, rather have a menu option for this

---------

Co-authored-by: Helium314 <helium314@mailbox.org>
2023-11-17 07:50:58 +01:00
Helium314
9f67113216
Add keyboard parser for simple layout definitions (#270)
and one example layout
and some todos containing the further plan
2023-11-13 11:44:40 +01:00
Helium314
1e79e3e2f6 fix white icon color for zwnj (only available on few layouts) 2023-11-06 16:11:14 +01:00
Helium314
fce6805018 dont try loading user-supplied library if it doesn't exist 2023-11-04 14:01:56 +01:00
Helium314
2dc9b12b13 store pinned clips in shared prferences instead of separate file 2023-11-04 13:38:24 +01:00
Helium314
aad8c68bf9 fix potential crash 2023-11-04 12:05:23 +01:00
Helium314
6968488e45 add settings to backup 2023-11-04 12:05:01 +01:00
Helium314
7ae0d0783d reduce code duplication, remove useless string 2023-11-03 17:03:07 +01:00
BlackyHawky
e1da2ffdc1
Add Rounded style (#260) 2023-11-03 16:41:49 +01:00
Helium314
c2a48b27fe add setting from bottom padding scale 2023-11-03 14:24:43 +01:00
Helium314
fec5bc97b4 improve automatic text color selection 2023-11-03 12:59:23 +01:00
Helium314
f8165e5505 remove traces old name theme family/variant 2023-11-03 12:42:23 +01:00
Helium314
1c0fb0c672
Allow splitting all layouts instead of having to define split layouts in xml (#258) 2023-11-03 12:28:00 +01:00
Helium314
778f160c07 update readme 2023-11-02 21:04:37 +01:00
Helium314
230d5fcb03 switch from deprecated startActivityForResult to registerForActivityResult 2023-11-02 21:02:11 +01:00
BlackyHawky
a69656a446
French translations added and improved existing ones (#261) 2023-11-01 19:43:29 +01:00
Helium314
b8f4f589e8 add backup / restore option
and convert AdvancedSettingsFragment to kotlin
fixes #200
2023-10-31 12:06:44 +01:00
Helium314
62dd2d954f
Update README.md 2023-10-31 08:07:00 +01:00
Helium314
99081527ad enable use of more than a single background thread 2023-10-31 07:50:05 +01:00
Helium314
51c906863d comment (currently) unused color filters 2023-10-30 22:19:50 +01:00
Helium314
d4a47508cd set suggestion strip layout direction on changing layout 2023-10-30 22:15:37 +01:00
Helium314
37caf9ad9a don't obfuscate logs 2023-10-27 13:20:54 +02:00
Helium314
309f121848 properly set relative key(board) params 2023-10-27 13:19:57 +02:00
Helium314
1916eb233f udpate issue templates 2023-10-26 07:54:21 +02:00
Helium314
69b4fa494f split keyboard builder and (xml) keyboard parser
another step towards #216
2023-10-25 12:21:38 +02:00
Helium314
b326011e0c prepare for splitting parsing and building of keyboards
one step towards #216
2023-10-24 22:52:36 +02:00
John Betaro
f3c52e9f6c
Update GitHub workflow file (#248) 2023-10-24 16:17:39 +02:00
Helium314
bf1cf1b91a fix adding words to personal dictionary, remove logging 2023-10-24 16:07:03 +02:00
BlackyHawky
4ec8ff343d
Simplify vector drawables (#246)
- for "zwj" & "zwnj" icons
2023-10-24 11:54:22 +02:00
Helium314
a18351d9ba "user dictionary" -> personal dictionary, cleanup manifest 2023-10-24 11:45:04 +02:00
Helium314
66927e1990 possibly fix #247 2023-10-24 11:32:57 +02:00
Helium314
c7a8548921 fix isInsideDoubleQuoteOrAfterDigit not determining inside quote status correctly
happened because only quotes followed or preceded by space can be identified correctly

previously unclear quotes, e.g. followed by comma, were ignored
now the number of ignored quotes is counted and taken into account

fixes ##230
2023-10-24 01:06:34 +02:00
Helium314
f1de1a6410 allow setting alpha for all colors except keyboard background 2023-10-24 00:36:24 +02:00
BlackyHawky
02a3fe2d19
Expose more colors to users (only for user-defined themes) (#239) 2023-10-23 23:55:19 +02:00
Helium314
9a7968ea14 always show text field in color settings 2023-10-23 17:23:57 +02:00
BlackyHawky
b797ebd064
Add "Default" button to the color picker (#242) 2023-10-23 12:15:26 +02:00
Helium314
a55cd619dc add "simplify" todos to some vector drawables 2023-10-23 11:38:35 +02:00
BlackyHawky
209d97449c
Replace images with vector drawables for Material style (#234) 2023-10-23 11:27:53 +02:00
BlackyHawky
b1c1ea5fac
Fix white bar on top after Android 12 upgrade by @Helium314 (#238)
Co-authored-by: Helium314 <helium314@mailbox.org>
2023-10-23 08:55:03 +02:00