├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── config.yml │ └── regression.md ├── dependabot.yml └── workflows │ ├── crowdin.yml │ ├── githubrelease.yml │ ├── publish.yml │ └── pull_requests.yml ├── .gitignore ├── .swift-version ├── AGENTS.md ├── BuildTools ├── .swiftformat ├── .swiftlint.yml ├── Empty.swift ├── Package.resolved └── Package.swift ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Changes.md ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── MainLaunchScreen.xib ├── NOTICE ├── NotificationService ├── Info.plist ├── NotificationService.entitlements └── NotificationService.swift ├── OpenHABCore ├── .gitignore ├── Package.swift ├── README.md ├── Sources │ └── OpenHABCore │ │ ├── GeneratedSources │ │ └── openapi │ │ │ ├── Client.swift │ │ │ └── Types.swift │ │ ├── Model │ │ ├── CGFloatExtension.swift │ │ ├── DataExtension.swift │ │ ├── NumberState.swift │ │ ├── OpenHABCommandDescription.swift │ │ ├── OpenHABCommandOptions.swift │ │ ├── OpenHABEvent.swift │ │ ├── OpenHABItem.swift │ │ ├── OpenHABLink.swift │ │ ├── OpenHABNotification.swift │ │ ├── OpenHABOptions.swift │ │ ├── OpenHABPage.swift │ │ ├── OpenHABServerProperties.swift │ │ ├── OpenHABSitemap.swift │ │ ├── OpenHABSitemapWidgetEvent.swift │ │ ├── OpenHABStateDescription.swift │ │ ├── OpenHABUiTile.swift │ │ ├── OpenHABWidget.swift │ │ ├── OpenHABWidgetMapping.swift │ │ └── Sequence+KeyPath.swift │ │ ├── Util │ │ ├── AuthorisationMiddleware.swift │ │ ├── ClientCertificateManager.swift │ │ ├── Collection+SafeAccess.swift │ │ ├── Comparable.swift │ │ ├── ConnectionConfiguration.swift │ │ ├── DateFormatterExtension.swift │ │ ├── DoubleExtension.swift │ │ ├── Endpoint.swift │ │ ├── Equatable.swift │ │ ├── HTTPClient.swift │ │ ├── HTTPClientDelegate.swift │ │ ├── ItemEventStream.swift │ │ ├── KeyedDecodingContainerProtocolExtension.swift │ │ ├── LoggerExtension.swift │ │ ├── LoggingMiddleware.swift │ │ ├── NWPathMonitoring.swift │ │ ├── NetworkTracker.swift │ │ ├── OpenAPIService.swift │ │ ├── OpenHABAccessTokenAdapter.swift │ │ ├── OpenHABImageProcessor.swift │ │ ├── OpenHABItemCache.swift │ │ ├── OpenHABSitemapError.swift │ │ ├── Preferences.swift │ │ ├── ServerCertificateManager.swift │ │ ├── SessionChallengeHandler.swift │ │ ├── SetPointService.swift │ │ ├── SimpleMJPEGStreamDelegate.swift │ │ ├── StringExtension.swift │ │ ├── UIColorExtension.swift │ │ └── WatchPreferences.swift │ │ └── openapi │ │ ├── openapi-generator-config.yml │ │ └── openapi.json └── Tests │ └── OpenHABCoreTests │ ├── CertificateStoreTests.swift │ ├── ClampedTests.swift │ ├── ClientCertificateManagerTests.swift │ ├── ComparableTest.swift │ ├── ConnectionFailureTrackerTests.swift │ ├── ConnectionPoolTests.swift │ ├── EndpointTests.swift │ ├── HTTPResponseExtension.swift │ ├── JSONData.swift │ ├── JSONParserTests.swift │ ├── NetworkTrackerTests.swift │ ├── NumberStateTests.swift │ ├── OpenHABCoreGeneralTests.swift │ ├── OpenHABJSONParserTests.swift │ ├── ParseAsTests.swift │ ├── Resources │ ├── LargeSitemap.json │ ├── cert.pem │ ├── key.pem │ ├── test-cert.cer │ └── test.p12 │ ├── ServerCertificateManagerTests.swift │ ├── SetpointServiceTests.swift │ ├── SimpleMJPEGStreamDelegateTests.swift │ ├── StringExtensionTests.swift │ ├── TestClientTransport.swift │ ├── TestOpenAPIClient.swift │ └── UserDefaultsTests.swift ├── OsLogRewriter ├── AGENT.md ├── Package.resolved ├── Package.swift ├── Readme.md ├── Sources │ ├── OsLogRewriter │ │ └── main.swift │ └── OsLogRewriterLib │ │ └── OsLogRewriter.swift └── Tests │ └── OsLogRewriterTests │ └── OsLogRewriterTests.swift ├── PrivacyInfo.xcprivacy ├── README.md ├── TestPlans └── openHABTests.xctestplan ├── crowdin.yml ├── doc ├── homes.png ├── mainui.png ├── notifications.png ├── screensaver-settings.png ├── settings1.png ├── settings2.png ├── sidemenu.png └── sitemap.png ├── fastlane ├── Appfile ├── Deliverfile ├── Fastfile ├── Install ├── Matchfile ├── Pluginfile ├── Preview.html ├── Snapfile ├── SnapshotHelper.swift └── metadata │ ├── app_icon.jpg │ ├── copyright.txt │ ├── de-DE │ ├── apple_tv_privacy_policy.txt │ ├── description.txt │ ├── keywords.txt │ ├── marketing_url.txt │ ├── name.txt │ ├── privacy_url.txt │ ├── promotional_text.txt │ ├── release_notes.txt │ ├── subtitle.txt │ └── support_url.txt │ ├── en-US │ ├── apple_tv_privacy_policy.txt │ ├── description.txt │ ├── keywords.txt │ ├── marketing_url.txt │ ├── name.txt │ ├── privacy_url.txt │ ├── promotional_text.txt │ ├── release_notes.txt │ ├── subtitle.txt │ └── support_url.txt │ ├── primary_category.txt │ ├── primary_first_sub_category.txt │ ├── primary_second_sub_category.txt │ ├── secondary_category.txt │ ├── secondary_first_sub_category.txt │ └── secondary_second_sub_category.txt ├── openHAB.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── swiftpm │ │ └── Package.resolved └── xcshareddata │ └── xcschemes │ ├── NotificationService.xcscheme │ ├── openHAB.xcscheme │ ├── openHABIntents.xcscheme │ ├── openHABTestsSwift.xcscheme │ ├── openHABUITests.xcscheme │ ├── openHABWatch (Notification).xcscheme │ ├── openHABWatch.xcscheme │ └── openHABWatchSwift (Complication).xcscheme ├── openHAB.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ ├── WorkspaceSettings.xcsettings │ └── swiftpm │ └── Package.resolved ├── openHAB ├── AppDelegate.swift ├── AppIcon.icon │ ├── Assets │ │ ├── circle.svg │ │ └── roof.svg │ └── icon.json ├── Cells │ ├── Providers │ │ ├── ColorPickerCellProvider.swift │ │ ├── DatePickerInputProvider.swift │ │ ├── FrameCellProvider.swift │ │ ├── GenericCellProvider.swift │ │ ├── ImageCellProvider.swift │ │ ├── MapViewCellProvider.swift │ │ ├── RollershutterCellProvider.swift │ │ ├── SegmentedCellProvider.swift │ │ ├── SelectionCellProvider.swift │ │ ├── SetpointCellProvider.swift │ │ ├── SliderProvider.swift │ │ ├── SliderWithSwitchProvider.swift │ │ ├── SwitchCellProvider.swift │ │ ├── TextInputProvider.swift │ │ ├── VideoCellProvider.swift │ │ └── WebViewCellProvider.swift │ └── WidgetCellProvider.swift ├── ClientCertificatesViewModel.swift ├── ColorPickerCell.swift ├── ColorPickerView.swift ├── ColorPickerViewController.swift ├── DatePickerUITableViewCell.swift ├── DrawerView.swift ├── FrameUITableViewCell.swift ├── GenericUITableViewCell.swift ├── GoogleService-Info.plist ├── HomeSelectionView.swift ├── Images.xcassets │ ├── Contents.json │ ├── arrow.triangle.2.circlepath.imageset │ │ ├── Contents.json │ │ └── arrow.triangle.2.circlepath@2x.png │ ├── launchImage.imageset │ │ ├── Contents.json │ │ ├── launchImage-1.png │ │ ├── launchImage.png │ │ └── launchImageDark-1.png │ └── openHABIcon.imageset │ │ ├── Contents.json │ │ ├── oh_logo_only.pdf │ │ └── oh_logo_only_dark.pdf ├── LoggerView.swift ├── Main.storyboard ├── MainLaunchScreen.xib ├── MapViewTableViewCell.swift ├── NewImageTableViewCell.swift ├── NewImageTableViewCell.xib ├── NewImageUITableViewCell.swift ├── NoIconDisplayableCell.swift ├── NotificationCenterDelegateImpl.swift ├── NotificationTableViewCell.swift ├── NotificationsView.swift ├── OpenHABNavigationController.swift ├── OpenHABRootViewController.swift ├── OpenHABSitemapViewController.swift ├── OpenHABViewController.swift ├── OpenHABWebViewController.swift ├── PageLoader.swift ├── PlayerView.swift ├── RTFTextView.swift ├── ReleaseNotes.md ├── Resources │ ├── Base.lproj │ │ └── Intents.intentdefinition │ ├── crowdinfiles.yml │ ├── de.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── es.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── fi.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── fr.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── it.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── nb.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── nl.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ ├── no.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings │ └── ru.lproj │ │ ├── InfoPlist.strings │ │ ├── Intents.strings │ │ └── Localizable.strings ├── ReusableView.swift ├── RollershutterCell.swift ├── ScaleAspectFitImageView.swift ├── ScaledHeightUIImageView.swift ├── ScreenSaver │ ├── ScreenSaverConfiguration.swift │ ├── ScreenSaverManager.swift │ └── ScreenSaverView.swift ├── SegmentedUITableViewCell.swift ├── SelectionUITableViewCell.swift ├── SelectionView.swift ├── SetpointCell.swift ├── SettingsView │ ├── AboutSettingsView.swift │ ├── AnimatedSecureTextField.swift │ ├── ApplicationSettingsView.swift │ ├── ClientCertificatesView.swift │ ├── ConnectionSettingsView.swift │ ├── DebugSettingsView.swift │ ├── ItemSelectionView.swift │ ├── MainUISettingsView.swift │ ├── ScreenSaverSettingsView.swift │ ├── ServerCertificatesView.swift │ ├── SettingsView.swift │ ├── SingleConnectionSettingsView.swift │ └── SitemapSettingsView.swift ├── SimpleMJPEGPlayer.swift ├── SliderUITableViewCell.swift ├── SliderWithSwitchSupportUITableViewCell.swift ├── SpinnerViewController.swift ├── SwitchUITableViewCell.swift ├── TextInputUITableViewCell.swift ├── Throttler.swift ├── UIAlertView+Block.swift ├── UICircleButton.swift ├── UILabel+Localization.swift ├── UITableView.swift ├── UITableViewCellExtension.swift ├── UIViewController+Localization.swift ├── URL+Static.swift ├── VideoStreamManager.swift ├── VideoUITableViewCell.swift ├── WatchMessageService.swift ├── WebUITableViewCell.swift ├── features.png ├── legal.rtf ├── openHAB-Info.plist ├── openHAB.entitlements ├── openapi │ └── openapitest │ │ └── openapiCorrected.json └── ping.wav ├── openHABIntents ├── GetItemStateIntentHandler.swift ├── Info.plist ├── IntentHandler.swift ├── OpenHABIntentHelper.swift ├── SetColorValueIntentHandler.swift ├── SetContactStateValueIntentHandler.swift ├── SetDimmerRollerValueIntentHandler.swift ├── SetNumberValueIntentHandler.swift ├── SetStringValueIntentHandler.swift ├── SetSwitchStateIntentHandler.swift └── openHABIntents.entitlements ├── openHABIntentsTests └── SetSwitchStateIntentHandlerTests.swift ├── openHABTests ├── en.lproj │ └── InfoPlist.strings ├── openHABTests-Info.plist └── openHABTests.m ├── openHABTestsSwift ├── Info.plist ├── LocalizationTests.swift ├── OpenHABEndPoint.swift ├── OpenHABGeneralTests.swift ├── OpenHABSVGTests.swift ├── OpenHABWatchTests.swift ├── Ressources │ ├── embeddedpng_valid.svg │ ├── invalid_xmlns.svg │ ├── pantryUseTagPoints2NonExistentElement.svg │ └── valid_xmlns.svg └── XCTestCaseExtension.swift ├── openHABUITests ├── Info.plist └── OpenHABUITests.swift ├── openHABWatch Extension ├── Views │ ├── Rows │ │ ├── FrameRow.swift │ │ ├── SegmentRow.swift │ │ ├── SliderRow.swift │ │ └── SwitchRow.swift │ └── Utils │ │ └── IconView.swift ├── openHABWatch Extension.entitlements └── openHABWatch Extension │ └── UserData.swift ├── openHABWatch ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── ItunesArtwork@2x 1.png │ │ └── ItunesArtwork@2x.png │ └── Contents.json ├── Base.lproj │ └── Interface.storyboard ├── Domain │ └── UserData.swift ├── Extension │ ├── Assets.xcassets │ │ ├── Complication.complicationset │ │ │ ├── Circular.imageset │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Extra Large.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Bezel.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Circular.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Corner.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Extra Large.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Large Rectangular.imageset │ │ │ │ └── Contents.json │ │ │ ├── Modular.imageset │ │ │ │ └── Contents.json │ │ │ └── Utilitarian.imageset │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── OHIcon.imageset │ │ │ ├── Contents.json │ │ │ └── Icon.png │ │ └── OHTemplateIcon.imageset │ │ │ ├── Contents.json │ │ │ └── oh_logo_template.pdf │ ├── ComplicationController.swift │ ├── Info.plist │ ├── NotificationController.swift │ ├── NotificationView.swift │ ├── OpenHABWatchAppDelegate.swift │ ├── PushNotificationPayload.apns │ ├── UserDefaultsExtension.swift │ └── openHABWatch Extension │ │ ├── Assets.xcassets │ │ ├── Complication.complicationset │ │ │ ├── Circular.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-32@2x.png │ │ │ │ └── Icon-36@2x.png │ │ │ ├── Contents.json │ │ │ ├── Extra Large.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Bezel.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Circular.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── openhab84.png │ │ │ │ └── openhab94.png │ │ │ ├── Graphic Corner.imageset │ │ │ │ └── Contents.json │ │ │ ├── Graphic Large Rectangular.imageset │ │ │ │ └── Contents.json │ │ │ ├── Modular.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-52@2x.png │ │ │ │ └── Icon-58@2x.png │ │ │ └── Utilitarian.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-40@2x.png │ │ │ │ └── Icon-44@2x.png │ │ └── Contents.json │ │ ├── ButtonTableRowController.swift │ │ ├── ComplicationController.swift │ │ ├── ExtensionDelegate.swift │ │ ├── Info.plist │ │ ├── InterfaceController.swift │ │ ├── NotificationController.swift │ │ ├── PrefsInterfaceController.swift │ │ ├── PushNotificationPayload.apns │ │ ├── UserDefaultsExtension.swift │ │ └── external │ │ └── OpenHabService.swift ├── External │ └── AppMessageService.swift ├── Info.plist ├── Model │ ├── AppSettings.swift │ ├── LazyView.swift │ ├── ObservableOpenHABSitemapPage.swift │ ├── ObservableOpenHABWidget.swift │ ├── OpenHABWidgetExtension.swift │ └── UserDefaultsBacked.swift ├── OpenHABWatch.swift ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json ├── Views │ ├── LogsViewer.swift │ ├── PreferencesSwiftUIView.swift │ ├── Rows │ │ ├── ColorPickerRow.swift │ │ ├── FrameRow.swift │ │ ├── GenericRow.swift │ │ ├── ImageRawRow.swift │ │ ├── ImageRow.swift │ │ ├── MapViewRow.swift │ │ ├── RollershutterRow.swift │ │ ├── SegmentRow.swift │ │ ├── SegmentSelectionView.swift │ │ ├── SetpointRow.swift │ │ ├── SliderRow.swift │ │ ├── SliderWithSwitchSupportRow.swift │ │ └── SwitchRow.swift │ ├── SitemapPageView.swift │ └── Utils │ │ ├── Color+Extension.swift │ │ ├── ColorSelection.swift │ │ ├── DetailTextLabelView.swift │ │ ├── IconView.swift │ │ ├── IconWithAction.swift │ │ ├── ImageWithAction.swift │ │ ├── MapView.swift │ │ ├── PreviewConstants.swift │ │ └── TextLabelView.swift ├── it.lproj │ └── Interface.strings └── nb.lproj │ └── Interface.strings ├── openHABWatchSwiftUI Watch AppTests └── OpenHABWatchAppTests.swift ├── openHABWatchSwiftUI Watch AppUITests ├── OpenHABWatchLaunchTests.swift └── OpenHABWatchUITests.swift ├── scripts └── upload-symbols └── test.out /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj merge=union 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/regression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/ISSUE_TEMPLATE/regression.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/workflows/crowdin.yml -------------------------------------------------------------------------------- /.github/workflows/githubrelease.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/workflows/githubrelease.yml -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.github/workflows/pull_requests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.github/workflows/pull_requests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/.gitignore -------------------------------------------------------------------------------- /.swift-version: -------------------------------------------------------------------------------- 1 | 6.0 2 | -------------------------------------------------------------------------------- /AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/AGENTS.md -------------------------------------------------------------------------------- /BuildTools/.swiftformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/BuildTools/.swiftformat -------------------------------------------------------------------------------- /BuildTools/.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/BuildTools/.swiftlint.yml -------------------------------------------------------------------------------- /BuildTools/Empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/BuildTools/Empty.swift -------------------------------------------------------------------------------- /BuildTools/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/BuildTools/Package.resolved -------------------------------------------------------------------------------- /BuildTools/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/BuildTools/Package.swift -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/Changes.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/LICENSE -------------------------------------------------------------------------------- /MainLaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/MainLaunchScreen.xib -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/NOTICE -------------------------------------------------------------------------------- /NotificationService/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/NotificationService/Info.plist -------------------------------------------------------------------------------- /NotificationService/NotificationService.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/NotificationService/NotificationService.entitlements -------------------------------------------------------------------------------- /NotificationService/NotificationService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/NotificationService/NotificationService.swift -------------------------------------------------------------------------------- /OpenHABCore/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/.gitignore -------------------------------------------------------------------------------- /OpenHABCore/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Package.swift -------------------------------------------------------------------------------- /OpenHABCore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/README.md -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/GeneratedSources/openapi/Client.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/GeneratedSources/openapi/Client.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/GeneratedSources/openapi/Types.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/GeneratedSources/openapi/Types.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/CGFloatExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/CGFloatExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/DataExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/DataExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/NumberState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/NumberState.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABCommandDescription.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABCommandDescription.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABCommandOptions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABCommandOptions.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABEvent.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABEvent.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABItem.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABLink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABLink.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABNotification.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABNotification.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABOptions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABOptions.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABPage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABPage.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABServerProperties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABServerProperties.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABSitemap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABSitemap.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABSitemapWidgetEvent.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABSitemapWidgetEvent.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABStateDescription.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABStateDescription.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABUiTile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABUiTile.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABWidget.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/OpenHABWidgetMapping.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/OpenHABWidgetMapping.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Model/Sequence+KeyPath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Model/Sequence+KeyPath.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/AuthorisationMiddleware.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/AuthorisationMiddleware.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/ClientCertificateManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/ClientCertificateManager.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/Collection+SafeAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/Collection+SafeAccess.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/Comparable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/Comparable.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/ConnectionConfiguration.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/ConnectionConfiguration.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/DateFormatterExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/DateFormatterExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/DoubleExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/DoubleExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/Endpoint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/Endpoint.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/Equatable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/Equatable.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/HTTPClient.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/HTTPClient.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/HTTPClientDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/HTTPClientDelegate.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/ItemEventStream.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/ItemEventStream.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/KeyedDecodingContainerProtocolExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/KeyedDecodingContainerProtocolExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/LoggerExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/LoggerExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/LoggingMiddleware.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/LoggingMiddleware.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/NWPathMonitoring.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/NWPathMonitoring.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/NetworkTracker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/NetworkTracker.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/OpenAPIService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/OpenAPIService.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/OpenHABAccessTokenAdapter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/OpenHABAccessTokenAdapter.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/OpenHABImageProcessor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/OpenHABImageProcessor.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/OpenHABItemCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/OpenHABItemCache.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/OpenHABSitemapError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/OpenHABSitemapError.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/Preferences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/Preferences.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/ServerCertificateManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/ServerCertificateManager.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/SessionChallengeHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/SessionChallengeHandler.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/SetPointService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/SetPointService.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/SimpleMJPEGStreamDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/SimpleMJPEGStreamDelegate.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/StringExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/StringExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/UIColorExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/UIColorExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/Util/WatchPreferences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/Util/WatchPreferences.swift -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/openapi/openapi-generator-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/openapi/openapi-generator-config.yml -------------------------------------------------------------------------------- /OpenHABCore/Sources/OpenHABCore/openapi/openapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Sources/OpenHABCore/openapi/openapi.json -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/CertificateStoreTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/CertificateStoreTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ClampedTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ClampedTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ClientCertificateManagerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ClientCertificateManagerTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ComparableTest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ComparableTest.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ConnectionFailureTrackerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ConnectionFailureTrackerTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ConnectionPoolTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ConnectionPoolTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/EndpointTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/EndpointTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/HTTPResponseExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/HTTPResponseExtension.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/JSONData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/JSONData.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/JSONParserTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/JSONParserTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/NetworkTrackerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/NetworkTrackerTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/NumberStateTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/NumberStateTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/OpenHABCoreGeneralTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/OpenHABCoreGeneralTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/OpenHABJSONParserTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/OpenHABJSONParserTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ParseAsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ParseAsTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/Resources/LargeSitemap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/Resources/LargeSitemap.json -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/Resources/cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/Resources/cert.pem -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/Resources/key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/Resources/key.pem -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/Resources/test-cert.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/Resources/test-cert.cer -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/Resources/test.p12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/Resources/test.p12 -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/ServerCertificateManagerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/ServerCertificateManagerTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/SetpointServiceTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/SetpointServiceTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/SimpleMJPEGStreamDelegateTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/SimpleMJPEGStreamDelegateTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/StringExtensionTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/StringExtensionTests.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/TestClientTransport.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/TestClientTransport.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/TestOpenAPIClient.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/TestOpenAPIClient.swift -------------------------------------------------------------------------------- /OpenHABCore/Tests/OpenHABCoreTests/UserDefaultsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OpenHABCore/Tests/OpenHABCoreTests/UserDefaultsTests.swift -------------------------------------------------------------------------------- /OsLogRewriter/AGENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/AGENT.md -------------------------------------------------------------------------------- /OsLogRewriter/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/Package.resolved -------------------------------------------------------------------------------- /OsLogRewriter/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/Package.swift -------------------------------------------------------------------------------- /OsLogRewriter/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/Readme.md -------------------------------------------------------------------------------- /OsLogRewriter/Sources/OsLogRewriter/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/Sources/OsLogRewriter/main.swift -------------------------------------------------------------------------------- /OsLogRewriter/Sources/OsLogRewriterLib/OsLogRewriter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/Sources/OsLogRewriterLib/OsLogRewriter.swift -------------------------------------------------------------------------------- /OsLogRewriter/Tests/OsLogRewriterTests/OsLogRewriterTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/OsLogRewriter/Tests/OsLogRewriterTests/OsLogRewriterTests.swift -------------------------------------------------------------------------------- /PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/README.md -------------------------------------------------------------------------------- /TestPlans/openHABTests.xctestplan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/TestPlans/openHABTests.xctestplan -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/crowdin.yml -------------------------------------------------------------------------------- /doc/homes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/homes.png -------------------------------------------------------------------------------- /doc/mainui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/mainui.png -------------------------------------------------------------------------------- /doc/notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/notifications.png -------------------------------------------------------------------------------- /doc/screensaver-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/screensaver-settings.png -------------------------------------------------------------------------------- /doc/settings1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/settings1.png -------------------------------------------------------------------------------- /doc/settings2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/settings2.png -------------------------------------------------------------------------------- /doc/sidemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/sidemenu.png -------------------------------------------------------------------------------- /doc/sitemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/doc/sitemap.png -------------------------------------------------------------------------------- /fastlane/Appfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Appfile -------------------------------------------------------------------------------- /fastlane/Deliverfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Deliverfile -------------------------------------------------------------------------------- /fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Fastfile -------------------------------------------------------------------------------- /fastlane/Install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Install -------------------------------------------------------------------------------- /fastlane/Matchfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Matchfile -------------------------------------------------------------------------------- /fastlane/Pluginfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Pluginfile -------------------------------------------------------------------------------- /fastlane/Preview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Preview.html -------------------------------------------------------------------------------- /fastlane/Snapfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/Snapfile -------------------------------------------------------------------------------- /fastlane/SnapshotHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/SnapshotHelper.swift -------------------------------------------------------------------------------- /fastlane/metadata/app_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/app_icon.jpg -------------------------------------------------------------------------------- /fastlane/metadata/copyright.txt: -------------------------------------------------------------------------------- 1 | 2020 openHAB Foundation e.V. 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/apple_tv_privacy_policy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/de-DE/description.txt -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/de-DE/keywords.txt -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/marketing_url.txt: -------------------------------------------------------------------------------- 1 | http://www.openhab.org 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/name.txt: -------------------------------------------------------------------------------- 1 | openHAB 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/privacy_url.txt: -------------------------------------------------------------------------------- 1 | https://www.openhabfoundation.org/privacy.html 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/promotional_text.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/release_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/de-DE/release_notes.txt -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/subtitle.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/de-DE/support_url.txt: -------------------------------------------------------------------------------- 1 | http://www.openhab.org 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/apple_tv_privacy_policy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/en-US/description.txt -------------------------------------------------------------------------------- /fastlane/metadata/en-US/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/en-US/keywords.txt -------------------------------------------------------------------------------- /fastlane/metadata/en-US/marketing_url.txt: -------------------------------------------------------------------------------- 1 | http://www.openhabfoundation.org 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/name.txt: -------------------------------------------------------------------------------- 1 | openHAB 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/privacy_url.txt: -------------------------------------------------------------------------------- 1 | http://www.openhabfoundation.org/privacy.html 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/promotional_text.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/release_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/fastlane/metadata/en-US/release_notes.txt -------------------------------------------------------------------------------- /fastlane/metadata/en-US/subtitle.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/support_url.txt: -------------------------------------------------------------------------------- 1 | http://www.openhab.org 2 | -------------------------------------------------------------------------------- /fastlane/metadata/primary_category.txt: -------------------------------------------------------------------------------- 1 | MZGenre.Lifestyle 2 | -------------------------------------------------------------------------------- /fastlane/metadata/primary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/primary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/secondary_category.txt: -------------------------------------------------------------------------------- 1 | MZGenre.Utilities 2 | -------------------------------------------------------------------------------- /fastlane/metadata/secondary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/secondary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /openHAB.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /openHAB.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /openHAB.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /openHAB.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/NotificationService.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/NotificationService.xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHAB.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHAB.xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHABIntents.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHABIntents.xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHABTestsSwift.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHABTestsSwift.xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHABUITests.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHABUITests.xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHABWatch (Notification).xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHABWatch (Notification).xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHABWatch.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHABWatch.xcscheme -------------------------------------------------------------------------------- /openHAB.xcodeproj/xcshareddata/xcschemes/openHABWatchSwift (Complication).xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcodeproj/xcshareddata/xcschemes/openHABWatchSwift (Complication).xcscheme -------------------------------------------------------------------------------- /openHAB.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /openHAB.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /openHAB.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved -------------------------------------------------------------------------------- /openHAB/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/AppDelegate.swift -------------------------------------------------------------------------------- /openHAB/AppIcon.icon/Assets/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/AppIcon.icon/Assets/circle.svg -------------------------------------------------------------------------------- /openHAB/AppIcon.icon/Assets/roof.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/AppIcon.icon/Assets/roof.svg -------------------------------------------------------------------------------- /openHAB/AppIcon.icon/icon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/AppIcon.icon/icon.json -------------------------------------------------------------------------------- /openHAB/Cells/Providers/ColorPickerCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/ColorPickerCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/DatePickerInputProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/DatePickerInputProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/FrameCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/FrameCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/GenericCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/GenericCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/ImageCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/ImageCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/MapViewCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/MapViewCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/RollershutterCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/RollershutterCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/SegmentedCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/SegmentedCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/SelectionCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/SelectionCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/SetpointCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/SetpointCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/SliderProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/SliderProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/SliderWithSwitchProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/SliderWithSwitchProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/SwitchCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/SwitchCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/TextInputProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/TextInputProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/VideoCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/VideoCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/Providers/WebViewCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/Providers/WebViewCellProvider.swift -------------------------------------------------------------------------------- /openHAB/Cells/WidgetCellProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Cells/WidgetCellProvider.swift -------------------------------------------------------------------------------- /openHAB/ClientCertificatesViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ClientCertificatesViewModel.swift -------------------------------------------------------------------------------- /openHAB/ColorPickerCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ColorPickerCell.swift -------------------------------------------------------------------------------- /openHAB/ColorPickerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ColorPickerView.swift -------------------------------------------------------------------------------- /openHAB/ColorPickerViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ColorPickerViewController.swift -------------------------------------------------------------------------------- /openHAB/DatePickerUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/DatePickerUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/DrawerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/DrawerView.swift -------------------------------------------------------------------------------- /openHAB/FrameUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/FrameUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/GenericUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/GenericUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/GoogleService-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/GoogleService-Info.plist -------------------------------------------------------------------------------- /openHAB/HomeSelectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/HomeSelectionView.swift -------------------------------------------------------------------------------- /openHAB/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /openHAB/Images.xcassets/arrow.triangle.2.circlepath.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/arrow.triangle.2.circlepath.imageset/Contents.json -------------------------------------------------------------------------------- /openHAB/Images.xcassets/arrow.triangle.2.circlepath.imageset/arrow.triangle.2.circlepath@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/arrow.triangle.2.circlepath.imageset/arrow.triangle.2.circlepath@2x.png -------------------------------------------------------------------------------- /openHAB/Images.xcassets/launchImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/launchImage.imageset/Contents.json -------------------------------------------------------------------------------- /openHAB/Images.xcassets/launchImage.imageset/launchImage-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/launchImage.imageset/launchImage-1.png -------------------------------------------------------------------------------- /openHAB/Images.xcassets/launchImage.imageset/launchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/launchImage.imageset/launchImage.png -------------------------------------------------------------------------------- /openHAB/Images.xcassets/launchImage.imageset/launchImageDark-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/launchImage.imageset/launchImageDark-1.png -------------------------------------------------------------------------------- /openHAB/Images.xcassets/openHABIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/openHABIcon.imageset/Contents.json -------------------------------------------------------------------------------- /openHAB/Images.xcassets/openHABIcon.imageset/oh_logo_only.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/openHABIcon.imageset/oh_logo_only.pdf -------------------------------------------------------------------------------- /openHAB/Images.xcassets/openHABIcon.imageset/oh_logo_only_dark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Images.xcassets/openHABIcon.imageset/oh_logo_only_dark.pdf -------------------------------------------------------------------------------- /openHAB/LoggerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/LoggerView.swift -------------------------------------------------------------------------------- /openHAB/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Main.storyboard -------------------------------------------------------------------------------- /openHAB/MainLaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/MainLaunchScreen.xib -------------------------------------------------------------------------------- /openHAB/MapViewTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/MapViewTableViewCell.swift -------------------------------------------------------------------------------- /openHAB/NewImageTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NewImageTableViewCell.swift -------------------------------------------------------------------------------- /openHAB/NewImageTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NewImageTableViewCell.xib -------------------------------------------------------------------------------- /openHAB/NewImageUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NewImageUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/NoIconDisplayableCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NoIconDisplayableCell.swift -------------------------------------------------------------------------------- /openHAB/NotificationCenterDelegateImpl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NotificationCenterDelegateImpl.swift -------------------------------------------------------------------------------- /openHAB/NotificationTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NotificationTableViewCell.swift -------------------------------------------------------------------------------- /openHAB/NotificationsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/NotificationsView.swift -------------------------------------------------------------------------------- /openHAB/OpenHABNavigationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/OpenHABNavigationController.swift -------------------------------------------------------------------------------- /openHAB/OpenHABRootViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/OpenHABRootViewController.swift -------------------------------------------------------------------------------- /openHAB/OpenHABSitemapViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/OpenHABSitemapViewController.swift -------------------------------------------------------------------------------- /openHAB/OpenHABViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/OpenHABViewController.swift -------------------------------------------------------------------------------- /openHAB/OpenHABWebViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/OpenHABWebViewController.swift -------------------------------------------------------------------------------- /openHAB/PageLoader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/PageLoader.swift -------------------------------------------------------------------------------- /openHAB/PlayerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/PlayerView.swift -------------------------------------------------------------------------------- /openHAB/RTFTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/RTFTextView.swift -------------------------------------------------------------------------------- /openHAB/ReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ReleaseNotes.md -------------------------------------------------------------------------------- /openHAB/Resources/Base.lproj/Intents.intentdefinition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/Base.lproj/Intents.intentdefinition -------------------------------------------------------------------------------- /openHAB/Resources/crowdinfiles.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/crowdinfiles.yml -------------------------------------------------------------------------------- /openHAB/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/de.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/de.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/en.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/en.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/es.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/es.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/fi.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/fi.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/fr.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/fr.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/it.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/it.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/nb.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/nb.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/nb.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/nb.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/nl.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/nl.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/no.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/no.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/no.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/no.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /openHAB/Resources/ru.lproj/Intents.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/ru.lproj/Intents.strings -------------------------------------------------------------------------------- /openHAB/Resources/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Resources/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /openHAB/ReusableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ReusableView.swift -------------------------------------------------------------------------------- /openHAB/RollershutterCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/RollershutterCell.swift -------------------------------------------------------------------------------- /openHAB/ScaleAspectFitImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ScaleAspectFitImageView.swift -------------------------------------------------------------------------------- /openHAB/ScaledHeightUIImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ScaledHeightUIImageView.swift -------------------------------------------------------------------------------- /openHAB/ScreenSaver/ScreenSaverConfiguration.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ScreenSaver/ScreenSaverConfiguration.swift -------------------------------------------------------------------------------- /openHAB/ScreenSaver/ScreenSaverManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ScreenSaver/ScreenSaverManager.swift -------------------------------------------------------------------------------- /openHAB/ScreenSaver/ScreenSaverView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ScreenSaver/ScreenSaverView.swift -------------------------------------------------------------------------------- /openHAB/SegmentedUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SegmentedUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/SelectionUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SelectionUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/SelectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SelectionView.swift -------------------------------------------------------------------------------- /openHAB/SetpointCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SetpointCell.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/AboutSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/AboutSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/AnimatedSecureTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/AnimatedSecureTextField.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/ApplicationSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/ApplicationSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/ClientCertificatesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/ClientCertificatesView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/ConnectionSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/ConnectionSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/DebugSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/DebugSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/ItemSelectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/ItemSelectionView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/MainUISettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/MainUISettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/ScreenSaverSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/ScreenSaverSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/ServerCertificatesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/ServerCertificatesView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/SettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/SettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/SingleConnectionSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/SingleConnectionSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SettingsView/SitemapSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SettingsView/SitemapSettingsView.swift -------------------------------------------------------------------------------- /openHAB/SimpleMJPEGPlayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SimpleMJPEGPlayer.swift -------------------------------------------------------------------------------- /openHAB/SliderUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SliderUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/SliderWithSwitchSupportUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SliderWithSwitchSupportUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/SpinnerViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SpinnerViewController.swift -------------------------------------------------------------------------------- /openHAB/SwitchUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/SwitchUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/TextInputUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/TextInputUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/Throttler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/Throttler.swift -------------------------------------------------------------------------------- /openHAB/UIAlertView+Block.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/UIAlertView+Block.swift -------------------------------------------------------------------------------- /openHAB/UICircleButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/UICircleButton.swift -------------------------------------------------------------------------------- /openHAB/UILabel+Localization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/UILabel+Localization.swift -------------------------------------------------------------------------------- /openHAB/UITableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/UITableView.swift -------------------------------------------------------------------------------- /openHAB/UITableViewCellExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/UITableViewCellExtension.swift -------------------------------------------------------------------------------- /openHAB/UIViewController+Localization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/UIViewController+Localization.swift -------------------------------------------------------------------------------- /openHAB/URL+Static.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/URL+Static.swift -------------------------------------------------------------------------------- /openHAB/VideoStreamManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/VideoStreamManager.swift -------------------------------------------------------------------------------- /openHAB/VideoUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/VideoUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/WatchMessageService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/WatchMessageService.swift -------------------------------------------------------------------------------- /openHAB/WebUITableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/WebUITableViewCell.swift -------------------------------------------------------------------------------- /openHAB/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/features.png -------------------------------------------------------------------------------- /openHAB/legal.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/legal.rtf -------------------------------------------------------------------------------- /openHAB/openHAB-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/openHAB-Info.plist -------------------------------------------------------------------------------- /openHAB/openHAB.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/openHAB.entitlements -------------------------------------------------------------------------------- /openHAB/openapi/openapitest/openapiCorrected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/openapi/openapitest/openapiCorrected.json -------------------------------------------------------------------------------- /openHAB/ping.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHAB/ping.wav -------------------------------------------------------------------------------- /openHABIntents/GetItemStateIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/GetItemStateIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/Info.plist -------------------------------------------------------------------------------- /openHABIntents/IntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/IntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/OpenHABIntentHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/OpenHABIntentHelper.swift -------------------------------------------------------------------------------- /openHABIntents/SetColorValueIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/SetColorValueIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/SetContactStateValueIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/SetContactStateValueIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/SetDimmerRollerValueIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/SetDimmerRollerValueIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/SetNumberValueIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/SetNumberValueIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/SetStringValueIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/SetStringValueIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/SetSwitchStateIntentHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/SetSwitchStateIntentHandler.swift -------------------------------------------------------------------------------- /openHABIntents/openHABIntents.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntents/openHABIntents.entitlements -------------------------------------------------------------------------------- /openHABIntentsTests/SetSwitchStateIntentHandlerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABIntentsTests/SetSwitchStateIntentHandlerTests.swift -------------------------------------------------------------------------------- /openHABTests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /openHABTests/openHABTests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTests/openHABTests-Info.plist -------------------------------------------------------------------------------- /openHABTests/openHABTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTests/openHABTests.m -------------------------------------------------------------------------------- /openHABTestsSwift/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/Info.plist -------------------------------------------------------------------------------- /openHABTestsSwift/LocalizationTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/LocalizationTests.swift -------------------------------------------------------------------------------- /openHABTestsSwift/OpenHABEndPoint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/OpenHABEndPoint.swift -------------------------------------------------------------------------------- /openHABTestsSwift/OpenHABGeneralTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/OpenHABGeneralTests.swift -------------------------------------------------------------------------------- /openHABTestsSwift/OpenHABSVGTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/OpenHABSVGTests.swift -------------------------------------------------------------------------------- /openHABTestsSwift/OpenHABWatchTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/OpenHABWatchTests.swift -------------------------------------------------------------------------------- /openHABTestsSwift/Ressources/embeddedpng_valid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/Ressources/embeddedpng_valid.svg -------------------------------------------------------------------------------- /openHABTestsSwift/Ressources/invalid_xmlns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/Ressources/invalid_xmlns.svg -------------------------------------------------------------------------------- /openHABTestsSwift/Ressources/pantryUseTagPoints2NonExistentElement.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/Ressources/pantryUseTagPoints2NonExistentElement.svg -------------------------------------------------------------------------------- /openHABTestsSwift/Ressources/valid_xmlns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/Ressources/valid_xmlns.svg -------------------------------------------------------------------------------- /openHABTestsSwift/XCTestCaseExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABTestsSwift/XCTestCaseExtension.swift -------------------------------------------------------------------------------- /openHABUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABUITests/Info.plist -------------------------------------------------------------------------------- /openHABUITests/OpenHABUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABUITests/OpenHABUITests.swift -------------------------------------------------------------------------------- /openHABWatch Extension/Views/Rows/FrameRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/Views/Rows/FrameRow.swift -------------------------------------------------------------------------------- /openHABWatch Extension/Views/Rows/SegmentRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/Views/Rows/SegmentRow.swift -------------------------------------------------------------------------------- /openHABWatch Extension/Views/Rows/SliderRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/Views/Rows/SliderRow.swift -------------------------------------------------------------------------------- /openHABWatch Extension/Views/Rows/SwitchRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/Views/Rows/SwitchRow.swift -------------------------------------------------------------------------------- /openHABWatch Extension/Views/Utils/IconView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/Views/Utils/IconView.swift -------------------------------------------------------------------------------- /openHABWatch Extension/openHABWatch Extension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/openHABWatch Extension.entitlements -------------------------------------------------------------------------------- /openHABWatch Extension/openHABWatch Extension/UserData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch Extension/openHABWatch Extension/UserData.swift -------------------------------------------------------------------------------- /openHABWatch/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x 1.png -------------------------------------------------------------------------------- /openHABWatch/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png -------------------------------------------------------------------------------- /openHABWatch/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Base.lproj/Interface.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Base.lproj/Interface.storyboard -------------------------------------------------------------------------------- /openHABWatch/Domain/UserData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Domain/UserData.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Extra Large.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Extra Large.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/OHIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/OHIcon.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/OHIcon.imageset/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/OHIcon.imageset/Icon.png -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/OHTemplateIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/OHTemplateIcon.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/Assets.xcassets/OHTemplateIcon.imageset/oh_logo_template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Assets.xcassets/OHTemplateIcon.imageset/oh_logo_template.pdf -------------------------------------------------------------------------------- /openHABWatch/Extension/ComplicationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/ComplicationController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/Info.plist -------------------------------------------------------------------------------- /openHABWatch/Extension/NotificationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/NotificationController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/NotificationView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/NotificationView.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/OpenHABWatchAppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/OpenHABWatchAppDelegate.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/PushNotificationPayload.apns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/PushNotificationPayload.apns -------------------------------------------------------------------------------- /openHABWatch/Extension/UserDefaultsExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/UserDefaultsExtension.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Icon-32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Icon-32@2x.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Icon-36@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Icon-36@2x.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/openhab84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/openhab84.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/openhab94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/openhab94.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Icon-52@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Icon-52@2x.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Icon-58@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Icon-58@2x.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Icon-40@2x.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Icon-44@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Icon-44@2x.png -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/ButtonTableRowController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/ButtonTableRowController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/ComplicationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/ComplicationController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/ExtensionDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/ExtensionDelegate.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/Info.plist -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/InterfaceController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/InterfaceController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/NotificationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/NotificationController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/PrefsInterfaceController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/PrefsInterfaceController.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/PushNotificationPayload.apns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/PushNotificationPayload.apns -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/UserDefaultsExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/UserDefaultsExtension.swift -------------------------------------------------------------------------------- /openHABWatch/Extension/openHABWatch Extension/external/OpenHabService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Extension/openHABWatch Extension/external/OpenHabService.swift -------------------------------------------------------------------------------- /openHABWatch/External/AppMessageService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/External/AppMessageService.swift -------------------------------------------------------------------------------- /openHABWatch/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Info.plist -------------------------------------------------------------------------------- /openHABWatch/Model/AppSettings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Model/AppSettings.swift -------------------------------------------------------------------------------- /openHABWatch/Model/LazyView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Model/LazyView.swift -------------------------------------------------------------------------------- /openHABWatch/Model/ObservableOpenHABSitemapPage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Model/ObservableOpenHABSitemapPage.swift -------------------------------------------------------------------------------- /openHABWatch/Model/ObservableOpenHABWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Model/ObservableOpenHABWidget.swift -------------------------------------------------------------------------------- /openHABWatch/Model/OpenHABWidgetExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Model/OpenHABWidgetExtension.swift -------------------------------------------------------------------------------- /openHABWatch/Model/UserDefaultsBacked.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Model/UserDefaultsBacked.swift -------------------------------------------------------------------------------- /openHABWatch/OpenHABWatch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/OpenHABWatch.swift -------------------------------------------------------------------------------- /openHABWatch/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Preview Content/Preview Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /openHABWatch/Views/LogsViewer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/LogsViewer.swift -------------------------------------------------------------------------------- /openHABWatch/Views/PreferencesSwiftUIView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/PreferencesSwiftUIView.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/ColorPickerRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/ColorPickerRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/FrameRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/FrameRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/GenericRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/GenericRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/ImageRawRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/ImageRawRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/ImageRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/ImageRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/MapViewRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/MapViewRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/RollershutterRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/RollershutterRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/SegmentRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/SegmentRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/SegmentSelectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/SegmentSelectionView.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/SetpointRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/SetpointRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/SliderRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/SliderRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/SliderWithSwitchSupportRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/SliderWithSwitchSupportRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Rows/SwitchRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Rows/SwitchRow.swift -------------------------------------------------------------------------------- /openHABWatch/Views/SitemapPageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/SitemapPageView.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/Color+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/Color+Extension.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/ColorSelection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/ColorSelection.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/DetailTextLabelView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/DetailTextLabelView.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/IconView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/IconView.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/IconWithAction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/IconWithAction.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/ImageWithAction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/ImageWithAction.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/MapView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/MapView.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/PreviewConstants.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/PreviewConstants.swift -------------------------------------------------------------------------------- /openHABWatch/Views/Utils/TextLabelView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/Views/Utils/TextLabelView.swift -------------------------------------------------------------------------------- /openHABWatch/it.lproj/Interface.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/it.lproj/Interface.strings -------------------------------------------------------------------------------- /openHABWatch/nb.lproj/Interface.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatch/nb.lproj/Interface.strings -------------------------------------------------------------------------------- /openHABWatchSwiftUI Watch AppTests/OpenHABWatchAppTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatchSwiftUI Watch AppTests/OpenHABWatchAppTests.swift -------------------------------------------------------------------------------- /openHABWatchSwiftUI Watch AppUITests/OpenHABWatchLaunchTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatchSwiftUI Watch AppUITests/OpenHABWatchLaunchTests.swift -------------------------------------------------------------------------------- /openHABWatchSwiftUI Watch AppUITests/OpenHABWatchUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/openHABWatchSwiftUI Watch AppUITests/OpenHABWatchUITests.swift -------------------------------------------------------------------------------- /scripts/upload-symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/scripts/upload-symbols -------------------------------------------------------------------------------- /test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openhab/openhab-ios/HEAD/test.out --------------------------------------------------------------------------------