diff --git a/app/build.gradle b/app/build.gradle
index 353593df..13a7beb9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@
def versionMajor = 1 // major releases
def versionMinor = 8 // minor feature releases
def versionPatch = 0 // hot fixes
-def versionBuild = 1 // build version
+def versionBuild = 2 // build version
// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {
diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json
index 9b2f635e..78a9d5d5 100644
--- a/app/src/main/res/raw/changelog.json
+++ b/app/src/main/res/raw/changelog.json
@@ -1,12 +1,32 @@
{
"Entries": [
+ {
+ "VersionCode": 1080002,
+ "Title": "Changes in version 1.8.0.2",
+ "Description": "Starting from this version Tower Collector will be available only in English. I made this decision to accelerate development of new features by reducing waiting for translation time to minimum. In the future I will add a glossary and more detailed introduction for novice users in their native language. I'd like to thank all of you who were engaged in app translation over the years and dedicated their own time to Tower Collector. I really appreciate that, thanks!",
+ "Messages": [
+ "Introduced basic Material Design style.",
+ "Added option to start collecting on device boot.",
+ "Changed Preferences to display descriptions in more friendly way.",
+ "Improved contact option in Preferences."
+ ]
+ },
+ {
+ "VersionCode": 51,
+ "Title": "Changes in version 1.7.6",
+ "Description": "Join Google+ Community and try out the new beta version! I'm awaiting you feedback :)",
+ "Messages": [
+ "Fixed inconsistent GPS status shown in notification and on the bar shortly after Collector start.",
+ "Fixed crash when web browser is not installed on a device."
+ ]
+ },
{
"VersionCode": 50,
- "Title":"Changes in version 1.7.5",
- "Description":"Tower Collector became open source - more on Google+ :)",
+ "Title": "Changes in version 1.7.5",
+ "Description": "Tower Collector became open source - more on Google+ :)",
"Messages": [
- "Improved performance of the app and reducted battery usage when Collector is running.",
- "Fixed crash when web browser is not insalled on a device.",
+ "Improved performance of the app and reduced battery usage when Collector is running.",
+ "Fixed crash when web browser is not installed on a device.",
"Improved notification layout for displaying long text."
]
},
@@ -49,20 +69,6 @@
"Added Timing Advance column to exported CSV file for LTE cells.",
"Added link to official Google+ Community in Preferences."
]
- },
- {
- "VersionCode": 45,
- "Title": "Changes in version 1.7.0",
- "Description": "This version introduces many changes related to measurement collecting. They're connected with added support for new methods of reading cell data and keeping screen on. You can find more details below. If you experience any problems please contact me!",
- "Messages": [
- "Added support for Android API 17 (4.2+) methods to read cell info while collecting. New method provides more reliable and consistent data. It's also no longer necessary to keep screen on to get cell info and signal strength refreshed.",
- "Added support for collecting cells using multiple SIM cards on Android 5.1+ (only when using new API).",
- "Changed 'Keep screen on' option into 'Keep screen on when collecting' which now forces screen to remain on at given brightness level.",
- "Added 'Keep screen on when visible' option which keeps screen enabled while Main screen is displayed.",
- "Added option to disable Neighboring Cells collecting.",
- "Updated Preferences to clearly present currently selected value.",
- "Reorganized Preferences and added Advanced section."
- ]
}
]
}
\ No newline at end of file