summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxy.m
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/issue_862_show_managerJoel Fischer2018-03-151-1/+1
|\ | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLError.h # SmartDeviceLink/SDLError.m
| * Merge branch 'master' into developJoel Fischer2018-03-091-1/+1
| |\
| | * Update for 5.1.1 release5.1.1Joel Fischer2018-01-221-1/+1
| | |
* | | Fix tiny grammar mistakeJoel Fischer2018-03-071-1/+1
|/ /
* | disconnect transport on proxy deallocTakamitsu Yoshii2018-02-201-1/+4
| |
* | close EA session before reconnection after start session timeout occuredTakamitsu Yoshii2018-02-151-0/+1
| |
* | Fix #852bugs/issue_852_main_threadJoel Fischer2018-01-291-2/+7
|/ | | | * Fix application state should not be called off of main thread
* Update to v5.1.05.1.0Joel Fischer2018-01-161-1/+1
|
* Merge branch 'develop' into feature/issue_798_rpc_notifications_serial_queueJoel Fischer2017-12-181-4/+4
|\
| * Enable and fix a host of warningsJoel Fischer2017-12-071-4/+4
| | | | | | | | * Update bson_c_lib
* | Move RPC processing queue dispatch to SDLProxyJoel Fischer2017-12-111-7/+8
|/
* Update to v5.0.05.0.0Joel Fischer2017-11-301-1/+1
|
* Update to 5.0.0-rc.35.0.0-rc.3Joel Fischer2017-11-271-1/+1
|
* Fixed podspecJoel Fischer2017-10-311-1/+1
| | | | * FocusableItemLocator only works on iOS 9+ so only allow it to be activated on 9+
* This is 5.0.0 release candidate 15.0.0-rc.1Joel Fischer2017-10-301-1/+1
|
* Update for 5.0.0 releaserelease/5.0.0Joel Fischer2017-10-301-1/+1
|
* Fix old protocol methods still in useJoel Fischer2017-09-251-3/+3
|
* Remove deprecated codeJoel Fischer2017-09-201-11/+2
| | | | * Fixed a bug in `SDLConfiguration` and added additional tests
* Fix missed update to constantbugfix/issue_711_constant_stylingJoel Fischer2017-09-081-1/+1
|
* Make constants styled correctlyJoel Fischer2017-09-071-7/+7
|
* Merge branch 'release/5.0.0' into feature/streaming_media_managerJoel Fischer2017-08-161-2/+2
|\ | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * Merge branch 'feature/616_constructed_payloads' into release/5.0.0Joel Fischer2017-08-151-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLDebugTool.m # SmartDeviceLink/SDLGlobals.h # SmartDeviceLink/SDLGlobals.m # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLProtocol.m # SmartDeviceLink/SDLProtocolMessage.h # SmartDeviceLink/SDLProtocolMessage.m # SmartDeviceLink/SDLProtocolReceivedMessageRouter.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLStreamingMediaManager.m # SmartDeviceLink/SDLSystemCapability.h # SmartDeviceLink/SDLSystemCapability.m # SmartDeviceLink/SDLSystemCapabilityType.h # SmartDeviceLink/SDLSystemCapabilityType.m # SmartDeviceLink/SDLUploadFileOperation.m # SmartDeviceLink/SDLVideoStreamingCapability.h # SmartDeviceLink/SDLVideoStreamingCapability.m # SmartDeviceLink/SDLVideoStreamingCodec.h # SmartDeviceLink/SDLVideoStreamingCodec.m # SmartDeviceLink/SDLVideoStreamingFormat.h # SmartDeviceLink/SDLVideoStreamingFormat.m # SmartDeviceLink/SDLVideoStreamingProtocol.h # SmartDeviceLink/SDLVideoStreamingProtocol.m # SmartDeviceLinkTests/DevAPISpecs/SDLUploadFileOperationSpec.m # SmartDeviceLinkTests/ProtocolSpecs/HeaderSpecs/SDLProtocolHeaderSpec.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolMessageSpec.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m # SmartDeviceLinkTests/ProtocolSpecs/SDLProtocolMessageDisassemblerSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSystemCapabilityTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVideoStreamingCodecSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVideoStreamingProtocolSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLHMICapabilitiesSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSystemCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingFormatSpec.m # SmartDeviceLink_Example/Classes/ProxyManager.m * **Did not merge SMM changes due to upcoming overhaul**
| | * Merge branch 'develop' into feature/616_constructed_payloadsJoel Fischer2017-08-031-11/+19
| | |\
| | * | Implemented dynamic MTU per serviceJoel Fischer2017-07-271-1/+1
| | | |
| | * | Change globals protocol version to be a stringJoel Fischer2017-07-241-1/+1
| | | | | | | | | | | | | | | | * Old integer protocol version is now `majorProtocolVersion`
* | | | Merge branch 'release/5.0.0' into feature/streaming_media_managerJoel Fischer2017-08-031-4/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * | | Merge branch 'bugs/issue_665_url_request_crashes' into release/5.0.0Joel Fischer2017-08-031-4/+12
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLTouchType.h # SmartDeviceLink/SDLTouchType.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTouchTypeSpec.m
| | * | Fix crashes made possible by block retain cyclesbugs/issue_665_url_request_crashesJoel Fischer2017-08-011-11/+19
| | |/
* | | Merge branch 'release/5.0.0' into feature/streaming_media_managerJoel Fischer2017-08-011-7/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLStreamingMediaManager.m
| * | Merge branch 'develop' into release/5.0.0Joel Fischer2017-07-101-1/+1
| |\ \ | | |/
| | * Update for v4.6.14.6.1Joel Fischer2017-07-101-1/+1
| | |
| * | Merge branch 'master' into release/5.0.0Joel Fischer2017-07-101-1/+1
| |\ \ | | |/ | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink_Example/Classes/ProxyManager.m
| | * Update for v4.6.04.6.0Joel Fischer2017-06-301-1/+1
| | |
| | * Update for 4.6.0-rc.24.6.0-rc.2Joel Fischer2017-06-261-1/+1
| | |
| * | Merge branch 'master' into developJoel Fischer2017-06-051-7/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLIAPSession.h # SmartDeviceLink/SDLIAPSession.m # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLLifecycleManager.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLRPCRequestFactory.m
| | * Update for v4.6.04.6.0-rc.1Joel Fischer2017-06-011-7/+1
| | |
| | * Revert "Revert "IAP transport read/writes on background thread""Joel Fischer2017-06-011-2/+0
| | |
| | * Revert "IAP transport read/writes on background thread"Joel Fischer2017-06-011-0/+2
| | |
| | * Merge branch 'master' into feature/issue_566david.switzer2017-03-201-1/+1
| | |\
| | * | Re-base pull request for issue 566 against master and fix race conditions.david.switzer2017-03-201-2/+0
| | | |
* | | | Merge branch 'develop' into feature/streaming_media_managerJoel Fischer2017-04-051-75/+37
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLLifecycleConfiguration.h # SmartDeviceLink/SDLLifecycleConfiguration.m # SmartDeviceLink/SDLStreamingMediaManager.m # SmartDeviceLink/SDLTouchManager.m * Removes the ability to set a video streaming background string
| * | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-03-171-5/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_545_redesign_logging * origin/develop: Updated appType to return when setting to nil with default value. Changed NSString category name from Enum to SDLEnum. Added convenience isEqualToEnum function. Update README.md # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLEnum.h # SmartDeviceLink/SDLProxy.m
| * \ \ \ Merge branch 'develop' into feature/issue_545_redesign_loggingJoel Fischer2017-03-091-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLLifecycleManager.m
| * | | | | SDLDebugTool logs are translated to new logsJoel Fischer2017-03-061-74/+36
| | | | | |
| * | | | | In progress SDLDebugTool log replacementsJoel Fischer2017-03-031-1/+1
| | | | | |
| * | | | | Comment out all `SDLDebugTool` callsJoel Fischer2017-03-031-37/+37
| | | | | |
| * | | | | Remove all old importsJoel Fischer2017-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * THIS DOES NOT BUILD
* | | | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-03-131-5/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/streaming_media_manager * origin/develop: Changed NSString category name from Enum to SDLEnum. Added convenience isEqualToEnum function. Update README.md Removed unnecessary comments. Update naming of notification constants Added delegate callbacks for audio streaming state and system context changes. Fix handler updates in example app and unit tests Implement SDL 0027 # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLTouchManager.m
| * | | | | Added convenience isEqualToEnum function.feature/issue_577_enum_equalityMuller, Alexander (A.)2017-03-131-5/+5
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-03-081-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/streaming_media_manager * origin/develop: Fix unit test that was failing due to previous pull request. Update LICENSE Update to v4.5.5 Added additional error code for registration successful, but with a warning. Fixed typo in function declaration comment. Tiny style update Prevent infinite loops in send block while by checking ostream state. Added an additional method to compare both membership and kindof for notification and responses. Fixed issue with incorrectly setting state on manager disconnect. Fixed misspellings and formatting for templats Updated tests to correctly send out notifications Updated all classes to use new convenience methods. Added convenience methods for notification and response notification objects. Added check for starting a lifecycle manager that has already been started. SDLLockScreenManager now tracks active state to show lock screen when the app becomes active if it was not shown before