]> nmode's Git Repositories - signal-cli/history - src
Update gradle wrapper
[signal-cli] / src /
2016-04-22 AsamKImplement a contacts store and contacts sync
2016-04-16 AsamKDon't save if username is null
2016-04-16 AsamKFix addDevice
2016-04-16 AsamKImplement removing linked devices
2016-04-16 AsamKAdd method to list linked devices
2016-04-16 AsamKAlways save when sending messages
2016-04-16 AsamKRemove own number from group when quitting
2016-04-16 AsamKRemove own number when sending group messages
2016-04-16 AsamKImplement requesting/sending groups when linking device
2016-04-16 AsamKAdd possiblity to add new device, as master
2016-04-16 AsamKImplement device linking
2016-04-08 AsamKCorrectly use API for sending non group messages
2016-04-08 AsamKHandle received sync messages
2016-04-08 AsamKFix typos
2016-04-03 AsamKFix registering v0.3.1
2016-04-03 AsamKUse original bouncycastle instead of spongycastle
2016-04-02 AsamKSet user-agent null if PROJECT_NAME is null
2016-03-27 AsamKAdd rudimentary message receiving via dbus
2016-03-27 AsamKAdd timestamp to dbus MessageReceived signal
2016-03-27 AsamKReduce duplicate code
2016-03-27 AsamKUse e.printStackTrace()
2016-03-27 AsamKShow source deviceId and relay, when receiving messages
2016-03-27 AsamKRefresh prekeys if there are less than 20 left on the...
2016-03-27 AsamKUse the old config directory .config/textsecure as...
2016-03-27 AsamKRename to signal-cli
2016-03-25 AsamKRename axolotl -> signalProtocol
2016-03-25 AsamKUpdate to signal-service-java 2.1.1
2015-12-31 AsamKMake config path configurable
2015-12-31 AsamKImplement fetch messages
2015-12-31 AsamKHandle DBusExecutionExceptions
2015-12-30 AsamKSend Signal "MessageReceived" on dbus when receiving...
2015-12-30 AsamKUse File() correctly
2015-12-30 AsamKFix exceptions to work over dbus
2015-12-16 AsamKTake dbus name only when the service is ready
2015-12-13 AsamKRename package
2015-12-12 AsamKAdd possibility to send messages via dbus daemon
2015-12-12 AsamKInline unnecessary methods
2015-12-12 AsamKAlways call save() after modifying something
2015-12-12 AsamKImplement daemon mode with dbus interface
2015-12-12 AsamKCleanup
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-12-06 AsamKFix groups for upgraded clients
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
2015-10-06 AsamKRemove last remnants of org.json
2015-10-06 xardasMake Json store use Jackson instead of Gson (as it...
2015-10-06 AsamKFix formatting of attachment size
2015-09-22 AsamKAdd -v and --version command line arguments
2015-09-22 AsamKAdd version to user agent string
2015-09-22 AsamKMake use of attachment size and preview
2015-09-22 AsamKUpdate textsecure-java to 1.8.0
2015-09-15 AsamKPrint error if temporary attachment file can’t be deleted
2015-09-15 AsamKUse generic type inference from java 8
2015-09-15 AsamKUse System.err for error messages
2015-09-15 AsamKUpdate textescure-java to 1.7
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 AsamKExtract PreKey generation functions, don't reuse IDs...
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-07 AsamKActually store preKeys
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 AsamKLoad json even if signalingKey is missing
2015-07-06 AsamKAdapt code for new libtextsecure-java version
2015-05-11 AsamKFirst commit