Skip to content

Commit

Permalink
Updated to version 2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Dec 30, 2020
1 parent c7d5bc0 commit c5ab1ca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 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 2060170
versionName "2.6.1"
versionCode 2070071
versionName "2.7.0"

vectorDrawables.useSupportLibrary = true

Expand Down
28 changes: 12 additions & 16 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"Entries": [
{
"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."
]
},
{
"VersionCode": 2060170,
"Title": "Changes in version 2.6.1",
Expand Down Expand Up @@ -42,22 +54,6 @@
"Increase active tab indicator height.",
"Improve error handling."
]
},
{
"VersionCode": 2040066,
"Title": "Changes in version 2.4.0",
"Messages": [
"Add upload of 5G (NR) and TD-SCDMA cells to OpenCellID.",
"Add export to KML and KMZ formats.",
"Add gzip compression of exported files with option to configure the format.",
"Add optional bar presenting Collector status.",
"Add link to application notification settings.",
"Fix database import not working due to transaction log not being deleted.",
"Fix exported file not deleted when export canceled and compression enabled.",
"Rename GPS status from 'initializing' to 'waiting for location' to be less confusing.",
"Update external libraries.",
"Many small fixes and improvements."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2070071.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 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.

0 comments on commit c5ab1ca

Please sign in to comment.