From bab8c8b1cf08e6634e8dd770469a019198425600 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Sep 2021 07:39:19 +0200 Subject: [PATCH] Updated to version 2.11.0. --- app/build.gradle | 4 +- app/src/main/res/raw/changelog.json | 41 +++++++------------ .../android/en-US/changelogs/2110094.txt | 8 ++++ 3 files changed, 25 insertions(+), 28 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2110094.txt diff --git a/app/build.gradle b/app/build.gradle index 414e862c..c235b11d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 30 - versionCode 2100093 - versionName "2.10.0" + versionCode 2110094 + versionName "2.11.0" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 8ada3967..7b002b65 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,9 +1,23 @@ { "Entries": [ + { + "VersionCode": 2110094, + "Title": "Changes in version 2.11.0", + "Messages": [ + "Fix number of discovered local cells higher than number of local cells.", + "Fix upload configuration not saved when don't show again is checked.", + "Fix export progress window sometimes stays open after export is finished.", + "Fix export result window appears one more time after restoring minimized application.", + "Fix crash when exporting data when storage folder is undefined.", + "Add option to contribute anonymously on upload configurator.", + "Improved descriptions and translations.", + "Small bug fixes." + ] + }, { "VersionCode": 2100093, "Title": "Changes in version 2.10.0", - "Description" : "This is brings the significantly changed Export function. Please report any issues or suggestions via email, link in the Preferences inside Help section.", + "Description": "This is brings the significantly changed Export function. Please report any issues or suggestions via email, link in the Preferences inside Help section.", "Messages": [ "Add notification showing progress of Export operation.", "Add option to start and stop Export using Quick Settings toggles.", @@ -40,31 +54,6 @@ "Fix crash when clicking on a link in a dialog window.", "Fix crash after database upgrade." ] - }, - { - "VersionCode": 2090086, - "Title": "Changes in version 2.9.0", - "Messages": [ - "Add Quick Settings tiles for Collector and Uploader from notification bar.", - "Add cell information of last measurement to Collector notification.", - "Add message when there are no measurements locally.", - "Add dedicated names and descriptions for CDMA, LTE, NR (5G) network types on last measurement screen.", - "Improve readability of last measurement and statistics tabs.", - "Improve error message when document picker is missing in the system.", - "Make dot icons a bit smaller and more transparent so they don't cover the location cursor.", - "Update translations." - ] - }, - { - "VersionCode": 2080385, - "Title": "Changes in version 2.8.3", - "Messages": [ - "Add option to disable listening for my location on the map.", - "Add option to start collecting on app start-up.", - "Add legend for the map.", - "Fix collector crashing when there's no signal (Android bug).", - "Fix animation to last measurement on the map if another animation is in progress." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2110094.txt b/fastlane/metadata/android/en-US/changelogs/2110094.txt new file mode 100644 index 00000000..f76fa5ba --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2110094.txt @@ -0,0 +1,8 @@ +- Fix number of discovered local cells higher than number of local cells. +- Fix upload configuration not saved when don't show again is checked. +- Fix export progress window sometimes stays open after export is finished. +- Fix export result window appears one more time after restoring minimized application. +- Fix crash when exporting data when storage folder is undefined. +- Add option to contribute anonymously on upload configurator. +- Improved descriptions and translations. +- Small bug fixes. \ No newline at end of file