diff --git a/app/build.gradle b/app/build.gradle index 8457a0d0..53d9958a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2080182 - versionName "2.8.1" + versionCode 2080284 + versionName "2.8.2" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 158dfeac..b9b885aa 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,19 @@ { "Entries": [ + { + "VersionCode": 2080284, + "Title": "Changes in version 2.8.2", + "Messages": [ + "Fix crash when selecting a storage folder that cannot be used but can be selected.", + "Fix displacement of position icon comparing to accuracy circle on the map.", + "Fix swiping enabled on startup when the map was the last active tab.", + "Disable listening for location when the map tab is created but not active.", + "Add option to enable map updates only on wifi.", + "Add option to postpone developer's message (this message) for later.", + "Enlarge dot icons to make them easier to click.", + "Hide tooltip on second click on dot." + ] + }, { "VersionCode": 2080182, "Title": "Changes in version 2.8.1", @@ -53,13 +67,6 @@ "Messages": [ "Add copyright notice for OpenStreetMap.org to the map tab." ] - }, - { - "VersionCode": 2070172, - "Title": "Changes in version 2.7.1", - "Messages": [ - "Try to fix crash when map configuration was not fully initialized." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2080284.txt b/fastlane/metadata/android/en-US/changelogs/2080284.txt new file mode 100644 index 00000000..6dbd335d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2080284.txt @@ -0,0 +1,8 @@ +- Fix crash when selecting a storage folder that cannot be used but can be selected. +- Fix displacement of position icon comparing to accuracy circle on the map. +- Fix swiping enabled on startup when the map was the last active tab. +- Disable listening for location when the map tab is created but not active. +- Add option to enable map updates only on wifi. +- Add option to postpone developer's message for later. +- Enlarge dot icons to make them easier to click. +- Hide tooltip on second click on dot. \ No newline at end of file