summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Uncommented SDLOasisAddress.feature/sdl_0003_last_mileMuller, Alexander (A.)2016-11-045-42/+43
* Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0003_las...Muller, Alexander (A.)2016-11-041-2/+0
|\
| * Removed unused initializer from DateTimerelease/4.4.0Muller, Alexander (A.)2016-11-041-2/+0
* | Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0003_las...Muller, Alexander (A.)2016-11-0420-32/+1028
|\ \ | |/
| * Merge branch 'feature/sdl_0004_sendlocation_updates' into release/4.4.0Joel Fischer2016-11-0417-27/+1012
| |\
| | * Added more informative description for SendLocation's DateTime.Muller, Alexander (A.)2016-11-041-1/+1
| | * Updated formattingMuller, Alexander (A.)2016-11-041-12/+12
| | * Updated Date/Time documentation.Muller, Alexander (A.)2016-11-041-1/+1
| | * Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0004_sen...Muller, Alexander (A.)2016-11-043-5/+16
| | |\ | | |/ | |/|
| * | Merge branch 'feature/issue_455_generic_display_type' into release/4.4.0Joel Fischer2016-11-043-5/+16
| |\ \
| | * \ Merge remote-tracking branch 'origin/release/4.4.0' into feature/issue_455_ge...feature/issue_455_generic_display_typeMuller, Alexander (A.)2016-11-03351-593/+18620
| | |\ \ | | |/ / | |/| |
| | * | Added support for generic SDLDisplayType.Muller, Alexander (A.)2016-11-033-5/+16
| | | * Replaced SendLocation's CGFloat with double.Muller, Alexander (A.)2016-11-042-4/+4
| | | * Added additional initializer for SendLocationMuller, Alexander (A.)2016-11-042-3/+12
| | | * Made addressLines property more defined on usage.Muller, Alexander (A.)2016-11-041-1/+1
| | | * Added additional initializers for SDLDateTime.Muller, Alexander (A.)2016-11-042-10/+50
| | | * Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0004_sen...feature/sdl_0004_sendlocation_updatesMuller, Alexander (A.)2016-11-034-42/+34
| | | |\ | | |_|/ | |/| |
| | | * Added missing spec testsMuller, Alexander (A.)2016-11-031-0/+12
| | | * Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0004_sen...Muller, Alexander (A.)2016-11-031-1/+1
| | | |\
| | | * | Merge remote-tracking branch 'origin/master' into sdl_0004_sendlocation_updatesMuller, Alexander (A.)2016-11-03353-658/+18673
| | | * | Added support for Send Location updates with delivery mode, time stamp, and a...Muller, Alexander (A.)2016-11-0116-5/+949
| | |/ /
* | | | Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0003_las...Muller, Alexander (A.)2016-11-030-0/+0
|\ \ \ \ | |/ / /
| * | | Fixed issues with tests not compiling and giving warnings of extra imports.Muller, Alexander (A.)2016-11-034-42/+34
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0003_las...Muller, Alexander (A.)2016-11-03354-720/+18762
|\ \ \ | |/ /
| * | Updated to Podspec 4.4.0Muller, Alexander (A.)2016-11-031-1/+1
| * | Merge branch 'release/4.3.0'4.3.0Joel Fischer2016-11-03351-584/+18619
| |\ \ | | |/ | |/|
| | * Update to v4.3.0 finalrelease/4.3.0Joel Fischer2016-11-036-5/+31
| | * Run clang-formatJoel Fischer2016-11-0361-167/+165
| | * Added a fix for when a navigation app is attempting to connect to a non-navig...Muller, Alexander (A.)2016-11-031-0/+4
| | * Missing forward class declaration for SDLProxy.Muller, Alexander (A.)2016-11-031-0/+1
| | * Add documentation around the reason there is an SDLProxy property on SDLManagerJoel Fischer2016-11-021-1/+4
| | * Add a passthrough SDLProxy property to SDLManager for minor backcompat casesJoel Fischer2016-11-022-0/+13
| | * Update the example app to log out example permissionsJoel Fischer2016-11-016-25/+51
| | * Fixed issue related RAI failing due to missing parameter in SDLAppInfo.Muller, Alexander (A.)2016-10-311-0/+2
| | * removed double set property in initializer.Muller, Alexander (A.)2016-10-311-1/+0
| | * Updated RAI to include missing properties in initializers.Muller, Alexander (A.)2016-10-313-11/+20
| | * Fix a crasher bug when an RAIR errorsJoel Fischer2016-10-311-0/+1
| | * Merge branch 'feature/release_4.3.0_issue_459_ttschunk_inits' into release/4.3.0Joel Fischer2016-10-2811-29/+69
| | |\
| | | * Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits.feature/release_4.3.0_issue_459_ttschunk_initsMuller, Alexander (A.)2016-10-2611-29/+69
| | |/
| | * Merge branch 'feature/release_4.3.0_issue_458_inits' into release/4.3.0Joel Fischer2016-10-26115-143/+1345
| | |\
| | | * Added missing generic.Muller, Alexander (A.)2016-10-262-2/+2
| | | * Updated spec to use non-nsnumbers in initializers.feature/release_4.3.0_issue_458_initsMuller, Alexander (A.)2016-10-241-1/+1
| | | * Added missing generics and removed remaining NSNumbers used in initializersMuller, Alexander (A.)2016-10-2421-46/+71
| | | * Removed imports and put in superclass.Muller, Alexander (A.)2016-10-246-11/+3
| | | * Add generics to initializersJoel Fischer2016-10-2416-27/+54
| | | * Added missing initializer for SDLTTSChunkMuller, Alexander (A.)2016-10-204-12/+22
| | | * Fixed misstype in spec.Muller, Alexander (A.)2016-10-201-1/+1
| | | * Removed NSNumbers in favor of their primitive types for initializers.Muller, Alexander (A.)2016-10-2051-138/+298
| | | * rewrote initializers to look nicer.Muller, Alexander (A.)2016-10-2051-331/+539
| | | * Replaced SDLRPCRequestFactory in all Managers and Spec tests.Muller, Alexander (A.)2016-10-207-45/+46