Skip to content

Commit

Permalink
Updated to version 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Aug 8, 2020
1 parent 9a0acee commit 50dcd65
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 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 2030065
versionName "2.3.0"
versionCode 2040066
versionName "2.4.0"

vectorDrawables.useSupportLibrary = true

Expand Down
24 changes: 16 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"Entries": [
{
"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."
]
},
{
"VersionCode": 2030065,
"Title": "Changes in version 2.3.0",
Expand Down Expand Up @@ -34,14 +50,6 @@
"Fix crash due to inconsistency when exporting to GPX file.",
"Fix crash when collecting on some Xiaomi phones."
]
},
{
"VersionCode": 2020161,
"Title": "Changes in version 2.2.1",
"Messages": [
"Fix language code for Hebrew.",
"Improved error handling."
]
}
]
}
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2040066.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- 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.

0 comments on commit 50dcd65

Please sign in to comment.