listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore10L
-rw-r--r--.swift-format75L
-rw-r--r--AGENTS.md136L
-rw-r--r--Docs/.gitkeep0B
-rw-r--r--Docs/Schema.md14L
-rw-r--r--Docs/Selection.md97L
-rw-r--r--LICENSE201L
-rw-r--r--Listless.sketch1937555B
-rw-r--r--Listless.xcodeproj/project.pbxproj1532L
-rw-r--r--Listless.xcodeproj/project.xcworkspace/contents.xcworkspacedata7L
-rw-r--r--Listless.xcodeproj/xcshareddata/xcschemes/Listless iOS.xcscheme137L
-rw-r--r--Listless.xcodeproj/xcshareddata/xcschemes/Listless macOS.xcscheme129L
-rw-r--r--Listless.xcodeproj/xcshareddata/xcschemes/Listless watchOS.xcscheme115L
-rw-r--r--Listless/Extensions/ItemListView+Logic.swift722L
-rw-r--r--Listless/Extensions/ItemListView+SyncUI.swift40L
-rw-r--r--Listless/Helpers/AccentColor.swift92L
-rw-r--r--Listless/Helpers/ItemListTypes.swift224L
-rw-r--r--Listless/Helpers/ItemListViewProtocol.swift18L
-rw-r--r--Listless/Helpers/KeyboardNavigationModifier.swift50L
-rw-r--r--Listless/Models/.gitkeep0B
-rw-r--r--Listless/Models/ItemEntity.swift53L
-rw-r--r--Listless/Models/ItemStore.swift208L
-rw-r--r--Listless/Models/ItemValue.swift17L
-rw-r--r--Listless/Models/Listless.xcdatamodeld/.xccurrentversion8L
-rw-r--r--Listless/Models/Listless.xcdatamodeld/Listless.xcdatamodel/contents11L
-rw-r--r--Listless/Sync/.gitkeep0B
-rw-r--r--Listless/Sync/CloudKitErrorClassifier.swift55L
-rw-r--r--Listless/Sync/CloudKitSyncMonitor.swift157L
-rw-r--r--Listless/Sync/KeyValueSyncBridge.swift65L
-rw-r--r--Listless/Sync/PersistenceController.swift134L
-rw-r--r--ListlessMac/Credits.html42L
-rw-r--r--ListlessMac/Extensions/ItemListView+Toolbar.swift53L
-rw-r--r--ListlessMac/Helpers/AppColors.swift10L
-rw-r--r--ListlessMac/Helpers/AppCommands.swift40L
-rw-r--r--ListlessMac/Helpers/BackgroundClickMonitor.swift68L
-rw-r--r--ListlessMac/Helpers/ClickableTextField.swift265L
-rw-r--r--ListlessMac/Helpers/HoverCursorModifier.swift18L
-rw-r--r--ListlessMac/Helpers/ItemRowDragGesture.swift160L
-rw-r--r--ListlessMac/Helpers/PlatformScrollIndicatorsModifier.swift39L
-rw-r--r--ListlessMac/Helpers/PlatformTextFieldWidthModifier.swift51L
-rw-r--r--ListlessMac/Info.plist30L
-rw-r--r--ListlessMac/Listless.entitlements22L
-rw-r--r--ListlessMac/ListlessMacApp.swift467L
-rw-r--r--ListlessMac/Views/ItemListView.swift500L
-rw-r--r--ListlessMac/Views/ItemRowView.swift208L
-rw-r--r--ListlessMac/Views/SyncDiagnosticsView.swift91L
-rw-r--r--ListlessWatch/Info.plist30L
-rw-r--r--ListlessWatch/Listless.entitlements22L
-rw-r--r--ListlessWatch/ListlessWatchApp.swift33L
-rw-r--r--ListlessWatch/Views/ItemListView.swift77L
-rw-r--r--ListlessWatch/Views/ItemRowView.swift45L
-rw-r--r--ListlessiOS/Extensions/ItemListView+Drag.swift80L
-rw-r--r--ListlessiOS/Extensions/ItemListView+NavigationHeader.swift103L
-rw-r--r--ListlessiOS/Extensions/ItemListView+PullGestures.swift188L
-rw-r--r--ListlessiOS/Extensions/ItemListView+PullToClear.swift9L
-rw-r--r--ListlessiOS/Extensions/ItemListView+PullToCreate.swift26L
-rw-r--r--ListlessiOS/Extensions/ItemListView+Toolbar.swift10L
-rw-r--r--ListlessiOS/Extensions/ItemListView+Undo.swift81L
-rw-r--r--ListlessiOS/Helpers/AppColors.swift25L
-rw-r--r--ListlessiOS/Helpers/AppCommands.swift63L
-rw-r--r--ListlessiOS/Helpers/FPSOverlay.swift66L
-rw-r--r--ListlessiOS/Helpers/HoverCursorModifier.swift10L
-rw-r--r--ListlessiOS/Helpers/ItemCardModifier.swift34L
-rw-r--r--ListlessiOS/Helpers/ItemRowDragGesture.swift105L
-rw-r--r--ListlessiOS/Helpers/ItemRowMetrics.swift27L
-rw-r--r--ListlessiOS/Helpers/ItemRowSwipeGesture.swift283L
-rw-r--r--ListlessiOS/Helpers/KeyCommandBridge.swift194L
-rw-r--r--ListlessiOS/Helpers/KeyboardWarmup.swift41L
-rw-r--r--ListlessiOS/Helpers/PerfSampler.swift195L
-rw-r--r--ListlessiOS/Helpers/PlatformScrollIndicatorsModifier.swift7L
-rw-r--r--ListlessiOS/Helpers/PlatformTextFieldWidthModifier.swift7L
-rw-r--r--ListlessiOS/Helpers/TappableTextField.swift206L
-rw-r--r--ListlessiOS/Helpers/TutorialSeeder.swift31L
-rw-r--r--ListlessiOS/Info.plist49L
-rw-r--r--ListlessiOS/Listless.entitlements24L
-rw-r--r--ListlessiOS/ListlessiOSApp.swift224L
-rw-r--r--ListlessiOS/Views/AboutView.swift85L
-rw-r--r--ListlessiOS/Views/DraftRowView.swift41L
-rw-r--r--ListlessiOS/Views/ItemListView.swift660L
-rw-r--r--ListlessiOS/Views/ItemRowView.swift246L
-rw-r--r--ListlessiOS/Views/PerfDebugView.swift201L
-rw-r--r--ListlessiOS/Views/PullToClear.swift47L
-rw-r--r--ListlessiOS/Views/PullToCreate.swift54L
-rw-r--r--ListlessiOS/Views/SettingsView.swift108L
-rw-r--r--ListlessiOS/Views/SyncDiagnosticsView.swift94L
-rw-r--r--ListlessiOS/Views/UndoToast.swift34L
-rw-r--r--Media.xcassets/AboutIcon.imageset/Contents.json12L
-rw-r--r--Media.xcassets/AboutIcon.imageset/Icon.png123207B
-rw-r--r--Media.xcassets/AppIcon.appiconset/1024-mac.png19060B
-rw-r--r--Media.xcassets/AppIcon.appiconset/128-mac.png2512B
-rw-r--r--Media.xcassets/AppIcon.appiconset/16-mac.png328B
-rw-r--r--Media.xcassets/AppIcon.appiconset/256-mac 1.png4824B
-rw-r--r--Media.xcassets/AppIcon.appiconset/256-mac.png4824B
-rw-r--r--Media.xcassets/AppIcon.appiconset/32-mac 1.png744B
-rw-r--r--Media.xcassets/AppIcon.appiconset/32-mac.png744B
-rw-r--r--Media.xcassets/AppIcon.appiconset/512-mac 1.png9958B
-rw-r--r--Media.xcassets/AppIcon.appiconset/512-mac.png9958B
-rw-r--r--Media.xcassets/AppIcon.appiconset/64-mac.png1322B
-rw-r--r--Media.xcassets/AppIcon.appiconset/Contents.json102L
-rw-r--r--Media.xcassets/AppIcon.appiconset/Icon.png123207B
-rw-r--r--Media.xcassets/Contents.json6L
-rw-r--r--README.md46L
-rwxr-xr-xScripts/publish-ios.sh131L
-rwxr-xr-xScripts/publish-macos.sh116L
-rwxr-xr-xScripts/screenshots-ios-compose.swift115L
-rwxr-xr-xScripts/screenshots-ipad.sh139L
-rwxr-xr-xScripts/screenshots-iphone-island.swift78L
-rwxr-xr-xScripts/screenshots-iphone.sh133L
-rw-r--r--Scripts/screenshots-mac-desktop.swift178L
-rwxr-xr-xScripts/screenshots-mac.sh161L
-rwxr-xr-xScripts/screenshots-watch.sh96L
-rw-r--r--Scripts/secrets.sh.example10L
-rwxr-xr-xScripts/test-ios-ui.sh32L
-rwxr-xr-xScripts/test-macos-ui.sh41L
-rwxr-xr-xScripts/test-unit.sh81L
-rw-r--r--Tests/Support/.gitkeep0B
-rw-r--r--Tests/Support/TestHelpers.swift42L
-rw-r--r--Tests/UI/ListlessMacScreenshots.swift179L
-rw-r--r--Tests/UI/ListlessMacUITests.swift456L
-rw-r--r--Tests/UI/ListlessWatchScreenshots.swift48L
-rw-r--r--Tests/UI/ListlessiOSScreenshots.swift133L
-rw-r--r--Tests/UI/ListlessiOSUITests.swift170L
-rw-r--r--Tests/Unit/.gitkeep0B
-rw-r--r--Tests/Unit/AccentColorTests.swift152L
-rw-r--r--Tests/Unit/CloudKitErrorClassifierTests.swift144L
-rw-r--r--Tests/Unit/FocusStateDataTests.swift536L
-rw-r--r--Tests/Unit/ItemStoreCompletionTests.swift189L
-rw-r--r--Tests/Unit/ItemStoreDeleteAndNormalizeTests.swift191L
-rw-r--r--Tests/Unit/ItemStoreEdgeCaseTests.swift285L
-rw-r--r--Tests/Unit/ItemStoreOrderingTests.swift190L
-rw-r--r--Tests/Unit/ItemStoreTests.swift208L
-rw-r--r--Tests/Unit/ItemValueTests.swift72L
-rw-r--r--gradient.png29535B
-rw-r--r--project.yml306L