From 5b683e10c1167ebb86e21ec2ff57a45cd4d0a5e2 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 12 Aug 2018 09:40:13 +0200 Subject: [PATCH] update readme, add changelog --- CHANGELOG.md | 2 +- README.md | 22 +++++++++++-------- app/src/main/res/xml/changelog_master.xml | 19 ++++++++++++++++ .../metadata/android/en-US/changelogs/136.txt | 17 ++++++++++++++ 4 files changed, 50 insertions(+), 10 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/136.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cfed335..b5d705dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Version 0.29.0 (WIP) +#### Version 0.29.0 * New Device: Initial support for ID115 * New Device: Initial support for Lenovo Watch9 * Show splash screen during startup diff --git a/README.md b/README.md index 1ae6ce35c..56d75804c 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,22 @@ vendor's servers. [List of changes](https://github.com/Freeyourgadget/Gadgetbridge/blob/master/CHANGELOG.md) ## Supported Devices -* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble) -* Pebble 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble) -* Mi Band, Mi Band 1A, Mi Band 1S [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band) -* Mi Band 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2) -* Mi Band 3 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-3) * Amazfit Bip [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip) * Amazfit Cor (no maintainer) [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor) * HPlus Devices (e.g. ZeBand) [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/HPlus) -* Teclast H10, H30 (WIP) +* ID115 (WIP) +* Lenovo Watch 9 (WIP) +* Liveview (WIP) +* Mi Band, Mi Band 1A, Mi Band 1S [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band) +* Mi Band 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2) +* Mi Band 3 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-3) * NO.1 F1 (WIP) -* ZeTime (WIP) -* Liveview -* Vibratissimo (experimental) +* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble) +* Pebble 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble) +* Teclast H10, H30 (WIP) * XWatch (Affordable Chinese Casio-like smartwatches) +* Vibratissimo (experimental) +* ZeTime (WIP) ## Features @@ -96,6 +98,8 @@ For more information read [this wiki article](https://github.com/Freeyourgadget/ * Sami Alaoui (Teclast H30) * "ladbsoft" (XWatch) * Sebastian Kranz (ZeTime) +* Vadim Kaushan (ID115) +* "maxirnilian" (Lenovo Watch 9) ## Contribute diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 31edd1b28..ee53b7cf6 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,24 @@ + + New Device: Initial support for ID115 + New Device: Initial support for Lenovo Watch9 + Show splash screen during startup + Vertically align device icon in main activity + Try to support the google clock application (untested) + Amazfit Cor: Allow to configure displayed menu items + Amazfit Cor: Support basic music control + Amazfit Cor: Fix flashing font files + Amazfit Bip: improved GPX export + Amazfit Bip: Fix exported GPX file names for *FAT storage + Amazfit Bip: Fix current weather not being displayed with later firmwares + Amazfit Bip/Cor: Try to fix device being sometimes stuck in connecting state + Mi Band 2: Put some device specific settings into its own settings category + Mi Band 3: Support disabling of on-device menu items + Mi Band 3: Support locking the Mi Band sceen (swipe up to unlock) + Mi Band 2/3: New icon + NO1 F1: Set time during initialization + Fix wrong weather icon mapping in rare cases Fix device discovery on Android 4.4 diff --git a/fastlane/metadata/android/en-US/changelogs/136.txt b/fastlane/metadata/android/en-US/changelogs/136.txt new file mode 100644 index 000000000..543db2345 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/136.txt @@ -0,0 +1,17 @@ +* New Device: Initial support for ID115 +* New Device: Initial support for Lenovo Watch9 +* Show splash screen during startup +* Vertically align device icon in main activity +* Try to support the google clock application (untested) +* Amazfit Cor: Allow to configure displayed menu items +* Amazfit Cor: Support basic music control +* Amazfit Cor: Fix flashing font files +* Amazfit Bip: improved GPX export +* Amazfit Bip: Fix exported GPX file names for *FAT storage +* Amazfit Bip: Fix current weather not being displayed with later firmwares +* Amazfit Bip/Cor: Try to fix device being sometimes stuck in connecting state +* Mi Band 2: Put some device specific settings into its own settings category +* Mi Band 3: Support disabling of on-device menu items +* Mi Band 3: Support locking the Mi Band sceen (swipe up to unlock) +* Mi Band 2/3: New icon +* NO1 F1: Set time during initialization