Signal-iOS/SignalServiceKit/src/Network
Max Radermacher 385ae60bc8
Fix some codegen designated initializers
* Ignore `exclusiveProcessIdentifier` parameter

This was added in fee1bbddad, but the `NS_UNAVAILABLE` declarations
weren’t updated, which led to warnings in Xcode.

* Ignore `TSThread` initializer in subclasses

* Fix `TSAttachmentPointer` ignored initializer

* Add missing initializers to `TSMessage` subclasses

This only handles the immediate subclasses. There’s still more warnings
in the extended hierarchy, but those don’t seem to have been handled as
consistently in the first place, so updating them is more involved.
2022-05-09 13:59:38 -07:00
..
API Remove unnecessary error handler wrapper 2022-05-09 09:41:25 -07:00
Receiving Fix some codegen designated initializers 2022-05-09 13:59:38 -07:00
Spam Lint 2022-02-08 16:09:07 -08:00
WebSockets Include status code in network request success log message 2022-04-01 14:55:30 -07:00
ContentProxy.swift Stop using arc4random in Swift files 2022-05-03 10:19:07 -05:00
HTMLMetadata.swift IOS-823: Add description/date to link preview model 2020-09-03 18:19:20 -07:00
MessageSenderJobQueue.swift Address rebase conflicts 2021-09-03 11:48:06 -07:00
NetworkInterfaceSet.swift Add low bandwidth mode setting for calls 2021-01-14 23:37:18 -08:00
OutageDetection.swift Improve logging around outage detection. 2021-10-05 09:53:11 -03:00
OWSCensorshipConfiguration.h SSK: Replace AFSecurityPolicy with OWSHTTPSecurityPolicy 2021-12-17 14:40:25 -08:00
OWSCensorshipConfiguration.m SSK: Replace AFSecurityPolicy with OWSHTTPSecurityPolicy 2021-12-17 14:40:25 -08:00
OWSCountryMetadata.h Reflector configuration supports per-country code 2018-03-28 17:39:45 -04:00
OWSCountryMetadata.m Tweak cc. 2021-11-05 16:20:44 -03:00
OWSHttpHeaders.swift PR Feedback: Restrict logging 2022-04-01 14:55:30 -07:00
OWSMultipart.h SSK: Copy in AFNetworking's multipart form data encoding impl 2021-12-17 14:40:25 -08:00
OWSMultipart.m SSK: Copy in AFNetworking's multipart form data encoding impl 2021-12-17 14:40:25 -08:00
OWSSignalService.h Port OWSWebSocket to Swift. 2021-09-08 14:59:41 -03:00
OWSSignalService.m improve cold start app start times (#4079) 2022-03-29 08:24:55 +02:00
OWSSignalService.swift SSK: Replace AFSecurityPolicy with OWSHTTPSecurityPolicy 2021-12-17 14:40:25 -08:00
OWSURLSession.swift Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
ProxiedContentDownloader.swift Stop using arc4random in Swift files 2022-05-03 10:19:07 -05:00
ReachabilityManager.swift Simplify AFNetworking usage. 2021-10-15 10:50:35 -03:00
SignalServiceClient.swift Refresh PNI pre-keys along with ACI pre-keys 2022-04-07 14:06:27 -07:00
SSKWebSocket.swift Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00