Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/btle
Andreas Shimokawa 998f8775d9 Fix bug in non-DST time where still being in DST was assumed
This affects InfiniTime and Huami
For InfiniTime it probably resulted in the wrong time being displayed
For Huami is resulted to request the wrong data from the band/watch

We used timezone.getDSTOffset() which always returns the DST offset (also in non
DST time)

We need to pass the time being observed to calendar.getOffset() to get the real
offset including DST at that specfic time which then either includes DST offset or not.
2021-11-02 11:34:55 +01:00
..
actions update license headers 2021-01-10 23:38:13 +01:00
profiles InfiniTime: support notification for battery level 2021-07-08 23:46:18 +02:00
AbstractBTLEDeviceSupport.java update license headers 2021-01-10 23:38:13 +01:00
AbstractBTLEOperation.java update license headers 2021-01-10 23:38:13 +01:00
AbstractGattCallback.java update license headers 2021-01-10 23:38:13 +01:00
AbstractTransaction.java update license headers 2021-01-10 23:38:13 +01:00
BleNamesResolver.java update license headers 2021-01-10 23:38:13 +01:00
BLETypeConversions.java Fix bug in non-DST time where still being in DST was assumed 2021-11-02 11:34:55 +01:00
BtLEAction.java update license headers 2021-01-10 23:38:13 +01:00
BTLEOperation.java update license headers 2021-01-10 23:38:13 +01:00
BtLEQueue.java update license headers 2021-01-10 23:38:13 +01:00
BtLEServerAction.java update license headers 2021-01-10 23:38:13 +01:00
GattCallback.java Update license headers 2019-12-15 22:09:02 +01:00
GattCharacteristic.java Update GATT characteristic list 2021-01-18 19:38:16 -05:00
GattDescriptor.java update license headers 2021-01-10 23:38:13 +01:00
GattListenerAction.java update license headers 2021-01-10 23:38:13 +01:00
GattServerCallback.java update license headers 2021-01-10 23:38:13 +01:00
GattService.java update license headers 2021-01-10 23:38:13 +01:00
ServerTransaction.java update license headers 2021-01-10 23:38:13 +01:00
ServerTransactionBuilder.java update license headers 2021-01-10 23:38:13 +01:00
Transaction.java update license headers 2021-01-10 23:38:13 +01:00
TransactionBuilder.java update license headers 2021-01-10 23:38:13 +01:00