summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into ↵feature/issue_419_iOS6_removalMuller, Alexander (A.)2017-01-192-6/+25
|\ | | | | | | | | | | | | feature/issue_419_iOS6_removal * origin/develop: Fixed issue with incorrectly parsing SDLRPCResponses.
| * Fixed issue with incorrectly parsing SDLRPCResponses.Muller, Alexander (A.)2017-01-192-6/+25
| |
* | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-191-6/+5
|\ \ | |/ | | | | | | | | | | | | feature/issue_419_iOS6_removal * origin/develop: Removed unused property in unit test. Fixed renamed variable in unit tests.
| * Removed unused property in unit test.Muller, Alexander (A.)2017-01-191-1/+0
| |
| * Fixed renamed variable in unit tests.Muller, Alexander (A.)2017-01-191-5/+5
| |
* | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-197-4/+25
|\ \ | |/ | | | | | | | | | | | | | | | | | | feature/issue_419_iOS6_removal * origin/develop: Update for v4.5.1 Added a ParameterAssert instead of throwing an exception, along with returning a handler with an error. Updated to throw an exception instead of returning an error for nil requests being sent. Adding a spec to test sending nil request. Added check for nil request in sending.
| * Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-197-4/+25
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Update for v4.5.1 Added a ParameterAssert instead of throwing an exception, along with returning a handler with an error. Updated to throw an exception instead of returning an error for nil requests being sent. Adding a spec to test sending nil request. Added check for nil request in sending.
| | * Update for v4.5.14.5.1Joel Fischer2017-01-196-6/+11
| | | | | | | | | | | | * Run clang-format
| | * Merge pull request #500 from smartdevicelink/hotfix/issue_499Joel Fischer2017-01-192-0/+16
| | |\ | | | | | | | | Fix Sending Nil Request Causing Crash.
| | | * Added a ParameterAssert instead of throwing an exception, along with ↵Muller, Alexander (A.)2017-01-192-5/+7
| | | | | | | | | | | | | | | | returning a handler with an error.
| | | * Updated to throw an exception instead of returning an error for nil requests ↵hotfix/issue_499Muller, Alexander (A.)2017-01-182-12/+6
| | | | | | | | | | | | | | | | being sent.
| | | * Adding a spec to test sending nil request.Muller, Alexander (A.)2017-01-181-0/+11
| | | |
| | | * Added check for nil request in sending.Muller, Alexander (A.)2017-01-181-0/+9
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-19174-5690/+1565
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_419_iOS6_removal * origin/develop: Fixed issue around not calculating an SDLPutFile's currentOffset correctly. Updated unit tests to cover all SDLPutFiles, not just the first. Added in missing implementations of dictionary categories. Moved the import from SDLRPCStruct to implementation of all classes to remove build warning of redefinition Removed nonexistent files from project Added nullability annotations. Fixed issue using incorrect name for search address. Migrated to using a category instead of adding the classes to the subclass of SDLRPCStruct. Updated missing parameters. Updated setter/getter for all rpcs and structs to use convenience methods.
| * | | Merge pull request #494 from smartdevicelink/feature/struct_property_rewriteJoel Fischer2017-01-19172-5681/+1543
| |\ \ \ | | | | | | | | | | Feature/struct property rewrite
| | * \ \ Merge remote-tracking branch 'origin/develop' into ↵feature/struct_property_rewriteMuller, Alexander (A.)2017-01-18389-1927/+3337
| | |\ \ \ | | | | | | | | | | | | | | | | | | feature/struct_property_rewrite.
| | * | | | Added in missing implementations of dictionary categories.Muller, Alexander (A.)2017-01-1731-798/+156
| | | | | |
| | * | | | Moved the import from SDLRPCStruct to implementation of all classes to ↵Muller, Alexander (A.)2017-01-17165-3/+173
| | | | | | | | | | | | | | | | | | | | | | | | remove build warning of redefinition
| | * | | | Removed nonexistent files from projectMuller, Alexander (A.)2017-01-171-8/+0
| | | | | |
| | * | | | Added nullability annotations.Muller, Alexander (A.)2017-01-172-4/+12
| | | | | |
| | * | | | Fixed issue using incorrect name for search address.Muller, Alexander (A.)2017-01-171-2/+2
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-1773-2333/+780
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/struct_property_rewrite * origin/develop: (44 commits) Removed SDLTTSChunkFactory from project. Removed SDLRPCRequestFactory from project. 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 Removed nonexistent implementation file from project. 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. ... # Conflicts: # SmartDeviceLink/SDLDateTime.m # SmartDeviceLink/SDLGetWaypoints.m # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLLocationCoordinate.m # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLOasisAddress.m # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLSendLocation.m # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
| | * | | | | Migrated to using a category instead of adding the classes to the subclass ↵Muller, Alexander (A.)2016-11-09126-1172/+1170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of SDLRPCStruct.
| | * | | | | Updated missing parameters.Muller, Alexander (A.)2016-11-0613-387/+88
| | | | | | |
| | * | | | | Merge remote-tracking branch 'origin/master' into ↵Muller, Alexander (A.)2016-11-060-0/+0
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/struct_property_rewrite * origin/master: 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. Added additional initializer for SendLocation Made addressLines property more defined on usage. Added additional initializers for SDLDateTime. Fixed issues with tests not compiling and giving warnings of extra imports. Added missing spec tests Updated to Podspec 4.4.0 Merge remote-tracking branch 'origin/master' into sdl_0004_sendlocation_updates Added support for generic SDLDisplayType. Added support for Waypoint RPCs and notifications. Added support for Send Location updates with delivery mode, time stamp, and address updates. # Conflicts: # 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/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
| | * | | | | | Updated setter/getter for all rpcs and structs to use convenience methods.Muller, Alexander (A.)2016-11-06117-3106/+817
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-192-9/+22
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Fixed issue around not calculating an SDLPutFile's currentOffset correctly. Updated unit tests to cover all SDLPutFiles, not just the first. # Conflicts: # SmartDeviceLinkTests/DevAPISpecs/SDLUploadFileOperationSpec.m
| | * | | | | Merge pull request #496 from smartdevicelink/hotfix/issue_495Joel Fischer2017-01-192-8/+21
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | Fixed issue around SDLPutFile's offset.
| | | * | | | Fixed issue around not calculating an SDLPutFile's currentOffset correctly. ↵hotfix/issue_495Muller, Alexander (A.)2017-01-182-8/+21
| | |/ / / / | | | | | | | | | | | | | | | | | | Updated unit tests to cover all SDLPutFiles, not just the first.
* | | | | | Updated to support using template images.Muller, Alexander (A.)2017-01-1817-154/+26
| | | | | |
* | | | | | Fixed issue with merge conflict.Muller, Alexander (A.)2017-01-181-21/+47
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-18797-16665/+21671
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_419_iOS6_removal * origin/develop: (144 commits) Fix an example app error Fix merge errors Make properties nonatomic Updated implementation files for SDLDateTime & SDLGetWaypoints to reflect nullability changes. Fix DateTime nullability Fix GetWayPoints nullability Removed SDLTTSChunkFactory from project. Removed SDLRPCRequestFactory from project. Minor updates to a number of classes’ nullability annotations Removed dispose and destroy methods. added nullability annotations to category. Updated response to remove nullability for nonnull properties. 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 Added nullability annotations for transport classes. Added nullability annotations to Utility classes. Added nullability annotation to SDLGlobals, and changed singleton name to fix issue with not being usable in swift. ... # Conflicts: # README.md # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLProxy.m
| * | | | | Merge pull request #492 from smartdevicelink/feature/sdl_0009_prefer_nonatomicJoel Fischer2017-01-18135-635/+634
| |\ \ \ \ \ | | | | | | | | | | | | | | [SDL 0009] Prefer nonatomic properties
| | * | | | | Fix an example app errorfeature/sdl_0009_prefer_nonatomicJoel Fischer2017-01-182-5/+4
| | | | | | |
| | * | | | | Fix merge errorsJoel Fischer2017-01-182-1/+3
| | | | | | |
| | * | | | | Merge branch 'develop' into feature/sdl_0009_prefer_nonatomicJoel Fischer2017-01-18391-1843/+4331
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLAbstractProtocol.h # SmartDeviceLink/SDLAbstractTransport.h # SmartDeviceLink/SDLAddCommand.h # SmartDeviceLink/SDLAddSubMenu.h # SmartDeviceLink/SDLAlert.h # SmartDeviceLink/SDLAlertManeuver.h # SmartDeviceLink/SDLAlertResponse.h # SmartDeviceLink/SDLBodyInformation.h # SmartDeviceLink/SDLChoice.h # SmartDeviceLink/SDLDIDResult.h # SmartDeviceLink/SDLDeviceInfo.h # SmartDeviceLink/SDLDisplayCapabilities.h # SmartDeviceLink/SDLGetDTCs.h # SmartDeviceLink/SDLGetVehicleData.h # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLGetWaypointsResponse.h # SmartDeviceLink/SDLHeadLampStatus.h # SmartDeviceLink/SDLIAPSession.h # SmartDeviceLink/SDLIAPTransport.h # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLImageField.h # SmartDeviceLink/SDLKeyboardProperties.h # SmartDeviceLink/SDLListFilesResponse.h # SmartDeviceLink/SDLLocationDetails.h # SmartDeviceLink/SDLMenuParams.h # SmartDeviceLink/SDLObjectWithPriority.h # SmartDeviceLink/SDLOnButtonEvent.h # SmartDeviceLink/SDLOnButtonPress.h # SmartDeviceLink/SDLOnEncodedSyncPData.h # SmartDeviceLink/SDLOnKeyboardInput.h # SmartDeviceLink/SDLOnSyncPData.h # SmartDeviceLink/SDLOnSystemRequest.h # SmartDeviceLink/SDLOnVehicleData.h # SmartDeviceLink/SDLPerformAudioPassThru.h # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteractionResponse.h # SmartDeviceLink/SDLProtocol.m # SmartDeviceLink/SDLProtocolMessage.h # SmartDeviceLink/SDLProtocolMessage.m # SmartDeviceLink/SDLProtocolMessageAssembler.h # SmartDeviceLink/SDLProtocolReceivedMessageRouter.h # SmartDeviceLink/SDLProtocolReceivedMessageRouter.m # SmartDeviceLink/SDLProxy.h # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLPutFile.h # SmartDeviceLink/SDLRPCMessage.h # SmartDeviceLink/SDLRPCPayload.h # SmartDeviceLink/SDLRPCResponse.h # SmartDeviceLink/SDLReadDIDResponse.h # SmartDeviceLink/SDLRegisterAppInterface.h # SmartDeviceLink/SDLRegisterAppInterfaceResponse.h # SmartDeviceLink/SDLScreenParams.h # SmartDeviceLink/SDLScrollableMessage.h # SmartDeviceLink/SDLSetDisplayLayoutResponse.h # SmartDeviceLink/SDLSetGlobalProperties.h # SmartDeviceLink/SDLSetMediaClockTimer.h # SmartDeviceLink/SDLShow.h # SmartDeviceLink/SDLShowConstantTBT.h # SmartDeviceLink/SDLSlider.h # SmartDeviceLink/SDLSliderResponse.h # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLSubscribeVehicleData.h # SmartDeviceLink/SDLSubscribeVehicleDataResponse.h # SmartDeviceLink/SDLSystemRequest.h # SmartDeviceLink/SDLTimer.h # SmartDeviceLink/SDLTimer.m # SmartDeviceLink/SDLTurn.h # SmartDeviceLink/SDLUnsubscribeVehicleData.h # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h # SmartDeviceLink/SDLUpdateTurnList.h # SmartDeviceLink/SDLVehicleType.h # SmartDeviceLink/SDLVrHelpItem.h
| * | | | | | Merge pull request #490 from ↵Joel Fischer2017-01-18392-1879/+4333
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | smartdevicelink/feature/sdl_0018_nullability_annotations Adding of Nullability Annotations & Removing Dispose Methods
| | * | | | | Merge remote-tracking branch 'origin/develop' into ↵feature/sdl_0018_nullability_annotationsMuller, Alexander (A.)2017-01-178-1068/+0
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sdl_0018_nullability_annotations * origin/develop: Removed SDLTTSChunkFactory from project. Removed SDLRPCRequestFactory from project. # Conflicts: # SmartDeviceLink/SDLRPCRequestFactory.h # SmartDeviceLink/SDLRPCRequestFactory.m # SmartDeviceLink/SDLTTSChunkFactory.h # SmartDeviceLink/SDLTTSChunkFactory.m
| | * | | | | Updated implementation files for SDLDateTime & SDLGetWaypoints to reflect ↵Muller, Alexander (A.)2017-01-132-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | nullability changes.
| | * | | | | Fix DateTime nullabilityJoel Fischer2017-01-121-9/+9
| | | | | | |
| | * | | | | Fix GetWayPoints nullabilityJoel Fischer2017-01-122-5/+5
| | | | | | |
| | * | | | | Minor updates to a number of classes’ nullability annotationsJoel Fischer2017-01-1213-35/+24
| | | | | | |
| | * | | | | Removed dispose and destroy methods.Muller, Alexander (A.)2017-01-1115-170/+38
| | | | | | |
| | * | | | | added nullability annotations to category.Muller, Alexander (A.)2017-01-112-2/+6
| | | | | | |
| | * | | | | Updated response to remove nullability for nonnull properties.Muller, Alexander (A.)2017-01-112-9/+9
| | | | | | |
| | * | | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-1163-237/+826
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sdl_0018_nullability_annotations * origin/develop: (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/SDLGetWaypoints.h # SmartDeviceLink/SDLGetWaypoints.m # SmartDeviceLink/SDLGetWaypointsResponse.h # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLOnWaypointChange.h # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteraction.m # SmartDeviceLink/SDLShowConstantTBT.h # SmartDeviceLink/SDLShowConstantTBT.m # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLSubscribeWaypoints.h # SmartDeviceLink/SDLSubscribeWaypoints.m # SmartDeviceLink/SDLSubscribeWaypointsResponse.h # SmartDeviceLink/SDLUnsubscribeWaypoints.h # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
| | * | | | | | Added nullability annotations for transport classes.Muller, Alexander (A.)2017-01-0411-14/+54
| | | | | | | |
| | * | | | | | Added nullability annotations to Utility classes.Muller, Alexander (A.)2017-01-0413-12/+59
| | | | | | | |
| | * | | | | | Added nullability annotation to SDLGlobals, and changed singleton name to ↵Muller, Alexander (A.)2017-01-047-26/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix issue with not being usable in swift.
| | * | | | | | Added nullability annotations to categoriesMuller, Alexander (A.)2017-01-045-0/+20
| | | | | | | |