Commit graph

1241 commits

Author SHA1 Message Date
Helium314
b872975189 remove HIDE_SOFT_INPUT permission 2024-02-10 18:55:30 +01:00
Helium314
7ea85d597b
Update README.md 2024-02-08 20:03:09 +01:00
arcarum
abc23d23be
Avoid hiding the toolbar and pinned keys during inline autofill (#474) 2024-02-07 20:49:38 +01:00
Helium314
ea2e2b301b a little cleanup in Suggest 2024-02-06 22:00:12 +01:00
Helium314
00a45a621e convert Suggest to kotlin
no functional changes
should simplify the todos
2024-02-06 20:55:15 +01:00
Helium314
26809444bd rename more keys to popup keys
user-facing name is already popup keys, now internal rename is done to avoid confusion and for consistency
2024-02-05 09:33:06 +01:00
Helium314
e708c026bc rename layouts to always use the full language name 2024-02-05 08:06:26 +01:00
Helium314
4645e425e6 remove or add info to some todos 2024-02-04 09:31:45 +01:00
Helium314
8eb8a2368a remove unused code 2024-02-03 11:35:11 +01:00
Helium314
38fd364178 work on a bunch of todos 2024-02-03 10:59:46 +01:00
Helium314
f06193f1f0 avoid potential issues when restoring settings 2024-02-02 21:47:25 +01:00
Helium314
246cd6c5cf add a log message when selected subtype is not found 2024-02-02 20:46:51 +01:00
Helium314
3a354524f3 remove unused annotations 2024-02-01 22:42:25 +01:00
Helium314
978d76ed7c adjust build and add a variant that doesn't allow user-added libraries 2024-02-01 22:10:54 +01:00
Deltadroid
53022afdab
Filter NDK ABI list (#443)
Allow filtering ABI for creating faster test builds
2024-02-01 21:43:43 +01:00
Helium314
27f2492edd fix some missed cases of using langauge tag instead of locale string
string conversion was implicit, so a bit harder to find
fixes #469
2024-02-01 19:46:44 +01:00
Helium314
faf75963a8 minor adjustments to colors and settings 2024-02-01 18:40:47 +01:00
Helium314
e0c37b81fd remove unnecessary code/resources 2024-02-01 17:01:41 +01:00
Helium314
5e5f045495 consider script when evaluating hint locales 2024-02-01 10:56:41 +01:00
Helium314
9cce029e06 don't allow disabling popop keys in non-alphabet layouts
and slightly adjust readme
2024-02-01 10:31:21 +01:00
Helium314
eb7333b1da long-press symbols key for numpad
issue: immediately switches to symbols layout, after delay switches to numpad
2024-02-01 09:25:37 +01:00
Helium314
21254d895c add "block offensive words" setting to spell checker settings too
and make sure we have settingsValues when using spell checker only
2024-02-01 08:51:17 +01:00
Helium314
d18c15d027 add the tests missed in last commit 2024-02-01 07:26:47 +01:00
Helium314
d5c97a9697 follow code in popup keys
code will always be preferred over a|b style labels
add some tests for adjusted KeySpecParser
fixes #466
2024-02-01 07:22:41 +01:00
Helium314
f19ffa54c9 fix rtl detection 2024-02-01 06:47:40 +01:00
ButterflyOfFire
a0caa00a1d
Add Kabyle layout (#468) 2024-01-31 21:54:53 +01:00
Helium314
1490ddddd8 some adjustments after renaming the package 2024-01-31 21:12:34 +01:00
Helium314
40f39a70d0 some fixes 2024-01-31 19:49:50 +01:00
Helium314
a91a90bfbd rename package
introduces weird bugs for some reason
2024-01-31 18:32:43 +01:00
Helium314
8c40d4f3e8 a bunch of minor fixes 2024-01-31 17:26:27 +01:00
Helium314
09803fdf92 rename prefs for more keys to popup keys
more internal renaming will follow (later)
2024-01-31 16:54:31 +01:00
Helium314
0c868ab22a remove welcome video, use the image instead
that video is not worth 300 kB
2024-01-31 16:28:43 +01:00
Helium314
7b649eeb12 adjust backup of preferences 2024-01-30 17:32:58 +01:00
Helium314
0ba7b6370a only use locale.toString directly where necessary
stick to Locale as long as possible
2024-01-30 14:23:31 +01:00
BlackyHawky
6211f42963
Change a confusing French translation (#463) 2024-01-30 13:50:50 +01:00
Helium314
983897e96e lint 2024-01-29 16:00:24 +01:00
Helium314
2f5e3230d0 some adjustments / lint / unused code 2024-01-29 14:32:51 +01:00
Helium314
e98d8fa092
Update layouts.md 2024-01-29 13:24:52 +01:00
BlackyHawky
9fb59ede63
Add dynamic colors to settings (#454) 2024-01-29 12:54:23 +01:00
Helium314
2beb949aed always show typed word when autocorrect can happen
fixes #458
2024-01-28 20:01:34 +01:00
BlackyHawky
c761f6f357
Prevent debugging parameters from being visible after a restore (#358)
Co-authored-by: Helium314 <helium314@disroot.org>
2024-01-28 18:36:38 +01:00
Helium314
d5956ed891 remove unused tools for old xml layout style, update readme 2024-01-28 18:16:48 +01:00
Helium314
89afcfd9d3 adjust where things are stored, and improve migration from old version
pinned clips and library checksum are now in normal (not device protected) preferences (sensitive data)
layouts and background images are now in device protected storage (required after boot)
2024-01-28 18:05:38 +01:00
Helium314
b714fc6566 reload enabled subtypes on settings restore 2024-01-28 15:02:06 +01:00
Helium314
2020db2e63 rename some prefs and add upgrade function when coming from old app name 2024-01-28 14:23:38 +01:00
Helium314
b3a56bec10 add version upgrade function 2024-01-28 13:55:11 +01:00
Helium314
7f1a7d9007 fix wrong dictionary info shown when replacing, fixes #456 2024-01-28 13:01:21 +01:00
Helium314
4a36c646c7 fix crash reported in #459 and improve formatting 2024-01-28 12:45:58 +01:00
BlackyHawky
4d071e294c
Add missing French translations (#442) 2024-01-28 11:10:05 +01:00
Helium314
c8f99e67e8 warn about submitting new PRs until package is renamed 2024-01-28 11:06:51 +01:00