.. |
documents
|
|
|
helpers
|
Remove avatar color from CallLink table.
|
2023-06-15 15:36:08 -04:00 |
identity
|
Add verified updates and unverified banner.
|
2023-06-06 12:47:15 -04:00 |
loaders
|
Introduce Wire for proto codegen.
|
2023-02-02 17:22:40 -05:00 |
model
|
Fix localization issue with group call start strings.
|
2023-06-09 12:30:30 -04:00 |
ApnDatabase.java
|
|
|
AttachmentTable.java
|
Fix edit message with media.
|
2023-04-24 19:12:10 -04:00 |
BodyAdjustment.kt
|
Add text formatting send and receive support for conversations.
|
2023-01-25 17:02:41 -05:00 |
BodyRangeUtil.kt
|
Add text formatting send and receive support for conversations.
|
2023-01-25 17:02:41 -05:00 |
CallLinkTable.kt
|
Remove avatar color from CallLink table.
|
2023-06-15 15:36:08 -04:00 |
CallTable.kt
|
Ensure call links only ever have one call event associated with them.
|
2023-06-15 13:32:00 -04:00 |
CdsTable.kt
|
|
|
ChatColorsTable.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
ContentValuesBuilder.java
|
|
|
CursorRecyclerViewAdapter.java
|
|
|
DatabaseMonitor.kt
|
|
|
DatabaseObserver.java
|
Integrate call links create/update/read apis.
|
2023-05-24 11:29:58 -04:00 |
DatabaseTable.java
|
|
|
DistributionListTables.kt
|
Add some more missing indexes for foreign keys and create test.
|
2023-05-05 09:27:40 -04:00 |
DonationReceiptTable.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
DraftTable.kt
|
Add message editing feature.
|
2023-04-20 13:50:12 -04:00 |
EarlyDeliveryReceiptCache.java
|
Move to defined from_recipient_id and to_recipient_id columns on message table.
|
2023-04-20 13:50:11 -04:00 |
EmojiSearchTable.kt
|
Improve emoji search rankings.
|
2022-12-30 15:11:56 -05:00 |
GroupReceiptTable.kt
|
Migrate SMS messages into the MMS table.
|
2022-12-30 15:11:56 -05:00 |
GroupTable.kt
|
Introduce extra caching for group message processing.
|
2023-05-17 15:30:26 -04:00 |
IdentityTable.kt
|
Convert IdentityTable to kotlin.
|
2022-12-08 12:07:02 -04:00 |
JobDatabase.java
|
Convert FastJobStorage to kotlin.
|
2023-04-05 16:40:23 -03:00 |
KeyValueDatabase.java
|
Update SQLCipher to 4.5.3-FTS-S1
|
2023-02-14 14:02:23 -05:00 |
KyberPreKeyTable.kt
|
Add support for kyber prekeys.
|
2023-06-06 12:47:15 -04:00 |
LocalMetricsDatabase.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
LogDatabase.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
MediaTable.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
MegaphoneDatabase.java
|
Update SQLCipher to 4.5.3-FTS-S1
|
2023-02-14 14:02:23 -05:00 |
MentionTable.java
|
Migrate SMS messages into the MMS table.
|
2022-12-30 15:11:56 -05:00 |
MentionUtil.java
|
Add spoiler format style.
|
2023-03-24 15:49:26 -04:00 |
MessageSendLogTables.kt
|
Convert MSL delete entries for recipient to collection query.
|
2023-05-17 15:30:08 -04:00 |
MessageTable.kt
|
Fix remote delete for edit messages.
|
2023-06-20 10:29:47 -04:00 |
MessageTypes.java
|
Insert session switchover events when appropriate.
|
2023-01-25 17:02:41 -05:00 |
NoExternalStorageException.java
|
|
|
NoSuchMessageException.java
|
|
|
NotificationProfileTables.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
NotInDirectoryException.java
|
|
|
ObservableContent.java
|
|
|
OneTimePreKeyTable.kt
|
|
|
PartFileProtector.java
|
|
|
PaymentMetaDataUtil.java
|
|
|
PaymentTable.java
|
Rename SignalDatabase.sms/mms to SignalDatabase.messages
|
2022-12-30 15:11:56 -05:00 |
PendingPniSignatureMessageTable.kt
|
Convert IdentityTable to kotlin.
|
2022-12-08 12:07:02 -04:00 |
PendingRetryReceiptCache.kt
|
Fix pending retry receipt cache deadlock.
|
2023-06-15 11:20:22 -04:00 |
PendingRetryReceiptTable.java
|
|
|
PnpOperations.kt
|
Upgrade ktlint and add twitter compose rules.
|
2023-02-14 14:02:22 -05:00 |
PushTable.java
|
Store & submit spam reporting token from server.
|
2023-02-02 17:22:40 -05:00 |
QueryMonitor.kt
|
|
|
ReactionTable.kt
|
Add database indices to improve message delete performance.
|
2023-05-03 09:59:47 -04:00 |
RecipientIdDatabaseReference.java
|
|
|
RecipientTable.kt
|
Remove avatar color from CallLink table.
|
2023-06-15 15:36:08 -04:00 |
RemappedRecords.java
|
Ensure that remapped records are valid.
|
2022-12-24 11:13:04 -05:00 |
RemappedRecordTables.kt
|
Add some logging for early delivery receipts.
|
2023-01-11 14:18:24 -04:00 |
RemoteMegaphoneTable.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
RxDatabaseObserver.kt
|
Fix notification profile UI state bug and crash.
|
2023-04-21 13:37:03 -04:00 |
SearchTable.kt
|
Add message editing feature.
|
2023-04-20 13:50:12 -04:00 |
SenderKeySharedTable.kt
|
Upgrade ktlint and add twitter compose rules.
|
2023-02-14 14:02:22 -05:00 |
SenderKeyTable.kt
|
Upgrade ktlint and add twitter compose rules.
|
2023-02-14 14:02:22 -05:00 |
SentStorySyncManifest.kt
|
Add kotlin/proto level message processing.
|
2023-04-04 12:16:45 -03:00 |
SessionTable.kt
|
|
|
SignalDatabase.kt
|
Fix post transaction tasks not actually running.
|
2023-05-24 12:05:23 -04:00 |
SignalDatabaseOpenHelper.java
|
|
|
SignedPreKeyTable.kt
|
|
|
SqlCipherDatabaseHook.java
|
|
|
SqlCipherDeletingErrorHandler.java
|
Ensure SqlCipherDeletingErrorHandler runs delete.
|
2023-06-21 10:24:12 -04:00 |
SqlCipherErrorHandler.kt
|
End transaction before handling db error.
|
2023-05-15 21:14:29 -04:00 |
SqlCipherLibraryLoader.kt
|
|
|
SQLiteDatabase.java
|
Run post transaction tasks only after root transaction ends.
|
2023-05-24 12:05:23 -04:00 |
StickerTable.java
|
|
|
StorySendTable.kt
|
Improve performance from thread being updated to data available to render.
|
2023-04-20 13:50:12 -04:00 |
ThreadBodyUtil.java
|
Move to defined from_recipient_id and to_recipient_id columns on message table.
|
2023-04-20 13:50:11 -04:00 |
ThreadIdDatabaseReference.java
|
|
|
ThreadTable.kt
|
Remove avatar color from CallLink table.
|
2023-06-15 15:36:08 -04:00 |
UnknownStorageIdTable.java
|
|
|
XmlBackup.java
|
|
|