field_ios

In-the-field app for Radroots on iOS
git clone https://radroots.dev/git/field_ios.git
Log | Files | Refs | LICENSE

ModeNameSize
-rw-r--r--.gitignore65L
-rw-r--r--LICENSE674L
-rw-r--r--Makefile9L
-rw-r--r--Radroots.xcodeproj/project.pbxproj692L
-rw-r--r--Radroots.xcodeproj/project.xcworkspace/contents.xcworkspacedata7L
-rw-r--r--Radroots.xcodeproj/xcshareddata/xcschemes/Radroots.xcscheme89L
-rw-r--r--Radroots/App/App.swift16L
-rw-r--r--Radroots/App/AppEntry.swift139L
-rw-r--r--Radroots/App/AppState.swift990L
-rw-r--r--Radroots/App/RadrootsAppDelegate.swift28L
-rw-r--r--Radroots/App/RadrootsProvider.swift41L
-rw-r--r--Radroots/Config/Base.xcconfig12L
-rw-r--r--Radroots/Config/Common.xcconfig1L
-rw-r--r--Radroots/Config/Debug.xcconfig13L
-rw-r--r--Radroots/Config/Release.xcconfig1L
-rw-r--r--Radroots/Info.plist104L
-rw-r--r--Radroots/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png107449B
-rw-r--r--Radroots/Resources/Assets.xcassets/AppIcon.appiconset/AppIconDark.png107449B
-rw-r--r--Radroots/Resources/Assets.xcassets/AppIcon.appiconset/AppIconTinted.png107449B
-rw-r--r--Radroots/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json38L
-rw-r--r--Radroots/Resources/Assets.xcassets/RadrootsSplashBackground.colorset/Contents.json20L
-rw-r--r--Radroots/Resources/Assets.xcassets/RadrootsSplashLogomark.imageset/Contents.json23L
-rw-r--r--Radroots/Resources/Assets.xcassets/RadrootsSplashLogomark.imageset/RadrootsSplashLogomark.png7040B
-rw-r--r--Radroots/Resources/Assets.xcassets/RadrootsSplashLogomark.imageset/RadrootsSplashLogomark@2x.png16204B
-rw-r--r--Radroots/Resources/Assets.xcassets/RadrootsSplashLogomark.imageset/RadrootsSplashLogomark@3x.png28677B
-rw-r--r--Radroots/Resources/Localizations/en.lproj/Localizable.strings4L
-rw-r--r--Radroots/Runtime/BuildConfig.swift143L
-rw-r--r--Radroots/Runtime/FieldBackgroundExecution.swift437L
-rw-r--r--Radroots/Runtime/FieldBackgroundExecutionUITestProbe.swift116L
-rw-r--r--Radroots/Runtime/FieldBackgroundURLSessionEvents.swift65L
-rw-r--r--Radroots/Runtime/FieldCaptureIntake.swift441L
-rw-r--r--Radroots/Runtime/FieldDocumentInterchange.swift194L
-rw-r--r--Radroots/Runtime/FieldDocumentInterchangeUITestProbe.swift127L
-rw-r--r--Radroots/Runtime/FieldExternalActions.swift102L
-rw-r--r--Radroots/Runtime/FieldFileAccessUITestProbe.swift110L
-rw-r--r--Radroots/Runtime/FieldIdentityImportFailureUITestProbe.swift56L
-rw-r--r--Radroots/Runtime/FieldIdentityPolicyUITestProbe.swift35L
-rw-r--r--Radroots/Runtime/FieldIdentityPublicMetadataStore.swift50L
-rw-r--r--Radroots/Runtime/FieldLocalState.swift56L
-rw-r--r--Radroots/Runtime/FieldLocationCheckIn.swift180L
-rw-r--r--Radroots/Runtime/FieldRuntimeError.swift58L
-rw-r--r--Radroots/Runtime/FieldRuntimeService.swift99L
-rw-r--r--Radroots/Runtime/FieldSecureIdentityStore.swift273L
-rw-r--r--Radroots/Runtime/FieldTelemetry.swift503L
-rw-r--r--Radroots/Runtime/FieldTelemetryUITestProbe.swift90L
-rw-r--r--Radroots/Runtime/FieldUITestSupport.swift284L
-rw-r--r--Radroots/Runtime/FieldUserPresenceGate.swift150L
-rw-r--r--Radroots/Runtime/LoggingSettings.swift43L
-rw-r--r--Radroots/Runtime/Nostr.swift70L
-rw-r--r--Radroots/Runtime/Radroots.swift47L
-rw-r--r--Radroots/Runtime/RelaySettings.swift138L
-rw-r--r--Radroots/Shared/Components/CopyButton.swift40L
-rw-r--r--Radroots/Shared/Components/CopyRow.swift26L
-rw-r--r--Radroots/Shared/Components/SectionWideButton.swift45L
-rw-r--r--Radroots/Shared/Extensions/Bundle+Build.swift7L
-rw-r--r--Radroots/Shared/Extensions/View+Nav.swift13L
-rw-r--r--Radroots/Shared/Localisation/Strings.swift8L
-rw-r--r--Radroots/Shared/Modifiers/ToastModifier.swift41L
-rw-r--r--Radroots/Views/HomeView.swift627L
-rw-r--r--Radroots/Views/PostCreateView.swift103L
-rw-r--r--Radroots/Views/PostDetailView.swift69L
-rw-r--r--Radroots/Views/PostFeedView.swift231L
-rw-r--r--Radroots/Views/PostFeedViewModel.swift133L
-rw-r--r--Radroots/Views/ProfileView.swift193L
-rw-r--r--Radroots/Views/RelaysView.swift197L
-rw-r--r--Radroots/Views/SettingsView.swift234L
-rw-r--r--Radroots/Views/SetupView.swift208L
-rw-r--r--Radroots/radroots.xcconfig3L
-rw-r--r--RadrootsFFI/.gitignore2L
-rw-r--r--RadrootsFFI/Config/ffi-build.env3L
-rw-r--r--RadrootsFFI/Makefile149L
-rw-r--r--RadrootsFFI/README.md32L
-rw-r--r--RadrootsFFI/rust-toolchain.toml3L
-rw-r--r--RadrootsFFI/source.lock5L
-rw-r--r--project.yml47L