From 1063b4951942d8a0cd0ee73eee69b34415dece03 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 6 Apr 2020 10:39:38 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 11 +++++++++++ README.md | 3 ++- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 9 +++++++++ build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/170.txt | 7 +++++++ 6 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/170.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 14baf4985..ccd706735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ ### Changelog + + +#### Version 0.43.1 +* Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key) +* Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave) +* Fossil Hybrid HR: Fix notification history on newer firmwares +* Fossil Hybrid HR: Add option to disable widget circle +* Bangle.js: Don't set time if the option is turned off in settings +* Bangle.js: DST and time zone fixes +* Add Arabic-style Eastern Arabic numerals to transliteration + #### Version 0.43.0 * Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki) * Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon diff --git a/README.md b/README.md index d22d0a34c..8d8b33928 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ vendor's servers. [List of changes](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/master/CHANGELOG.md) -## Supported Devices (Some of them WIP and some of them without maintainer) +## Supported Devices (WARNING: Some of them WIP and some of them without maintainer) * Amazfit Bip [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip) * Amazfit Bip Lite (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip-Lite) +* Amazfit Bip S (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) * Amazfit Cor [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor) * Amazfit Cor 2 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor-2) * Amazfit GTR (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTR) diff --git a/app/build.gradle b/app/build.gradle index 0054e1289..2305999cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 28 // Note: always bump BOTH versionCode and versionName! - versionName "0.43.0" - versionCode 169 + versionName "0.43.1" + versionCode 170 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ed8f95ab3..c73e8b43f 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key) + Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave) + Fossil Hybrid HR: Fix notification history on newer firmwares + Fossil Hybrid HR: Add option to disable widget circle + Bangle.js: Don't set time if the option is turned off in settings + Bangle.js: DST and time zone fixes + Add Arabic-style Eastern Arabic numerals to transliteration + Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki) Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon diff --git a/build.gradle b/build.gradle index 129f5869e..5102ca77e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' + classpath 'com.android.tools.build:gradle:3.6.2' classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0" // NOTE: Do not place your application dependencies here; they belong diff --git a/fastlane/metadata/android/en-US/changelogs/170.txt b/fastlane/metadata/android/en-US/changelogs/170.txt new file mode 100644 index 000000000..b2724a3c7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/170.txt @@ -0,0 +1,7 @@ +* Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key) +* Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave) +* Fossil Hybrid HR: Fix notification history on newer firmwares +* Fossil Hybrid HR: Add option to disable widget circle +* Bangle.js: Don't set time if the option is turned off in settings +* Bangle.js: DST and time zone fixes +* Add Arabic-style Eastern Arabic numerals to transliteration