]> nmode's Git Repositories - signal-cli/log
signal-cli
10 years agoUpdate README.md
AsamK [Sat, 1 Aug 2015 11:56:19 +0000 (13:56 +0200)]
Update README.md

fix typos

10 years agoUpdate dependencies
AsamK [Fri, 31 Jul 2015 10:54:37 +0000 (12:54 +0200)]
Update dependencies

10 years agoUpdate README
AsamK [Fri, 31 Jul 2015 10:54:10 +0000 (12:54 +0200)]
Update README

installApp is now deprecated

10 years agoUpdate gradle wrapper
AsamK [Fri, 31 Jul 2015 10:53:45 +0000 (12:53 +0200)]
Update gradle wrapper

10 years agoCatch AssertionError
AsamK [Wed, 8 Jul 2015 14:22:04 +0000 (16:22 +0200)]
Catch AssertionError

Fixes #2

10 years agoExtract code from main() to functions
AsamK [Wed, 8 Jul 2015 14:14:48 +0000 (16:14 +0200)]
Extract code from main() to functions

10 years agoUpdate README.md
AsamK [Wed, 8 Jul 2015 13:46:07 +0000 (15:46 +0200)]
Update README.md

10 years agoBump version v0.0.2
AsamK [Wed, 8 Jul 2015 10:17:01 +0000 (12:17 +0200)]
Bump version

10 years agoAdd sourceCompatibility for java 8
AsamK [Wed, 8 Jul 2015 10:05:56 +0000 (12:05 +0200)]
Add sourceCompatibility for java 8

10 years agoExtract PreKey generation functions, don't reuse IDs when reregistering
AsamK [Wed, 8 Jul 2015 09:56:57 +0000 (11:56 +0200)]
Extract PreKey generation functions, don't reuse IDs when reregistering

10 years agoExit on timeout when receiving
AsamK [Wed, 8 Jul 2015 09:52:06 +0000 (11:52 +0200)]
Exit on timeout when receiving

- Could be made optional in the future
- Sending messages while receiving results in damaged session state
  because both save their own state

10 years agoPrint detailed error messages for send failures
AsamK [Wed, 8 Jul 2015 09:48:34 +0000 (11:48 +0200)]
Print detailed error messages for send failures

10 years agoReformat javadoc
AsamK [Tue, 7 Jul 2015 10:31:20 +0000 (12:31 +0200)]
Reformat javadoc

10 years agoHandle end session messages
AsamK [Tue, 7 Jul 2015 10:19:10 +0000 (12:19 +0200)]
Handle end session messages

10 years agoCorrectly send to multiple recipients
AsamK [Tue, 7 Jul 2015 10:07:01 +0000 (12:07 +0200)]
Correctly send to multiple recipients

10 years agoCanonicalize recipient addresses
AsamK [Tue, 7 Jul 2015 09:42:24 +0000 (11:42 +0200)]
Canonicalize recipient addresses

10 years agoImprove receiving messages
AsamK [Tue, 7 Jul 2015 09:31:50 +0000 (11:31 +0200)]
Improve receiving messages

10 years agoActually store preKeys
AsamK [Tue, 7 Jul 2015 09:04:59 +0000 (11:04 +0200)]
Actually store preKeys

10 years agoSupport sending attachments
AsamK [Mon, 6 Jul 2015 13:12:59 +0000 (15:12 +0200)]
Support sending attachments

Limitations:
- the textsecure protocol allows sending arbitrary mime types but the
  android client only supports image, audio and video
- sending multiple attachments is supported, but the android client
  only shows the first one

10 years agoUpdate README
AsamK [Mon, 6 Jul 2015 09:17:47 +0000 (11:17 +0200)]
Update README

10 years agoAdd --voice / -v option for voice call verification
Juraj Bednar [Sun, 5 Jul 2015 17:54:03 +0000 (19:54 +0200)]
Add --voice / -v option for voice call verification

10 years agoLoad json even if signalingKey is missing
AsamK [Mon, 6 Jul 2015 08:47:43 +0000 (10:47 +0200)]
Load json even if signalingKey is missing

Is the case when the account is registered, but not verified

10 years agoAdapt code for new libtextsecure-java version
AsamK [Mon, 6 Jul 2015 08:41:19 +0000 (10:41 +0200)]
Adapt code for new libtextsecure-java version

10 years agoUpdate dependencies
AsamK [Mon, 6 Jul 2015 08:22:34 +0000 (10:22 +0200)]
Update dependencies

10 years agoUpdate README.md
AsamK [Mon, 11 May 2015 10:57:19 +0000 (12:57 +0200)]
Update README.md

10 years agoAdd README and LICENCE
AsamK [Mon, 11 May 2015 10:51:55 +0000 (12:51 +0200)]
Add README and LICENCE

10 years agoFirst commit
AsamK [Mon, 11 May 2015 10:55:18 +0000 (12:55 +0200)]
First commit