]> nmode's Git Repositories - signal-cli/history - src/main/java/cli/Main.java
Fix build with Java 7
[signal-cli] / src / main / java / cli / Main.java
2015-12-12 AsamKFix build with Java 7
2015-12-12 AsamKRefactoring, move more functionality into Manager
2015-12-10 AsamKExtract getTextSecureAttachments method
2015-12-06 AsamKCheck if the username is a valid phone number with...
2015-11-26 AsamKImplement updateGroup
2015-11-26 AsamKImplement quitGroups
2015-11-26 AsamKImplement sending EndSession messages
2015-11-26 AsamKMove endsession and attachment handling to Manager
2015-11-25 AsamKEnable sending to groups
2015-11-25 AsamKStore group info in json
2015-11-25 AsamKFix NPE when not specifying receive timeout
2015-11-25 AsamKIncrease timeout
2015-11-21 AsamKShow GroupInfo of messages, if present
2015-11-21 AsamKAdd commandline option to specify receive timeou
2015-10-06 AsamKFix formatting of attachment size
2015-09-22 AsamKAdd -v and --version command line arguments
2015-09-22 AsamKMake use of attachment size and preview
2015-09-15 AsamKUse generic type inference from java 8
2015-09-15 AsamKUse System.err for error messages
2015-08-07 AsamKFix coding issues v0.0.3
2015-08-07 AsamKImplement downloading attachments
2015-07-08 AsamKCatch AssertionError
2015-07-08 AsamKExtract code from main() to functions
2015-07-08 AsamKExit on timeout when receiving
2015-07-08 AsamKPrint detailed error messages for send failures
2015-07-07 AsamKReformat javadoc
2015-07-07 AsamKHandle end session messages
2015-07-07 AsamKCorrectly send to multiple recipients
2015-07-07 AsamKCanonicalize recipient addresses
2015-07-07 AsamKImprove receiving messages
2015-07-06 AsamKSupport sending attachments
2015-07-06 AsamKUpdate README
2015-07-06 Juraj BednarAdd --voice / -v option for voice call verification
2015-07-06 AsamKAdapt code for new libtextsecure-java version
2015-05-11 AsamKFirst commit