]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/storage/SignalAccount.java
Reformat project
[signal-cli] / src / main / java / org / asamk / signal / storage / SignalAccount.java
2020-12-08 AsamKReformat project
2020-11-25 AsamKImplement a sticker store
2020-11-23 AsamKImplement support for sending/receiving Group V2 messages
2020-09-11 AsamKPrevent corrupting account file, when serialization...
2020-09-10 AsamKRemove deprecated calls
2020-09-10 AsamKCache profiles for 24h before retrieving them again
2020-06-05 AsamKIgnore closed channel exception when closing the channe...
2020-05-13 AsamKRefactor Manager and SignalAccount to implement Closeable
2020-05-11 AsamKRefactor Manager to always have a valid SignalAccount...
2020-04-03 AsamKAdd RecipientStore to resolve all identifiers to Signal...
2020-03-29 AsamKStore uuids in identity and session store
2020-03-27 AsamKFix potential crash that could happen when legacy threa...
2020-03-24 AsamKSet uuid after verify and linking and request it at...
2020-03-23 AsamKRemove ThreadStore and store message expiration time...
2020-03-23 AsamKUse SignalServiceAddress in more places
2020-03-21 AsamKUpdate libsignal-service-java
2020-02-12 AsamKUpdate to libsignal 2.15.3_unofficial_2
2019-12-30 AsamKImprove SignalServiceAddress handling
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-10-16 AsamKReformat imports
2019-09-05 AsamKSynchronize fileChannel access
2018-11-21 Vincent OlivierManager : removeLinkedDevices updates isMultiDevice...
2018-11-18 AsamKExtract SignalAccount from Manager