Skip to content

Commit

Permalink
Updated to version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jan 29, 2020
1 parent 0453353 commit 577716d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2010352
versionName "2.1.3"
versionCode 2010454
versionName "2.1.4"

vectorDrawables.useSupportLibrary = true

Expand Down
23 changes: 10 additions & 13 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"Entries": [
{
"VersionCode": 2010454,
"Title": "Changes in version 2.1.4",
"Messages": [
"Fix crash when stopping collector service if not fully initialized.",
"Fix crash when no active SIM cards on collector start.",
"Show warning when GPS not available while starting collecting through intent.",
"Enforce secure connections."
]
},
{
"VersionCode": 2010352,
"Title": "Changes in version 2.1.3",
Expand Down Expand Up @@ -36,19 +46,6 @@
"Dropped support for Android 4.0-4.4.",
"Add support for 5G (NR) and TD-SCDMA on Android 10+."
]
},
{
"VersionCode": 2000843,
"Title": "Changes in version 2.0.8",
"Description": "Currently less than 4% percent of your devices use Android 4.0-4.4. Unfortunately, this blocks the possibility of implementing security and stability enhancements on all other devices. Therefore, I decided that <b>this version is the last to support the Android 4.x line</b> and from now on it will only receive critical patches and updates to keep it usable. Android 5.0 will be the new minimum supported version.",
"Messages": [
"Improved compatibility with Android 9.",
"Update GPS status when disabled while collecting.",
"Show warning when device enters battery saver mode.",
"Improved database creation and upgrade error handling.",
"Updated external components to improve stability.",
"Updated translations."
]
}
]
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2010454.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix crash when stopping collector service if not fully initialized.
- Fix crash when no active SIM cards on collector start.
- Show warning when GPS not available while starting collecting through intent.
- Enforce secure connections.

0 comments on commit 577716d

Please sign in to comment.