]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/json
Fix inspections
[signal-cli] / src / main / java / org / asamk / signal / json /
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2023-09-23 AsamKUpdate libsignal-service
2023-06-11 AsamKAdd support for invalid pre key failure when sending...
2023-05-23 AsamKRefactor manager lib package structure
2023-05-20 AsamKImplement textStyles for sending and receiving
2023-05-11 AsamKImplement editing of previous messages
2023-04-02 signals-from-outer... Added missing file attachment attributes in JsonAttachm...
2022-11-24 ced-bFix handling of attachments in JSON RPC (#1109)
2022-11-01 AsamKSmall improvements
2022-11-01 ced-bAdd command to get an attachment (#1080)
2022-10-08 AsamKRefactor RecipientAddress
2022-09-17 AsamKUpdate libsignal-service-java
2022-08-09 AsamKImplement receive handling for story messages
2022-05-25 AsamKImplement sending link previews
2022-05-14 AsamKUpdate libsignal-service-java
2022-04-06 AsamKOutput RATE_LIMIT_FAILURE type more reliably in json...
2022-03-16 AsamKUpdate libsignal-service-java
2022-03-16 AsamKFix NoSuchElementException in json serialization for...
2022-02-19 AsamKRename error field in json receive response to exception
2022-02-06 AsamKCleanup manager package
2022-01-29 AsamKRefactor JsonMessageEnvelope to remove unnecessary...
2022-01-03 AsamKChange stickerId to hex everywhere
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-11 AsamKHandle send failures as non fatal and return detailed...
2021-12-06 AsamKConvert RecipientAddress to record
2021-12-05 AsamKRemove dead code and fix inspection issues
2021-11-23 technillogueadd JsonPayment (#808)
2021-11-14 AsamKClean up base package
2021-11-06 AsamKRefactor ReceiveCommand in dbus mode and remove Extende...
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-11-06 AsamKRefactor receive api
2021-10-30 John FreedImplement viewedReceipt
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-09-28 AsamKRefactor Manager interface
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-25 AsamKAdd RecipientIdentifier as external Manager interface
2021-08-22 AsamKExtend error information in json output for received...
2021-08-22 AsamKExtend json output with number and uuid fields
2021-07-23 technillogueInclude source name in JSON output (#663)
2021-05-19 AsamKUpdate libsignal-service-java
2021-02-21 AsamKUse var instead of explicit types
2021-02-19 AsamKReformat code
2021-02-19 Atomic-BeanOutput "SharedContacts" field from a SignalDataMessage...
2021-01-17 AsamKIgnore relay in json output if null
2021-01-17 AsamKAdd remote delete info to json output
2021-01-17 AsamKAdd typing message to json output
2021-01-17 AsamKAdd viewOnce boolean to json data message
2021-01-17 AsamKMake fields in json classes final and omit unnecessary...
2021-01-16 AsamKFix group info for json dbus messages
2021-01-15 AsamKReplace Base64 class from libsignal with java.util...
2021-01-14 Atomic-BeanAdded sticker field to json output. Also added hidden...
2020-12-29 AsamKMove group classes to separate package
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-23 AsamKAdd null check and change some formatting
2020-12-23 Atomic-BeanQuotes, Mentions and Reactions in non-daemon JSON mode...
2020-12-21 AsamKAdd group v2 id to json output
2020-12-08 AsamKReformat project
2020-11-22 AsamKAdapt json output to always use receiptMessage and...
2020-10-11 AsamKFix behavior for recipients with only UUIDs
2020-05-06 AsamKUpdate dependencies
2020-04-03 AsamKOutput json when receiving messages from dbus and ...