Commit graph

1192 commits

Author SHA1 Message Date
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
6fd6113271 add spdx licence identifiers to remaining files 2023-10-20 09:04:57 +02:00
Helium314
94420f8c51 remove useless switch statements (all themes result in the same case) 2023-10-19 21:27:33 +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
9ba8300bb7 add / switch to SPDX identifiers for vector drawables 2023-10-18 10:11:11 +02:00
BlackyHawky
aa333448f8
Replace emoji categories images by vector drawables (#198) 2023-10-18 09:41:42 +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
78e924ee6d add start padding to suggestion strip 2023-10-17 16:02:36 +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
87009e8921
Replaced pin images for holo style by vector drawable (#199) 2023-10-17 10:33:15 +02:00
BlackyHawky
10f6e30e44
Restored delete key color in emoji view (#197) 2023-10-17 10:27:49 +02:00
BlackyHawky
997bda22c2
French translations added and improved existing ones (#219) 2023-10-17 07:53:39 +02:00
BlackyHawky
aedadd7afb
Replace Preferences setting images with vector drawable (#194) 2023-10-16 23:32:29 +02:00
Helium314
0e74baaeff remove duplicate translations 2023-10-16 23:25:37 +02:00
BlackyHawky
2deaa60498
Fix color of settings icons (#193) 2023-10-16 23:05:36 +02:00
MXC48
ddaef0653c
Update strings.xml (#207)
I finished the translation in French
2023-10-16 22:39:45 +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
Deltadroid
3eba91e55c
Update targets to java 17 (#186)
The newly upgraded dependencies (gradle 8.3) now require java 17
and the java and jvm targets must both match or there will be a build
failure due to lint.
2023-10-15 16:33:51 +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
0c8cd42a03 replace some more images with vector drawables 2023-09-26 15:11:04 +02:00
Helium314
bed2812887 upgrade dependencies 2023-09-26 11:34:32 +02:00
Helium314
22a5c6dbe0 add another test, situation may need improvement 2023-09-26 07:40:46 +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
Helium314
e6495f5868 some more adjustments to URL detection and related tests 2023-09-25 13:56:58 +02:00
Helium314
bc1557cc69 fix some issues with url detection, add tests for some more issues to be fixed 2023-09-25 10:10:56 +02:00
Helium314
cf261bf5ef update tests and readme 2023-09-25 07:11:33 +02:00
Helium314
a330e9dd17 fix url detction ignoring no-suggestions request, fixes #180 2023-09-25 06:04:04 +02:00
BlackyHawky
d8c80b72ff
Add support for themed icons (#182) 2023-09-24 23:43:19 +02:00
Helium314
57f0fcb32c show details when tapping dictionary 2023-09-24 23:10:39 +02:00
Helium314
2e899ae3e5 replace some graphics by vector drawables 2023-09-24 22:57:19 +02:00
Helium314
4b323d4277 add cursor keys to toolbar, replace next/previous images with vector arrows 2023-09-24 22:00:41 +02:00
Helium314
25ad4a3178 add toolbar to suggestion strip
arrow to expand
long-press keys to pin them (replaces old voice and clipboard key settings)
fixes #139
2023-09-24 21:31:37 +02:00
Helium314
0497bf4702 make popup hint optional for both styles 2023-09-23 13:02:56 +02:00
Helium314
85ecce430e add test for text selection 2023-09-21 19:06:16 +02:00
Helium314
3aeaeb0009 reduce ong file size a little 2023-09-21 12:26:36 +02:00
Deltadroid
e143fc9c61
Update ndk (#177)
* Use latest LTS NDK 25.2.9519653 (r25c)
* Do not fail on warnings
2023-09-21 07:35:23 +02:00