Skip to content

Commit

Permalink
Updated to version 2.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed May 10, 2021
1 parent e30b2f1 commit d398d91
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 14 additions & 7 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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."
]
}
]
}
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2080284.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d398d91

Please sign in to comment.