diff --git a/CHANGELOG.md b/CHANGELOG.md index 0774d17a3..5bdf3b13b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ####Version 0.1.2 * Added option to start Gadgetbridge and connect automatically when bluetooth is turned on +* stop service if bluetooth is turned off +* try to reconnect if connection was lost ####Version 0.1.1 * Fixed various bugs regarding K-9 Mail notifications. diff --git a/README.md b/README.md index 000ac9134..8d848e8de 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,6 @@ How to use: Known Issues: -* No reconnect, if connection is lost, you have to press "connect" again * Android 4.4+ only, we can only change this by not handling generic notifications or by using AccessibiltyService. Don't know if it is worth the hassle. - -Apart from that there are many internal design flaws which we will discuss using -the issue tracker. \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index fb4f00359..0764b4dba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 2 - versionName "0.1.1" + versionCode 3 + versionName "0.1.2" } buildTypes { release {