Signal-iOS/SignalServiceKit/src
Evan Hahn ea01acb00b Database integrity checker shouldn't manage its dispatch queue
*I recommend reviewing this with whitespace changes disabled.*

`GRDBDatabaseStorageAdapter.logIntegrityChecks()` needn't return a
promise. It only does that so it can run on a specific dispatch queue.

Instead, the dispatch queue should be the responsibility of the caller.

This change should have no user impact and makes a future improvement
easier.
2023-04-11 14:59:46 -05:00
..
Account Clean up some unused TSAccountManager code 2023-04-06 17:38:34 -07:00
Contacts Improve search perf with lots of group members 2023-04-10 19:31:46 -07:00
Devices Clean up SignalRecipient create & fetch APIs 2023-03-29 18:40:05 -07:00
groups Swiftify registered url handling 2023-04-10 13:37:46 -07:00
Messages Handle search results in spoiler text 2023-04-11 09:18:23 -07:00
Network Account data report: remove separate download step 2023-04-11 09:25:20 -05:00
Payments [Payments] Biometry Payments Lock 2023-02-03 12:56:54 -08:00
Protocols Add parsing support for the pni capability 2023-03-24 10:07:39 -07:00
Protos Add EditMessage protos 2023-03-30 15:16:53 -05:00
Remote Attestation Fix warning about var that could be let 2023-03-14 13:31:30 -07:00
Security Fix a few warnings 2023-03-27 16:30:09 -07:00
Storage Database integrity checker shouldn't manage its dispatch queue 2023-04-11 14:59:46 -05:00
TestUtils Remove didLastLaunchNotTerminate 2023-04-06 16:54:10 -07:00
Util Add conversation view state for spoiler reveal 2023-04-11 08:10:51 -07:00
SSKEnvironment.h Rename StorageServiceManagerProtocol 2023-03-23 09:29:38 -07:00
SSKEnvironment.m Rename StorageServiceManagerProtocol 2023-03-23 09:29:38 -07:00
TSConstants.swift Tidy App Store URL code 2023-03-24 16:58:33 -05:00