AsamK
312c6c8bb2
Check if profileKey is null for old accounts
2021-05-03 18:43:45 +02:00
AsamK
4f578c2645
Create an initial empty profile after registration
2021-05-03 18:43:45 +02:00
AsamK
7afb1347b4
Attempt to refresh recipients uuid if sending fails
2021-05-03 18:43:45 +02:00
AsamK
0091c1cf26
Add --delete-account argument to completely delete an account
2021-05-03 18:43:45 +02:00
AsamK
c79860b493
Minor fixes
2021-05-03 18:43:45 +02:00
AsamK
530ef51ba7
Handle saving inside SignalAccount
2021-05-03 18:43:45 +02:00
AsamK
5b8c0c4e2d
Refactor group store
2021-05-03 18:43:45 +02:00
AsamK
a1014ba39c
Correctly store uuid from server
2021-05-03 18:43:45 +02:00
AsamK
624fa4fda4
Refactor sticker store
2021-05-03 18:43:45 +02:00
AsamK
4e123a2dc3
Split load signal account method
2021-05-03 18:43:45 +02:00
AsamK
224d8194cc
Refactor contact and profile store
2021-05-03 18:43:45 +02:00
AsamK
a96bd91770
Fix displaying group quit messages
2021-05-01 16:02:32 +02:00
AsamK
08962fd1dc
Don't clear contact store before receiving new sync contacts
2021-05-01 15:03:26 +02:00
AsamK
a05a24873a
Only respond to sync requests if we're the master device
2021-05-01 15:03:26 +02:00
AsamK
deb4ecd04f
Retrieve profile to get latest identity key
2021-05-01 08:46:00 +02:00
AsamK
2ef59d692a
Store messages in cache by recipient id
2021-05-01 08:46:00 +02:00
AsamK
8a0c6cae15
Refactor identity key store
2021-05-01 08:46:00 +02:00
AsamK
afb22deada
Refactor signed pre key store
2021-05-01 08:46:00 +02:00
AsamK
ccc380f575
Refactor pre key store
2021-05-01 08:46:00 +02:00
AsamK
f77519445c
Refactor sessions store
2021-05-01 08:46:00 +02:00
AsamK
9f5347964b
Refactor recipients store
2021-05-01 08:46:00 +02:00
AsamK
3ad3b2c966
Move RecipientStore to recipients package
2021-05-01 08:46:00 +02:00
AsamK
357e278f48
Remove error handling for oracle unlimited crypto issue
2021-05-01 08:45:10 +02:00
infra
0a63dd1db4
Enable unlimited strength crypto via system Security property ( #608 )
2021-05-01 08:38:31 +02:00
AsamK
bda9528392
Add missing reflection declarations for graalvm #576
...
commit 5bdc0d2f72
Author: René Filip <renefilip@mail.com>
Date: Sun Mar 21 09:01:49 2021 +0100
add missing declarations
commit a4b7f00f27
Author: René Filip <renefilip@mail.com>
Date: Sat Mar 20 17:39:10 2021 +0100
add missing reflection declarations for graalvm
Closes #576
2021-04-28 20:37:26 +02:00
infra
c5c3720f80
Enables reproducible builds by disabling timestamps and enabling reproducible build order in archive outputs. ( #607 )
...
Co-authored-by: infra <infra@sterile.solutions>
2021-04-27 17:50:36 +02:00
AsamK
b9b4d846d3
Resolve recipient address when displaying untrusted identity message
2021-04-23 22:00:09 +02:00
AsamK
3935ebf81b
Update gradle
2021-04-15 19:37:27 +02:00
Adaptive Garage
05abb3f9f6
Send remote delete ( #593 )
...
* Implementation of remoteDelete command, iteration 1
* Implementation of remoteDelete command, iteration 2
* Implementation of remoteDelete command, iteration 3
* Implementation of remoteDelete command, iteration 4
* Implementation of remoteDelete command, iteration 5
* Implementation of remoteDelete command, iteration 6
* Renaming dbus methods remoteGroupDelete -> sendGroupRemoteDeleteMessage, remoteDelete -> sendRemoteDeleteMessage
2021-04-05 19:49:45 +02:00
Adaptive Garage
2ad18342a8
Dbus sendreaction doc ( #591 )
...
* Documentation of dbus methods sendGroupMessageReaction, sendMessageReaction
* Documentation of dbus methods sendGroupMessageReaction, sendMessageReaction. Fix 1.
2021-04-05 17:00:20 +02:00
exquo
7832afd819
Improve DBus man page ( #589 )
...
* Improve DBus man page
- Expand synopsis
- Add examples
- Fix typos
* Update to DBus man page
2021-04-03 21:22:05 +02:00
AsamK
b39f7c1807
Remove redundant public modifiers from interface
2021-04-03 19:08:45 +02:00
AsamK
4f9c0172ef
Update README
2021-04-02 09:22:15 +02:00
Adimarantis
caf16231aa
Adding Dbus manpage ( #564 )
...
* some small dbus return code fixes
* Added DBus manpage
* changed getDisplayName behaviour
* reverted change in manager
* some small dbus return code fixes
* Added DBus manpage
* changed getDisplayName behaviour
* reverted change in manager
* Dbus manpage
2021-04-02 09:19:07 +02:00
Adaptive Garage
8f4d89e2f7
dbus implementation of sendReaction command ( #581 )
2021-04-02 08:53:54 +02:00
Adaptive Garage
ea035db94f
Fix sendReaction to group ( #580 )
...
Co-authored-by: rknotek <roman.knotek@comint.cz>
2021-03-24 21:49:03 +01:00
AsamK
b5f0a26084
Use a new serviceID for the re-deployed KBS setup in staging.
2021-03-13 10:10:07 +01:00
AsamK
1bf848cde1
Ignore broken user data again for multi account commands
2021-03-08 21:21:51 +01:00
AsamK
be4b683a41
Allow MultiLocalCommands to be called when no local users exist
2021-03-08 21:21:51 +01:00
AsamK
9944b666b0
Return URI instead of String
2021-03-08 21:21:51 +01:00
AsamK
2935b96070
Return a Manager from ProvisioningManager and RegistrationManager when finished
2021-03-08 21:21:51 +01:00
Adimarantis
a7b414a870
some small dbus return code fixes ( #556 )
...
* some small dbus return code fixes
* Added DBus manpage
* changed getDisplayName behaviour
* reverted change in manager
2021-03-07 21:05:49 +01:00
AsamK
2ea56a1b67
Update README.md
2021-03-07 16:26:33 +01:00
AsamK
52739140ef
Bump version
2021-03-02 20:48:52 +01:00
AsamK
253757cb31
Improve dbus impl
2021-03-01 20:39:45 +01:00
AsamK
631f10c916
Reformat
2021-03-01 20:33:12 +01:00
Adimarantis
1d2c7a479d
Dbus enhancements ( #543 )
...
* Dbus enhancements
* reverted sendMessage, completed isContactBlocked, fixed formatting
* Updates based on feedback and fixes
* Added trim
* fixed getContactName Exception handling
2021-03-01 20:31:17 +01:00
AsamK
8d0de67530
Add getDisplayName to SignalProfile
2021-02-28 10:19:40 +01:00
AsamK
9ca89b3dfa
Catch all exceptions when loading cached message
2021-02-28 09:49:02 +01:00
AsamK
86711b0e5c
Print exception name when failing to load state fiel
2021-02-27 17:44:33 +01:00