]> nmode's Git Repositories - signal-cli/log
signal-cli
9 years agoUpdate dependencies
AsamK [Thu, 1 Oct 2015 07:34:55 +0000 (09:34 +0200)]
Update dependencies

9 years agoBump version v0.0.4
AsamK [Tue, 22 Sep 2015 12:46:10 +0000 (14:46 +0200)]
Bump version

9 years agoAdd -v and --version command line arguments
AsamK [Tue, 22 Sep 2015 12:45:52 +0000 (14:45 +0200)]
Add -v and --version command line arguments

Only works running from a jar file

9 years agoAdd version to user agent string
AsamK [Tue, 22 Sep 2015 12:44:11 +0000 (14:44 +0200)]
Add version to user agent string

9 years agoAdd version to jar manifest
AsamK [Tue, 22 Sep 2015 12:43:24 +0000 (14:43 +0200)]
Add version to jar manifest

9 years agoMake use of attachment size and preview
AsamK [Tue, 22 Sep 2015 11:23:16 +0000 (13:23 +0200)]
Make use of attachment size and preview

9 years agoUpdate textsecure-java to 1.8.0
AsamK [Tue, 22 Sep 2015 10:45:11 +0000 (12:45 +0200)]
Update textsecure-java to 1.8.0

9 years agoPrint error if temporary attachment file can’t be deleted
AsamK [Tue, 15 Sep 2015 11:26:36 +0000 (13:26 +0200)]
Print error if temporary attachment file can’t be deleted

9 years agoUse generic type inference from java 8
AsamK [Tue, 15 Sep 2015 11:26:02 +0000 (13:26 +0200)]
Use generic type inference from java 8

9 years agoUse System.err for error messages
AsamK [Tue, 15 Sep 2015 11:24:27 +0000 (13:24 +0200)]
Use System.err for error messages

9 years agoUpdate textescure-java to 1.7
AsamK [Tue, 15 Sep 2015 11:03:49 +0000 (13:03 +0200)]
Update textescure-java to 1.7

Adapt code:
- Add USER_AGENT
- verifyAccount renamed to verifyAccountWithCode

9 years agoUpdate gradle 2.7
AsamK [Tue, 15 Sep 2015 10:48:04 +0000 (12:48 +0200)]
Update gradle 2.7

10 years agoFix coding issues v0.0.3
AsamK [Fri, 7 Aug 2015 11:22:15 +0000 (13:22 +0200)]
Fix coding issues

10 years agoImplement downloading attachments
AsamK [Fri, 7 Aug 2015 10:55:33 +0000 (12:55 +0200)]
Implement downloading attachments

10 years agoUse gradle-2.5-all needed by IDE
AsamK [Fri, 7 Aug 2015 10:41:14 +0000 (12:41 +0200)]
Use gradle-2.5-all needed by IDE

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