summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRegisterAppInterfaceResponse.m
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code review justingluck932019-07-231-3/+4
* fixing small issuesJustin Gluck2019-07-221-1/+1
* replaced SDLSyncMsgVersion with SDLMsgVersion, deprecated SDLSyncMsgVersion p...Justin Gluck2019-07-221-2/+22
* Deprecate RPC superclass initializersJoel Fischer2019-05-141-38/+41
* addressed feedbackMihail Vyrko2019-04-031-13/+13
* verify type of returned objectsMihail Vyrko2019-03-201-10/+10
* Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-051-39/+39
* All RPC names moved to SDLRPCFunctionNamesNicoleYarroch2019-03-051-1/+2
* PlayPause mitigation kind of worksJoel Fischer2018-09-141-1/+1
* Implement SDL-0041 App Icon ResumptionJoel Fischer2018-07-231-0/+8
* Add pcmCapabilities property to RAIRbugfix/issue_714_pcmcapabilitiesJoel Fischer2017-09-071-0/+8
* Merge branch 'master' into developJoel Fischer2017-06-051-1/+1
|\
| * Update for v4.6.04.6.0-rc.1Joel Fischer2017-06-011-1/+1
| * Update array getters to check for NSNull and return an empty arrayJoel Fischer2017-03-231-7/+21
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-02-211-0/+1
|\ \ | |/
| * Xcode 8.3 beta 2 fixeshotfix/xcode_83_fixesJoel Fischer2017-02-151-1/+1
* | RPC arrays are now immutableJoel Fischer2017-01-201-16/+16
* | Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...feature/struct_property_rewriteMuller, Alexander (A.)2017-01-181-34/+38
|\ \
| * | Updated getter methods for properties to handle nullability.Muller, Alexander (A.)2016-12-221-15/+15
| * | Added in nullable annotation for responses.Muller, Alexander (A.)2016-12-221-34/+34
* | | Moved the import from SDLRPCStruct to implementation of all classes to remove...Muller, Alexander (A.)2017-01-171-0/+1
* | | Migrated to using a category instead of adding the classes to the subclass of...Muller, Alexander (A.)2016-11-091-34/+34
* | | Updated missing parameters.Muller, Alexander (A.)2016-11-061-117/+19
* | | Updated setter/getter for all rpcs and structs to use convenience methods.Muller, Alexander (A.)2016-11-061-75/+15
|/ /
* | Updated all NSNumbers with type generic.Muller, Alexander (A.)2016-10-221-2/+2
* | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-171-40/+43
|\ \
| * | Added missing genericsMuller, Alexander (A.)2016-10-171-30/+30
* | | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-141-3/+3
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-10-131-47/+41
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-09-271-53/+52
| |\ \ \
| * | | | Updated to include generics for all collection objects.Muller, Alexander (A.)2016-09-191-34/+34
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-131-71/+62
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into feature/issue_151_struct_dictionary_initJoel Fischer2016-09-301-53/+52
| |\ \ \ | | | |/ | | |/|
| | * | Updated naming of some constant.Muller, Alexander (A.)2016-09-221-21/+21
| | * | Reverted SDLNames to Project instead of Public.Muller, Alexander (A.)2016-09-221-2/+1
| | * | Replaced all defines with constant strings of the SDLName typedef. Also modif...Muller, Alexander (A.)2016-09-211-53/+53
| | |/
| * | Migrated initWithDictionary to take non-mutable dictionary as parameter.Muller, Alexander (A.)2016-09-221-14/+8
| |/
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-33/+19
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+339