summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update SetMediaClockTimer and StartTime initializersfeature/issue_1071_setmediaclocktimer_initializersJoel Fischer2018-10-236-53/+361
* Merge branch 'master' into developJoel Fischer2018-10-192-2/+3
|\
| * Fix some castshotfix/6.1.1Joel Fischer2018-10-191-2/+2
| * Add missing changelog entryJoel Fischer2018-10-191-0/+1
| * Merge branch 'develop'6.1.0Joel Fischer2018-10-19563-4260/+43461
| |\ | |/ |/|
* | Update for 6.1.0Joel Fischer2018-10-198-7/+14
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into dev...6.1.0-rc.2Joel Fischer2018-10-184-0/+56
|\ \
| * \ Merge pull request #1109 from smartdevicelink/bugfix/issue_1108_setdisplaylay...Joel Fischer2018-10-184-0/+56
| |\ \
| | * | Add checks to menu managerJoel Fischer2018-10-181-0/+14
| | * | Change to error logJoel Fischer2018-10-183-6/+6
| | * | use previous displayCapabilities if one wasn’t sent but the SetDisplayLayou...Joel Fischer2018-10-183-0/+25
| | * | If screen managers get a failed register / setdisplaylayout response, don’t...bugfix/issue_1108_setdisplaylayout_screenmanager_failJoel Fischer2018-10-173-0/+17
| |/ /
* | | Update version for 6.1.0 release candidate 2Joel Fischer2018-10-188-10/+12
|/ /
* | Create release for v6.1.0-rc.16.1.0-rc.1Joel Fischer2018-10-1083-839/+18684
* | Fix duplicate SDLFileName definitionJoel Fischer2018-10-101-2/+0
* | Fix incorrect importsJoel Fischer2018-10-102-1/+2
* | Merge pull request #1104 from smartdevicelink/bugfix/issue_1103_AudioTranscod...Joel Fischer2018-10-091-0/+5
|\ \
| * | Add audio transcoder files to default module mapJoel Fischer2018-10-091-0/+5
* | | Merge pull request #1102 from smartdevicelink/bugfix/issue_1101_1100_streamin...Joel Fischer2018-10-095-23/+33
|\ \ \ | |/ /
| * | Fix rootViewController getter / setterbugfix/issue_1101_1100_streaming_rootViewController_fixesJoel Fischer2018-10-095-23/+33
* | | Merge pull request #1098 from smartdevicelink/bugfix/issue_1096_double_spec_fileJoel Fischer2018-10-091-420/+0
|\ \ \ | |/ /
| * | Remove duplicate spec filebugfix/issue_1096_double_spec_fileJoel Fischer2018-10-081-420/+0
|/ /
* | Merge pull request #1095 from smartdevicelink/bugfix/issue_1094_language_chec...Joel Fischer2018-10-043-22/+23
|\ \
| * | Added the SDLLifecycleConfigurationUpdateSpec backNicoleYarroch2018-10-042-0/+81
| * | Removed SDLLifecycleConfigurationUpdateSpec from the projectNicoleYarroch2018-10-042-80/+0
| * | Added missing test case file to projectNicoleYarroch2018-10-041-21/+21
| * | Fixed language compairson checkNicoleYarroch2018-10-041-1/+1
|/ /
* | Merge pull request #1092 from smartdevicelink/bugfix/issue_1090_filemanagerco...Joel Fischer2018-10-044-17/+4
|\ \
| * | Fix testsJoel Fischer2018-10-042-9/+2
| * | Make SDLFileManagerConfiguration init unavailablebugfix/issue_1090_filemanagerconfig_init_unavailableJoel Fischer2018-10-032-8/+2
* | | Merge pull request #1093 from smartdevicelink/bugfix/issue_1091_testapp_tabJoel Fischer2018-10-045-15/+32
|\ \ \ | |/ / |/| |
| * | Fix swift app not remembering tabJoel Fischer2018-10-041-1/+2
| * | Update testapps to remember the tab you were on correctlybugfix/issue_1091_testapp_tabJoel Fischer2018-10-035-14/+30
|/ /
* | Ignore a deprecated API usageJoel Fischer2018-10-031-0/+4
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into dev...Joel Fischer2018-10-035-3/+28
|\ \
| * \ Merge pull request #1088 from smartdevicelink/feature/issue_0099_revision_kee...Joel Fischer2018-10-035-3/+28
| |\ \
| | * | Add initializer and test casesJoel Fischer2018-10-033-3/+11
| | * | Add keepContextAvailable parameter to SDLAudioControlCapabilitiesJoel Fischer2018-10-024-0/+17
* | | | Update travis versionsJoel Fischer2018-10-032-3/+3
|/ / /
* | | Update ChangelogJoel Fischer2018-10-022-3/+32
|/ /
* | Merge pull request #1069 from XevoInc/fix/lifecycle_manager_queueJoel Fischer2018-09-262-29/+62
|\ \
| * | Update sdl_transitionToState: to use dispatch_syncSho Amano2018-09-261-1/+2
| * | Merge branch 'develop' into fix/lifecycle_manager_queueSho Amano2018-09-25141-937/+1532
| |\ \
| * | | Cosmetic changeSho Amano2018-09-201-3/+1
| * | | Create utility methods for state changes in LifecycleManagerSpecSho Amano2018-09-191-21/+19
| * | | Create utility method sdl_transitionToState: in LifecycleManagerSho Amano2018-09-191-25/+32
| * | | Fix test cases to properly update state machine on dedicated queueSho Amano2018-08-311-7/+27
| * | | fix: lifecycle state machine not updated on dedicated queue when restartingSho Amano2018-08-311-2/+9
| * | | fix: lifecycle state machine not updated on dedicated queueSho Amano2018-08-311-1/+3
* | | | Merge pull request #947 from XevoInc/feature/multiple_transportsJoel Fischer2018-09-2636-69/+3494
|\ \ \ \