Signal-iOS/SignalUI
Evan Hahn 7e0fa84c6d Only add necessary completion callbacks to message send transaction
You can add callbacks to be executed when a transaction completes. We
usually do this when sending messages, but not always.

Previously, the logic was "add a callback that runs the completion
function, if it exists." Now, the logic is "if the completion function
exists, add a callback that runs it."

I think this slightly better reflects our intent, and helps reduce
memory usage (and potential capturing?) slightly.
2022-06-21 16:46:59 +00:00
..
Appearance Initial story sending support 2022-06-10 22:28:03 -04:00
Categories Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
Environment Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Initial story sending support 2022-06-10 22:28:03 -04:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typos 2022-03-18 11:31:06 -07:00
Utils Initial story sending support 2022-06-10 22:28:03 -04:00
ViewControllers Fix reentrant DB read on mentions processing 2022-06-20 13:21:22 -07:00
ViewModels Only add necessary completion callbacks to message send transaction 2022-06-21 16:46:59 +00:00
Views Fix reentrant DB read on mentions processing 2022-06-20 13:21:22 -07:00
Wallpapers Fix typo: "Gausian" -> "Gaussian". 2022-05-17 19:25:30 -07:00
SignalUI-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalUI.h Change phone number. 2021-11-19 14:28:18 -03:00