Commit graph

1402 commits

Author SHA1 Message Date
Helium314
136a12ad6c
add F-Droid & GitHub links to readme 2024-04-07 21:49:40 +02:00
Helium314
1c075de0c8 make long press symbols key -> numpad optional, fixes #588 2024-04-07 10:03:08 +02:00
Helium314
58e56e5528 update readme
add section about installing / copying to system app folder
fixes #605
2024-04-06 20:14:23 +02:00
Helium314
8870601402 remove unnecessary rounded close icon, see #649
and rename closeView to close, as the icon can be more generic than the toolbar key
2024-04-06 19:33:11 +02:00
codokie
38126d2840
add close history view toolbar button (#649) 2024-04-06 18:11:28 +02:00
codokie
dcddcccf09
improve auto correct & select all icons (#651) 2024-04-06 12:47:37 +02:00
Helium314
4ee01527a2 show toolbar icons in toolbar key dialog 2024-04-06 12:22:14 +02:00
Helium314
52f567ff9e rename reorderPopupKeysDialog to reorderDialog
add icon to layout, should later display toolbar key
2024-04-06 11:17:56 +02:00
Helium314
0ab9aeb8e6 update readme 2024-04-06 09:54:41 +02:00
Helium314
34b9799710 remove theme logging added in a657d0e300
wasn't necessary, everything working here
2024-04-06 09:23:50 +02:00
Md. Rifat Hasan Jihan
605c5842e9
match COLORS_DARK default (#637) 2024-04-06 08:17:30 +02:00
Helium314
4354b33fa4 make extra currently keys work in popups 2024-04-05 23:51:35 +02:00
Helium314
a25ce3aa87 display correct name when editing symbol and number layouts 2024-04-05 23:27:47 +02:00
Helium314
5628cbf2b6 avoid bad interaction between symbols layout name and assumed locale
fixes #632
2024-04-05 23:25:31 +02:00
Zolax
231ffedd90
add Russian (Student) layout (#640) 2024-04-05 19:57:31 +02:00
Md. Rifat Hasan Jihan
99d03db478
Update formatting of Hidden features text 2024-04-04 19:52:26 +02:00
Fahim Montasir Misbah
beba8f1b3d
alter fullstop and equivalent in probhat layout (#628) 2024-04-04 19:11:54 +02:00
Zolax
77cdf48846
fix markdown link in readme (#635) 2024-04-03 20:43:27 +02:00
Helium314
c8a10b9d42 add donation information (might be extended) 2024-04-03 19:04:44 +02:00
Helium314
8d546fad5e update version 2024-04-02 17:28:23 +02:00
Helium314
39e00276fe avoid adding duplicate clipboard entries 2024-04-02 16:55:08 +02:00
Helium314
88cde3ee3a update readme and add issue template for issues related to the spell checker 2024-04-02 16:44:54 +02:00
Helium314
41d3c466cf add tl;dr to issue templates 2024-04-01 08:20:48 +02:00
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