Skip to content

Commit

Permalink
Updated to version 2.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Apr 24, 2021
1 parent 8b31b92 commit 028d158
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 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 2070476
versionName "2.7.4"
versionCode 2080081
versionName "2.8.0"

vectorDrawables.useSupportLibrary = true

Expand Down
17 changes: 16 additions & 1 deletion app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"Entries": [
{
"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."
]
},
{
"VersionCode": 2070476,
"Title": "Changes in version 2.7.4",
Expand Down Expand Up @@ -37,7 +52,7 @@
{
"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 :)",
"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.",
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2080081.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- 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.

0 comments on commit 028d158

Please sign in to comment.