Signal-Android/app/src/main/java/org/thoughtcrime/securesms/database
2021-04-05 15:25:41 -04:00
..
documents Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
helpers Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
identity Fix bug where SN change dialog appeared unnecessarily. 2020-08-14 15:54:05 -04:00
loaders Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
model Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
ApnDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
AttachmentDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
ContentValuesBuilder.java
CursorList.java Create a core-util module with some common utilities. 2020-12-05 13:44:13 -05:00
CursorRecyclerViewAdapter.java Fix contact selection behavior when searching and clear search on selection. 2020-06-02 16:27:04 -03:00
Database.java Use a new DatabaseObserver system. 2020-12-14 22:43:34 -05:00
DatabaseContentProviders.java Allow side-by-side installation of staging build. 2020-09-23 16:54:38 -04:00
DatabaseFactory.java Decrypt and process messages all in one transaction. 2021-02-23 18:34:18 -05:00
DatabaseObserver.java Use a new DatabaseObserver system. 2020-12-14 22:43:34 -05:00
DraftDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
EarlyReceiptCache.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
GroupDatabase.java Disallow GV1 group edits when GV1 is disabled. 2021-04-05 15:25:41 -04:00
GroupReceiptDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
IdentityDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
JobDatabase.java Move backoff calculation into jobs. 2021-01-28 18:44:04 -05:00
KeyValueDatabase.java Move the MegaphoneDatabase to a separate physical database. 2021-01-06 17:03:20 -04:00
MediaDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
MegaphoneDatabase.java Move the MegaphoneDatabase to a separate physical database. 2021-01-06 17:03:20 -04:00
MentionDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
MentionUtil.java Cleanup mentions with bad thread ids or ranges, or duplicates. 2020-10-02 12:25:40 -03:00
MessageDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
MmsDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
MmsSmsColumns.java Add new VIEWED item in RecieptMessage enumeration. 2020-11-25 11:37:13 -04:00
MmsSmsDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
NoExternalStorageException.java
NoSuchMessageException.java
NotInDirectoryException.java
ObservableContent.java Create a core-util module with some common utilities. 2020-12-05 13:44:13 -05:00
OneTimePreKeyDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
PushDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
RecipientDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
RemappedRecords.java Improve logging for remapped recipients. 2021-03-16 15:57:14 -04:00
RemappedRecordsDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
SearchDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
SessionDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
SignalDatabase.java Move the KeyValueDatabase to a separate physical database. 2021-01-06 17:03:20 -04:00
SignedPreKeyDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
SmsDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
SmsMigrator.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
SqlCipherDatabaseHook.java Move the MegaphoneDatabase to a separate physical database. 2021-01-06 17:03:20 -04:00
SQLiteDatabase.java Move Tracer to core-util. 2021-01-06 17:03:20 -04:00
StickerDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
StorageKeyDatabase.java Remove Trace annotation. 2021-01-06 17:03:20 -04:00
ThreadBodyUtil.java Create a core-util module with some common utilities. 2020-12-05 13:44:13 -05:00
ThreadDatabase.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
XmlBackup.java