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/Onboarding
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)
10 months ago
..
DisplayNameScreen.swift Various dependency changes required to get unit tests working correctly 11 months ago
LandingScreen.swift standardize modal & input error accessibility ids 1 year ago
LoadAccountScreen.swift plurals and fix some strings 1 year ago
LoadingScreen.swift Various dependency changes required to get unit tests working correctly 11 months ago
Onboarding.swift Cleaned up 'calledFromConfig' params 10 months ago
PNModeScreen.swift Various dependency changes required to get unit tests working correctly 11 months ago
PNOptionView.swift WIP: Replace strings 2 years ago
SeedReminderView.swift Merge branch 'onboarding' into standardised-strings 1 year ago