Commit Graph

16 Commits

Author SHA1 Message Date
razorkitty
1e8c9484d2 copy mpris implementation from infinitime library to itd, where it really belongs
moved dbus.go to an internal utils package
added context function parameter to initMusicCtrl and updated main.go to pass it
updated calls.go, maps.go, music.go, and notifs.go to use utils package for getting a dus connection
2022-11-21 19:59:54 +00:00
0cdf8a4bed Switch from custom socket API to rpcx 2022-04-22 17:12:30 -07:00
9e63401db3 Add update weather command to itctl 2022-02-23 21:22:03 -08:00
c019d7523b Implement file transfer progress 2021-12-12 17:08:48 -08:00
2e8c825fff Add BLE FS to API package 2021-11-23 11:12:16 -08:00
7b870950d1 Implement BLE FS 2021-11-22 22:04:09 -08:00
dff34b484d Return request type for response type 2021-10-24 00:45:50 -07:00
44dc5f8e47 Use sent bytes to check if transfer complete 2021-10-23 19:36:23 -07:00
e198b769f9 Generalize socket cancellation and update API accordingly 2021-10-23 18:03:17 -07:00
eeba9b2964 Add cancellation to watchable values 2021-10-22 22:14:01 -07:00
80a5867d6b Send response types in socket responses and create api package 2021-10-22 20:47:57 -07:00
b87586ef15 Add MotionValues type 2021-10-22 13:42:33 -07:00
1492db7566 Implement motion service 2021-10-22 13:21:14 -07:00
b7bd385c43 Add GUI frontend 2021-08-25 21:18:24 -07:00
cb8d207249 Switch to iota for request types and move to types package 2021-08-24 20:32:17 -07:00
407a6cb3d7 Initial Commit 2021-08-21 01:19:49 -07:00