mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 15:09:26 +01:00
bump version, update README.md
This commit is contained in:
parent
3fb92e2e79
commit
a62647fa46
@ -1,6 +1,6 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Next Version
|
####Version 0.5.3
|
||||||
* Pebble: For generic notifications, support dismissing individual notficications and "Open on Phone" feature (OG & PT)
|
* Pebble: For generic notifications, support dismissing individual notficications and "Open on Phone" feature (OG & PT)
|
||||||
* Pebble: Allow to treat K9 notifcations as generic notifications (if notification mode is set to never)
|
* Pebble: Allow to treat K9 notifcations as generic notifications (if notification mode is set to never)
|
||||||
* Ignore QKSMS notificaions to avoid double notification for incoming SMS
|
* Ignore QKSMS notificaions to avoid double notification for incoming SMS
|
||||||
|
@ -21,7 +21,8 @@ need to create an account and transmit any of your data to the vendor's servers.
|
|||||||
* SMS notification (sender, body)
|
* SMS notification (sender, body)
|
||||||
* K-9 Mail notification support (sender, subject, preview)
|
* K-9 Mail notification support (sender, subject, preview)
|
||||||
* Support for generic notifications (above filtered out)
|
* Support for generic notifications (above filtered out)
|
||||||
* Dismiss all notifications from the action menu of a notification
|
* Dismiss individial notifications or open corresponding app on phone from the action menu (generic notifications)
|
||||||
|
* Dismiss all notifications from the action menu (non-generic notifications)
|
||||||
* Music playback info (artist, album, track). Apollo and CM 12.1 Music App supported.
|
* Music playback info (artist, album, track). Apollo and CM 12.1 Music App supported.
|
||||||
* Music control: play/pause, next track, previous track, volume up, volume down
|
* Music control: play/pause, next track, previous track, volume up, volume down
|
||||||
* List and remove installed apps/watchfaces
|
* List and remove installed apps/watchfaces
|
||||||
@ -34,7 +35,7 @@ need to create an account and transmit any of your data to the vendor's servers.
|
|||||||
|
|
||||||
All features are also supported on the Pebble Time, except for the following:
|
All features are also supported on the Pebble Time, except for the following:
|
||||||
|
|
||||||
* Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are stil installed or not)
|
* Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are still installed or not)
|
||||||
* Firmware installation is untested and will probably not work.
|
* Firmware installation is untested and will probably not work.
|
||||||
|
|
||||||
## How to use (Pebble)
|
## How to use (Pebble)
|
||||||
|
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 23
|
versionCode 24
|
||||||
versionName "0.5.2"
|
versionName "0.5.3"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user