summaryrefslogtreecommitdiff
path: root/Example Apps
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for tests and Obj-C example appbugfix/issue-1945-swift-naming-fixesJoel Fischer2021-03-172-6/+1
| | | | | | | * Fixed SeekStreamingIndicator tests for updated initializer * Added StreamingMediaConfiguration tests for added initializer and fixed tests * Fixed ChoiceSet tests for updated timeout behavior * Fixed Obj-C example app for deprecated code
* Fixes for APIs and namingJoel Fischer2021-03-175-6/+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-032-26/+26
|
* Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2021-03-016-32/+47
|\ | | | | | | | | | | | | | | 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-252-3/+2
| | | | | | | | | | * Add SDLVehicleTypeSpec test for new init * Fix typo
| * Implement system info delegate in example appsJoel Fischer2021-02-242-1/+14
| | | | | | | | | | | | * 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-182-2/+5
| |\ | | | | | | | | | | | | # 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)
| | * [0269] 'New vehicle data climateData': Merge branch 'develop' into this. ↵leonid lokhmatov, Luxoft2021-02-052-2/+2
| | |\ | | | | | | | | | | | | Resolve many conflicts.
| | * | [0269] 'New vehicle data climateData': revert wrongly removed deprecationsleonid lokhmatov, Luxoft2021-02-051-0/+3
| | | |
| | * | [0269] 'New vehicle data climateData': fix PR review comments ↵leonid lokhmatov, Luxoft2021-02-021-3/+0
| | | | | | | | | | | | | | | | (externalTemperature is not deprecated)
| | * | [0269] 'New vehicle data climateData': Merge branch 'develop' into this. 2 ↵leonid lokhmatov, Luxoft2021-01-284-12/+16
| | |\ \ | | | | | | | | | | | | | | | conflicts resolved (accepted both A+B) in SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| | * | | 0269 'climate data' - fix test, fix warningsleonid lokhmatov, Luxoft2020-12-041-1/+4
| | | | |
| * | | | Merge branch 'develop' into feature/issue-1510-SDL-0267-main-menu-ui-updatesFrank Elias2021-02-042-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Swift example updatesFrank Elias2021-02-011-13/+13
| | | | |
| * | | | SDLAddSubMenu fixesFrank Elias2020-12-101-13/+13
| | |_|/ | |/| |
* | | | Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2021-02-022-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | 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
| | | |
| * | | SDL-0262 'New vehicle data SeatOccupancy': fix structures (checked with ↵leonid lokhmatov, Luxoft2020-12-051-1/+1
| | | | | | | | | | | | | | | | develop branch)
| * | | SDL-0262 'New vehicle data SeatOccupancy': fix example app (use updated init ↵leonid lokhmatov, Luxoft2020-12-041-1/+1
| |/ / | | | | | | | | | method instead of the deprecated one)
* | | Apply suggestions from code review NicoleYarroch2021-01-071-1/+1
| | | | | | | | | | | | | | | Code review suggestions Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
* | | Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2020-12-082-1/+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-022-2/+2
| | |
| * | Merge branch 'develop' into ↵Joel Fischer2020-11-302-10/+14
| |\ \ | | | | | | | | | | | | bugfix/issue-1793-SYNC-3.0-bug-with-button-event-notifications
| * | | Comment reviewFrank Elias2020-11-202-2/+2
| | | |
* | | | Merge branch 'develop' into feature/issue_1579_alert_managerNicoleYarroch2020-12-022-10/+14
|\ \ \ \ | | |/ / | |/| |
| * | | comments reviewbugfix/issue-1827-Example-app-reset-template-when-HMI-level-changesFrank Elias2020-11-202-8/+8
| | | |
| * | | Keep the same template on HMI level changesFrank Elias2020-11-192-2/+6
| | |/ | |/|
* | | Ex. apps now use the alert mngNicoleYarroch2020-11-252-21/+25
|/ / | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | Fix example apps resetting the soft buttons unnecessarilybugfix/issue-1782-example-app-soft-button-resetJoel Fischer2020-10-192-4/+4
|/
* Deprecate SetDisplayLayoutJoel Fischer2020-10-154-17/+11
|
* Merge branch 'develop' into feature/0312_update_min_required_iOS_version_to_10NicoleYarroch2020-09-043-27/+30
|\ | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
| * Added a 1024x1024 app store iconbugfix/issue_1772_fix_warnings_in_obj_c_ex_appNicoleYarroch2020-09-042-27/+28
| | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * Added missing protocol delegate methodNicoleYarroch2020-09-041-0/+2
| | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | Apply suggestions from code reviewNicoleYarroch2020-09-041-1/+1
| | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
* | Updated deprecated API in example appsNicoleYarroch2020-09-032-22/+7
| | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | Merge branch 'develop' into feature/0312_update_min_required_iOS_version_to_10NicoleYarroch2020-09-034-1/+144
|\ \ | |/ | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m
| * Merge branch 'feature/0253_vehicle_data_StabilityControlsStatus' into developJoel Fischer2020-09-031-1/+1
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec
| | * sdl-0253 "New vehicle data StabilityControlsStatus": Merge branch 'develop' ↵leonid lokhmatov, Luxoft2020-09-0115-186/+312
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into this, conflicts resolved. # Conflicts: # Example Apps/Example ObjC/VehicleDataManager.m # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLGetVehicleData.h # SmartDeviceLink/SDLGetVehicleData.m # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLGetVehicleDataResponse.m # SmartDeviceLink/SDLOnVehicleData.h # SmartDeviceLink/SDLOnVehicleData.m # SmartDeviceLink/SDLRPCParameterNames.h # SmartDeviceLink/SDLRPCParameterNames.m # SmartDeviceLink/SDLSubscribeVehicleData.h # SmartDeviceLink/SDLSubscribeVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleDataResponse.h # SmartDeviceLink/SDLSubscribeVehicleDataResponse.m # SmartDeviceLink/SDLUnsubscribeVehicleData.h # SmartDeviceLink/SDLUnsubscribeVehicleData.m # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.m # SmartDeviceLink/SDLVehicleDataType.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| | * \ Merge branch 'develop' into 0253_vehicle_data_StabilityControlsStatus, all ↵leonid lokhmatov, Luxoft2020-08-155-133/+127
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conflicts resolved (merged) # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLGetVehicleData.h # SmartDeviceLink/SDLGetVehicleData.m # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLGetVehicleDataResponse.m # SmartDeviceLink/SDLOnVehicleData.h # SmartDeviceLink/SDLOnVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleData.h # SmartDeviceLink/SDLSubscribeVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleDataResponse.h # SmartDeviceLink/SDLSubscribeVehicleDataResponse.m # SmartDeviceLink/SDLUnsubscribeVehicleData.h # SmartDeviceLink/SDLUnsubscribeVehicleData.m # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| * | | | Move files from wrong folderbugfix/issue-1765-sdl-example-filesJoel Fischer2020-09-023-0/+143
| | |_|/ | |/| |
* | | | Merge branch 'develop' into feature/0312_update_min_required_iOS_version_to_10NicoleYarroch2020-09-031-1/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec # SmartDeviceLink/public/SDLSyncMsgVersion.h # SmartDeviceLink/public/SDLSyncMsgVersion.m
| * | | 0261 'New vehicle data WindowStatus': Merge branch 'develop' into this ↵leonid lokhmatov, Luxoft2020-08-2715-183/+301
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [0261], conflicts resolved # Conflicts: # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLVehicleDataType.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| * \ \ \ 0261 'New vehicle data WindowStatus': Merge branch 'develop' into this ↵leonid lokhmatov, Luxoft2020-08-139-135/+137
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [0261], conflicts resolved # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLGetVehicleData.h # SmartDeviceLink/SDLGetVehicleData.m # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLGetVehicleDataResponse.m # SmartDeviceLink/SDLOnVehicleData.h # SmartDeviceLink/SDLOnVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleData.h # SmartDeviceLink/SDLSubscribeVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleDataResponse.h # SmartDeviceLink/SDLSubscribeVehicleDataResponse.m # SmartDeviceLink/SDLUnsubscribeVehicleData.h # SmartDeviceLink/SDLUnsubscribeVehicleData.m # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.m # SmartDeviceLink/SDLVehicleDataType.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
* | | | | Removed available checkes from Swift Ex. AppNicoleYarroch2020-09-012-13/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Merge branch 'develop' into feature/0312_update_min_required_iOS_version_to_10NicoleYarroch2020-08-2715-186/+311
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #1690 from yoooriii/feature/0266_vehicle_data_GearStatusNicoleYarroch2020-08-255-3/+10
| |\ \ \ \ | | | |/ / | | |/| | [SDL-0266] New vehicle data GearStatus
| | * | | Merge branch 'feature/0266_vehicle_data_GearStatus' into develop, resolve ↵leonid lokhmatov, Luxoft2020-08-125-3/+10
| | |\ \ \ | | | |_|/ | | |/| | | | | | | conflicts.
| | | * | 0266 "New vehicle data GearStatus": code review 4, fix obj-c example app.leonid lokhmatov, Luxoft2020-08-115-3/+10
| | | | |
| | | * | 0266 "New vehicle data GearStatus": code review 4, update obj-c example app ↵leonid lokhmatov, Luxoft2020-08-101-1/+1
| | | |/ | | | | | | | | | | | | to use .gearStatus.actualGear instead of .prndl on Vehicle Data object.