mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version, update README.md and CHANGELOG.md
This commit is contained in:
parent
a746ed4a2b
commit
f9166735ad
@ -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.
|
||||
|
@ -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.
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user