Signal-Android/app/src/main/java/org/thoughtcrime/securesms/database
2021-11-22 22:44:10 -05:00
..
documents Dedupe network and identity failures. 2021-10-01 15:11:33 -04:00
helpers Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
identity Add a write-through cache to the identity store. 2021-09-02 21:24:53 -04:00
loaders Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
model Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
ApnDatabase.java
AttachmentDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
ChatColorsDatabase.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
ContentValuesBuilder.java
CursorRecyclerViewAdapter.java
Database.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
DatabaseObserver.java Convert all database notifiers to use DatabaseObserver. 2021-11-16 17:27:47 -05:00
DraftDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
EarlyReceiptCache.java Save receipt timestamps on sms/mms database. 2021-09-02 21:24:53 -04:00
EmojiSearchDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
GroupCallRingDatabase.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
GroupDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
GroupReceiptDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
IdentityDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
JobDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
KeyValueDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
LocalMetricsDatabase.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
LogDatabase.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MediaDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MegaphoneDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MentionDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MentionUtil.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MessageDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MessageSendLogDatabase.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MmsDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
MmsSmsColumns.java Move reactions into their own table. 2021-11-16 17:27:47 -05:00
MmsSmsDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
NoExternalStorageException.java
NoSuchMessageException.java
NotInDirectoryException.java
ObservableContent.java
OneTimePreKeyDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
PartFileProtector.java Prevent part files from being deleted prematurely. 2021-09-16 14:17:38 -03:00
PaymentDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
PaymentMetaDataUtil.java Improve handling of badly-serialized data. 2021-10-02 16:06:58 -04:00
PendingRetryReceiptCache.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
PendingRetryReceiptDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
PushDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
ReactionDatabase.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
RecipientDatabase.java Handle the case where a number changes during a recipient merge. 2021-11-18 13:19:32 -05:00
RemappedRecords.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
RemappedRecordsDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SearchDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SenderKeyDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SenderKeySharedDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SessionDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SignalDatabase.kt Fix some issues with restoring old backups. 2021-11-19 16:28:39 -05:00
SignalDatabaseOpenHelper.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SignedPreKeyDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SmsDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SmsMigrator.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SqlCipherDatabaseHook.java Update SQLCipher to 4.4.3-S8 2021-10-04 21:49:59 -04:00
SqlCipherDeletingErrorHandler.java Update SQLCipher to 4.4.3-S8 2021-10-04 21:49:59 -04:00
SqlCipherErrorHandler.java Fix logic around storage crash. 2021-11-22 22:44:10 -05:00
SqlCipherLibraryLoader.kt Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
SQLiteDatabase.java Update SQLCipher to 4.4.3-S8 2021-10-04 21:49:59 -04:00
StickerDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
ThreadBodyUtil.java
ThreadDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
UnknownStorageIdDatabase.java Introduce SignalDatabase as the main database entrypoint. 2021-11-18 12:36:52 -05:00
XmlBackup.java