1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-17 12:50:54 +02:00
Gadgetbridge/app
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
..
src Fix bug in non-DST time where still being in DST was assumed 2021-11-02 11:34:55 +01:00
build.gradle bump version, draft changelog 2021-10-13 11:43:55 +02:00
proguard-rules.pro Added a R8 rule to make sure data classes for Gson don't get optimized out 2021-06-09 00:52:50 +03:00