summaryrefslogtreecommitdiff
path: root/Example Apps/Example Swift
Commit message (Collapse)AuthorAgeFilesLines
* rename variables and change log levelJustin Beharry2022-08-101-1/+1
| | | | | -change hasPermission to isEnabled -change debug log in start to warn for swift
* Revise naming, syntax, and messagesJustin Beharry2022-08-103-35/+24
|
* Disable remote control on IAP, enable only for TCPJustin Beharry2022-08-093-9/+36
| | | | | -Disable remote control startup -On IAP show alert when clicking remote control menu item
* Remove set climate button and add back to home buttonJustin Beharry2022-08-083-39/+22
| | | | | -Initialize Remote Control Manager with init soft buttons -Add reset soft button to climate controller
* Update Example Apps/Example Swift/RemoteControlManager.swiftJustin Beharry2022-08-051-1/+0
| | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
* Update Example Apps/Example Swift/RemoteControlManager.swiftJustin Beharry2022-08-051-1/+1
| | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
* Made revisions to obj-C and swift codeJustin Beharry2022-08-042-75/+87
| | | | For full changes https://github.com/smartdevicelink/sdl_ios/pull/2102#pullrequestreview-1060887070
* Make the same revisions like Obj-C exampleJustin Beharry2022-08-033-35/+63
| | | | | | -Move RemoteControl Initialization to proxy manager -Add logging -Remove trailing whitespace
* Log failures and prefix private methods for obj-CJustin Beharry2022-08-021-1/+0
|
* Add revisions to code and init remote in ProxyManagerJustin Beharry2022-08-022-76/+57
| | | | | | | | | -Remove white space on empty lines -Add remote control titles to app constants -Add only necessary import to RemoteControlManager -Create start function to RemoteControlManager -Remove method initiaizations in RemoteControlManager -remove -> and _ prefix parameters, and reference by self
* Move Remote Control Managers to corresponding foldersJustin Beharry2022-08-021-0/+224
|
* Create submenu item to view remote climate settingsJustin Beharry2022-07-291-11/+22
|
* Add temperature buttons to swift remote exampleJustin Beharry2022-07-291-2/+2
|
* Create remote control climate exampleJustin Beharry2022-07-282-1/+39
| | | | Add new menu item and toggle AC on or off
* Merge iOS 15 example app fixesJoel Fischer2021-09-278-371/+302
|
* Merge pull request #1979 from ↵Joel Fischer2021-05-251-2/+2
|\ | | | | | | | | smartdevicelink/bugfix/issue-1978-swift-and-objc-example-apps-sometimes-the-image-is-not-sent-on-the-first-hmi-level-of-full Fix for Swift and Obj-C example apps - sometimes image is not sent on the first hmi level of `Full`
| * Swift example app updateFrank Elias2021-05-111-2/+2
| |
| * Example app updareFrank Elias2021-05-101-6/+0
| |
| * re-upload image when there is errorbugfix/issue-1978-swift-and-objc-example-apps-sometimes-the-image-is-not-sent-on-the-first-hmi-level-of-fullFrank Elias2021-04-291-0/+6
| |
* | Merge pull request #1992 from ↵Joel Fischer2021-05-171-4/+8
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1991-example-apps-button-state-does-not-match-the-text-or-image-state-if-the-app-is-reopened Fixed Example apps button state does not match the image/text state if the app is reopened after exiting
| * | Swift example app updateFrank Elias2021-05-171-2/+4
| | |
| * | Button state fixFrank Elias2021-05-141-2/+4
| |/
* | Fix swift example warningJoel Fischer2021-05-131-1/+1
| |
* | Refactor Obj-C example app connection process to mirror Swift apJoel Fischer2021-05-131-3/+4
|/
* Example app updatebugfix/issue-1967-example-app-menu-not-displayed-correctly-after-app-exitFrank Elias2021-04-121-1/+4
|
* Fix some colors and a logJoel Fischer2021-03-192-8/+8
|
* Fixes for APIs and namingJoel Fischer2021-03-173-4/+2
| | | | | | | | | | * Fix swift example warning * Update SDLManagerDelegate didReceiveSystemInfo naming on Swift * Fix file names for SDLImageResolution+StreamingVideoExtensions and SDLVideoStreamingCapability+StreamingVideoExtensions * Fix documentation misspelling in SDLMenuCell * Fix SDLSeekStreamingIndicator `seekIndicatorWithSeekTime` using a nullable parameter when it should be nonnull * Deprecate old SDLStreamingMediaConfiguration initializer and replace it with one with new properties * Update SDLStreamingVideoDelegate `videoStreamingDidUpdate` naming on Swift
* Example apps updateFrank Elias2021-03-031-13/+13
|
* Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2021-03-013-16/+24
|\ | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLWindowCapabilitySpec.m
| * Review fixesfeature/issue-1876-sdl-0293-enable-oem-exclusive-app-supportJoel Fischer2021-02-251-1/+1
| | | | | | | | | | * Add SDLVehicleTypeSpec test for new init * Fix typo
| * Implement system info delegate in example appsJoel Fischer2021-02-241-1/+9
| | | | | | | | | | | | * Fix swift version of system info delegate * Update RAIR system info log * Add description method for System Info
| * Merge branch 'develop' into feature/issue-1510-SDL-0267-main-menu-ui-updatesFrank Elias2021-02-181-1/+1
| |\ | | | | | | | | | | | | # Conflicts: # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTextFieldNameSpec.m
| | * [0269] 'New vehicle data climateData': fix a mistake in swift example ↵leonid lokhmatov, Luxoft2021-02-051-1/+1
| | | | | | | | | | | | (method name did change in SDL)
| * | Merge branch 'develop' into feature/issue-1510-SDL-0267-main-menu-ui-updatesFrank Elias2021-02-041-1/+1
| |\ \ | | |/
| * | Swift example updatesFrank Elias2021-02-011-13/+13
| | |
* | | Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2021-02-021-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * | [0262] 'new vehicle data seatOccupancy': apply review commentsleonid lokhmatov, Luxoft2021-01-271-1/+1
| |/
* | Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2020-12-081-0/+6
|\ \ | |/ | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # Example Apps/Example ObjC/AlertManager.m # Example Apps/Example Swift/AlertManager.swift
| * Comments reviewFrank Elias2020-12-021-1/+1
| |
| * Merge branch 'develop' into ↵Joel Fischer2020-11-301-5/+7
| |\ | | | | | | | | | bugfix/issue-1793-SYNC-3.0-bug-with-button-event-notifications
| * | Comment reviewFrank Elias2020-11-201-1/+1
| | |
* | | Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2020-12-021-5/+7
|\ \ \ | | |/ | |/|
| * | comments reviewbugfix/issue-1827-Example-app-reset-template-when-HMI-level-changesFrank Elias2020-11-201-4/+4
| | |
| * | Keep the same template on HMI level changesFrank Elias2020-11-191-1/+3
| | |
* | | Ex. apps now use the alert mngNicoleYarroch2020-11-251-10/+9
|/ / | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | Fix example apps resetting the soft buttons unnecessarilybugfix/issue-1782-example-app-soft-button-resetJoel Fischer2020-10-191-2/+2
|/
* Deprecate SetDisplayLayoutJoel Fischer2020-10-152-9/+6
|
* Updated deprecated API in example appsNicoleYarroch2020-09-031-4/+4
| | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* Merge branch 'develop' into feature/0312_update_min_required_iOS_version_to_10NicoleYarroch2020-09-031-0/+50
|\ | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m
| * Move files from wrong folderbugfix/issue-1765-sdl-example-filesJoel Fischer2020-09-021-0/+50
| |