summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLResponseDispatcher.m
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugs/issue_666_responsedispatcher_crash' into release/5.0.0Joel Fischer2017-07-311-1/+1
|\
| * Fix a bug where the SDLRPCResponseDispatcher could crash when being clearedbugs/issue_666_responsedispatcher_crashJoel Fischer2017-07-281-1/+1
* | Merge branch 'master' into developJoel Fischer2017-05-081-0/+5
|\ \ | |/
| * Fixed variable names, added comment, fixed alignmentPulathaneli, Timur (tdp.)2017-04-281-4/+5
| * Fixed clearing of upload queuePulathaneli, Timur (tdp.)2017-04-191-0/+4
* | Fix review issuesfeature/issue_585_audio_pass_thru_handlerJoel Fischer2017-03-301-3/+9
* | Added in ability for audio pass thru handlerfeature/issue_xxx_audio_pass_thru_handlerMuller, Alexander (A.)2017-03-151-17/+21
|\ \
| * | Added convenience isEqualToEnum function.feature/issue_577_enum_equalityMuller, Alexander (A.)2017-03-131-1/+1
| * | Merge branch 'develop' into feature/issue_537_handler_specificityJoel Fischer2017-03-091-11/+11
| |\ \
| | * | Updated all classes to use new convenience methods.Muller, Alexander (A.)2017-03-011-9/+10
| * | | Implement SDL 0027Joel Fischer2017-02-221-5/+9
| |/ /
* | | Added support for a handler for audio pass thru callbacks.Muller, Alexander (A.)2017-03-071-0/+23
|/ /
* | RPC arrays are now immutableJoel Fischer2017-01-201-1/+1
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-6/+6
|/
* Run clang-formatJoel Fischer2016-08-301-1/+1
* Alter a bunch of handlers for more consistent and descriptive languageJoel Fischer2016-08-251-2/+2
* SDLResponseDispatcher updatesJoel Fischer2016-08-221-53/+18
* Update to 4.3.0-beta.1Joel Fischer2016-08-121-19/+21
* Some general cleanupJoel Fischer2016-07-281-4/+18
* Minor fixes and additional typecheckingJoel Fischer2016-07-221-2/+6
* Safety and bug fixesJoel Fischer2016-07-211-5/+15
* Fix a bug where SDLResponseDispatcher wouldn’t call a button handlerJoel Fischer2016-07-141-2/+2
* Fix SDLResponseDispatcher not properly deleting commands in certain casesJoel Fischer2016-07-131-3/+6
* Update the SDLResponseDispatcher init to be more explicitJoel Fischer2016-07-131-4/+8
* Fixed a lot of notification handler method namesJoel Fischer2016-07-121-11/+15
* Add a lock screen manager (SDLLockScreenManager) and move related functionali...Joel Fischer2016-07-121-3/+3
* Shift responsibilities out of SDLManagerJoel Fischer2016-07-081-0/+210