Commit graph

1301 commits

Author SHA1 Message Date
Helium314
b47bc52e7d improve support for special keys and floris layouts (not fully there yet...) 2024-03-12 21:37:53 +01:00
Helium314
c29eb0d03e fix wrong filename for customized json layouts 2024-03-12 14:14:16 +01:00
Helium314
29a4bb4558 add that always showing suggestions may cause issues 2024-03-11 23:12:45 +01:00
Helium314
f7086d32b5 update strings 2024-03-11 23:04:14 +01:00
arcarum
4b78546e97
Add support for vertical cursor movement using the spacebar (#486)
---------

Co-authored-by: Helium314 <helium314@disroot.org>
2024-03-11 22:42:25 +01:00
Helium314
1ffa4766af update readmes 2024-03-11 19:08:40 +01:00
Helium314
3b8b44b34b fix issue when specifying codes in json layouts 2024-03-10 20:10:23 +01:00
Helium314
3feac6d966 don't hide voice input key for TYPE_TEXT_VARIATION_URI
see #544
URL fields are frequently used as search fields
2024-03-10 19:41:46 +01:00
Helium314
ec4d0558e7 store clipboard history entries in companion object
fixes #548
2024-03-10 19:08:18 +01:00
Helium314
7d004c1c79 add python script for updating translations and running the makeDictList task 2024-03-10 13:26:58 +01:00
Helium314
9e375e9926 adjust build workflow 2024-03-10 08:25:08 +01:00
Helium314
8d13a66a00 adjust colors so pressed toolbar keys change background color 2024-03-10 06:10:59 +01:00
Helium314
0f250d72bb allow storing AllColors in prefs (still not used) 2024-03-10 05:29:05 +01:00
Helium314
aa94c84d52 rename subtype settings and clean up when renaming in shared prefs 2024-03-06 22:07:38 +01:00
Helium314
2a13ae186a avoid immediate switch to other app when language key switches both layouts and keyboard apps 2024-03-06 21:29:11 +01:00
Helium314
0298973d91 fix minor issues when copying custom layout from existing layout 2024-03-06 21:19:22 +01:00
Helium314
273cd87c2b add separate turkis layout
fixes #339
fixes #508
2024-03-06 21:18:09 +01:00
Helium314
a0c7b28b91 use TypedValueCompat for dp <-> px conversion 2024-03-06 20:55:47 +01:00
Helium314
1874e11d30 update readme 2024-03-04 22:10: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
Helium314
777737db72 add todo section to readme 2024-02-27 16:55:46 +01:00
Helium314
c9d9ef5c63 udpate readmes 2024-02-27 11:29:44 +01:00
Helium314
ae52951b59 remove native build id for reproducible builds 2024-02-27 11:19:10 +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
71cfe3fbef update translations from weblate 2024-02-20 08:12:57 +01:00
Michael Keck
060f98af13
CI: Enable for main branch and PRs + update actions (#485)
* CI: Run on all branches and pull requests

* CI: Update actions

* CI: Only run on the main branch + all PRs

* CI: Use official gradle action

It promises to handle CI caching better than the setup-java action.

9e899d11ad/setup-gradle/README.md
2024-02-20 07:31:26 +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
b1eb33f6e2 add more locales to spellchecker.xml 2024-02-17 17:07:18 +01:00
Helium314
8ff7810df9 update readmes 2024-02-17 07:42:18 +01:00
src
f177bb984b
Fix typo in README.md (#493) 2024-02-16 05:00:32 +01:00
FineFindus
2646c0ae10
chore: fix typos in feature_request template (#491) 2024-02-15 18:33:50 +01:00
Helium314
759cb48e1e update readme and do some more logging 2024-02-15 16:32:25 +01:00
Helium314
b34ac45312
Update layouts.md 2024-02-15 12:39:31 +01:00
Helium314
a0324b54d7
Update layouts.md 2024-02-15 11:57:30 +01:00
Helium314
27259ac376 update readme and pr template 2024-02-15 11:53:01 +01:00
Helium314
5ce9e09f7d update readme and description 2024-02-15 11:13:42 +01:00
Helium314
857fe3c59f update readme and fastlane data 2024-02-14 19:02:40 +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