From 028d158fc35e3a3982c780ea8d0dfc3fb6d236a2 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 24 Apr 2021 08:23:46 +0200 Subject: [PATCH] Updated to version 2.8.0. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 17 ++++++++++++++++- .../android/en-US/changelogs/2080081.txt | 8 ++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2080081.txt diff --git a/app/build.gradle b/app/build.gradle index 040b6307..3acb5378 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2070476 - versionName "2.7.4" + versionCode 2080081 + versionName "2.8.0" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index c8b32516..f8184163 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,20 @@ { "Entries": [ + { + "VersionCode": 2080081, + "Description": "This version introduces new way of interacting with file system and reduces number of requested permissions. The change is required to make the application running correctly on Android 11. I'm open to any feedback, feel free to contact me by email, Twitter, Facebook or GitHub - links in Preferences :)", + "Title": "Changes in version 2.8.0", + "Messages": [ + "Fix export and import of files on Android 11 with help of document picker.", + "Improve compatibility with Android 11.", + "Improve default map location when no measurements locally.", + "Fix cannot open notification settings from Display Preferences.", + "Fix crash when trying to open app permission settings.", + "Update OpenCellID registration link.", + "Updated privacy statement with one missing feature.", + "Update translations." + ] + }, { "VersionCode": 2070476, "Title": "Changes in version 2.7.4", @@ -37,7 +52,7 @@ { "VersionCode": 2070071, "Title": "Changes in version 2.7.0", - "Description" : "This version introduces the new tab containing the map that presents measurements stored on your device. I'm open to any feedback, feel free to contact me by email, Twitter, Facebook or GitHub - links in Preferences :)", + "Description": "This version introduces the new tab containing the map that presents measurements stored on your device. I'm open to any feedback, feel free to contact me by email, Twitter, Facebook or GitHub - links in Preferences :)", "Messages": [ "Add new map tab presenting locally stored measurements.", "Add short CID and RNC to CSV export and JSON notifications.", diff --git a/fastlane/metadata/android/en-US/changelogs/2080081.txt b/fastlane/metadata/android/en-US/changelogs/2080081.txt new file mode 100644 index 00000000..23501a47 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2080081.txt @@ -0,0 +1,8 @@ +- Fix export and import of files on Android 11 with help of document picker. +- Improve compatibility with Android 11. +- Improve default map location when no measurements locally. +- Fix cannot open notification settings from Display Preferences. +- Fix crash when trying to open app permission settings. +- Update OpenCellID registration link. +- Updated privacy statement with one missing feature. +- Update translations. \ No newline at end of file