Skip to content

Commit

Permalink
Updated to version 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed May 9, 2020
1 parent 3faa8e5 commit 6e6a33d
Show file tree
Hide file tree
Showing 3 changed files with 12 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 2020464
versionName "2.2.4"
versionCode 2030065
versionName "2.3.0"

vectorDrawables.useSupportLibrary = true

Expand Down
24 changes: 8 additions & 16 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"Entries": [
{
"VersionCode": 2030065,
"Title": "Changes in version 2.3.0",
"Messages": [
"Collect more signal related values for all network types.",
"Add Timing Advance to GSM."
]
},
{
"VersionCode": 2020464,
"Title": "Changes in version 2.2.4",
Expand Down Expand Up @@ -34,22 +42,6 @@
"Fix language code for Hebrew.",
"Improved error handling."
]
},
{
"VersionCode": 2020059,
"Title": "Changes in version 2.2.0",
"Description": "<b>!Important!</b> Mozilla decided to <a href=\"https://blog.mozilla.org/services/2019/09/03/a-new-policy-for-mozilla-location-service/\">limit API usage</a> of their location service. The older versions of Tower Collector will not be able to contribute to MLS project from March 1, 2020.<br /><i>The OpenCellID API keys are remain valid and don't need to be changed.</i>",
"Messages": [
"Adjusted MLS integration for upload usage limitations.",
"Added option to export to multiple file types at once.",
"Added option to compress each exported file.",
"Added confirmation for delete action after export.",
"Added Hebrew translation. Thanks Yaron Shahrabani!",
"Improved support for RTL languages.",
"Updated translations.",
"Small fixes and improvements.",
"Updated external components."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2030065.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Collect more signal related values for all network types.
- Add Timing Advance to GSM.

0 comments on commit 6e6a33d

Please sign in to comment.