summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #539hotfix/issue_539Joel Fischer2017-02-202-5/+34
| | | | * Update `SDLLockScreenStatusManager` to use OPTIONAL status in the background when appropriate.
* Merge pull request #533 from smartdevicelink/hotfix/xcode_83_fixesJoel Fischer2017-02-208-9/+9
|\ | | | | Xcode 8.3 beta 2 fixes
| * Xcode 8.3 beta 2 fixeshotfix/xcode_83_fixesJoel Fischer2017-02-158-9/+9
|/ | | | | * Fixes import file cases not matching actual file cases. * Fix copying some mutable properties that should be referenced.
* Update for v4.5.34.5.3Joel Fischer2017-02-085-4/+9
|
* Merge pull request #521 from ↵Joel Fischer2017-02-071-1/+1
|\ | | | | | | | | smartdevicelink/hotfix/issue_520_streaming_object_throw_error Fixed issue with throwing instead of returning nil in SDLProxy's streamingMediaManager
| * Fixed issue with calling streaming media manager if proxy is started, but ↵Muller, Alexander (A.)2017-02-071-1/+1
|/ | | | not connected.
* Merge pull request #517 from smartdevicelink/hotfix/issue_516_hmi_changeJoel Fischer2017-02-071-1/+3
|\ | | | | Sending HMI Level Change delegate only when actually different
| * Added check for hmi equality and old send delegate if not equal.hotfix/issue_516_hmi_changeMuller, Alexander (A.)2017-02-021-1/+3
| |
* | Merge pull request #519 from smartdevicelink/hotfix/issue_518Joel Fischer2017-02-071-0/+1
|\ \ | |/ |/| Fix issue around releasing already released Compression Session
| * Set compressionSession to null so we do not accidentally over-release it.hotfix/issue_518Muller, Alexander (A.)2017-02-061-0/+1
|/
* Set swift-version for cocoapods until we can upgrade testsJoel Fischer2017-01-271-0/+1
|
* Update to v4.5.24.5.2Joel Fischer2017-01-275-4/+14
|
* Run clang-formatJoel Fischer2017-01-272-2/+2
|
* Merge pull request #513 from smartdevicelink/hotfix/issue_512_debug_toolJoel Fischer2017-01-272-4/+12
|\ | | | | Fixed SDLDebugTool deleting log file after proxy restart
| * Moved point at which we set the logging to be before we initialize anything ↵hotfix/issue_512_debug_toolMuller, Alexander (A.)2017-01-261-3/+3
| | | | | | | | within the lifecycle manager.
| * 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-2610-90/+149
| |\ | |/ |/| | | | | # Conflicts: # SmartDeviceLink/SDLLifecycleManager.m
* | Merge pull request #510 from smartdevicelink/hotfix/issue_509_stop_proxyJoel Fischer2017-01-2610-91/+150
|\ \ | | | | | | Updated `stop` method of SDLManager to actually stop.
| * | 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-262-4/+3
| | |
| * | Re-add reconnecting stateJoel Fischer2017-01-266-52/+79
| | |
| * | Don’t auto-reconnect in example projectJoel Fischer2017-01-262-4/+5
| | | | | | | | | | | | | | | | | | ##### Example Project * Fix not properly updating proxy state * Fix connect button not properly updating
| * | Cleaned up ProxyManager startWithReadyHandler:Muller, Alexander (A.)2017-01-251-4/+5
| | |
| * | In order to restart properly, we need to start only after ↵Muller, Alexander (A.)2017-01-251-1/+5
| | | | | | | | | | | | managerDidDisconnect (per new documentation).
| * | 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-256-42/+71
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Revert "Updated SDLManagerError enum to include a warning case." Updated SDLManagerError enum to include a warning case. Fixed issue with test case not passing. Update with changes to make registration handling testable Actual failure in registration now calls the readyHandler Fixed issue relating to getting unhandled warnings from RAI Response. # Conflicts: # SmartDeviceLink/SDLLifecycleManager.m # SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
| * | Updated lifecycle manager states to handle stopping the manager correctly.Muller, Alexander (A.)2017-01-253-55/+63
| | |
| * | Fixed issue with stopping the proxy didn't actually stop it.Muller, Alexander (A.)2017-01-203-5/+22
| | |
| | * Fixed issue with SDLDebugTool not keeping state with proxy recycle.Muller, Alexander (A.)2017-01-262-2/+17
| |/ |/|
* | Merge pull request #506 from ↵Joel Fischer2017-01-246-43/+72
|\ \ | |/ |/| | | | | smartdevicelink/hotfix/issue_505_rai_response_handler Fixed issue relating to getting unhandled warnings from RAI Response.
| * Revert "Updated SDLManagerError enum to include a warning case."Joel Fischer2017-01-245-17/+2
| | | | | | | | This reverts commit d19adbc482610889ee817199135813a50496187f.
| * Updated SDLManagerError enum to include a warning case.hotfix/issue_505_rai_response_handlerMuller, Alexander (A.)2017-01-245-2/+17
| |
| * Fixed issue with test case not passing.Muller, Alexander (A.)2017-01-241-1/+2
| |
| * Update with changes to make registration handling testableJoel Fischer2017-01-236-22/+65
| |
| * Actual failure in registration now calls the readyHandlerJoel Fischer2017-01-231-11/+5
| | | | | | | | * Eliminated some unused codepaths
| * 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-196-6/+11
| | | | * Run clang-format
* Merge pull request #500 from smartdevicelink/hotfix/issue_499Joel Fischer2017-01-192-0/+16
|\ | | | | Fix Sending Nil Request Causing Crash.
| * Added a ParameterAssert instead of throwing an exception, along with ↵Muller, Alexander (A.)2017-01-192-5/+7
| | | | | | | | returning a handler with an error.
| * Updated to throw an exception instead of returning an error for nil requests ↵hotfix/issue_499Muller, Alexander (A.)2017-01-182-12/+6
| | | | | | | | being sent.
| * Adding a spec to test sending nil request.Muller, Alexander (A.)2017-01-181-0/+11
| |
| * Added check for nil request in sending.Muller, Alexander (A.)2017-01-181-0/+9
| |
* | Merge pull request #496 from smartdevicelink/hotfix/issue_495Joel Fischer2017-01-192-8/+21
|\ \ | |/ |/| Fixed issue around SDLPutFile's offset.
| * Fixed issue around not calculating an SDLPutFile's currentOffset correctly. ↵hotfix/issue_495Muller, Alexander (A.)2017-01-182-8/+21
|/ | | | Updated unit tests to cover all SDLPutFiles, not just the first.
* Remove a test focusJoel Fischer2017-01-111-1/+1
|
* Fixed test casesJoel Fischer2017-01-113-7/+8
| | | | * Updated some test dependencies
* Fix podspec not updated with latest version numberJoel Fischer2017-01-111-1/+1
|
* Merge branch 'release/4.5.0'4.5.0Joel Fischer2017-01-1163-237/+801
|\