summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTTSChunk.m
Commit message (Expand)AuthorAgeFilesLines
* Deprecate RPC superclass initializersJoel Fischer2019-05-141-4/+4
* addressed feedbackMihail Vyrko2019-04-031-2/+2
* verify type of returned objectsMihail Vyrko2019-03-201-2/+4
* Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-051-5/+5
* Implement SDL-0014 Audio File Playback in TTS ChunkJoel Fischer2018-07-051-3/+7
* RPC arrays are now immutableJoel Fischer2017-01-201-7/+7
* Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...feature/struct_property_rewriteMuller, Alexander (A.)2017-01-181-1/+5
|\
| * Added missing nullability annotation for SDLTTSChunkMuller, Alexander (A.)2017-01-041-1/+1
| * Reverted nil check for SDLTTSChunk.Muller, Alexander (A.)2016-12-221-2/+6
| * Removed unnecessary null checkMuller, Alexander (A.)2016-12-221-4/+0
| * Fixed issue with silenceChunks class initializerMuller, Alexander (A.)2016-12-221-1/+1
| * Added nullability annotation to structs.Muller, Alexander (A.)2016-12-221-0/+4
* | 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-4/+4
* | Updated setter/getter for all rpcs and structs to use convenience methods.Muller, Alexander (A.)2016-11-061-13/+4
|/
* Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-0/+40
|\
| * Run clang-formatJoel Fischer2016-11-031-10/+10
| * Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits.feature/release_4.3.0_issue_459_ttschunk_initsMuller, Alexander (A.)2016-10-261-0/+28
| * Added missing initializer for SDLTTSChunkMuller, Alexander (A.)2016-10-201-0/+12
* | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-131-19/+6
|\ \
| * \ Merge branch 'develop' into feature/issue_151_struct_dictionary_initJoel Fischer2016-09-301-7/+6
| |\ \
| | * | 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-7/+7
| | |/
| * | Migrated initWithDictionary to take non-mutable dictionary as parameter.Muller, Alexander (A.)2016-09-221-12/+0
| |/
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-8/+3
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+53