diff --git a/README.md b/README.md index 0ab77b12..93fd285f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7f082add..e2fb7842 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 31310296..698bd827 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -15,4 +15,5 @@
  • Customizable actions for gestures: swipe up/down/left/right, space bar left/right, delete key swipe)
  • Integrated special symbols into character layouts
  • Clipboard/Cursor toolbar
  • +
  • Clipboard manager/history
  • diff --git a/fastlane/metadata/androidbeta/en-US/changelogs/30.txt b/fastlane/metadata/androidbeta/en-US/changelogs/30.txt new file mode 100644 index 00000000..f982b3b9 --- /dev/null +++ b/fastlane/metadata/androidbeta/en-US/changelogs/30.txt @@ -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) diff --git a/fastlane/metadata/androidbeta/en-US/full_description.txt b/fastlane/metadata/androidbeta/en-US/full_description.txt index 31310296..698bd827 100644 --- a/fastlane/metadata/androidbeta/en-US/full_description.txt +++ b/fastlane/metadata/androidbeta/en-US/full_description.txt @@ -15,4 +15,5 @@
  • Customizable actions for gestures: swipe up/down/left/right, space bar left/right, delete key swipe)
  • Integrated special symbols into character layouts
  • Clipboard/Cursor toolbar
  • +
  • Clipboard manager/history