AsamK
|
0a287b0b3e
|
Reformat files
|
2024-10-26 13:10:33 +02:00 |
|
Jailson Dias
|
5646f65195
|
add received and delivered timestamps on json message
|
2024-10-25 17:19:17 +02:00 |
|
AsamK
|
8a31b7f2c1
|
Implement editing of previous messages
|
2023-05-11 19:10:29 +02:00 |
|
AsamK
|
7eb7ee44f2
|
Refactor RecipientAddress
|
2022-10-08 17:42:03 +02:00 |
|
AsamK
|
a593051512
|
Implement receive handling for story messages
|
2022-08-09 23:20:12 +02:00 |
|
AsamK
|
3c2fa65e05
|
Fix NoSuchElementException in json serialization for messages from an untrusted identity
Fixes #910
|
2022-03-16 19:37:58 +01:00 |
|
AsamK
|
5cccf52103
|
Cleanup manager package
|
2022-02-06 17:46:34 +01:00 |
|
AsamK
|
e284b99076
|
Refactor JsonMessageEnvelope to remove unnecessary number canonicalization
|
2022-01-29 15:05:14 +01:00 |
|
AsamK
|
8867a7b9ee
|
Convert RecipientAddress to record
|
2021-12-06 18:57:11 +01:00 |
|
AsamK
|
32818a8608
|
Refactor ReceiveCommand in dbus mode and remove ExtendedDbusCommand
|
2021-11-06 21:09:06 +01:00 |
|
AsamK
|
2ab42ca547
|
Remove libsignal-service from manager lib API
|
2021-11-06 13:38:10 +01:00 |
|
AsamK
|
9075cc1a30
|
Refactor receive api
|
2021-11-06 12:17:50 +01:00 |
|
AsamK
|
ce7aa580b6
|
Use record classes
|
2021-10-27 14:39:40 +02:00 |
|
AsamK
|
ce70a623c2
|
Use Java 17
|
2021-10-27 14:39:40 +02:00 |
|
AsamK
|
d72b838560
|
Refactor Manager interface
|
2021-09-28 21:13:02 +02:00 |
|
AsamK
|
8bcd8d87d2
|
Update libsignal-service-java
|
2021-08-29 13:37:24 +02:00 |
|
AsamK
|
467a48bac5
|
Add RecipientIdentifier as external Manager interface
|
2021-08-25 20:12:10 +02:00 |
|
AsamK
|
9a9dd3b217
|
Extend error information in json output for received messages from untrusted identity
Fixes #91
|
2021-08-22 19:28:13 +02:00 |
|
AsamK
|
5bbfd32598
|
Extend json output with number and uuid fields
|
2021-08-22 12:36:25 +02:00 |
|
technillogue
|
8cc4877627
|
Include source name in JSON output (#663)
* add sourceName
* avoid sourceName might not have been initialized
* catch NullPointerException instead of checking for null
* Update JsonMessageEnvelope.java
Co-authored-by: AsamK <asamk@gmx.de>
Fixes #663
|
2021-07-23 17:19:09 +02:00 |
|
AsamK
|
30690785fd
|
Update libsignal-service-java
|
2021-05-19 22:51:35 +02:00 |
|
AsamK
|
de273586b4
|
Use var instead of explicit types
|
2021-02-21 15:01:41 +01:00 |
|
AsamK
|
c440520ea6
|
Ignore relay in json output if null
|
2021-01-17 12:36:11 +01:00 |
|
AsamK
|
3b29add396
|
Add typing message to json output
Fixes #423
|
2021-01-17 11:43:39 +01:00 |
|
AsamK
|
46a4c2c0d0
|
Make fields in json classes final and omit unnecessary nulls when serializing
Fix sender in sync read messages
|
2021-01-17 11:23:02 +01:00 |
|
Atomic-Bean
|
58db3cbd53
|
Quotes, Mentions and Reactions in non-daemon JSON mode (#389)
* Added support for quotes, mentions and reactions in non-daemon JSON output
|
2020-12-23 11:23:40 +01:00 |
|
AsamK
|
4485188789
|
Adapt json output to always use receiptMessage and remove isReceipt field
Fixes #346
|
2020-11-22 10:48:55 +01:00 |
|
AsamK
|
a54fc92c05
|
Fix behavior for recipients with only UUIDs
Fixes #359
|
2020-10-11 11:15:34 +02:00 |
|
AsamK
|
ae41d0c502
|
Output json when receiving messages from dbus and --json parameter is given
Fixes #138
|
2020-04-03 16:22:10 +02:00 |
|