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
88651b98fc huawei: set fileUpload requests addToResponse=false 2024-04-27 09:39:31 +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
f027d95a33 huawei: fileupload: Refactoring to use file in UploadManager
* generate random file name for watchfaces
2024-04-27 09:39:31 +08:00
Vitaliy Tomin
3a8fbbe4d3 huawei: fileuplaod: FileUploadParams refactoring 2024-04-27 09:39:31 +08:00
Vitaliy Tomin
b543e4717e huawei; fileupload: Parse FileUploadConsultAck.Response 2024-04-27 09:39:31 +08:00
Vitaliy Tomin
68e81a4887 huawei: file upload: SendFileUploadComplete 28 07
* refactoring for AsynchronousResponse - use single method to handle
all FilUpload related packets
2024-04-27 09:39:31 +08:00
Vitaliy Tomin
2d915e7346 Huawei: file upload: Refactoring Watchface -> Fileupload 2024-04-27 09:39:31 +08:00