diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 948568bcd..3ac39cc99 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,18 @@ + + Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once) + Option for automatic activity sync after screen unlock + Allow hiding activity transfer notification on Android Oreo and above + Allow blacklisting of pebblekit notifications for individual apps + Allow blacklisting all application at once + Forward Skype notifications to wearable even if "local only" flag is set + Show Gadgetbridge logo behind cards in main activity + Always stop BT/BTLE discovery when exiting the discovery activity + Amazfit Bip/Cor: Fix scheduled setting for "display on lift wrist" preference + Amazfit Bip/Cor: add recent firmwares to whitelist + Pebble: Fix a rare crash in webview + Fix autoreconnect at boot on recent Android versions Bluetooth connection is more stable on Oreo diff --git a/fastlane/metadata/android/en-US/changelogs/132.txt b/fastlane/metadata/android/en-US/changelogs/132.txt new file mode 100644 index 000000000..d25fb9573 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/132.txt @@ -0,0 +1,11 @@ +* Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once) +* Option for automatic activity sync after screen unlock +* Allow hiding activity transfer notification on Android Oreo and above +* Allow blacklisting of pebblekit notifications for individual apps +* Allow blacklisting all application at once +* Forward Skype notifications to wearable even if "local only" flag is set +* Show Gadgetbridge logo behind cards in main activity +* Always stop BT/BTLE discovery when exiting the discovery activity +* Amazfit Bip/Cor: Fix scheduled setting for "display on lift wrist" preference +* Amazfit Bip/Cor: add recent firmwares to whitelist +* Pebble: Fix a rare crash in webview