Skip to content

Commit

Permalink
Updated to version 2.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Aug 8, 2021
1 parent e164315 commit 9081c31
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 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 2090187
versionName "2.9.1"
versionCode 2090288
versionName "2.9.2"

vectorDrawables.useSupportLibrary = true

Expand Down
28 changes: 13 additions & 15 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"Entries": [
{
"VersionCode": 2090288,
"Title": "Changes in version 2.9.2",
"Messages": [
"Add unit of measure to map cache size preference.",
"Change follow me icon on the map tab.",
"Fix infinitely collecting data while stationary when on multi-SIM device one of reported main cells is invalid.",
"Fix export of database and preferences not overwriting existing file.",
"Fix export of database and preferences incorrectly overwriting existing file content.",
"Fix export of preferences created file that couldn't be edited in text editor.",
"Update translation."
]
},
{
"VersionCode": 2090187,
"Title": "Changes in version 2.9.1",
Expand Down Expand Up @@ -58,21 +71,6 @@
"Disable clearing map cache when disabling map tab.",
"Improve error handling."
]
},
{
"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."
]
}
]
}
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2090288.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Add unit of measure to map cache size preference.
- Change follow me icon on the map tab.
- Fix infinitely collecting data while stationary when on multi-SIM device one of reported main cells is invalid.
- Fix export of database and preferences not overwriting existing file.
- Fix export of database and preferences incorrectly overwriting existing file content.
- Fix export of preferences created file that couldn't be edited in text editor.
- Update translation.

0 comments on commit 9081c31

Please sign in to comment.