]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/internal
Prepare next release
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / internal /
2024-10-28 AsamKFix verifyAccount
2024-10-25 AsamKUpdate dependencies
2024-09-29 AsamKUpload text attachment also if there no other attachments
2024-09-29 AsamKRefactor attachment upload
2024-09-29 AsamKAdd constant for MAX_MESSAGE_BODY_SIZE
2024-09-28 AsamKRemove v2 suffix from secure value recovery
2024-09-28 AsamKUpdate libsignal-service
2024-09-24 AsamKRemove unnecessary proto conversion
2024-09-08 AsamKCall getter instead of using cached instance variable
2024-09-08 AsamKImprove addDevice error message
2024-09-08 AsamKSend sync message for read/viewed receipt messages
2024-07-25 AsamKUse UploadSpec for attachment uploads
2024-06-26 AsamKUpdate libsignal-service
2024-06-06 AsamKUpdate groups when using listGroups command
2024-06-06 AsamKUpdate libsignal-service
2024-05-24 AsamKImprove username update error message
2024-05-17 AsamKHandle all possible identifiers of a RecipientAddress
2024-05-09 AsamKUpdate libsignal-service
2024-04-19 AsamKImplement dbus support for listIdentities
2024-04-17 AsamKStore profile phone number sharing mode and discoverabl...
2024-04-06 AsamKUpdate libsignal-service-java
2024-03-27 AsamKUpdate libsignal-service-java
2024-03-22 AsamKExtend getUserStatus command for usernames
2024-03-07 AsamKUpdate libsignal-service
2024-02-27 AsamKFix typo
2024-02-27 AsamKAdd register parameter to force reregistration
2024-02-27 AsamKOnly retry messages after identity was trusted
2024-02-26 AsamKImprove error message if captcha is rejected by server
2024-02-25 AsamKRemoving linked devices only works on the primary device
2024-02-22 AsamKAllow setting a username with explicit descriminator
2024-02-20 AsamKShow information when requesting voice verification...
2024-02-19 Viktor SzépeFix typos (#1459)
2024-02-18 AsamKAdd sendMessageRequestResponse command
2024-02-18 AsamKFix issues with receiving message to PNI address
2024-02-18 AsamKAdd parameter to configure phone number privacy
2024-02-10 AsamKImplement account reregistration with recovery password
2024-02-09 AsamKAdd command to retrieve avatars and stickers
2024-01-28 AsamKAdd CDSI recipients refresh job
2024-01-28 AsamKFix storage sync issues
2024-01-28 AsamKImplement remote storage sync
2024-01-25 AsamKImprove JobExecutor
2024-01-13 AsamKAdd --unrestricted-unidentified-sender to updateAccount...
2024-01-12 AsamKAdd --notify-self parmeter
2023-12-15 AsamKFix inspection issues
2023-12-14 AsamKUpdate libsignal-service-java
2023-12-10 AsamKUse a new SVR2 enclave.
2023-11-21 AsamKPrevent groupV2Operations from being null
2023-11-21 AsamKImplement username links
2023-11-12 AsamKMake JobExecutor execute jobs asynchronously
2023-11-11 AsamKCheck whoAmI after regular CDSI sync
2023-11-11 AsamKAdd --hide parameter to removeContact command
2023-11-10 AsamKReorder static final modifier
2023-11-09 AsamKUse improved shutdown for receive command
2023-11-09 AsamKRemove now unnecessary try/catch
2023-11-09 AsamKUse a single PushServiceSocket
2023-11-03 AsamKCheck if account is already registered before attemptin...
2023-10-24 AsamKUse new threads API
2023-10-24 AsamKUse pattern matching switch cases
2023-10-22 AsamKUpdate libsignal-service-java
2023-10-17 AsamKFix inspections
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2023-10-17 AsamKIgnore failures from SVR v1 pin
2023-10-16 AsamKRefactor creating linked account files
2023-10-16 AsamKDo a full recipients refresh every day
2023-10-15 AsamKImprove handling of CDSI resource exhaustion
2023-10-14 AsamKImplement change phone number
2023-10-12 AsamKRefactor generateSignedPreKeyRecord
2023-10-10 AsamKAdd --quote-attachment paramter to send command
2023-10-09 AsamKRename pre key id offset field
2023-09-30 AsamKConvert classes to records
2023-09-01 AsamKUpdate libsignal-service
2023-08-26 AsamKImprove identites listing
2023-08-21 AsamKShow better error message when using addDevice on a...
2023-08-20 AsamKAdd addStickerPack command
2023-08-09 AsamKUpdate libsignal-service-java
2023-08-07 AsamKFix issues with pni parsing
2023-08-06 AsamKUpdate libsignal-service
2023-07-20 AsamKUpdate libsignal-service
2023-07-14 AsamKAdd support for SVR2
2023-07-14 AsamKUpdate libsignal-service-java
2023-06-23 AsamKUpdate libsignal-service-java
2023-06-18 AsamKRefactor ACI/PNI store handling
2023-06-03 AsamKRefactor trust command implementation
2023-05-23 AsamKRefactor addDeviceLink method
2023-05-23 AsamKRefactor manager lib package structure