AsamK
7887a5a613
Prevent unnecessary compile warnings
2023-10-22 20:42:25 +02:00
AsamK
fc2e9bbfae
Fix inspections
2023-10-17 20:34:21 +02:00
AsamK
d51dd7ae57
Use .isEmpty() for checking lists and strings
2023-10-17 20:34:21 +02:00
AsamK
7cd24a74af
Improve handling of CDSI resource exhaustion
2023-10-15 19:02:59 +02:00
AsamK
33c4e17c0d
Implement change phone number
...
Closes #1240
2023-10-14 23:37:23 +02:00
AsamK
a66dd0dc79
Implement EditMessageReceived signal for dbus
2023-10-10 20:21:40 +02:00
AsamK
bc3bdbbf21
Improve identites listing
2023-08-26 16:33:39 +02:00
AsamK
884fa2748e
Ensure uniqueness of dbus identity names
2023-08-22 11:56:27 +02:00
AsamK
a9f1944636
Show better error message when using addDevice on a linked device
2023-08-21 17:23:16 +02:00
AsamK
e867c57af8
Add addStickerPack command
2023-08-20 22:36:18 +02:00
Adimarantis
8726c4ede0
Update identities after trust ( #1264 )
2023-06-17 09:21:28 +02:00
AsamK
3d5c440aa2
Improve uuid/number handling
2023-06-11 16:39:54 +02:00
AsamK
4f8da7819e
Reformat code
2023-06-05 19:30:18 +02:00
Adimarantis
a96c4938b1
Dbus identities ( #1259 )
...
* Dbus Identities and Trust
* Update src/main/java/org/asamk/signal/dbus/DbusSignalImpl.java
* PR feedback updates
* Documentation and consistent case sensitivity
* doc for listIdentities and getIdentity
2023-06-05 19:26:00 +02:00
AsamK
106af6a801
Refactor trust command implementation
2023-06-03 16:10:47 +02:00
AsamK
a7db3a5610
Extract dbus client command handling
2023-06-02 22:43:18 +02:00
AsamK
d0d3e20713
Add helper method to create valid dbus object path
2023-06-02 21:29:58 +02:00
AsamK
ff162cb44d
Refactor addDeviceLink method
2023-05-23 19:34:13 +02:00
AsamK
e5a67d6ce1
Refactor manager lib package structure
2023-05-23 19:34:13 +02:00
AsamK
8a0005d900
Remove unused code
2023-05-21 11:18:18 +02:00
AsamK
91700ce995
Implement textStyles for sending and receiving
...
Fixes #1250
2023-05-20 12:49:57 +02:00
AsamK
8a31b7f2c1
Implement editing of previous messages
2023-05-11 19:10:29 +02:00
AsamK
9f60ed534a
Implement support for usernames
2023-04-03 19:00:05 +02:00
AsamK
03f193b34c
Fix deleting old group in dbus mode
...
Fixes #1192
2023-04-02 19:25:49 +02:00
AsamK
276ecef300
Update libsignal-service-java
...
- Use session based number verification and registration
2023-04-01 12:19:53 +02:00
AsamK
15da210de7
Print text styles in plain text output
2023-01-27 21:46:39 +01:00
AsamK
5771bb858f
Allow using data URIs for updateGroup/updateProfile avatars
...
Fixes #1082
2022-11-14 19:31:40 +01:00
ced-b
2e4d346bc8
Add command to get an attachment ( #1080 )
...
* Add command to get an attachment
* Refactor retrieving of attachments to use StreamDetails
* Refactor AttachmentCommand to GetAttachmentCommand
* Minor improvements to GetAttachmentCommand
* Use JSON serializer to serialize binary data
Serializing the stream is better for memory handling than
loading the whole thing into the file.
* Clean up unneeded class
* Added command to doc
Co-authored-by: cedb <cedb@keylimebox.org>
2022-11-01 22:47:43 +01:00
AsamK
de2bfc7f79
Add optional message limit for receive command
2022-10-31 11:17:52 +01:00
AsamK
5ed9db4f08
Implement replying to stories
2022-10-30 18:18:21 +01:00
AsamK
fea19c9e20
Implement reacting to stories
2022-10-30 14:41:02 +01:00
AsamK
7eb7ee44f2
Refactor RecipientAddress
2022-10-08 17:42:03 +02:00
AsamK
489fb2ac22
Improve error message when joining a group with already pending admin approval
2022-10-07 19:31:27 +02:00
AsamK
6feff1e42b
Add sendPaymentNotification dbus method
...
Closes #1010
2022-09-18 16:56:30 +02:00
AsamK
a593051512
Implement receive handling for story messages
2022-08-09 23:20:12 +02:00
AsamK
abebffb2cd
Improve output for profile key update messages
2022-06-18 12:28:02 +02:00
AsamK
badbb55ef2
Split given/family name in updateContact command
2022-05-29 22:21:24 +02:00
AsamK
fd92a96e1a
Wrap ignoreAttachments option in a ReceiveConfig record
2022-05-26 17:53:14 +02:00
AsamK
b178c7c67a
Implement sending link previews
...
Fixes #276
2022-05-25 23:23:33 +02:00
AsamK
9ad24614cb
Rename main/master device to primary device
2022-05-24 14:36:33 +02:00
AsamK
5b1c6c0d64
Split contact name field in given name and family name
2022-05-23 16:42:38 +02:00
AsamK
995eaa6e7c
Print more detailed error message when registering with non-normalized number
...
Fixes #958
2022-05-22 22:01:11 +02:00
AsamK
3666531f8b
Refactor manager update profile method
2022-05-21 09:29:58 +02:00
AsamK
7587a60387
Implement sendPayment notification command
2022-05-21 09:04:23 +02:00
AsamK
5f941004f5
Extend listContacts command with profiles and filtering
2022-05-20 11:53:33 +02:00
AsamK
b1e56faab2
Store profile sharing enabled for contacts
...
Automatically enable it when sending direct messages
2022-05-18 19:12:55 +02:00
AsamK
53f47d42fc
Refactor set blocked methods to accept multiple recipientIds/groupIds
2022-05-18 11:09:05 +02:00
AsamK
bb9d44811c
Include unrestricted unidentified access state in getUserStatus response
2022-05-17 20:39:06 +02:00
AsamK
22add1cbee
Add command to delete local account data
...
Fixes #912
2022-05-16 12:27:43 +02:00
AsamK
a80e18169a
Update libsignal-service-java
2022-05-14 15:51:23 +02:00