1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

bump version, update CHANGELOG.md and README.md

This commit is contained in:
Andreas Shimokawa 2016-02-21 15:46:53 +01:00
parent 1a96bd31e5
commit db6f26fcd5
3 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,7 @@
* Pebble: Fix wrong(previous) contact being displayed on the pebble * Pebble: Fix wrong(previous) contact being displayed on the pebble
* Mi Band: improvements to pairing * Mi Band: improvements to pairing
* Fix a problem related to shared preferences storage of activity settings. * Fix a problem related to shared preferences storage of activity settings.
* Very basic support Android 6 runtime permission
####Version 0.7.4 ####Version 0.7.4
* Refactored the settings activity: User details are now generic instead of miband specific. Old settings are preserved. * Refactored the settings activity: User details are now generic instead of miband specific. Old settings are preserved.

View File

@ -31,9 +31,8 @@ need to create an account and transmit any of your data to the vendor's servers.
* Install firwmare files (.pbz) [READ THE WIKI](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble-Firmware-updates) * Install firwmare files (.pbz) [READ THE WIKI](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble-Firmware-updates)
* Install language files (.pbl) * Install language files (.pbl)
* Take and share screenshots from the Pebble's screen * Take and share screenshots from the Pebble's screen
* PebbleKit support for 3rd Party Android Apps support (experimental) * PebbleKit support for 3rd Party Android Apps (experimental)
* Morpheuz sleep data syncronization (experimental) * Fetch activity data from Pebble Health, Misfit and Morpheuz (experimental)
* Misfit steps data synchronization (experimental)
## Notes about Firmware 3.x (Pebble Time, updated OG) ## Notes about Firmware 3.x (Pebble Time, updated OG)

View File

@ -14,8 +14,8 @@ android {
targetSdkVersion 23 targetSdkVersion 23
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.7.4" versionName "0.8.0"
versionCode 40 versionCode 41
} }
buildTypes { buildTypes {
release { release {