session-ios/SignalServiceKit/src/Util
2018-04-20 16:39:35 -04:00
..
constraints Respond to CR. 2017-12-19 11:38:25 -05:00
AppContext.h Add screen lock UI to SAE. 2018-04-20 16:39:35 -04:00
AppContext.m Add screen lock UI to SAE. 2018-04-20 16:39:35 -04:00
AppReadiness.h Respond to CR. 2018-02-14 16:06:47 -05:00
AppReadiness.m Fix 'invalid auth can hang on launch' issue. 2018-03-26 17:07:20 -04:00
AppVersion.h Revisit TODOs in the SAE work. 2018-02-12 22:33:26 -05:00
AppVersion.m Revisit TODOs in the SAE work. 2018-02-12 22:33:26 -05:00
Cryptography.h Clean up ahead of PR. 2017-12-19 11:16:01 -05:00
Cryptography.m Clean up codebase. 2018-03-02 15:05:14 -05:00
DataSource.h WIP: towards avatar attachment streams 2018-04-09 12:47:56 -04:00
DataSource.m Clean up codebase. 2018-03-02 15:05:14 -05:00
FunctionalUtil.h Respond to CR. 2017-09-20 09:19:15 -04:00
FunctionalUtil.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
iOSVersions.h Respond to CR. 2017-09-20 09:19:15 -04:00
MIMETypeUtil.h WIP: towards avatar attachment streams 2018-04-09 12:47:56 -04:00
MIMETypeUtil.m WIP: towards avatar attachment streams 2018-04-09 12:47:56 -04:00
NSArray+OWS.h Respond to CR. 2017-09-20 11:48:37 -04:00
NSArray+OWS.m Respond to CR. 2017-09-20 11:48:37 -04:00
NSData+Base64.h Respond to CR. 2017-09-20 09:19:15 -04:00
NSData+Base64.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
NSData+hexString.h Respond to CR. 2017-09-20 09:19:15 -04:00
NSData+hexString.m Clean up ahead of PR. 2018-01-25 11:00:38 -05:00
NSData+Image.h Respond to CR. 2017-09-20 09:19:15 -04:00
NSData+Image.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
NSData+messagePadding.h Respond to CR. 2017-09-20 09:19:15 -04:00
NSData+messagePadding.m Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
NSData+OWSConstantTimeCompare.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
NSData+OWSConstantTimeCompare.m Constant time compare 2018-02-13 16:18:06 -08:00
NSDate+OWS.h Rework how dates are formatted in home view. 2018-04-11 09:34:37 -04:00
NSDate+OWS.mm Rework how dates are formatted in home view. 2018-04-11 09:34:37 -04:00
NSError+MessageSending.h Reusable UploadOperation based on extracted OWSOperation 2018-04-09 12:47:56 -04:00
NSError+MessageSending.m Reusable UploadOperation based on extracted OWSOperation 2018-04-09 12:47:56 -04:00
NSNotificationCenter+OWS.h Post notifications asynchronously. 2017-09-21 17:03:57 -04:00
NSNotificationCenter+OWS.m Post notifications asynchronously. 2017-09-21 17:03:57 -04:00
NSObject+OWS.h Implement backup import logic. 2018-03-14 09:27:39 -03:00
NSObject+OWS.m Implement backup import logic. 2018-03-14 09:27:39 -03:00
NSString+SSK.h Add screen lock feature. 2018-03-22 15:49:57 -04:00
NSString+SSK.m Backport comments from translations 2018-03-26 10:12:04 -04:00
NSTimer+OWS.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
NSTimer+OWS.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
NSURLSessionDataTask+StatusCode.h Respond to CR. 2017-09-20 09:19:15 -04:00
NSURLSessionDataTask+StatusCode.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
NSUserDefaults+OWS.h Migrate to shared data NSUserDefaults. 2017-11-30 09:49:01 -05:00
NSUserDefaults+OWS.m Improve the robustness of the migration logic. 2018-02-20 17:37:14 -05:00
OWS2FAManager.h Fix first reminder too early, offset bugs. 2018-03-07 10:58:33 -05:00
OWS2FAManager.m Fix first reminder too early, offset bugs. 2018-03-07 10:58:33 -05:00
OWSAnalytics.h Proper function prototypes 2017-12-04 12:50:28 -05:00
OWSAnalytics.m Rename TSStorageManager to OWSPrimaryStorage. 2018-03-06 17:12:13 -03:00
OWSAnalyticsEvents.h Modify YapDatabase to read converted database, part 1. 2018-01-25 11:00:38 -05:00
OWSAnalyticsEvents.m Modify YapDatabase to read converted database, part 1. 2018-01-25 11:00:38 -05:00
OWSAsserts.h Add more asserts around thread in SAE. 2018-04-13 14:59:38 -04:00
OWSAsserts.m Add more asserts around thread in SAE. 2018-04-13 14:59:38 -04:00
OWSBackgroundTask.h Respond to CR. 2018-03-05 17:08:58 -03:00
OWSBackgroundTask.m Fix typo in background task. 2018-03-13 15:09:06 -04:00
OWSBackupFragment.h Add local cache of backup fragment metadata. 2018-04-02 09:27:34 -04:00
OWSBackupFragment.m Add local cache of backup fragment metadata. 2018-04-02 09:27:34 -04:00
OWSDispatch.h Add protocol context to protocol kit. 2018-02-09 10:31:29 -05:00
OWSDispatch.m Add protocol context to protocol kit. 2018-02-09 10:31:29 -05:00
OWSError.h Reusable UploadOperation based on extracted OWSOperation 2018-04-09 12:47:56 -04:00
OWSError.m Reusable UploadOperation based on extracted OWSOperation 2018-04-09 12:47:56 -04:00
OWSFileSystem.h Lazy attachment restores. 2018-04-02 09:27:34 -04:00
OWSFileSystem.m Lazy attachment restores. 2018-04-02 09:27:34 -04:00
OWSOperation.h Comment cleanup, remove unnecessary includes 2018-04-09 12:47:56 -04:00
OWSOperation.m CR: add comments, make atomic 2018-04-09 12:47:57 -04:00
OWSQueues.h New @available syntax avoids compiler warnings 2017-12-04 12:50:28 -05:00
Threading.h Fix crash on launch in debug. 2018-02-14 13:47:45 -08:00
Threading.m Fix crash on launch in debug. 2018-02-14 13:47:45 -08:00
UIImage+OWS.h Rework proto schema changes for quoted replies. 2018-04-02 16:17:46 -04:00
UIImage+OWS.m Rework proto schema changes for quoted replies. 2018-04-02 16:17:46 -04:00