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/Session/Utilities
Morgan Pretty 1e07120eba Cleaned up 'calledFromConfig' params
• Renamed the remaining 'calledFromConfig' params to be a bit more descriptive of what they actually do
• Removed all the 'calledFromConfig' values

The `calledFromConfig` was previously needed to help prevent reentrant libSession access but that is now supported. This now means that a config change could trigger a database update which subsequently triggers a config change but libSession has a built in diff system which will prevent this resulting in an infinite update loop

If we do end up in a situation that this update loop results in a config change (which would then get synced) it's likely a bug in iOS which would be hard to track down as it would result from a specific database change (ie. this will hopefully make it easier to resolve inconsistent libSession integrations)
5 months ago
..
BackgroundPoller.swift Refactored the LintLocalizableStrings script 7 months ago
CGRect+Utilities.swift Work on the PromiseKit refactor 2 years ago
Date+Utilities.swift Refactored the LintLocalizableStrings script 7 months ago
DifferenceKit+Utilities.swift Merge branch 'feature/database-refactor' into emoji-reacts 3 years ago
HapticFeedback.swift Applied the "increase min version to iOS 13" changes 3 years ago
IP2Country.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 5 months ago
MentionUtilities.swift Refactored the LintLocalizableStrings script 7 months ago
MockDataGenerator.swift Cleaned up 'calledFromConfig' params 5 months ago
Permissions.swift Merge remote-tracking branch 'upstream/dev' into strings 8 months ago
QRCode.swift Refactored the LintLocalizableStrings script 7 months ago
TextFieldHelper.swift Re-organize files 4 years ago
TraitObservingWindow.swift Did some more theming, removed some files and fixed a couple of minor call issues 3 years ago
UIApplication+OWS.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
UIContextualAction+Utilities.swift Cleaned up 'calledFromConfig' params 5 months ago
UIImage+Scaling.swift Organize files 5 years ago
UILabel+Interaction.swift Organize files 5 years ago
UINavigationBar+Utilities.swift Finished removing usages to non-theme colour variables 3 years ago
UIResponder+OWS.swift Re-organize files 4 years ago
UIScrollView+Utilities.swift Got paging working on the conversation screen 3 years ago
UIStoryboard+OWS.swift Re-organize files 4 years ago
UIView+Draggable.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
UIView+Wrapping.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 3 years ago