summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where the SDLRPCResponseDispatcher could crash when being clearedbugs/issue_666_responsedispatcher_crashJoel Fischer2017-07-281-1/+1
* Merge pull request #667 from jamescs/feature/implement_SDL_0080_multisession_...Joel Fischer2017-07-284-4/+13
|\
| * Added multisession protocol to info.plist for example appJames Sokoll2017-07-281-0/+1
| * Added multisession protocol to README listJames Sokoll2017-07-261-0/+1
| * Added support for a multisession protocol in iOS 9.0 or greaterJames Sokoll2017-07-242-4/+11
* | Merge branch 'davidswi-bugfix/issue_648' into developJoel Fischer2017-07-271-2/+6
|\ \
| * \ Merge branch 'bugfix/issue_648' of https://github.com/davidswi/sdl_ios into d...Joel Fischer2017-07-271-2/+6
| |\ \ |/ / /
| * | Clarify a bit of control flowJoel Fischer2017-07-271-7/+5
| * | Stop and clean up the control and data sessions in IAP transport disconnect.David Switzer2017-07-181-4/+4
| * | Move control session teardown to SDLIAPTransport disconnect.David Switzer2017-07-181-4/+10
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into dev...Joel Fischer2017-07-275-5/+45
|\ \ \
| * \ \ Merge pull request #655 from smartdevicelink/feature/implement_SDL_0050_api_p...Joel Fischer2017-07-265-5/+45
| |\ \ \
| | * | | 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 branch 'davidswi-bugfix/issue_643' into developJoel Fischer2017-07-272-12/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'bugfix/issue_643' of https://github.com/davidswi/sdl_ios into d...Joel Fischer2017-07-272-12/+17
| |\ \ \ \ |/ / / / /
| * | | | Remove some extra blank LOCJoel Fischer2017-07-271-2/+0
| * | | | Fix incorrect assumption about stream end event, cleanup for PR.David Switzer2017-07-182-6/+19
| * | | | Remove unused self references from data stream ended handler.David Switzer2017-07-171-3/+0
| * | | | Only dispatch the session stop on the main queue.David Switzer2017-07-171-10/+7
| | |/ / | |/| |
* | | | Merge pull request #659 from smartdevicelink/feature/implement_SDL_0076_addit...Joel Fischer2017-07-263-1/+221
|\ \ \ \ | |_|_|/ |/| | |
| * | | added languagesfeature/implement_SDL_0076_additional_languagesBrettyWhite2017-07-243-1/+221
|/ / /
* | | Merge pull request #657 from smartdevicelink/feature/implement_SDL_0060_enin_...Joel Fischer2017-07-213-1/+34
|\ \ \
| * | | add enin and ththfeature/implement_SDL_0060_enin_ththBrettyWhite2017-07-213-1/+34
|/ / /
* | | Merge pull request #653 from smartdevicelink/feature/implement_SDL_0031_Mobil...Joel Fischer2017-07-213-1/+20
|\ \ \ | |_|/ |/| |
| * | 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
|\ \
| * | fixed typofeature/update_name_documentationBrettyWhite2017-07-142-7/+7
| * | adding language to docsBrettyWhite2017-07-142-9/+9
* | | Merge pull request #644 from smartdevicelink/feature/611_system_capabilities_...Joel Fischer2017-07-1431-6/+1033
|\ \ \ | |/ / |/| |
| * | Fix system capability response handlers not firingfeature/611_system_capabilities_query_rpcJoel Fischer2017-07-133-6/+23
| * | Update imports for queryJoel Fischer2017-07-133-0/+18
| * | Create System Capability RPCsJoel Fischer2017-07-1127-6/+998
* | | Merge pull request #592 from davidswi/feature/issue_591Joel Fischer2017-07-131-4/+35
|\ \ \ | |/ / |/| |
| * | 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
| * | | 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
|\ \ \ \