summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added in ability for audio pass thru handlerfeature/issue_xxx_audio_pass_thru_handlerMuller, Alexander (A.)2017-03-1543-214/+438
|\
| * Merge pull request #578 from smartdevicelink/feature/issue_577_enum_equalityJoel Fischer2017-03-1312-37/+72
| |\
| | * Changed NSString category name from Enum to SDLEnum.Muller, Alexander (A.)2017-03-132-2/+2
| | * Added convenience isEqualToEnum function.feature/issue_577_enum_equalityMuller, Alexander (A.)2017-03-1312-37/+72
| |/
| * Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-03-131-1/+2
| |\
| | * Merge pull request #576 from smartdevicelink/hotfix/issue_575Joel Fischer2017-03-131-1/+2
| | |\
| | | * Update README.mdhotfix/issue_575theresalech2017-03-101-1/+2
| | |/
| * | Merge pull request #572 from smartdevicelink/feature/issue_569_hmi_status_del...Joel Fischer2017-03-095-3/+112
| |\ \
| | * \ Merge remote-tracking branch 'origin/develop' into feature/issue_569_hmi_stat...feature/issue_569_hmi_status_delegateMuller, Alexander (A.)2017-03-081-1/+1
| | |\ \
| | * | | Removed unnecessary comments.Muller, Alexander (A.)2017-03-081-4/+0
| | * | | Merge remote-tracking branch 'origin/develop' into feature/issue_569_hmi_stat...Muller, Alexander (A.)2017-03-0823-70/+168
| | |\ \ \
| | * | | | Added delegate callbacks for audio streaming state and system context changes.Muller, Alexander (A.)2017-03-075-3/+116
| * | | | | Merge pull request #546 from smartdevicelink/feature/issue_537_handler_specif...Joel Fischer2017-03-0914-105/+76
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branch 'develop' into feature/issue_537_handler_specificityJoel Fischer2017-03-0927-97/+230
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix unit test that was failing due to previous pull request.Muller, Alexander (A.)2017-03-081-1/+1
| | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-03-087-8/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #571 from smartdevicelink/hotfix/issue_570Joel Fischer2017-03-081-2/+2
| | |\ \ \
| | | * | | Update LICENSEtheresalech2017-03-081-2/+2
| | |/ / /
| | * | | Update to v4.5.54.5.5Joel Fischer2017-03-075-4/+12
| | * | | Merge pull request #565 from davidswi/hotfix/issue_522_hangJoel Fischer2017-03-071-2/+2
| | |\ \ \
| | | * | | Tiny style updateJoel Fischer2017-03-071-2/+1
| | | * | | Prevent infinite loops in send block while by checking ostream state.david.switzer2017-03-031-2/+3
| * | | | | Merge pull request #554 from smartdevicelink/feature/issue_553_improve_notifi...Joel Fischer2017-03-0810-56/+131
| |\ \ \ \ \
| | * | | | | Fixed typo in function declaration comment.feature/issue_553_improve_notificationsMuller, Alexander (A.)2017-03-072-2/+2
| | * | | | | Added an additional method to compare both membership and kindof for notifica...Muller, Alexander (A.)2017-03-037-9/+35
| | * | | | | Updated tests to correctly send out notificationsMuller, Alexander (A.)2017-03-012-26/+60
| | * | | | | Updated all classes to use new convenience methods.Muller, Alexander (A.)2017-03-014-30/+19
| | * | | | | Added convenience methods for notification and response notification objects.Muller, Alexander (A.)2017-03-014-0/+26
| * | | | | | Merge pull request #567 from smartdevicelink/feature/issue_511_register_warni...Joel Fischer2017-03-084-1/+16
| |\ \ \ \ \ \
| | * | | | | | Added additional error code for registration successful, but with a warning.feature/issue_511_register_warning_error_codeMuller, Alexander (A.)2017-03-074-1/+16
| |/ / / / / /
| | | | | * | Update naming of notification constantsfeature/issue_537_handler_specificityJoel Fischer2017-03-081-5/+5
| | | | | * | Fix handler updates in example app and unit testsJoel Fischer2017-03-032-12/+14
| | | | | * | Implement SDL 0027Joel Fischer2017-02-2212-92/+62
* | | | | | | Added support for a handler for audio pass thru callbacks.Muller, Alexander (A.)2017-03-076-2/+142
|/ / / / / /
* | | | | | Merge branch 'master' into developJoel Fischer2017-03-073-5/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Merge pull request #556 from smartdevicelink/hotfix/issue_555Joel Fischer2017-03-062-4/+4
| |\ \ \ \
| | * | | | Fixed misspellings and formatting for templatshotfix/issue_555Muller, Alexander (A.)2017-03-012-4/+4
| * | | | | Merge pull request #561 from smartdevicelink/hotfix/issue_560Joel Fischer2017-03-031-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fixed issue with incorrectly setting state on manager disconnect.hotfix/issue_560Muller, Alexander (A.)2017-03-021-1/+1
| |/ / / /
* | | | | Merge branch 'master' into developJoel Fischer2017-03-021-19/+31
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge pull request #548 from smartdevicelink/hotfix/issue_538Joel Fischer2017-03-021-19/+31
| |\ \ \ | | |/ / | |/| |
| | * | Merge remote-tracking branch 'origin/master' into hotfix/issue_538hotfix/issue_538Muller, Alexander (A.)2017-03-0118-23/+71
| | |\ \
| | * | | SDLLockScreenManager now tracks active state to show lock screen when the app...Joel Fischer2017-02-161-19/+31
* | | | | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-03-011-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #551 from smartdevicelink/hotfix/issue_549Joel Fischer2017-03-011-0/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Added check for starting a lifecycle manager that has already been started.Muller, Alexander (A.)2017-03-011-0/+5
| |/ / /
* | | | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-02-288-9/+28
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Update to v4.5.44.5.4Joel Fischer2017-02-245-4/+12
| * | Merge pull request #542 from smartdevicelink/hotfix/issue_529Joel Fischer2017-02-231-1/+5
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into hotfix/issue_529hotfix/issue_529Muller, Alexander (A.)2017-02-2210-14/+43
| | |\ \