From f1dc1be7d133f554a6a73b423a13dc7c9ecd11c3 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 14 Sep 2016 18:40:44 +0200 Subject: [PATCH] Updated version to 1.12.0 --- app/build.gradle | 4 +- app/src/main/res/raw/changelog.json | 59 +++++------------------------ 2 files changed, 12 insertions(+), 51 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7fa5cac8..104325a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,8 +1,8 @@ // each of the version numbers must be 0-99 def versionMajor = 1 // major releases -def versionMinor = 11 // minor feature releases +def versionMinor = 12 // minor feature releases def versionPatch = 0 // hot fixes -def versionBuild = 11 // build version +def versionBuild = 12 // 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 6bf63852..be86a45a 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,15 @@ { "Entries": [ + { + "VersionCode": 1120012, + "Title": "Changes in version 1.12.0", + "Description": "Join Tower Collector community on Facebook (new!) or Google+ to get help and share your ideas :)", + "Messages": [ + "Added export to CSV using OpenCellID.org values formatting (can be uploaded on website).", + "Added option to hide Collector notification from lock screen and status bar unless expanded on Android 4.1+.", + "Improved auto update source selection to open app market if possible and then website." + ] + }, { "VersionCode": 1110011, "Title": "Changes in version 1.11.0", @@ -33,55 +43,6 @@ "Hidden 'Network type' menu item if system is unable to open it.", "Improved error handling." ] - }, - { - "VersionCode": 1090106, - "Title": "Changes in version 1.9.1", - "Messages": [ - "Fixed crash when starting Collector on some devices.", - "Fixed forced Collector API version 1 not applied correctly." - ] - }, - { - "VersionCode": 1090005, - "Title": "Changes in version 1.9.0", - "Messages": [ - "Added option to notify other apps about new measurements collected. See more in Collector Preferences.", - "Added option log execution details to file for problem investigation purposes.", - "Added shortcut to change network type from menu.", - "Fixed crash when stopping Collector in some rare cases.", - "Changed unknown GPS status to initializing." - ] - }, - { - "VersionCode": 1080002, - "Title": "Changes in version 1.8.0", - "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": [ - "Introducing 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+ :)", - "Messages": [ - "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." - ] } ] } \ No newline at end of file