21 Commits

Author SHA1 Message Date
Era Dorta
8376d1f477 Removed uneeded import 2026-03-07 01:42:17 +01:00
Era Dorta
6135dae301 Remove @JsonProperty(required = true) 2026-03-07 00:30:36 +01:00
Era Dorta
cde6fff336 switch to micronout json generation 2026-03-06 22:50:15 +01:00
Era Dorta
3f15de0946 Deprecated fields are not required 2026-03-06 21:07:10 +01:00
Era Dorta
04b7b1e47d Add required = true to all the required attributes 2026-03-02 01:37:19 +01:00
Era Dorta
a65c228c9b Remove the json prefix from the names 2026-03-02 00:30:12 +01:00
AsamK
0a287b0b3e Reformat files 2024-10-26 13:10:33 +02:00
Jailson Dias
eac2a47163 add group info 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
a80e18169a Update libsignal-service-java 2022-05-14 15:51:23 +02: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
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
8bcd8d87d2 Update libsignal-service-java 2021-08-29 13:37:24 +02:00
AsamK
5bbfd32598 Extend json output with number and uuid fields 2021-08-22 12:36:25 +02:00
AsamK
30690785fd Update libsignal-service-java 2021-05-19 22:51:35 +02: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
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