Helium314
1b5ed60017
add changelog and adjust version name
2024-06-02 15:30:57 +02:00
Helium314
388366c242
make long-press toolbar pinning optional
2024-05-27 20:34:26 +02:00
Helium314
c566c93bff
import translations, upgrade version
2024-05-20 22:26:26 +02:00
Helium314
528bbb4f7f
upgrade build.gradle and do some code inspection stuff
2024-05-15 22:47:24 +02:00
Helium314
fc1f193720
upgrade dependencies
2024-04-20 19:36:14 +02:00
Helium314
eea2dd4ee8
update version and translations
2024-04-20 12:08:48 +02:00
Helium314
28bc9a433e
upgrade version and update translations
2024-04-12 17:49:06 +02:00
Helium314
8d546fad5e
update version
2024-04-02 17:28:23 +02:00
Helium314
f859e80aca
upgrade version, update translations and changelog
2024-03-31 21:55:01 +02:00
Deltadroid
63de83ac94
Enable abort on lint check failure ( #570 )
2024-03-17 21:35:18 +01:00
Deltadroid
4fff31d1f5
Update NDK to r26c ( #560 )
2024-03-17 13:52:40 +01:00
Helium314
be38a58c13
update app name in resources, readme, comments, ...
2024-02-14 09:22:30 +01:00
Helium314
f657ebad3d
don't include dependenciesInfo, see #477
2024-02-11 06:53:49 +01:00
Helium314
978d76ed7c
adjust build and add a variant that doesn't allow user-added libraries
2024-02-01 22:10:54 +01:00
Deltadroid
53022afdab
Filter NDK ABI list ( #443 )
...
Allow filtering ABI for creating faster test builds
2024-02-01 21:43:43 +01:00
Helium314
40f39a70d0
some fixes
2024-01-31 19:49:50 +01:00
Helium314
a91a90bfbd
rename package
...
introduces weird bugs for some reason
2024-01-31 18:32:43 +01:00
Deltadroid
e86d87cc74
Update minSdkVersion to 21 ( #343 )
2024-01-08 09:27:06 +01:00
arcarum
ab183c53d7
Inline autofill support ( #336 )
...
Theming support is still missing
2023-12-29 09:51:46 +01:00
arcarum
8d3a32bcb2
Updated gradle, kotlin, ndk, and dependencies to their latest versions. ( #335 )
2023-12-20 10:02:11 +01:00
Helium314
0187beeae5
add test & fix for another url detection auto-space issue
2023-11-20 00:48:26 +01:00
Helium314
6968488e45
add settings to backup
2023-11-04 12:05:01 +01:00
Helium314
b3a9613710
upgrade target and compile sdk
2023-10-21 10:23:18 +02:00
Deltadroid
48ad8efff5
Update gradle and AGP ( #218 )
...
Update gradle and android gradle plugin
2023-10-20 17:02:58 +02:00
Helium314
d183baf401
remove some unused code and todos
2023-10-20 09:43:14 +02:00
BlackyHawky
4baca025f9
Replace color picker by new one with editable hex values ( #220 )
2023-10-17 12:12:57 +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
bed2812887
upgrade dependencies
2023-09-26 11:34:32 +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
Helium314
70f419efe5
add unit tests for input logic (wip very much)
2023-09-19 19:39:47 +02:00
Helium314
b18b7dc820
add a separate fragment for setting user-defined colors
...
issues:
when using day/night mode, active keyboard is shown in preview, not the acually modified varian
reloading / updating the preview is either slow or will not show the keyboard again
2023-09-12 14:21:40 +02:00
Helium314
9223c4c1f2
enable minify (might crash, in that case needs proguard adjustments or revert)
2023-09-07 17:51:37 +02:00
Helium314
70a86d9326
use appcompat dayNight theme, alertDialogs and popupMenus
2023-09-01 10:19:09 +02:00
Helium314
2a19114ccb
change nullable / nonnull annotations to androidx
2023-09-01 08:08:36 +02:00
Helium314
6475ed7d74
remove unused dependencies and compress native libraries
2023-08-29 07:52:18 +02:00
Helium314
78cccee9bb
add unit tests for shouldBeAutoCorrected, small dict fix
2023-08-28 19:50:55 +02:00
Helium314
29c252066d
allow users to select dictionaries
...
https://github.com/openboard-team/openboard/pull/569
https://github.com/openboard-team/openboard/pull/578
modified so dictionaries use the correct type instead of always main
2023-06-26 13:25:32 +02:00
Helium314
d5bc144c89
allow to install debug along release version
2023-06-25 16:47:36 +02:00
Helium314
2c879e8aca
update dependencies
2023-06-25 14:51:13 +02:00
pdroidandroid@gmail.com
6c7582aae8
1.4.5 release
2022-08-05 18:22:32 +02:00
dslul
945b5b7f6c
fix crash on older devices
2022-01-23 11:41:23 +01:00
dslul
3dd1548c9f
prepare for 1.4.4 release
2022-01-16 19:00:13 +01:00
pdroidandroid@gmail.com
1cbbf4983c
Implemented clipboard history feature
2022-01-13 13:45:48 +01:00
Trevor Terris
8ee8f2edac
Fix target and compile SDK versions
...
With the latest Android 12 beta (beta 3), the compile and target SDK versions are changed from "android-S" and "S" to 31. Update build.gradle to reflect these changes.
2021-07-16 08:07:16 +02:00
Trevor Terris
81a55e9fb9
Initial commit for Android S theming
...
Add Android S support, and start changing some colors to use system accent.
2021-06-27 07:56:54 +02:00
dslul
a77ea6ec8b
update gradle
2021-06-14 10:01:57 +02:00
dslul
d50265f04d
release 1.4.3
2021-05-03 09:12:23 +02:00
dslul
dc46c14f9c
add Arabic PC layout
2020-10-24 10:01:57 +02:00
dslul
8ce71a3374
webp conversion
2020-10-02 14:14:04 +02:00
dslul
771b5529d4
bump version 1.4.2
2020-10-02 09:24:58 +02:00