]> nmode's Git Repositories - signal-cli/commit
Allow retreving and updating group info and contact names via dbus (#62)
authorFinn <finn@finn.io>
Wed, 22 Feb 2017 20:26:34 +0000 (12:26 -0800)
committerAsamK <asamk@gmx.de>
Wed, 22 Feb 2017 20:26:34 +0000 (21:26 +0100)
commit6f2e8716c71ec9763ec7ca123b0c01c1f5dd63fe
treef1d14d32b39748436a5a307aa9fec5a533848fa1
parent8cd782ef942a2bfd69d6fa56fda5d7b7b3923627
Allow retreving and updating group info and contact names via dbus (#62)

* dbus method to get contact info

* Add getGroupName method

* Save after updating contact name

* allow group updates over dbus

* Allow retreiving group member list as well

* Space after if before conditions if( -> if (

* Return an empty string if the contact is unknown

* Handle null/non-existant groups better

* Remove debug output and allow updating the avatar

* Remove extra variables in update messages
src/main/java/org/asamk/Signal.java
src/main/java/org/asamk/signal/Manager.java