]>
nmode's Git Repositories - signal-cli/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
AsamK [Sat, 1 Aug 2015 11:56:19 +0000 (13:56 +0200)]
Update README.md
fix typos
AsamK [Fri, 31 Jul 2015 10:54:37 +0000 (12:54 +0200)]
Update dependencies
AsamK [Fri, 31 Jul 2015 10:54:10 +0000 (12:54 +0200)]
Update README
installApp is now deprecated
AsamK [Fri, 31 Jul 2015 10:53:45 +0000 (12:53 +0200)]
Update gradle wrapper
AsamK [Wed, 8 Jul 2015 14:22:04 +0000 (16:22 +0200)]
Catch AssertionError
Fixes #2
AsamK [Wed, 8 Jul 2015 14:14:48 +0000 (16:14 +0200)]
Extract code from main() to functions
AsamK [Wed, 8 Jul 2015 13:46:07 +0000 (15:46 +0200)]
Update README.md
AsamK [Wed, 8 Jul 2015 10:17:01 +0000 (12:17 +0200)]
Bump version
AsamK [Wed, 8 Jul 2015 10:05:56 +0000 (12:05 +0200)]
Add sourceCompatibility for java 8
AsamK [Wed, 8 Jul 2015 09:56:57 +0000 (11:56 +0200)]
Extract PreKey generation functions, don't reuse IDs when reregistering
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
AsamK [Wed, 8 Jul 2015 09:48:34 +0000 (11:48 +0200)]
Print detailed error messages for send failures
AsamK [Tue, 7 Jul 2015 10:31:20 +0000 (12:31 +0200)]
Reformat javadoc
AsamK [Tue, 7 Jul 2015 10:19:10 +0000 (12:19 +0200)]
Handle end session messages
AsamK [Tue, 7 Jul 2015 10:07:01 +0000 (12:07 +0200)]
Correctly send to multiple recipients
AsamK [Tue, 7 Jul 2015 09:42:24 +0000 (11:42 +0200)]
Canonicalize recipient addresses
AsamK [Tue, 7 Jul 2015 09:31:50 +0000 (11:31 +0200)]
Improve receiving messages
AsamK [Tue, 7 Jul 2015 09:04:59 +0000 (11:04 +0200)]
Actually store preKeys
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
AsamK [Mon, 6 Jul 2015 09:17:47 +0000 (11:17 +0200)]
Update README
Juraj Bednar [Sun, 5 Jul 2015 17:54:03 +0000 (19:54 +0200)]
Add --voice / -v option for voice call verification
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
AsamK [Mon, 6 Jul 2015 08:41:19 +0000 (10:41 +0200)]
Adapt code for new libtextsecure-java version
AsamK [Mon, 6 Jul 2015 08:22:34 +0000 (10:22 +0200)]
Update dependencies
AsamK [Mon, 11 May 2015 10:57:19 +0000 (12:57 +0200)]
Update README.md
AsamK [Mon, 11 May 2015 10:51:55 +0000 (12:51 +0200)]
Add README and LICENCE
AsamK [Mon, 11 May 2015 10:55:18 +0000 (12:55 +0200)]
First commit