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/SignalServiceKit/src/Util
Michael Kirk 5c432a2bc1 Fix crash on launch in debug.
OWSReadReceiptManager is not `init` on the main thread; however, because
it "schedules" it's own processing during init.

I considered dispatching to main, but since AppReadiness already *can*
resolve async if the app isn't yet ready, it should be no less safe to
also dispatch async when it's off the main thread.

// FREEBIE
8 years ago
..
constraints Respond to CR. 8 years ago
AppContext.h Cannot open settings from share extension 8 years ago
AppContext.m Retain changes from session database branch. 8 years ago
AppReadiness.h Respond to CR. 8 years ago
AppReadiness.m Fix crash on launch in debug. 8 years ago
AppVersion.h Revisit TODOs in the SAE work. 8 years ago
AppVersion.m Revisit TODOs in the SAE work. 8 years ago
Cryptography.h Clean up ahead of PR. 8 years ago
Cryptography.m Clean up logging 8 years ago
DataSource.h Fix build break. 8 years ago
DataSource.m Clean up ahead of PR. 8 years ago
FunctionalUtil.h Respond to CR. 8 years ago
FunctionalUtil.m
MIMETypeUtil.h
MIMETypeUtil.m Rework "export backup" UI. 8 years ago
NSArray+OWS.h Respond to CR. 8 years ago
NSArray+OWS.m Respond to CR. 8 years ago
NSData+Base64.h Respond to CR. 8 years ago
NSData+Base64.m
NSData+Image.h Respond to CR. 8 years ago
NSData+Image.m Fix build warnings from XCode 9. 8 years ago
NSData+OWSConstantTimeCompare.h
NSData+OWSConstantTimeCompare.m Constant time compare 8 years ago
NSData+hexString.h Respond to CR. 8 years ago
NSData+hexString.m Clean up ahead of PR. 8 years ago
NSData+messagePadding.h Respond to CR. 8 years ago
NSData+messagePadding.m Update to the new GitHub organization name 8 years ago
NSDate+OWS.h Aggressively nag iOS 8 users to upgrade iOS. 8 years ago
NSDate+OWS.mm Aggressively nag iOS 8 users to upgrade iOS. 8 years ago
NSNotificationCenter+OWS.h Post notifications asynchronously. 8 years ago
NSNotificationCenter+OWS.m Post notifications asynchronously. 8 years ago
NSObject+OWS.h Pull out OWSStorage base class for TSStorageManager. 8 years ago
NSObject+OWS.m Fix build warnings from XCode 9. 8 years ago
NSTimer+OWS.h
NSTimer+OWS.m
NSURLSessionDataTask+StatusCode.h Respond to CR. 8 years ago
NSURLSessionDataTask+StatusCode.m
NSUserDefaults+OWS.h Migrate to shared data NSUserDefaults. 8 years ago
NSUserDefaults+OWS.m Retain changes from session database branch. 8 years ago
OWSAnalytics.h Proper function prototypes 8 years ago
OWSAnalytics.m Retain changes from session database branch. 8 years ago
OWSAnalyticsEvents.h Modify YapDatabase to read converted database, part 1. 8 years ago
OWSAnalyticsEvents.m Modify YapDatabase to read converted database, part 1. 8 years ago
OWSAsserts.h Improve post-migration testing tools. 8 years ago
OWSAsserts.m Retain changes from session database branch. 8 years ago
OWSBackgroundTask.h Improve background task logic. 8 years ago
OWSBackgroundTask.m Respond to CR. 8 years ago
OWSDispatch.h Add protocol context to protocol kit. 8 years ago
OWSDispatch.m Add protocol context to protocol kit. 8 years ago
OWSError.h Copy DB setup / keying from Yap into conversion 8 years ago
OWSError.m identity change vs. share extension 8 years ago
OWSFileSystem.h Improve pre-migration testing tools. 8 years ago
OWSFileSystem.m Register all database views asynchronously. 8 years ago
OWSQueues.h New @available syntax avoids compiler warnings 8 years ago
Threading.h Fix crash on launch in debug. 8 years ago
Threading.m Fix crash on launch in debug. 8 years ago
iOSVersions.h Respond to CR. 8 years ago