Signal-iOS/SignalMessaging
Max Radermacher d4adfaff91
Fix protocol conformance warnings
There are some Swift-only features that are part of these protocols, so
they were split into Obj-C and Swift variants. However, the class itself
only reports conformance to the Swift variant, which leads to warnings
when using the class in Objective-C.
2022-05-09 11:44:05 -05:00
..
attachments Fix typos 2022-03-18 11:31:06 -07:00
calls Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
categories Stop using arc4random in Swift files 2022-05-03 10:19:07 -05:00
contacts Only send one PniIdentity sync message when there are many requests 2022-04-22 14:26:04 -07:00
environment Add nullability annotations to Environment 2022-05-06 12:43:22 -07:00
groups Fix protocol conformance warnings 2022-05-09 11:44:05 -05:00
Notifications Include timestamp in missed call notifications 2022-04-05 10:48:05 -07:00
Payments Fix protocol conformance warnings 2022-05-09 11:44:05 -05:00
profiles Fix protocol conformance warnings 2022-05-09 11:44:05 -05:00
Storage Service Require transactions for the remainder of BlockingManager's interface 2022-04-08 19:01:43 -07:00
Subscriptions Increase accepted receipt credential time to 90d 2022-05-03 10:20:10 -05:00
utils Simplify Searcher#matches 2022-04-29 12:56:54 -05:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-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
SignalMessaging.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00