Helium314
f8165e5505
remove traces old name theme family/variant
2023-11-03 12:42:23 +01:00
Helium314
1c0fb0c672
Allow splitting all layouts instead of having to define split layouts in xml ( #258 )
2023-11-03 12:28:00 +01:00
Helium314
230d5fcb03
switch from deprecated startActivityForResult to registerForActivityResult
2023-11-02 21:02:11 +01:00
Helium314
b8f4f589e8
add backup / restore option
...
and convert AdvancedSettingsFragment to kotlin
fixes #200
2023-10-31 12:06:44 +01:00
Helium314
99081527ad
enable use of more than a single background thread
2023-10-31 07:50:05 +01:00
Helium314
51c906863d
comment (currently) unused color filters
2023-10-30 22:19:50 +01:00
Helium314
d4a47508cd
set suggestion strip layout direction on changing layout
2023-10-30 22:15:37 +01:00
Helium314
309f121848
properly set relative key(board) params
2023-10-27 13:19:57 +02:00
Helium314
69b4fa494f
split keyboard builder and (xml) keyboard parser
...
another step towards #216
2023-10-25 12:21:38 +02:00
Helium314
b326011e0c
prepare for splitting parsing and building of keyboards
...
one step towards #216
2023-10-24 22:52:36 +02:00
Helium314
bf1cf1b91a
fix adding words to personal dictionary, remove logging
2023-10-24 16:07:03 +02:00
Helium314
66927e1990
possibly fix #247
2023-10-24 11:32:57 +02:00
Helium314
c7a8548921
fix isInsideDoubleQuoteOrAfterDigit not determining inside quote status correctly
...
happened because only quotes followed or preceded by space can be identified correctly
previously unclear quotes, e.g. followed by comma, were ignored
now the number of ignored quotes is counted and taken into account
fixes ##230
2023-10-24 01:06:34 +02:00
Helium314
f1de1a6410
allow setting alpha for all colors except keyboard background
2023-10-24 00:36:24 +02:00
BlackyHawky
02a3fe2d19
Expose more colors to users (only for user-defined themes) ( #239 )
2023-10-23 23:55:19 +02:00
BlackyHawky
b797ebd064
Add "Default" button to the color picker ( #242 )
2023-10-23 12:15:26 +02:00
BlackyHawky
b1c1ea5fac
Fix white bar on top after Android 12 upgrade by @Helium314 ( #238 )
...
Co-authored-by: Helium314 <helium314@mailbox.org>
2023-10-23 08:55:03 +02:00
Helium314
2cd6c28b12
fix #243
2023-10-23 07:09:59 +02:00
BlackyHawky
ecadcce08d
Add descriptions of hidden features to the "About" section ( #227 )
...
- icons added in this section
- translation in French done
2023-10-21 09:30:06 +02:00
Helium314
9975a7d8f6
fix missing auto-space with url detection
...
caused by bug in nonWordCodePointAndNoSpaceBeforeCursor
fixes #229
2023-10-21 08:29:47 +02:00
Helium314
d47386c745
rename theme family to style and variant to colors
...
much more suitable names
unfortunately there won't be as many translations, but still it's much better
2023-10-20 21:16:53 +02:00
Helium314
f8f7444b74
emojis are added to history only when next word prediction is enabled
2023-10-20 18:32:24 +02:00
Helium314
b07f4bb489
use new drawable when setting background after removing pinned toolbar key
...
fixes #184
2023-10-20 18:15:04 +02:00
Helium314
ff009beb78
reload keyboard when changing functional hint setting
...
fixes #189
2023-10-20 17:49:47 +02:00
Helium314
1640b53dfc
fix some issues with korean input
2023-10-20 17:36:26 +02:00
Helium314
a5fb604d2e
add invisible view to block language switch when language has more than one layout
2023-10-20 13:44:14 +02:00
Helium314
b8b0ea7dbb
remove ic_menu_add (use ic_plus instead)
2023-10-20 13:23:31 +02:00
Helium314
d2f43e21c2
fix regression, abc and delete keys sharing background state in emoji view
2023-10-20 13:21:49 +02:00
Helium314
2677e3eeb8
add emojis for history for next-word suggestions
2023-10-20 13:11:05 +02:00
Helium314
df59ea71c0
fix regression with spacebar in emoji view
2023-10-20 10:13:46 +02:00
Helium314
fd65e92e39
set maxHeight/maxWidth of toolbar key programmatically
...
fixes #221
2023-10-20 09:50:27 +02:00
Helium314
d183baf401
remove some unused code and todos
2023-10-20 09:43:14 +02:00
Helium314
ae8335d816
remove holo_no_border theme, just make the keys transparent
2023-10-19 21:21:44 +02:00
Helium314
92e986609c
rename otherKey to toolbarKey, set correct scale/mirror on updateVisibility
2023-10-19 13:15:12 +02:00
BlackyHawky
515db3edc9
Add expand indicator to incognito icon ( #224 )
2023-10-19 13:11:31 +02:00
BlackyHawky
e62c40d4ae
Replace setup wizard images by vector drawables ( #202 )
2023-10-18 13:24:17 +02:00
Helium314
ec1a91d1e0
don't reload when moving cursor within a word using space bar gesture
...
gives performance improvement noticeable at least on slow phones
2023-10-17 20:57:02 +02:00
Helium314
1dc53663f0
more exhaustive search for hinLocales, if present
2023-10-17 15:01:02 +02:00
Helium314
67d4f53e73
workaround for bad implementation of ClipboardManager, #203
2023-10-17 13:58:13 +02:00
Helium314
56906775e9
update license headers in java / kotlin code
...
switch to SPDX
keep original copyright notice
add "modified" to AOSP files to clarify file was modified as required by Apache-2.0 license
clarify license is GPL-3.0-only for files added after initial OpenBoard commit (except for java -> kotlin conversions)
license for modified AOSP files is Apache-2.0 AND GPL-3.0-only (for modifications)
2023-10-17 13:44:01 +02:00
BlackyHawky
a5fde31ca2
Restored pin icon color for material style ( #196 )
...
* Pin icon uses accent color for both styles
2023-10-17 12:23:24 +02:00
BlackyHawky
4baca025f9
Replace color picker by new one with editable hex values ( #220 )
2023-10-17 12:12:57 +02:00
BlackyHawky
10f6e30e44
Restored delete key color in emoji view ( #197 )
2023-10-17 10:27:49 +02:00
Helium314
02db89b9a0
tint settings icons for kitkat programmatically
2023-10-16 20:45:41 +02:00
Helium314
8abfe26411
fix some issues with url detection
2023-10-16 20:45:41 +02:00
Helium314
df4bdce00d
show more dictionary details when clicking and replacing
...
and kotlinize DictionaryHeader, because it's much easier to handle that way
2023-09-26 17:48:04 +02:00
Helium314
2be6eaa10d
fix urls field being detected when it shouldn't
2023-09-26 16:30:09 +02:00
Helium314
bed2812887
upgrade dependencies
2023-09-26 11:34:32 +02:00
Helium314
3447212447
make toolbar scrollable
2023-09-25 19:35:51 +02:00
Helium314
7074302798
add language tags to method.xml (using language codes and python module langcodes)
2023-09-25 15:22:30 +02:00