1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 19:36:14 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Vitaliy Tomin
ca026239e8 huawei: Many fixes after pull review
* added missing license headers
* added fileType fields and args, removed hardcoded values
* changed some names from watchface to more general fileupload
* moved app management methods implementation from LE and BR coordinator
  to HuaweiCoordinator
* extra empty lines removed
* removed unnecessary tlv tag checks
2024-04-27 09:41:14 +08:00
Vitaliy Tomin
cb82d0c245 huawei: Remove unnecessary RuntimeException throws
* move ui message to translatable string resource
2024-04-27 09:41:12 +08:00
Vitaliy Tomin
c206b8f06f huawei: Implement watchface management
* added watchface management code to HuaweiWatchfaceManager
* HuaweiWatchfaceManager moved from coordinator to support
2024-04-27 09:39:31 +08:00
Vitaliy Tomin
ef3654b7e3 huawei: packets and requests to for watchlist
* added packets requests and parsing for getting list of
installed watchfaces and its names
2024-04-27 09:39:31 +08:00
Vitaliy Tomin
c1f286e823 huawei: set watchface as current on upload complete 2024-04-27 09:39:31 +08:00
Vitaliy Tomin
44a3f2a456 huawei: Implement watchface managing 27 05 2024-04-27 09:39:31 +08:00
Vitaliy Tomin
34e9b5ceb5 huawei: Implemented parser for WatchfaceDeviceParams
* watchface  resolution validation implemented
2024-04-27 09:39:31 +08:00
Vitaliy Tomin
cd6bc10239 huawei: watchface: GetWatchfaceParams (27 01)
* request to get supported watchface versions and screen size
2024-04-27 09:39:31 +08:00