.. |
documents
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
helpers
|
Clean up bookkeeping around threads.
|
2021-07-27 13:52:49 -04:00 |
identity
|
|
|
loaders
|
Clean up bookkeeping around threads.
|
2021-07-27 13:52:49 -04:00 |
model
|
Add a system for locally tracking performance on-device.
|
2021-08-04 10:01:14 -04:00 |
ApnDatabase.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
AttachmentDatabase.java
|
Improve routine around bulk attachment deletion.
|
2021-07-15 16:29:11 -04:00 |
ChatColorsDatabase.kt
|
Update chat colors.
|
2021-05-26 00:39:59 -04:00 |
ContentValuesBuilder.java
|
|
|
CursorList.java
|
|
|
CursorRecyclerViewAdapter.java
|
|
|
Database.java
|
Improve speed of sending single messages.
|
2021-07-29 14:07:39 -04:00 |
DatabaseContentProviders.java
|
Rewrite storage service change processing.
|
2021-04-12 12:25:09 -04:00 |
DatabaseFactory.java
|
Add avatar picker and defaults.
|
2021-07-21 16:57:03 -04:00 |
DatabaseObserver.java
|
Improve speed of sending single messages.
|
2021-07-29 14:07:39 -04:00 |
DraftDatabase.java
|
Fix issue where drafts might not be properly deleted.
|
2021-07-08 17:36:14 -04:00 |
EarlyReceiptCache.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
EmojiSearchDatabase.java
|
Add Emoji Search, Sticker Search, and GIF Keyboard.
|
2021-06-02 17:43:17 -04:00 |
GroupDatabase.java
|
Add support for announcement groups.
|
2021-07-28 17:21:19 -04:00 |
GroupReceiptDatabase.java
|
Initial pre-alpha support for sender key.
|
2021-06-07 18:14:12 -04:00 |
IdentityDatabase.java
|
Further simplify storage service syncing.
|
2021-04-28 16:36:11 -03:00 |
JobDatabase.java
|
Ensure SQLCipher is loaded before logging begins.
|
2021-07-22 03:04:15 -04:00 |
KeyValueDatabase.java
|
Ensure SQLCipher is loaded before logging begins.
|
2021-07-22 03:04:15 -04:00 |
LocalMetricsDatabase.kt
|
Add a system for locally tracking performance on-device.
|
2021-08-04 10:01:14 -04:00 |
LogDatabase.kt
|
Do not use constants in LogDatabase#onUpgrade.
|
2021-07-26 11:29:25 -04:00 |
MediaDatabase.java
|
Improve conversation query performance.
|
2021-06-18 15:10:15 -04:00 |
MegaphoneDatabase.java
|
Ensure SQLCipher is loaded before logging begins.
|
2021-07-22 03:04:15 -04:00 |
MentionDatabase.java
|
|
|
MentionUtil.java
|
Fix crash when processing invalid mentions.
|
2021-05-19 13:15:28 -04:00 |
MessageDatabase.java
|
Improve thread update performance by removing need for message count.
|
2021-08-03 13:45:30 -03:00 |
MessageSendLogDatabase.kt
|
Update sender key flag.
|
2021-08-05 16:42:32 -03:00 |
MmsDatabase.java
|
Never display unplayed dot in note-to-self.
|
2021-08-03 13:45:30 -03:00 |
MmsSmsColumns.java
|
Improve thread update performance by avoiding costly join query.
|
2021-08-03 14:33:14 -04:00 |
MmsSmsDatabase.java
|
Improve thread update performance by avoiding costly join query.
|
2021-08-03 14:33:14 -04:00 |
NoExternalStorageException.java
|
|
|
NoSuchMessageException.java
|
|
|
NotInDirectoryException.java
|
|
|
ObservableContent.java
|
|
|
OneTimePreKeyDatabase.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
PaymentDatabase.java
|
Payments.
|
2021-04-06 17:07:19 -03:00 |
PaymentMetaDataUtil.java
|
Payments.
|
2021-04-06 17:07:19 -03:00 |
PendingRetryReceiptCache.kt
|
Update sender key flag.
|
2021-08-05 16:42:32 -03:00 |
PendingRetryReceiptDatabase.java
|
Create a write-through cache for PendingRetryReceiptDatabase.
|
2021-07-07 14:58:50 -03:00 |
PushDatabase.java
|
Add report spam in message request state.
|
2021-05-17 17:03:21 -03:00 |
RecipientDatabase.java
|
Alleviate database contention when archiving threads.
|
2021-08-05 16:42:32 -03:00 |
RemappedRecords.java
|
Improve logging for remapped recipients.
|
2021-03-16 15:57:14 -04:00 |
RemappedRecordsDatabase.java
|
|
|
SearchDatabase.java
|
Rewrite storage service change processing.
|
2021-04-12 12:25:09 -04:00 |
SenderKeyDatabase.java
|
Initial pre-alpha support for sender key.
|
2021-06-07 18:14:12 -04:00 |
SenderKeySharedDatabase.java
|
Clear all sender key knowledge for a device after a 409/410.
|
2021-07-30 13:17:43 -04:00 |
SessionDatabase.java
|
Initial pre-alpha support for sender key.
|
2021-06-07 18:14:12 -04:00 |
SignalDatabase.java
|
|
|
SignedPreKeyDatabase.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
SmsDatabase.java
|
Improve thread update performance by removing need for message count.
|
2021-08-03 13:45:30 -03:00 |
SmsMigrator.java
|
Improve thread update performance by removing need for message count.
|
2021-08-03 13:45:30 -03:00 |
SqlCipherDatabaseHook.java
|
Enable WAL mode.
|
2021-06-30 16:13:42 -04:00 |
SqlCipherErrorHandler.java
|
Better database error handling.
|
2021-06-09 15:04:16 -04:00 |
SqlCipherLibraryLoader.kt
|
Ensure SQLCipher is loaded before logging begins.
|
2021-07-22 03:04:15 -04:00 |
SQLiteDatabase.java
|
|
|
StickerDatabase.java
|
|
|
ThreadBodyUtil.java
|
Add support for inline video playback of gifs in Conversation.
|
2021-04-21 16:43:38 -04:00 |
ThreadDatabase.java
|
Alleviate database contention when archiving threads.
|
2021-08-05 16:42:32 -03:00 |
UnknownStorageIdDatabase.java
|
Be more careful with unknown IDs during storage sync.
|
2021-05-27 16:17:07 -04:00 |
XmlBackup.java
|
|
|