summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of @importhotfix/issue_595Joel Fischer2017-03-318-14/+10
* Update with Xcode 8.3 fixesJoel Fischer2017-03-301-2/+2
* Update array getters to check for NSNull and return an empty arrayJoel Fischer2017-03-2324-43/+129
* Updated appType to return when setting to nil with default value.hotfix/issue_579_apptype_resetMuller, Alexander (A.)2017-03-161-0/+1
* Update to v4.5.54.5.5Joel Fischer2017-03-072-2/+2
* Tiny style updateJoel Fischer2017-03-071-2/+1
* Prevent infinite loops in send block while by checking ostream state.david.switzer2017-03-031-2/+3
* Merge pull request #548 from smartdevicelink/hotfix/issue_538Joel Fischer2017-03-021-19/+31
|\
| * Merge remote-tracking branch 'origin/master' into hotfix/issue_538hotfix/issue_538Muller, Alexander (A.)2017-03-0113-16/+29
| |\
| * | SDLLockScreenManager now tracks active state to show lock screen when the app...Joel Fischer2017-02-161-19/+31
* | | Added check for starting a lifecycle manager that has already been started.Muller, Alexander (A.)2017-03-011-0/+5
| |/ |/|
* | Update to v4.5.44.5.4Joel Fischer2017-02-242-2/+2
* | Merge pull request #542 from smartdevicelink/hotfix/issue_529Joel Fischer2017-02-231-1/+5
|\ \
| * \ Merge remote-tracking branch 'origin/master' into hotfix/issue_529hotfix/issue_529Muller, Alexander (A.)2017-02-229-11/+18
| |\ \
| * | | Adding in check for nullable properties of video encoder callbackMuller, Alexander (A.)2017-02-141-1/+5
| | |/ | |/|
* | | Improved state machine throw. Also added in more specific spec to handle this.Muller, Alexander (A.)2017-02-231-3/+3
* | | Added in more descriptive exception throw for debugging.hotfix/issue_543Muller, Alexander (A.)2017-02-221-2/+4
| |/ |/|
* | Fixes #539hotfix/issue_539Joel Fischer2017-02-201-2/+9
* | Xcode 8.3 beta 2 fixeshotfix/xcode_83_fixesJoel Fischer2017-02-158-9/+9
|/
* Update for v4.5.34.5.3Joel Fischer2017-02-082-2/+2
* Fixed issue with calling streaming media manager if proxy is started, but not...Muller, Alexander (A.)2017-02-071-1/+1
* Merge pull request #517 from smartdevicelink/hotfix/issue_516_hmi_changeJoel Fischer2017-02-071-1/+3
|\
| * Added check for hmi equality and old send delegate if not equal.hotfix/issue_516_hmi_changeMuller, Alexander (A.)2017-02-021-1/+3
* | Set compressionSession to null so we do not accidentally over-release it.hotfix/issue_518Muller, Alexander (A.)2017-02-061-0/+1
|/
* Update to v4.5.24.5.2Joel Fischer2017-01-272-2/+2
* Run clang-formatJoel Fischer2017-01-272-2/+2
* Moved point at which we set the logging to be before we initialize anything w...hotfix/issue_512_debug_toolMuller, Alexander (A.)2017-01-261-3/+3
* Update logger to initialize on lifecycle initialization, not startJoel Fischer2017-01-261-12/+5
* Merge branch 'master' into hotfix/issue_512_debug_toolJoel Fischer2017-01-263-36/+74
|\
| * Fixed issue with retain cycle within the dispatch_after block.hotfix/issue_509_stop_proxyMuller, Alexander (A.)2017-01-261-2/+3
| * Fix double semi-colonJoel Fischer2017-01-261-1/+1
| * Re-add reconnecting stateJoel Fischer2017-01-262-19/+32
| * Adding a fix to restarting the proxy around an Apple Bug.Muller, Alexander (A.)2017-01-251-4/+9
| * Adding a note about stopping SDLManager.Muller, Alexander (A.)2017-01-251-0/+2
| * Removing Reconnecting state and instead using started.Muller, Alexander (A.)2017-01-252-9/+3
| * Merge remote-tracking branch 'origin/master' into hotfix/issue_509_stop_proxyMuller, Alexander (A.)2017-01-254-38/+27
| |\
| * | Updated lifecycle manager states to handle stopping the manager correctly.Muller, Alexander (A.)2017-01-252-40/+47
| * | Fixed issue with stopping the proxy didn't actually stop it.Muller, Alexander (A.)2017-01-202-4/+20
* | | Fixed issue with SDLDebugTool not keeping state with proxy recycle.Muller, Alexander (A.)2017-01-262-2/+17
| |/ |/|
* | Revert "Updated SDLManagerError enum to include a warning case."Joel Fischer2017-01-244-16/+1
* | Updated SDLManagerError enum to include a warning case.hotfix/issue_505_rai_response_handlerMuller, Alexander (A.)2017-01-244-1/+16
* | Update with changes to make registration handling testableJoel Fischer2017-01-234-18/+22
* | Actual failure in registration now calls the readyHandlerJoel Fischer2017-01-231-11/+5
* | Fixed issue relating to getting unhandled warnings from RAI Response.Muller, Alexander (A.)2017-01-191-12/+3
|/
* Update for v4.5.14.5.1Joel Fischer2017-01-193-4/+4
* Merge pull request #500 from smartdevicelink/hotfix/issue_499Joel Fischer2017-01-191-0/+10
|\
| * Added a ParameterAssert instead of throwing an exception, along with returnin...Muller, Alexander (A.)2017-01-191-4/+6
| * Updated to throw an exception instead of returning an error for nil requests ...hotfix/issue_499Muller, Alexander (A.)2017-01-181-5/+4
| * Added check for nil request in sending.Muller, Alexander (A.)2017-01-181-0/+9
* | Fixed issue around not calculating an SDLPutFile's currentOffset correctly. U...hotfix/issue_495Muller, Alexander (A.)2017-01-181-1/+1
|/