]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/Signal.java
Implement Dbus setPin and removePin (#733)
[signal-cli] / src / main / java / org / asamk / Signal.java
2021-09-21 John FreedImplement Dbus setPin and removePin (#733)
2021-09-13 JtheSawAdd sendTyping and sendReceipt to dbus interface (...
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-05-03 AsamKRefactor contact and profile store
2021-04-05 Adaptive GarageSend remote delete (#593)
2021-04-03 AsamKRemove redundant public modifiers from interface
2021-04-02 Adaptive Garagedbus implementation of sendReaction command (#581)
2021-03-01 AsamKReformat
2021-03-01 AdimarantisDbus enhancements (#543)
2021-02-19 AsamKReformat code
2021-02-19 AdimarantisAdd updateProfile to Dbus (#522)
2021-01-16 AsamKUse exit 4 when sending a single recipient message...
2021-01-16 AsamKSend self messages as normal messages, new flag --note...
2020-12-08 AsamKReformat project
2020-05-15 AsamKSeparate DbusSignal implementation from Manager
2020-05-15 AsamKMove Exception classes to corresponding package
2020-05-14 AsamKMake fields final for DBusSignal classes
2020-05-06 AsamKSwitch to hypfvieh dbus-java
2020-04-03 AsamKReturn message timestamp after sucessfully sending...
2020-04-03 narodnikAdd a new sync dbus message which shows messages you...
2020-03-23 AsamKStore group member uuids in group store
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-01-22 Daniel SchäufeleAdd support for blocking contacts and accounts (#260)
2020-01-21 AsamKCanonicalize number before getting/setting contact...
2018-11-20 AsamKSplit commands into separate classes
2018-11-18 AsamKExtract SignalAccount from Manager
2018-05-04 nicoAdd getGroupIds() to DBUS
2017-06-18 AsamKSend dbus signal, when receipt is received
2017-05-07 AsamKImplement updateGroup command via dbus
2017-02-22 FinnAllow retreving and updating group info and contact...
2016-08-12 AsamKPrevent sending to groups that the user has quit
2016-07-13 AsamKImprove exception handling
2016-04-08 AsamKCorrectly use API for sending non group messages
2016-03-27 AsamKAdd timestamp to dbus MessageReceived signal
2016-03-27 AsamKRename to signal-cli