Commit graph

795 commits

Author SHA1 Message Date
Helium314
0298973d91 fix minor issues when copying custom layout from existing layout 2024-03-06 21:19:22 +01:00
Helium314
a0c7b28b91 use TypedValueCompat for dp <-> px conversion 2024-03-06 20:55:47 +01:00
Helium314
b263b96b96 always load recent emoji keys right after creating recents keyboard, fixes #527 2024-03-03 15:13:11 +01:00
Helium314
4b52f2d51d properly determine length of emojis when deleting
fixes issue described in https://github.com/Helium314/HeliBoard/issues/426#issuecomment-1944132643, but not the initial problem
2024-03-03 14:48:03 +01:00
Helium314
fe5aa2c33c remove unused SYMBOL_SHIFT key 2024-03-02 21:07:27 +01:00
Helium314
a34b3f4cdd switch internal codes for functional keys to the same as florisboard
for better compatibility of layouts
also convert labels
2024-03-02 21:02:48 +01:00
Helium314
7b0ee924ae use less specific key codes 2024-03-02 18:52:55 +01:00
Helium314
b30ac99b09 prepare for adding AllColors 2024-02-27 20:31:00 +01:00
Mæxæmæt
056ba3731a
Kaitag language support (#519) 2024-02-27 11:18:26 +01:00
Helium314
6c6799e97e clarify that changing layout is only possible if "use system languages" is disabled 2024-02-20 11:05:34 +01:00
Helium314
5e4361b119 avoid loading uris from content resolver on main thread
because uris might point to network locations, which triggers an exception
main thread is still blocked by loading, this is purely to get around the crash (files are small, and usually stored locally)
2024-02-20 10:33:47 +01:00
Helium314
2dfc824319 allow customizing more layouts (number, phone, numpad, ...) 2024-02-20 08:44:12 +01:00
Helium314
d3da4478b4 disable onCheckedChangeListener while setting switch state, fixes #505 2024-02-19 14:33:51 +01:00
Helium314
fd95b4dc87 add list of known dictionaries for more convenient links 2024-02-19 14:10:49 +01:00
Helium314
759cb48e1e update readme and do some more logging 2024-02-15 16:32:25 +01:00
Helium314
5ce9e09f7d update readme and description 2024-02-15 11:13:42 +01:00
Helium314
161409a73e update readme, remove old images
and properly close stream
2024-02-14 11:47:38 +01:00
Helium314
daa20a1c2c fix inclusion of separator in language popup keys 2024-02-14 11:21:47 +01:00
Helium314
b4a223ae67 rename LocaleKeyTexts, move some parts from LayoutInfos there 2024-02-14 11:08:44 +01:00
Helium314
be9b438cca fix some minor issues 2024-02-14 10:49:26 +01:00
Helium314
be38a58c13 update app name in resources, readme, comments, ... 2024-02-14 09:22:30 +01:00
Helium314
0109b073fa add log message when subtype has unknown language 2024-02-13 23:32:25 +01:00
Helium314
d983b469fe fix crash when using credential protected preferences too early 2024-02-13 08:23:07 +01:00
BlackyHawky
d0dc242a28
Fix "For all languages" display (#473)
Co-authored-by: Helium314 <helium314@mailbox.org>
2024-02-13 07:45:44 +01:00
Helium314
5ec55f3e0e
fix small almost-edge keys (#478) 2024-02-11 19:40:54 +01:00
Helium314
84713fb0f9 slight adjustments to kannada layout for #444 2024-02-10 19:44:20 +01:00
Helium314
b872975189 remove HIDE_SOFT_INPUT permission 2024-02-10 18:55:30 +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
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
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
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
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