]> nmode's Git Repositories - signal-cli/commit
implement Dbus updateAccount and listDevices (#730)
authorJohn Freed <okgithub@johnfreed.com>
Sun, 26 Sep 2021 07:26:12 +0000 (09:26 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 07:26:12 +0000 (09:26 +0200)
commite78463ea0a81ef326b6adf85a50887de5192fcf7
tree0eebea0ce020e4b393f266b73cfdf56b27c5b88f
parentd47574351e0e27cf308ddacac2b3abf597d34fcb
implement Dbus updateAccount and listDevices (#730)

* implement Dbus updateAccount and listDevices

implement updateAccount(deviceName<s>) to change device name

implement listDevices

update documentation

* implement Dbus addDevice and removeDevice

update documentation as well

* Dbus add/remove/list/update devices

modifications responding to requests by AsamK

* Dbus incorporating InvalidUri error

Co-authored-by: AsamK <asamk@gmx.de>
man/signal-cli-dbus.5.adoc
src/main/java/org/asamk/Signal.java
src/main/java/org/asamk/signal/dbus/DbusSignalImpl.java