summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #615 from smartdevicelink/bugfix/issue_540Joel Fischer2017-05-112-8/+25
|\
| * extra line removedbugfix/issue_540BrettyWhite2017-05-101-1/+0
| * cloned off of master, added testBrettyWhite2017-05-092-8/+26
* | Merge pull request #613 from smartdevicelink/hotfix/issue_612Joel Fischer2017-05-091-1/+1
|\ \ | |/ |/|
| * Fix #612Joel Fischer2017-05-081-1/+1
* | Merge pull request #608 from tpulatha/hotfix/issue_606Joel Fischer2017-05-082-1/+6
|\ \ | |/ |/|
| * Fixed variable names, added comment, fixed alignmentPulathaneli, Timur (tdp.)2017-04-281-4/+5
| * Fixed clearing of upload queuePulathaneli, Timur (tdp.)2017-04-192-1/+5
* | Remarks after code review.Oleksandr Lavrushko2017-05-021-4/+4
* | Issue 609 Fixed SDLStreamingMediaManager to provide error info if starting vi...Oleksandr Lavrushko2017-04-251-4/+4
|/
* Merge pull request #598 from smartdevicelink/hotfix/issue_590Joel Fischer2017-04-131-1/+1
|\
| * Fix reconnection attempts unable to be stoppedhotfix/issue_590Joel Fischer2017-04-041-1/+1
* | Merge pull request #596 from smartdevicelink/hotfix/issue_595Joel Fischer2017-04-138-14/+10
|\ \
| * | Remove uses of @importhotfix/issue_595Joel Fischer2017-03-318-14/+10
| |/
* | If the resources bundle contains an inner bundle, it’s a Cocoapods resource...hotfix/issue_601Joel Fischer2017-04-061-1/+9
|/
* 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
| |\