mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-12 10:01:54 +01:00
Merge branch 'master' of https://codeberg.org/Freeyourgadget/Gadgetbridge
This commit is contained in:
commit
cfa0b6bf21
@ -1,6 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Version 0.40.0 (WIP)
|
#### Version 0.40.0
|
||||||
* Fossil Q Hybrid: Initial support
|
* Fossil Q Hybrid: Initial support
|
||||||
* Bangle.js: Initial support
|
* Bangle.js: Initial support
|
||||||
* Reserve Alarm for Calendar feature restricted to Mi Band 1/2 and moved to per-device settings
|
* Reserve Alarm for Calendar feature restricted to Mi Band 1/2 and moved to per-device settings
|
||||||
|
@ -287,7 +287,7 @@ public class DeviceCommunicationService extends Service implements SharedPrefere
|
|||||||
return START_NOT_STICKY;
|
return START_NOT_STICKY;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mDeviceSupport == null || (!isInitialized() && !mDeviceSupport.useAutoConnect())) {
|
if (mDeviceSupport == null || (!isInitialized() && !action.equals(ACTION_DISCONNECT) && (!mDeviceSupport.useAutoConnect() || isConnected()))) {
|
||||||
// trying to send notification without valid Bluetooth connection
|
// trying to send notification without valid Bluetooth connection
|
||||||
if (mGBDevice != null) {
|
if (mGBDevice != null) {
|
||||||
// at least send back the current device state
|
// at least send back the current device state
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.40.0" versioncode="163">
|
||||||
|
<change>Fossil Q Hybrid: Initial support</change>
|
||||||
|
<change>Bangle.js: Initial support</change>
|
||||||
|
<change>Reserve Alarm for Calendar feature restricted to Mi Band 1/2 and moved to per-device settings</change>
|
||||||
|
<change>New icon for App Manager</change>
|
||||||
|
</release>
|
||||||
<release version="0.39.1" versioncode="162">
|
<release version="0.39.1" versioncode="162">
|
||||||
<change>Try to actively re-connect when a connection gets interrupted (interval grows up to 64 seconds)</change>
|
<change>Try to actively re-connect when a connection gets interrupted (interval grows up to 64 seconds)</change>
|
||||||
<change>Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip</change>
|
<change>Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip</change>
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/163.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/163.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
* Fossil Q Hybrid: Initial support
|
||||||
|
* Bangle.js: Initial support
|
||||||
|
* Reserve Alarm for Calendar feature restricted to Mi Band 1/2 and moved to per-device settings
|
||||||
|
* New icon for App Manager
|
Loading…
Reference in New Issue
Block a user