Signal-iOS/SignalMessaging
Max Radermacher 52d6b27ea2 Add nullability annotations to Environment
- Each property is checked with `OWSAssertDebug` in the initializer.
  They are also initialized in a simple way when the app is launching,
  so any that are `nil` would be noticed quickly.

- Getting the shared environment also checks it with `OWSAssertDebug`.
  In addition, it’s currently an implicitly-unwrapped optional in Swift,
  so it’d already be crashing if it’s unexpectedly nil.
2022-05-06 12:43:22 -07: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 PR Feedback: Fix incorrect error case 2022-04-29 14:47:48 -07:00
Notifications Include timestamp in missed call notifications 2022-04-05 10:48:05 -07:00
Payments Prefer "blocklist" 2022-04-29 18:34:19 -05:00
profiles Add avatar repair. (#4091) 2022-04-29 10:14:05 -07: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