0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Release v0.3.10-beta02

This commit is contained in:
Patrick Goldinger 2021-03-19 19:42:08 +01:00
parent 78e5e417ce
commit 7eb7f0ef80
5 changed files with 14 additions and 3 deletions

View File

@ -9,7 +9,7 @@ fully respecting your privacy. Currently in early-beta state.
### Stable [![Latest stable release](https://img.shields.io/github/v/release/florisboard/florisboard)](https://github.com/florisboard/florisboard/releases/latest)
Releases on this track are in general stable and ready for everyday use, except for features marked as `[Experimental]`. Use one of the following options to use FlorisBoard's stable releases:
Releases on this track are in general stable and ready for everyday use, except for features marked as experimental. Use one of the following options to receive FlorisBoard's stable releases:
_A. Get it on F-Droid_:
@ -97,6 +97,7 @@ milestones, please refer to the [Feature roadmap](#feature-roadmap).
### Other useful features
* [x] One-handed mode
* [x] Clipboard/cursor tools
* [x] Clipboard manager/history
* [x] Integrated number row / symbols in character layouts
* [x] Gesture support
* [x] Full integration in IME service list of Android (xml/method)

View File

@ -23,7 +23,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdkVersion(23)
targetSdkVersion(30)
versionCode(29)
versionCode(30)
versionName("0.3.10")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -46,7 +46,7 @@ android {
create("beta") // Needed because by default the "beta" BuildType does not exist
named("beta").configure {
applicationIdSuffix = ".beta"
versionNameSuffix = "-beta01"
versionNameSuffix = "-beta02"
proguardFiles.add(getDefaultProguardFile("proguard-android-optimize.txt"))
resValue("mipmap", "floris_app_icon", "@mipmap/ic_app_icon_beta")

View File

@ -15,4 +15,5 @@
<li>Customizable actions for gestures: swipe up/down/left/right, space bar left/right, delete key swipe)</li>
<li>Integrated special symbols into character layouts</li>
<li>Clipboard/Cursor toolbar</li>
<li>Clipboard manager/history</li>
</ul>

View File

@ -0,0 +1,8 @@
- Add clipboard manager / history (#454, thanks @X-yl)
- Manage your clipboard entries in a modern and organized UI
- Automatic clearing of items after specified time
- Pin items to the top
- Enable/disable sync with Android clipboard
- Support for copy/paste of images (does not work in all apps though)
- Fix import theme crash for big files (#465)
- Fix symbols layouts applying the caps state once again (#298)

View File

@ -15,4 +15,5 @@
<li>Customizable actions for gestures: swipe up/down/left/right, space bar left/right, delete key swipe)</li>
<li>Integrated special symbols into character layouts</li>
<li>Clipboard/Cursor toolbar</li>
<li>Clipboard manager/history</li>
</ul>