Helium314
|
42f7b62543
|
fix haptic and audio feedback
got broken in cd44d2dc9f
fixes #597
|
2024-03-31 23:05:37 +02:00 |
|
Helium314
|
f859e80aca
|
upgrade version, update translations and changelog
|
2024-03-31 21:55:01 +02:00 |
|
The Eclectic Dyslexic
|
252b435fd3
|
Add new vector icon (#592)
|
2024-03-31 21:24:10 +02:00 |
|
arcarum
|
69d60742c4
|
Simplify InlineAutofillUtils code (#595)
|
2024-03-31 09:33:12 +02:00 |
|
Fahim Montasir Misbah
|
47b5502c1d
|
add probhat layout (#489)
|
2024-03-29 15:14:15 +01:00 |
|
Helium314
|
e289e7ef5f
|
move zwj and zwnj codes from Constants to KeyCode
and support florisboard name half_space for zwnj
|
2024-03-27 06:10:31 +01:00 |
|
Helium314
|
cd44d2dc9f
|
move keyboardActionListener implementation into separate class
(it will be extended later)
|
2024-03-27 06:09:59 +01:00 |
|
Helium314
|
8ec6138771
|
set move cursor as default horizontal spacebar swipe action
to have same default as previously
|
2024-03-27 06:09:23 +01:00 |
|
codokie
|
fb9008e9fe
|
Make toolbar direction for RTL layouts adjustable (#574)
|
2024-03-27 06:04:59 +01:00 |
|
Helium314
|
613f2e80a3
|
update readme
|
2024-03-25 21:49:34 +01:00 |
|
Helium314
|
086647761d
|
change features section in readme to html, copy to full_description.txt for f-droid
|
2024-03-25 20:49:38 +01:00 |
|
Helium314
|
c4fcb74b0e
|
disable IS_HARDWARE_KEYBOARD_SUPPORTED
not working properly when enabled (e.g. ctrl+v)
|
2024-03-25 20:21:50 +01:00 |
|
Helium314
|
d867c6127c
|
udpate workflows
debug apk not built automatically any more
automatic build does not produce an apk, but only needs to build a single abi
|
2024-03-24 17:43:35 +01:00 |
|
Helium314
|
700867d6d6
|
add manual trigger to build workflow
|
2024-03-24 17:30:49 +01:00 |
|
Helium314
|
f07c6d9c77
|
send key event instead of text when entering numbers in a non-text field
fixes #585
|
2024-03-24 07:38:51 +01:00 |
|
Helium314
|
7adeb408cc
|
no need to get editorInfo for inputType
|
2024-03-24 07:09:35 +01:00 |
|
Helium314
|
3bf7d0ea5c
|
add % to shift symbols layout
see #568 and #428
|
2024-03-23 22:45:36 +01:00 |
|
Helium314
|
a657d0e300
|
add some logging on selected theme for #565
|
2024-03-23 17:16:01 +01:00 |
|
Helium314
|
c3ec124c86
|
allow disabling layout popup keys
becuase sometimes layout popup keys are a bit mis-used, and it should be the user's choice
|
2024-03-23 11:42:07 +01:00 |
|
Deltadroid
|
63de83ac94
|
Enable abort on lint check failure (#570)
|
2024-03-17 21:35:18 +01:00 |
|
Helium314
|
e8a71fbe04
|
update comments / plan
|
2024-03-17 19:19:33 +01:00 |
|
Deltadroid
|
4fff31d1f5
|
Update NDK to r26c (#560)
|
2024-03-17 13:52:40 +01:00 |
|
Helium314
|
fd03b7ce43
|
setup color prefs after restoring view state
because the (re)stored view state is not correct for some reason
fixes #563
|
2024-03-16 07:47:05 +01:00 |
|
Helium314
|
c20489d1de
|
update readme (todo section)
|
2024-03-15 21:06:12 +01:00 |
|
Helium314
|
3ee768fe17
|
show links to known dictionaries when enabling a locale without local dictionary
|
2024-03-15 18:01:15 +01:00 |
|
Helium314
|
7058fb78b8
|
use timeout for both space swipe directions, and require minimum move distance
fixes #555
|
2024-03-14 02:58:12 +01:00 |
|
Helium314
|
0ccc500c1e
|
update layouts.md
|
2024-03-12 22:05:52 +01:00 |
|
Helium314
|
dab2fa4f42
|
better error message when loading invalid json layout
|
2024-03-12 21:48:17 +01:00 |
|
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 |
|