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/SignalUtilitiesKit/Utilities
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2 years ago
..
AppSetup.swift Added a method to allow safer database inserts 2 years ago
AppVersion.h Re-organize files 4 years ago
AppVersion.m Redesign conversation screen part 1 3 years ago
Bench.swift
ByteParser.h
ByteParser.m Redesign conversation screen part 1 3 years ago
Collection+OWS.swift
CommonStrings.swift Merge branch 'database-refactor' into add-documents-section 2 years ago
Differentiable+Utilities.swift Further work on migrations and message pipeline refactoring 2 years ago
DirectionalPanGestureRecognizer.swift Re-organize files 4 years ago
FeatureFlags.swift Added global search back 2 years ago
FunctionalUtil.h Remove more Signal code 4 years ago
FunctionalUtil.m Redesign conversation screen part 1 3 years ago
ImageCache.swift Re-organize files 4 years ago
NSAttributedString+OWS.h Make messages show up again 4 years ago
NSAttributedString+OWS.m Implement attachment downloading 4 years ago
NSURLSessionDataTask+StatusCode.h
NSURLSessionDataTask+StatusCode.m
NoopNotificationsManager.swift Merge branch 'various-bugs-and-optimisations' into emoji-reacts 2 years ago
Notification+Loki.swift Fixed a large number of bugs and added a setting to control open group message deletion 2 years ago
OWSDispatch.h Re-organize files 4 years ago
OWSDispatch.m Re-organize files 4 years ago
OWSError.h Finished off the MediaGallery logic 2 years ago
OWSError.m Finished off the MediaGallery logic 2 years ago
OWSFormat.h Fixed remaining bugs 2 years ago
OWSFormat.m Fixed remaining bugs 2 years ago
OWSOperation.h Re-organize files 4 years ago
OWSOperation.m Redesign conversation screen part 1 3 years ago
OWSSignalAddress.swift Re-organize files 4 years ago
OrderedDictionary.swift wip: emoji reacts message cell ui 2 years ago
OutageDetection.swift Re-organize files 4 years ago
ParamParser.swift Remove more Signal code 4 years ago
ReachabilityManager.swift Re-organize files 4 years ago
ReverseDispatchQueue.swift
SSKAsserts.h Implement attachment downloading 4 years ago
Searcher.swift Re-organize files 4 years ago
ShareViewDelegate.swift Refactored SessionShareExtension code to Swift 3 years ago
SignalIOS.pb.swift Re-organize files 4 years ago
SignalIOSProto.swift Re-organize files 4 years ago
SwiftSingletons.swift Remove more Signal code 4 years ago
TSConstants.h Re-organize files 4 years ago
TSConstants.m Re-organize files 4 years ago
UIAlertController+OWS.swift
UIFont+OWS.h Re-organize files 4 years ago
UIFont+OWS.m Re-organize files 4 years ago
UIGestureRecognizer+OWS.swift Finished of the Conversation screen and JobQueue concurrency 2 years ago
UIView+OWS.swift Updated the alerts to use the custom styled ones 2 years ago
UIViewController+OWS.swift Finished removing usages to non-theme colour variables 2 years ago
UIViewController+Utilities.swift Progressing on theming functionality 2 years ago
WeakTimer.swift