1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-25 08:03:46 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/huami
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
amazfitband5 Amazfit Bip S: support flashing of new AGPS files with UIHH header 2021-05-11 12:10:40 +02:00
amazfitbip update license headers 2021-01-10 23:38:13 +01:00
amazfitbips Amazfit Bip S: Whitelist 2.1.1.72 and 2.1.1.76 firmware 2021-09-15 10:06:48 +02:00
amazfitbipu Amazfit Bip U: Fix setting the language 2021-10-07 12:50:44 +02:00
amazfitbipupro Amazfit Bip U Pro: Support flashing AGPS updates 2021-10-22 15:46:54 +02:00
amazfitcor update license headers 2021-01-10 23:38:13 +01:00
amazfitcor2 update license headers 2021-01-10 23:38:13 +01:00
amazfitgtr Amazfit GTS/GTR familiy: Allow flashing newer AGPS bundles 2021-05-15 22:47:38 +02:00
amazfitgtr2 Amazfit GTS/GTR familiy: Allow flashing newer AGPS bundles 2021-05-15 22:47:38 +02:00
amazfitgts Amazfit GTS/GTR familiy: Allow flashing newer AGPS bundles 2021-05-15 22:47:38 +02:00
amazfitgts2 Amazfit GTS/GTR familiy: Allow flashing newer AGPS bundles 2021-05-15 22:47:38 +02:00
amazfitneo Amazfit Neo: re-enable firmware flashing support and fix ft installation 2021-03-27 09:16:32 +01:00
amazfittrex Amazfit Neo: Fix setting menu items 2021-03-24 00:44:13 +01:00
amazfittrexpro Amazit T-Rex Pro: minor cleanups, support flashig AGPS UIHH (assumed working for such a new device) 2021-06-13 23:07:58 +02:00
amazfitvergel Amazfit Neo: Fix setting menu items 2021-03-24 00:44:13 +01:00
amazfitx Amazfit Neo: Fix setting menu items 2021-03-24 00:44:13 +01:00
miband2 update license headers 2021-01-10 23:38:13 +01:00
miband3 update license headers 2021-01-10 23:38:13 +01:00
miband4 Amazfit Neo: Implement firmware update but keep it disabled for now 2021-03-24 23:49:52 +01:00
miband5 Amazfit Bip S: support flashing of new AGPS files with UIHH header 2021-05-11 12:10:40 +02:00
miband6 Mi Band 6: Whitelist FW 1.0.4.38 2021-09-02 11:39:25 +02:00
operations Mi Band 6: Fix watchface installation 2021-09-02 13:26:35 +02:00
zeppe Zepp E: Address problems mentioned in #2180 2021-01-31 22:55:59 +01:00
AbstractHuamiOperation.java update license headers 2021-01-10 23:38:13 +01:00
HuamiActivityDetailsParser.java add UUID to to GPX with opentracks namespace 2021-01-17 00:07:55 +01:00
HuamiBatteryInfo.java update license headers 2021-01-10 23:38:13 +01:00
HuamiDeviceEvent.java update license headers 2021-01-10 23:38:13 +01:00
HuamiFirmwareInfo.java update changelogs 2021-05-17 12:17:23 +02:00
HuamiFirmwareType.java Amazfit Bip S: support flashing of new AGPS files with UIHH header 2021-05-11 12:10:40 +02:00
HuamiIcon.java update license headers 2021-01-10 23:38:13 +01:00
HuamiLanguageType.java Add new getSupportedLanguageSettings() to coordinator to get rid of all those arrays 2021-10-07 14:32:09 +02:00
HuamiMenuType.java Mi Band 6: Add flashlight to menu items 2021-09-02 11:21:05 +02:00
HuamiSportsActivityType.java Huami: Add "Strength Training" activity type 2021-01-22 22:14:49 +01:00
HuamiSupport.java Fix bug in non-DST time where still being in DST was assumed 2021-11-02 11:34:55 +01:00