Commit Graph

108 Commits

Author SHA1 Message Date
Elara 518fe74e96 Propagate FS errors on read/write and close files when finished writing 2021-12-13 09:58:34 -08:00
Elara 27aabdceba Make paths absolute for firmware upgrades 2021-12-12 17:46:50 -08:00
Elara c019d7523b Implement file transfer progress 2021-12-12 17:08:48 -08:00
Elara 03c3c6b22f Remove debug code 2021-12-11 22:23:01 -08:00
Elara 69d1027f01 Create absolute directories for ITD to read/write 2021-12-11 22:13:21 -08:00
Elara 873df67d1f Directly read/write files from ITD 2021-12-11 22:11:01 -08:00
Elara a9ef386883 Fix comments in filesystem commands 2021-11-27 00:11:37 -08:00
Elara 24cfda82d7 Fix and add error messages to fs operations 2021-11-27 00:03:13 -08:00
Elara 655af5c446 Ensure that the FS works after a reconnect 2021-11-25 20:35:03 -08:00
Elara b363a20a9d Remove replace directive 2021-11-25 19:49:07 -08:00
Elara f5d326124d Add missing responses to some FS operations 2021-11-25 19:46:04 -08:00
Elara cb8fb2c0bc Add newline for read file command if output is stdout 2021-11-25 19:44:43 -08:00
Elara 38119435f1 Get BLE FS once rather than on every connection 2021-11-25 19:41:44 -08:00
Elara 034a69c12f Allow multiple call notification responses 2021-11-25 12:41:36 -08:00
Elara 70006a3d7b Remove playerctl from depencency list 2021-11-24 16:46:57 -08:00
Elara 8aada58d64 Update music control implementation 2021-11-24 16:44:36 -08:00
Elara 5d231207cd Remove useless function call 2021-11-24 13:07:48 -08:00
Elara 584d9426e6 Make sure modemmanager exists for call notifications 2021-11-24 13:04:20 -08:00
Elara 7a772a5458 Add comments 2021-11-24 12:00:44 -08:00
Elara 079c733b60 Use clearer variable names 2021-11-24 11:54:16 -08:00
Elara e24a8e9088 Use new helper functions 2021-11-24 11:52:52 -08:00
Elara 0b5d777077 Switch calls to use dbus library and add helpers for private connections 2021-11-24 11:36:36 -08:00
Elara 75327286ef Switch to private bus connection 2021-11-23 22:03:41 -08:00
Elara 099b0cd849 Add filesystem to itctl 2021-11-23 14:14:45 -08:00
Elara c9c00e0072 Allow multiple paths in mkdir and remove 2021-11-23 13:35:18 -08:00
Elara b2ffb2062a Fix write file in api package 2021-11-23 11:19:21 -08:00
Elara 2e8c825fff Add BLE FS to API package 2021-11-23 11:12:16 -08:00
Elara 7b870950d1 Implement BLE FS 2021-11-22 22:04:09 -08:00
Elara 3a877c41a4 Update infinitime library to fix compatibility with BlueZ 5.62 2021-11-22 01:18:40 -08:00
Elara 04fb390bee Add reminder to validate firmware to itctl and itgui 2021-11-06 19:06:17 -07:00
Elara 50b17d3266 Update default values to reflect new config fields 2021-11-01 11:28:55 -07:00
Elara 763d408405 Upgrade infinitime library version 2021-11-01 11:21:37 -07:00
Elara fbb7cd9bc1 Remove config version field 2021-10-27 08:34:10 -07:00
Elara f1b7f70313 Add whitelist support 2021-10-27 07:27:12 -07:00
Elara 552f19676b Add motion service to itgui 2021-10-25 09:45:19 -07:00
Elara 9d58ea0ae7 Remove debug print and add error handling (itgui) 2021-10-25 00:11:41 -07:00
Elara 76875db7ea Use api package in itgui 2021-10-24 13:27:14 -07:00
Elara be5bdc625b Add watch commands to itctl 2021-10-24 11:02:29 -07:00
Elara 0d0db949af Handle unknown request type 2021-10-24 01:11:57 -07:00
Elara 0d164aef3d Use request type for error response type 2021-10-24 01:09:27 -07:00
Elara 28610d9ebb Fix API package 2021-10-24 00:49:48 -07:00
Elara dff34b484d Return request type for response type 2021-10-24 00:45:50 -07:00
Elara 2ea9f99db6 Disable firmware updating error once progress channel closed 2021-10-23 22:03:33 -07:00
Elara 44dc5f8e47 Use sent bytes to check if transfer complete 2021-10-23 19:36:23 -07:00
Elara 4d35912466 Remove test 2021-10-23 18:42:22 -07:00
Elara ef29b9bee4 Update itctl to use api 2021-10-23 18:41:03 -07:00
Elara e198b769f9 Generalize socket cancellation and update API accordingly 2021-10-23 18:03:17 -07:00
Elara ef4bad94b5 Reorganize itctl structure 2021-10-23 15:11:04 -07:00
Elara 8cf2b47733 Add cancellation to api package 2021-10-22 22:30:58 -07:00
Elara f20fdcb161 Add responses to cancellation requests 2021-10-22 22:15:35 -07:00