From 9fcb11da4d8fdd567222cc0245745697dec8322c Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 23 May 2021 08:06:44 +0200 Subject: [PATCH] Updated to version 2.8.3. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 18 +++++++++++------- .../android/en-US/changelogs/2080385.txt | 5 +++++ 3 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2080385.txt diff --git a/app/build.gradle b/app/build.gradle index ff14e352..db45e22e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2080284 - versionName "2.8.2" + versionCode 2080385 + versionName "2.8.3" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index b9b885aa..9c7efff2 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,16 @@ { "Entries": [ + { + "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." + ] + }, { "VersionCode": 2080284, "Title": "Changes in version 2.8.2", @@ -60,13 +71,6 @@ "Add scale bar to the map.", "Add short CID and RNC to map maker description." ] - }, - { - "VersionCode": 2070273, - "Title": "Changes in version 2.7.2", - "Messages": [ - "Add copyright notice for OpenStreetMap.org to the map tab." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2080385.txt b/fastlane/metadata/android/en-US/changelogs/2080385.txt new file mode 100644 index 00000000..7e9be6ea --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2080385.txt @@ -0,0 +1,5 @@ +- 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