summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed gettersfeature/SDL-0058-video-streaming-capabilitiesBrett W2017-08-032-3/+3
|
* Addressing requested changesBrettyWhite2017-07-313-5/+5
|
* add getVideoStreamingCapability to example appBrettyWhite2017-07-281-0/+7
|
* fixed typoBrettyWhite2017-07-284-5/+5
|
* working unit testsBrettyWhite2017-07-287-3/+210
|
* fixed error that was breaking unit testsBrettyWhite2017-07-282-3/+4
|
* starting unit tests WIPBrettyWhite2017-07-275-1/+144
|
* added final two structsBrettyWhite2017-07-279-0/+372
|
* start of implementationBrettyWhite2017-07-2710-1/+213
|
* Merge pull request #655 from ↵Joel Fischer2017-07-265-5/+45
|\ | | | | | | | | smartdevicelink/feature/implement_SDL_0050_api_patch_version Implement SDL 0050 api patch version
| * fixed messagefeature/implement_SDL_0050_api_patch_versionBrettyWhite2017-07-211-1/+1
| |
| * fixed deprecation messsageBrettyWhite2017-07-211-1/+1
| |
| * added in old function w/ deprecationBrettyWhite2017-07-212-1/+16
| |
| * removed old instancetype initBrettyWhite2017-07-202-3/+1
| |
| * added patch version parameterBrettyWhite2017-07-204-3/+30
| |
* | Merge pull request #659 from ↵Joel Fischer2017-07-263-1/+221
|\ \ | | | | | | | | | | | | smartdevicelink/feature/implement_SDL_0076_additional_languages Implement SDL 0076 additional languages
| * | added languagesfeature/implement_SDL_0076_additional_languagesBrettyWhite2017-07-243-1/+221
|/ /
* | Merge pull request #657 from ↵Joel Fischer2017-07-213-1/+34
|\ \ | | | | | | | | | | | | smartdevicelink/feature/implement_SDL_0060_enin_thth Implement SDL 0060 add language support EN-IN and TH-TH
| * | add enin and ththfeature/implement_SDL_0060_enin_ththBrettyWhite2017-07-213-1/+34
|/ /
* | Merge pull request #653 from ↵Joel Fischer2017-07-213-1/+20
|\ \ | |/ |/| | | | | smartdevicelink/feature/implement_SDL_0031_Mobile_Projection Implement SDL 0031 adding SDLAppHMIType Projection
| * adding SDLAppHMIType Projectionfeature/implement_SDL_0031_Mobile_ProjectionBrettyWhite2017-07-203-1/+20
|/
* Fix podspec errorJoel Fischer2017-07-172-2/+2
|
* Merge pull request #646 from smartdevicelink/feature/update_name_documentationJoel Fischer2017-07-172-9/+9
|\ | | | | adding max name length language to docs
| * fixed typofeature/update_name_documentationBrettyWhite2017-07-142-7/+7
| |
| * adding language to docsBrettyWhite2017-07-142-9/+9
| |
* | Merge pull request #644 from ↵Joel Fischer2017-07-1431-6/+1033
|\ \ | |/ |/| | | | | smartdevicelink/feature/611_system_capabilities_query_rpc Implement SDL-0055 - Create System Capability RPCs
| * Fix system capability response handlers not firingfeature/611_system_capabilities_query_rpcJoel Fischer2017-07-133-6/+23
| | | | | | | | | | | | | | * Fix some headers not being public # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * Update imports for queryJoel Fischer2017-07-133-0/+18
| |
| * Create System Capability RPCsJoel Fischer2017-07-1127-6/+998
| | | | | | | | | | * Fixes #611 * [SDL-0055] System Capabilities Query
* | Merge pull request #592 from davidswi/feature/issue_591Joel Fischer2017-07-131-4/+35
|\ \ | |/ |/| Add background task handling per Apple guidelines for connection.
| * Merge branch 'master' into feature/issue_591David Switzer2017-05-1870-231/+730
| |\
| * | Remove superfluous setter.David Switzer2017-05-181-1/+1
| | |
| * | Reinstate session setup in progress setter to end background task cleanly.David Switzer2017-05-171-1/+9
| | |
| * | Remove synthesized sessionSetupInProgress property.David Switzer2017-05-161-18/+2
| | |
| * | Incorporate PR review feedback.David Switzer2017-05-011-5/+19
| | |
| * | Update background task handling code based on review feedback.David Switzer2017-04-141-8/+5
| | |
| * | Remove delayed connect boolean and always wrap delayed connect in background ↵david.switzer2017-04-021-14/+3
| | | | | | | | | | | | task.
| * | Fix logic flow in sdl_backgroundTaskStart to meet SDL guidelines.David Switzer2017-03-291-4/+7
| | |
| * | Fix merge problems including missing delayed connect property.David Switzer2017-03-291-12/+11
| | |
| * | Add background task handling per Apple guidelines for connection.David Switzer2017-03-291-2/+39
| | |
* | | Update for v4.6.14.6.1Joel Fischer2017-07-106-6/+13
| | |
* | | Merge pull request #639 from smartdevicelink/hotfix/issue_638Joel Fischer2017-07-101-2/+2
|\ \ \ | | | | | | | | Fix crash on connection to some moving vehicles
| * \ \ Merge branch 'master' into hotfix/issue_638hotfix/issue_638Joel Fischer2017-07-101-2/+2
| |\ \ \ | |/ / / |/| | |
* | | | [Example App] Fix a compiler errorJoel Fischer2017-07-031-2/+2
| | | |
| * | | Fixes #638Joel Fischer2017-07-031-2/+2
|/ / / | | | | | | | | | * Fixes an issue where connecting with an app open to an already moving issue (which casues multiple driver distraction notifications to be dispatched) would cause a crash due to multiple lock screens being presented.
* | | Update for v4.6.04.6.0Joel Fischer2017-06-305-4/+11
| | |
* | | Update example app with a GetVehicleData commandJoel Fischer2017-06-293-38/+71
| | |
* | | Fix secondary podfile not having correct pod versionJoel Fischer2017-06-261-1/+1
| | |
* | | Update for 4.6.0-rc.24.6.0-rc.2Joel Fischer2017-06-265-4/+11
| | |
* | | Merge pull request #631 from smartdevicelink/bugfix/issue_625Joel Fischer2017-06-261-0/+6
|\ \ \ | | | | | | | | Fix: crash when using example app with iAP