summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPerformInteraction.m
Commit message (Expand)AuthorAgeFilesLines
* Removed `mutableCopy` from relevant classesNicoleYarroch2019-08-121-7/+7
* Update SmartDeviceLink/SDLPerformInteraction.mNicoleYarroch2019-08-081-1/+0
* new parameter and inits added to PerformInteractionNicoleYarroch2019-07-151-15/+39
* Deprecate RPC superclass initializersJoel Fischer2019-05-141-18/+21
* addressed feedbackMihail Vyrko2019-04-031-8/+8
* verify type of returned objectsMihail Vyrko2019-03-201-5/+8
* Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-051-19/+19
* All RPC names moved to SDLRPCFunctionNamesNicoleYarroch2019-03-051-1/+2
* Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-02-211-1/+1
|\
| * Xcode 8.3 beta 2 fixeshotfix/xcode_83_fixesJoel Fischer2017-02-151-1/+1
* | RPC arrays are now immutableJoel Fischer2017-01-201-13/+13
* | Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...feature/struct_property_rewriteMuller, Alexander (A.)2017-01-181-21/+38
|\ \
| * \ Merge remote-tracking branch 'origin/develop' into feature/sdl_0018_nullabili...feature/sdl_0018_nullability_annotationsMuller, Alexander (A.)2017-01-171-1/+0
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into feature/sdl_0018_nullabili...Muller, Alexander (A.)2017-01-111-3/+8
| |\ \ \
| * | | | Added nullability annotations for requests.Muller, Alexander (A.)2016-12-221-20/+37
* | | | | Added in missing implementations of dictionary categories.Muller, Alexander (A.)2017-01-171-44/+6
* | | | | Moved the import from SDLRPCStruct to implementation of all classes to remove...Muller, Alexander (A.)2017-01-171-0/+1
* | | | | Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...Muller, Alexander (A.)2017-01-171-4/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Removed SDLTTSChunkFactory from project.feature/sdl_0021_tts_factory_removalMuller, Alexander (A.)2017-01-121-1/+0
| | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-111-3/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed an issue with initializer causing infinite loop.Muller, Alexander (A.)2016-12-131-1/+1
| | * Update for v4.5.0-beta.1 release4.5.0-beta.1Joel Fischer2016-12-051-1/+1
| | * Added missing catch-all initializer for performInteraction.Muller, Alexander (A.)2016-11-301-1/+6
| | * Updated timeout to UInt32.Muller, Alexander (A.)2016-11-301-4/+4
* | | Migrated to using a category instead of adding the classes to the subclass of...Muller, Alexander (A.)2016-11-091-18/+18
* | | Updated setter/getter for all rpcs and structs to use convenience methods.Muller, Alexander (A.)2016-11-061-45/+9
|/ /
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-0/+54
|\ \ | |/
| * Run clang-formatJoel Fischer2016-11-031-7/+7
| * Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits.feature/release_4.3.0_issue_459_ttschunk_initsMuller, Alexander (A.)2016-10-261-3/+3
| * Removed NSNumbers in favor of their primitive types for initializers.Muller, Alexander (A.)2016-10-201-9/+25
| * rewrote initializers to look nicer.Muller, Alexander (A.)2016-10-201-22/+18
| * Initial commit of deprecated SDLRPCRequestFactory and added inits.Muller, Alexander (A.)2016-10-201-0/+42
* | Updated all NSNumbers with type generic.Muller, Alexander (A.)2016-10-221-4/+4
* | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-171-18/+18
|\ \
| * | Added missing genericsMuller, Alexander (A.)2016-10-171-18/+18
* | | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-141-4/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-10-131-32/+26
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-09-271-28/+28
| |\ \ \
| * | | | Updated to include generics for all collection objects.Muller, Alexander (A.)2016-09-191-23/+23
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-131-38/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into feature/issue_151_struct_dictionary_initJoel Fischer2016-09-301-28/+28
| |\ \ \ | | | |/ | | |/|
| | * | Updated naming of some constant.Muller, Alexander (A.)2016-09-221-3/+3
| | * | Reverted SDLNames to Project instead of Public.Muller, Alexander (A.)2016-09-221-1/+1
| | * | Replaced all defines with constant strings of the SDLName typedef. Also modif...Muller, Alexander (A.)2016-09-211-29/+29
| | |/
| * | Migrated initWithDictionary to take non-mutable dictionary as parameter.Muller, Alexander (A.)2016-09-221-10/+4
| |/
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-16/+6
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+181