Skip to content

Commit

Permalink
Updated to version 2.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed May 2, 2021
1 parent ba68f73 commit c4f7af6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 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 2080081
versionName "2.8.0"
versionCode 2080182
versionName "2.8.1"

vectorDrawables.useSupportLibrary = true

Expand Down
24 changes: 12 additions & 12 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"Entries": [
{
"VersionCode": 2080182,
"Title": "Changes in version 2.8.1",
"Description": "The 2.8.0 version introduced 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 :)",
"Messages": [
"Add option to contribute to OpenCellID anonymously.",
"Block navigation between tabs with swiping when map tab is active.",
"Allow setting maximum map cache size.",
"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 :)",
Expand Down Expand Up @@ -48,18 +60,6 @@
"Messages": [
"Try to fix crash when map configuration was not fully initialized."
]
},
{
"VersionCode": 2070071,
"Title": "Changes in version 2.7.0",
"Description": "This version introduces the new tab containing the map that presents measurements stored on your device. I'm open to any feedback, feel free to contact me by email, Twitter, Facebook or GitHub - links in Preferences :)",
"Messages": [
"Add new map tab presenting locally stored measurements.",
"Add short CID and RNC to CSV export and JSON notifications.",
"Add support for new OpenCellID access token (formerly API key) format.",
"Add Turkish translation. Thanks to Gökdeniz Küçükali :)",
"Update translations."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2080182.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add option to contribute to OpenCellID anonymously.
- Block navigation between tabs with swiping when map tab is active.
- Allow setting maximum map cache size.
- Disable clearing map cache when disabling map tab.
- Improve error handling.

0 comments on commit c4f7af6

Please sign in to comment.