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
3 years ago
..
AppSetup.swift Added a method to allow safer database inserts 3 years ago
AppVersion.h
AppVersion.m
Bench.swift
ByteParser.h
ByteParser.m
Collection+OWS.swift
CommonStrings.swift Merge branch 'database-refactor' into add-documents-section 3 years ago
Differentiable+Utilities.swift Further work on migrations and message pipeline refactoring 4 years ago
DirectionalPanGestureRecognizer.swift
FeatureFlags.swift Added global search back 3 years ago
FunctionalUtil.h
FunctionalUtil.m
ImageCache.swift
NSAttributedString+OWS.h
NSAttributedString+OWS.m
NSURLSessionDataTask+StatusCode.h
NSURLSessionDataTask+StatusCode.m
NoopNotificationsManager.swift Merge branch 'various-bugs-and-optimisations' into emoji-reacts 3 years ago
Notification+Loki.swift Fixed a large number of bugs and added a setting to control open group message deletion 3 years ago
OWSDispatch.h
OWSDispatch.m
OWSError.h Finished off the MediaGallery logic 3 years ago
OWSError.m Finished off the MediaGallery logic 3 years ago
OWSFormat.h Fixed remaining bugs 3 years ago
OWSFormat.m Fixed remaining bugs 3 years ago
OWSOperation.h
OWSOperation.m
OWSSignalAddress.swift
OrderedDictionary.swift wip: emoji reacts message cell ui 3 years ago
OutageDetection.swift
ParamParser.swift
ReachabilityManager.swift
ReverseDispatchQueue.swift
SSKAsserts.h
Searcher.swift
ShareViewDelegate.swift Refactored SessionShareExtension code to Swift 4 years ago
SignalIOS.pb.swift
SignalIOSProto.swift
SwiftSingletons.swift
TSConstants.h
TSConstants.m
UIAlertController+OWS.swift
UIFont+OWS.h
UIFont+OWS.m
UIGestureRecognizer+OWS.swift Finished of the Conversation screen and JobQueue concurrency 3 years ago
UIView+OWS.swift Updated the alerts to use the custom styled ones 3 years ago
UIViewController+OWS.swift Finished removing usages to non-theme colour variables 3 years ago
UIViewController+Utilities.swift Progressing on theming functionality 3 years ago
WeakTimer.swift