summaryrefslogtreecommitdiff
path: root/Example Apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
| * | | Merge pull request #1735 from smartdevicelink/feature/0242_subtle_alert_styleJoel Fischer2020-08-2015-183/+301
| |\ \ \ | | |/ / | |/| | SDL 0242 subtle alert style
| | * | Refactored permission checks in Swift ex. appfeature/0242_subtle_alert_styleNicoleYarroch2020-08-201-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Change fileprivate to privateNicoleYarroch2020-08-171-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Fixed images and soft button statesNicoleYarroch2020-08-132-9/+23
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Added/updated ex. app constantsNicoleYarroch2020-08-132-4/+10
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Added permissions checks for alertsNicoleYarroch2020-08-134-19/+45
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Updated ex. apps alert manager classesNicoleYarroch2020-08-1311-108/+115
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Apply suggestions from code reviewNicoleYarroch2020-08-122-2/+2
| | | | | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| | * | Removed unused app constantNicoleYarroch2020-08-112-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Fixed guard statemnt for soft buttonNicoleYarroch2020-08-111-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Removed extra pragmaNicoleYarroch2020-08-111-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Fixed capitalizationNicoleYarroch2020-08-111-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Moved image uploads for alerts to Alert ManagerNicoleYarroch2020-08-115-63/+105
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Added subtle alert to ex. appsNicoleYarroch2020-08-109-113/+138
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | Removed deprecated permission mngr helpersNicoleYarroch2020-08-241-1/+1
|/ / / | | | | | | | | | | | | | | | Fixed test cases Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | 0256 'Refactor Fuel Information Related Vehicle Data', fix obj-c example app.leonid lokhmatov, Luxoft2020-08-111-7/+11
| | |
* | | SDL-0256 ' Fuel Information Related Vehicle Data'Vladyslav Mustafin2020-08-101-2/+6
|/ /
* | Fix lifecycle manager bug when multiple managers are presentbugfix/issue-1710-sdlmanager-crash-restartJoel Fischer2020-07-141-12/+7
| | | | | | | | | | * Lifecycle manager should only listen to its own notification dispatcher * Make swift example app work like Obj-C and run even if the transport type is changed
* | Merge pull request #1695 from ↵Joel Fischer2020-07-092-42/+55
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1682-tracking-parameter-permissions Align with Java Suite Permission Manager Parameter Permissions
| * \ Merge branch 'bugfix/issue-1682-tracking-parameter-permissions' of ↵Joel Fischer2020-07-092-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios into bugfix/issue-1682-tracking-parameter-permissions # Conflicts: # Example Apps/Example Swift/RPCPermissionsManager.swift # SmartDeviceLink/SDLPermissionConstants.h
| | * | Apply suggestions from code reviewJoel Fischer2020-07-091-1/+1
| | | | | | | | | | | | Co-authored-by: NicoleYarroch <nicole@livio.io>
| | * | Apply suggestions from code reviewJoel Fischer2020-07-091-2/+2
| | | | | | | | | | | | Co-authored-by: NicoleYarroch <nicole@livio.io>
| * | | Changes based on code reviewJoel Fischer2020-07-092-4/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * Make sure new public methods are public via SmartDeviceLink.h and podspecs * Make SDLRPCPermissionNames not public again * Update a bunch of documentation * Remove `SDLSubscribedPermissionChangedHandler` since it's new but unused * Fix `SDLPermissionElement.parameterPermissions` not being `nullable` * Fix missing NS_ASSUME_NONNULL tags in some .m files
| * | Fix swift app not compilingbugfix/issue-1682-tracking-parameter-permissionsJoel Fischer2020-07-081-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | * Add additional documentation to the permission element parameterPermissions param * Fix some internal methods receiving mutable dictionaries when they should be receiving immutable dictionaries * Fix public SDLRPCPermissionStatus method using a private SDLRPCParameterName enum * Fix SDLRPCPermissionStatus initializer implementation not matching the declaration * Update SDLRPCPermissionStatus description
| * | addressed PR commentslapinskijw2020-07-071-8/+8
| | |
| * | Apply suggestions from code reviewJames Lapinski2020-07-071-2/+2
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | updated method names and testslapinskijw2020-07-061-1/+1
| | |