You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SignalMessaging/environment
Jesse Squires 6dc74ddcaf Fix some project warnings + other fixes
- Prefer checking `.isEmpty` rather than `.count == 0` for Swift collections (can be more optimal)
- Avoid comparing `BOOL` explicitly to `NO` (considered bad practice since `BOOL` is a `signed char`)
- Specify unused `SGX_FLAGS` as `__unused` to silence warnings
6 years ago
..
migrations Fix some compiler warnings 6 years ago
AppSetup.h Respond to CR. 6 years ago
AppSetup.m Respond to CR. 6 years ago
Environment.h Use OWSNavigationController instead of UINavigationController 6 years ago
Environment.m Respond to CR. 7 years ago
NoopCallMessageHandler.swift Respond to CR. 7 years ago
NoopNotificationsManager.swift Notify users of corrupt messages. 6 years ago
OWSAudioSession.swift Fix some project warnings + other fixes 6 years ago
OWSSounds.h Reduce usage of JSQ. 6 years ago
OWSSounds.m Respond to CR. 6 years ago
Release.h Fix issues around statics. 7 years ago
Release.m Streamline SignalRecipient. 6 years ago
SignalKeyingStorage.h update header references 7 years ago
SignalKeyingStorage.m Rename TSStorageManager to OWSPrimaryStorage. 6 years ago
VersionMigrations.h Don't mark app as ready until all version migrations are done. 7 years ago
VersionMigrations.m Respond to CR. 6 years ago