summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed SDLTTSChunkFactory from project.feature/sdl_0021_tts_factory_removalMuller, Alexander (A.)2017-01-129-57/+4
|
* Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-1163-238/+799
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (30 commits) Remove a test focus Fixed test cases Fix podspec not updated with latest version number Update for v4.5.0 Follow style guide for boolean check Updated formatting of README.md Added steps for using the lock screen manager from SDL's bundle to the readme. Added check when trying to upload an appIcon for a head unit that does not support graphics. Update for v4.5.0 Fixed issue with trying to upload a file that is nil will cause an infinite loop. Fixed an issue with initializer causing infinite loop. Improved readability for nil-checks. Fixed issue relating to SDLLocationDetails' searchAddress using the wrong key for object store. Fixed formatting for some interfaces. Fixed issue with LocationDetails' properties not properly becoming initialized. Fixed issue with waypoints not being correctly initialized as SDLLocationDetails Adding in nil checks for completion handlers of Streaming Media Manager. Updated description to return correct control data name. Update changelog for v4.5.0-beta.1 Update for v4.5.0-beta.1 release ... # Conflicts: # SmartDeviceLink/SDLDiagnosticMessage.m # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLKeyboardProperties.h # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteraction.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLPutFile.h # SmartDeviceLink/SDLReadDID.m # SmartDeviceLink/SDLSetGlobalProperties.h # SmartDeviceLink/SDLSetMediaClockTimer.h # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUpdateTurnList.m # SmartDeviceLink/SDLV2ProtocolHeader.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetWaypointsSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
| * Remove a test focusJoel Fischer2017-01-111-1/+1
| |
| * Fixed test casesJoel Fischer2017-01-113-7/+8
| | | | | | | | * Updated some test dependencies
| * Fix podspec not updated with latest version numberJoel Fischer2017-01-111-1/+1
| |
| * Merge branch 'release/4.5.0'4.5.0Joel Fischer2017-01-1163-237/+801
| |\
| | * Update for v4.5.0Joel Fischer2017-01-114-3/+7
| | |
| | * Follow style guide for boolean checkrelease/4.5.0Joel Fischer2017-01-101-1/+1
| | |
| | * Updated formatting of README.mdAlex Muller2016-12-211-0/+1
| | |
| | * Added steps for using the lock screen manager from SDL's bundle to the readme.Muller, Alexander (A.)2016-12-201-0/+6
| | |
| | * Added check when trying to upload an appIcon for a head unit that does not ↵Muller, Alexander (A.)2016-12-201-1/+2
| | | | | | | | | | | | support graphics.
| | * Update for v4.5.04.5.0-beta.2Joel Fischer2016-12-1615-39/+64
| | |
| | * Merge pull request #482 from smartdevicelink/hotfix/issue_481Alex Muller2016-12-131-1/+18
| | |\ | | | | | | | | Added nil-checks for blocks in SDLStreamingMediaManager
| | | * Improved readability for nil-checks.hotfix/issue_481Muller, Alexander (A.)2016-12-131-29/+30
| | | |
| | | * Adding in nil checks for completion handlers of Streaming Media Manager.Muller, Alexander (A.)2016-12-091-14/+30
| | | |
| | * | Fixed issue with trying to upload a file that is nil will cause an infinite ↵Muller, Alexander (A.)2016-12-131-6/+11
| | | | | | | | | | | | | | | | loop.
| | * | Fixed an issue with initializer causing infinite loop.Muller, Alexander (A.)2016-12-131-1/+1
| | | |
| | * | Fixed issue relating to SDLLocationDetails' searchAddress using the wrong ↵Muller, Alexander (A.)2016-12-122-3/+4
| | | | | | | | | | | | | | | | key for object store.
| | * | Fixed formatting for some interfaces.Muller, Alexander (A.)2016-12-127-21/+14
| | | |
| | * | Fixed issue with LocationDetails' properties not properly becoming initialized.Muller, Alexander (A.)2016-12-121-3/+18
| | | |
| | * | Fixed issue with waypoints not being correctly initialized as SDLLocationDetailsMuller, Alexander (A.)2016-12-092-2/+23
| | |/
| | * Merge pull request #480 from smartdevicelink/feature/issue_479Joel Fischer2016-12-071-1/+1
| | |\ | | | | | | | | Fixed V2 Protocol Header frameData description.
| | | * Updated description to return correct control data name.feature/issue_479Muller, Alexander (A.)2016-12-061-1/+1
| | |/
| | * Update changelog for v4.5.0-beta.1Joel Fischer2016-12-051-0/+7
| | |
| | * Update for v4.5.0-beta.1 release4.5.0-beta.1Joel Fischer2016-12-0526-187/+535
| | |
| | * Fix typo in initializer property name.Muller, Alexander (A.)2016-12-051-1/+1
| | |
| | * Merge pull request #477 from smartdevicelink/hotfix/issue_475Alex Muller2016-12-0222-37/+139
| | |\ | | | | | | | | Added in missing response & notification dispatchers for waypoints.
| | | * Fixing issue relating to classes being incorrectly spelled compared to spec ↵Muller, Alexander (A.)2016-12-0222-37/+139
| | |/ | | | | | | | | | (which is incorrectly spelled).
| | * Merge remote-tracking branch 'origin/master' into release/4.5.0Muller, Alexander (A.)2016-12-022-3/+5
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Revert waypoints Revert "Merge pull request #476 from smartdevicelink/hotfix/issue_475" Revert "Added tests for SDLNotificationDispatcher's new methods, and updated them to match changed classnames." Added tests for SDLNotificationDispatcher's new methods, and updated them to match changed classnames. Fixing issue relating to classes being incorrectly spelled compared to spec (which is incorrectly spelled). Added in missing response & notification dispatchers for waypoints. Added check for compressionSession nullability.
| | * Merge pull request #471 from smartdevicelink/hotfix/issue_469Joel Fischer2016-12-0216-23/+35
| | |\ | | | | | | | | Updated property types to better reflect spec.
| | | * Reverting adding generics.hotfix/issue_469Muller, Alexander (A.)2016-12-015-7/+11
| | | |
| | | * Reverting types for some functions that were decreasing range of parameters.Muller, Alexander (A.)2016-12-016-6/+9
| | | |
| | | * Fixed types for multiple different class's instance initializers.Muller, Alexander (A.)2016-11-3019-26/+24
| | | |
| | | * Added missing catch-all initializer for performInteraction.Muller, Alexander (A.)2016-11-302-1/+8
| | | |
| | | * Added missing NSArray generics.Muller, Alexander (A.)2016-11-301-1/+1
| | | |
| | | * Updated timeout to UInt32.Muller, Alexander (A.)2016-11-302-8/+8
| | | |
| | * | Merge pull request #474 from smartdevicelink/feature/issue_470Joel Fischer2016-12-022-0/+6
| | |\ \ | | | |/ | | |/| Allow SecurityManager's AppId to be set earlier on in lifecycle
| | | * Adding in a check to see if we can set appId for backward compatibility.feature/issue_470Muller, Alexander (A.)2016-12-011-1/+2
| | | |
| | | * Updated SDLSecurityType to make appId assignable outside of initializer, and ↵Muller, Alexander (A.)2016-11-292-0/+5
| | |/ | | | | | | | | | sets it after successful RAI.
* | | Removed nonexistent implementation file from project.Muller, Alexander (A.)2016-12-201-2/+0
| | |
* | | Added missing inclusion of SDLMacros.h to PodfileMuller, Alexander (A.)2016-12-061-0/+1
| | |
* | | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-12-056-8/+17
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (30 commits) Revert waypoints Revert "Merge pull request #476 from smartdevicelink/hotfix/issue_475" Revert "Added tests for SDLNotificationDispatcher's new methods, and updated them to match changed classnames." Added tests for SDLNotificationDispatcher's new methods, and updated them to match changed classnames. Fixing issue relating to classes being incorrectly spelled compared to spec (which is incorrectly spelled). Added in missing response & notification dispatchers for waypoints. Added check for compressionSession nullability. Update to v4.4.1 Update uploading file operations to use built in cancel mechanism Added missing initializers for waypoint initializers. Update documentation Update to v4.4.0 Fixed issue relating to uploading files to Core that was out of memory. Uncommented SDLOasisAddress. Removed unused initializer from DateTime Added more informative description for SendLocation's DateTime. Updated formatting Updated Date/Time documentation. Replaced SendLocation's CGFloat with double. Fixed issues with tests not compiling and giving warnings of extra imports. ... # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLDateTime.m # SmartDeviceLink/SDLDeliveryMode.h # SmartDeviceLink/SDLDeliveryMode.m # SmartDeviceLink/SDLDisplayType.h # SmartDeviceLink/SDLDisplayType.m # SmartDeviceLink/SDLFunctionID.m # SmartDeviceLink/SDLGetWaypoints.h # SmartDeviceLink/SDLGetWaypoints.m # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLLocationCoordinate.m # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLOasisAddress.m # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLSendLocation.h # SmartDeviceLink/SDLSendLocation.m # SmartDeviceLink/SDLSubscribeWaypoints.m # SmartDeviceLink/SDLSubscribeWaypointsResponse.m # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m # SmartDeviceLink/SDLUploadFileOperation.m # SmartDeviceLink/SDLWaypointType.h # SmartDeviceLink/SDLWaypointType.m # SmartDeviceLinkTests/ProtocolSpecs/SDLFunctionIDSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLDeliveryModeSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLDisplayTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLWaypointTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnWaypointChangeSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetWaypointsSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSendLocationSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetWaypointsResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLDateTimeSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationCoordinateSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLOasisAddressSpec.m
| * | Revert waypointsJoel Fischer2016-12-021-16/+0
| | |
| * | Revert "Merge pull request #476 from smartdevicelink/hotfix/issue_475"Joel Fischer2016-12-0220-115/+28
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2eebf48b3dde164ee0e44d0c41f853443ac323fa, reversing changes made to a51ff3a30aea74cff745bd4e22e9880b563717fe. # Conflicts: # SmartDeviceLink/SDLNotificationDispatcher.m
| * | Revert "Added tests for SDLNotificationDispatcher's new methods, and updated ↵Joel Fischer2016-12-022-8/+4
| | | | | | | | | | | | | | | | | | them to match changed classnames." This reverts commit 7cf4a0d9057fc03c3cb142d64a5d17e5affcea8b.
| * | Merge pull request #476 from smartdevicelink/hotfix/issue_475Joel Fischer2016-12-0222-29/+136
| |\ \ | | | | | | | | Added in missing response & notification dispatchers for waypoints.
| | * | Added tests for SDLNotificationDispatcher's new methods, and updated them to ↵hotfix/issue_475Muller, Alexander (A.)2016-12-022-4/+8
| | | | | | | | | | | | | | | | match changed classnames.
| | * | Fixing issue relating to classes being incorrectly spelled compared to spec ↵Muller, Alexander (A.)2016-12-0218-31/+99
| | | | | | | | | | | | | | | | (which is incorrectly spelled).
| | * | Added in missing response & notification dispatchers for waypoints.Muller, Alexander (A.)2016-12-024-2/+37
| | |/
| * | Merge pull request #473 from smartdevicelink/hotfix/issue_472Joel Fischer2016-12-021-2/+4
| |\ \ | | |/ | |/| Adding check for compressionSession nullability on teardown.