Commit graph

1859 commits

Author SHA1 Message Date
Riamse
afe18ea5ac Gradle option to pass command line arguments to Java application 2018-05-17 18:07:31 +02:00
Riamse
a44034a79e Add command line argument for JSON output in daemon 2018-05-17 18:07:31 +02:00
AsamK
3bcc2fa621 Add travis build 2018-05-08 22:43:18 +02:00
nico
bdffcffd7a Add getGroupIds() to DBUS
getGroupIds() returns a list of group ids (byte arrays)
2018-05-04 22:33:29 +02:00
AsamK
86f5c9947b Version 0.6.0
- Simple json output
- dbus signal for receiving messages
- Registration lock PIN
- Output quoted message
2018-05-03 22:01:49 +02:00
AsamK
9b9ba0683b Print quotes from messages 2018-05-03 21:59:14 +02:00
AsamK
8127eaaf9d Update dependencies, gradle wrapper 2018-05-03 21:49:52 +02:00
AsamK
925d8db468 Update man page 2018-03-31 23:50:33 +02:00
AsamK
e057743232 Support registration lock PIN 2018-03-31 23:41:58 +02:00
AsamK
161ecc877d Update dependencies 2018-02-02 22:27:43 +01:00
AsamK
139fc358a2 Add output for new message fields 2018-01-21 23:16:57 +01:00
AsamK
d5fb37a416 Update argparse4j 2017-12-29 15:01:21 +01:00
AsamK
e63e6e1fa2 Update libsignal-service-java 2017-12-29 14:56:03 +01:00
AsamK
c5d91933b8 Update codeStyle config 2017-12-29 14:52:13 +01:00
AsamK
d12cfca155 Update gradle wrapper 2017-12-29 14:47:18 +01:00
AsamK
e36a2f862c Update libsignal-service-java 2017-09-07 22:18:08 +02:00
AsamK
9b56aa6259 Update libsignal-service 2017-08-17 21:31:07 +02:00
AsamK
804949ddea Send dbus signal, when receipt is received
Fixes #84
2017-06-18 12:53:06 +02:00
AsamK
ee1e52aa4c Update man page 2017-06-18 12:04:56 +02:00
AsamK
8717665d1d Implement json output for receive 2017-06-16 12:05:22 +02:00
AsamK
a1f0d74a99 Bump version 2017-06-16 11:40:08 +02:00
AsamK
24ab58cc14 Delete empty message cache directories 2017-06-16 00:00:19 +02:00
AsamK
4d3e67ff83 Use Base64 from libsignal 2017-06-16 00:00:19 +02:00
AsamK
ef55196806 Close input stream from received sync groups and contacts
Fixes #75
2017-06-15 19:48:24 +02:00
AsamK
4377a2179b Send and receive verified messages
Fixes #85
2017-06-11 17:25:18 +02:00
AsamK
23fcd8a230 Update dependency 2017-06-11 16:27:00 +02:00
AsamK
d90015da0b Update dependencies 2017-06-09 21:56:21 +02:00
AsamK
0f1d0597ae Update dependencies
Sets the complete flag for contacts message, Fixes #81
2017-05-20 11:52:57 +02:00
AsamK
d270ea8c2e Update gradle wrapper 2017-05-20 11:52:25 +02:00
AsamK
78518e0898 Update gradle wrapper 2017-05-07 11:20:07 +02:00
AsamK
debcabd014 Implement updateGroup command via dbus
Fixes #77
2017-05-07 10:31:18 +02:00
AsamK
3c3d3e92dd Update dependencies, add attachment filename support
Fixes #76
2017-04-01 15:27:37 +02:00
AsamK
474372da6b Reformat 2017-02-26 11:35:46 +01:00
Pim Otte
0e16594a87 Actual re-order (I'm a dummy) 2017-02-26 11:27:59 +01:00
Pim Otte
4730e9cbc7 Re-order imports to match original structure 2017-02-26 11:27:59 +01:00
Pim Otte
b1ec1e6587 Rename thread package to threads 2017-02-26 11:27:59 +01:00
Pim Otte
a5aeec8902 Modifying methods to be public to match package division 2017-02-26 11:27:59 +01:00
Pim Otte
d91e20e1f8 Moving files to packages 2017-02-26 11:27:59 +01:00
AsamK
0744dcccf1 Move information from README to wiki/man page 2017-02-25 18:25:31 +01:00
Finn
6f2e8716c7 Allow retreving and updating group info and contact names via dbus (#62)
* dbus method to get contact info

* Add getGroupName method

* Save after updating contact name

* allow group updates over dbus

* Allow retreiving group member list as well

* Space after if before conditions if( -> if (

* Return an empty string if the contact is unknown

* Handle null/non-existant groups better

* Remove debug output and allow updating the avatar

* Remove extra variables in update messages
2017-02-22 21:26:34 +01:00
AsamK
8cd782ef94 Add listGroups command to man page 2017-02-22 21:22:40 +01:00
Pim Otte
5845dad769 Whitespace and output formatting fixes 2017-02-22 21:20:10 +01:00
Pim Otte
b0d7daeca2 Add ListGroups command
Option: -d/--detailed to display group members
2017-02-22 21:20:10 +01:00
Pim Otte
453f31891c Modify gitignore to include eclipse settings 2017-02-22 21:15:46 +01:00
Pim Otte
8e7fce54b9 Add eclipse plugin to build.gradle.
This allows easy generation of eclipse project files using `./gradlew
eclipse`
2017-02-22 21:15:46 +01:00
AsamK
8e8de2fe39 Rename man page to show it rendered on github 2017-02-19 17:35:58 +01:00
AsamK
c68cfe7d7c Update dependency 2017-02-18 13:15:02 +01:00
AsamK
74f21c4f18 Bump version 2017-02-18 12:35:49 +01:00
AsamK
0a68303ca4 Add command to update account attributes
This can fix problems with receiving messages, if for some reason, the
fetchesMessages property of the server is set incorrectly.
2017-02-18 12:35:32 +01:00
AsamK
be963ed49b Add unregister command
Fixes #57
2017-02-18 12:35:32 +01:00