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/SessionMessagingKit/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)
4 months ago
..
AppReadiness.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
Data+Utilities.swift Added in missing code changes unrelated to closed groups rebuild 2 years ago
DeviceSleepManager.swift Cleaned up a bunch of warnings, renamed a couple of folders 1 year ago
FixedWidthInteger+BigEndian.swift Partially implement receiving pipeline 5 years ago
Identity+Utilities.swift Fixed a few bugs and build libSession-util from source 2 years ago
MessageWrapper.swift Refactored the LintLocalizableStrings 2 years ago
OWSAudioPlayer.h Fixed a few bugs and continued work on fixing unit tests 3 years ago
OWSAudioPlayer.m Refactored the LintLocalizableStrings script 6 months ago
OWSAudioSession.swift Merge remote-tracking branch 'upstream/dev' into standardised-strings 8 months ago
OWSWindowManager.h Finished removing usages to non-theme colour variables 3 years ago
OWSWindowManager.m Refactored the LintLocalizableStrings script 6 months ago
Preferences.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
ProfileManager.swift Cleaned up 'calledFromConfig' params 4 months ago
ProfileManagerError.swift Fixed a few bugs found when testing strings 8 months ago
ProfilePictureView+Convenience.swift WIP: refactor global search screen into SwiftUI 1 year ago
ProximityMonitoringManager.swift Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
SMKDependencies.swift Added toast and info message deletion, fixed layout issues & unit tests 3 years ago
SNProtoEnvelope+Conversion.swift Removed all the old Storage classes and YapDB extensions 3 years ago
SessionEnvironment.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
String+Utlities.swift More work on getting SOGS V4 integrated 3 years ago
Threading.swift Reworked the libSession network to be instance based 1 year ago