Skip to content

Commit

Permalink
Updated to version 2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Nov 15, 2020
1 parent 1006e5d commit c389e3a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 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 2050168
versionName "2.5.1"
versionCode 2060069
versionName "2.6.0"

vectorDrawables.useSupportLibrary = true

Expand Down
26 changes: 14 additions & 12 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"Entries": [
{
"VersionCode": 2060069,
"Title": "Changes in version 2.6.0",
"Description": "If you experience app crashes on Android 10 when collecting, please make sure to update your system. One of early Android 10 versions has a defect which I cannot work around or fix :(",
"Messages": [
"Improve request background location permission only when needed on Android 10 and 11.",
"Collect RSSI for GSM, Ec/No for WCDMA on Android 11 and ARFCN for various versions.",
"Fix exception when stopping Collector.",
"Fix issues with corrupted databases having only part of the tables created.",
"Fix error when checking database version before it gets created.",
"Improve error handling.",
"Many small improvements."
]
},
{
"VersionCode": 2050168,
"Title": "Changes in version 2.5.1",
Expand Down Expand Up @@ -41,18 +55,6 @@
"Collect more signal related values for all network types.",
"Add Timing Advance to GSM."
]
},
{
"VersionCode": 2020464,
"Title": "Changes in version 2.2.4",
"Messages": [
"Fix crash when app database is corrupted.",
"Fix crash on buggy phones incorrectly reporting number of active SIM cards.",
"Fix wrong shortcut usage reported to the system causing wrong one selected as the most commonly used.",
"Add GitHub page link.",
"Improve error handling.",
"Small improvements."
]
}
]
}
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2060069.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Improve request background location permission only when needed on Android 10 and 11.
- Collect RSSI for GSM, Ec/No for WCDMA on Android 11 and ARFCN for various versions.
- Fix exception when stopping Collector.
- Fix issues with corrupted databases having only part of the tables created.
- Fix error when checking database version before it gets created.
- Improve error handling.
- Many small improvements.

0 comments on commit c389e3a

Please sign in to comment.