]> nmode's Git Repositories - signal-cli/history - lib/src/main/java/org/asamk/signal/manager/storage/AccountDatabase.java
Update gradle
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / storage / AccountDatabase.java
2024-11-23 AsamKReformat files
2024-10-26 AsamKReformat files
2024-10-26 AsamKImplement message expiration timer version
2024-04-17 AsamKStore profile phone number sharing mode and discoverabl...
2024-04-15 AsamKAdd handling for new nickname and note fields
2024-02-20 AsamKAdd uniqueness check to db migration
2024-02-20 AsamKAdd uniqueness check to db migration
2024-02-18 AsamKFix missing unique constraint on storage_id table
2024-02-18 AsamKInclud pni signatures if necessary
2024-01-28 AsamKStore profile sharing for group v2
2024-01-28 AsamKRecreate recipient database with aci column
2024-01-28 AsamKStore recipient unregistered state
2024-01-28 AsamKImplement remote storage sync
2023-11-11 AsamKAdd --hide parameter to removeContact command
2023-11-10 AsamKReorder static final modifier
2023-10-15 AsamKImplement full CDSI refresh
2023-10-13 AsamKFix creation of key_value table for new accounts
2023-10-04 AsamKMove configuration store to db
2023-10-01 AsamKAdd pre key cleanup and improve refresh
2023-09-23 AsamKStore serviceId in protocol stores as TEXT
2023-08-06 AsamKUpdate libsignal-service
2023-06-17 AsamKImplement support for kyber pre keys
2023-04-05 AsamKFix issue with unknown identity serviceId
2023-04-03 AsamKImplement support for usernames
2022-10-21 AsamKAdd PNI to recipients
2022-08-28 AsamKCreate database tables with strict mode
2022-08-28 AsamKKey tables on serviceId instead of recipientId
2022-08-28 AsamKStore urgent field in database
2022-08-28 AsamKMove sender key store to database
2022-08-28 AsamKMove identity store to database
2022-08-28 AsamKMove session store to database
2022-08-28 AsamKMove group store to database
2022-08-28 AsamKMove pre key stores to database
2022-08-28 AsamKMove sticker store to database
2022-08-28 AsamKMove recipient store to database
2022-02-06 AsamKExtra Database base class from AccountDatabase