summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pod wasn’t working properlybugfix/issue_1250_lockscreen_rotationJoel Fischer2019-05-024-54/+12
|
* Fix readonlyJoel Fischer2019-05-021-1/+1
|
* Use the app’s top most controller’s rotation preferences due to an apple bugJoel Fischer2019-05-024-0/+74
| | | | Fixes #1250
* Merge branch 'bugfix/cocoapods_swift' into developJoel Fischer2019-04-241-1/+1
|\
| * typobugfix/cocoapods_swiftJoel Fischer2019-04-241-1/+1
| |
| * Try fixing swift versionJoel Fischer2019-04-241-1/+1
|/
* Merge pull request #1242 from ↵Joel Fischer2019-04-231-1/+0
|\ | | | | | | | | smartdevicelink/bugfix/issue-1233-fix-SDLAlert-Documentation Fixed alert documentation
| * Removing alerttext3 from documentation. If the user only sets one they must ↵bugfix/issue-1233-fix-SDLAlert-DocumentationJustin Gluck2019-04-181-1/+0
| | | | | | | | set something other alerttext3
* | Merge pull request #1246 from ↵Joel Fischer2019-04-231-6/+8
|\ \ | |/ |/| | | | | smartdevicelink/feature/issue-1245-Update-To-Swift-5 Updating project and example app to swift 5.0
| * Updating project and example app to swift 5.0Justin Gluck2019-04-231-6/+8
|/
* Merge pull request #1235 from ↵Joel Fischer2019-04-183-58/+3
|\ | | | | | | | | smartdevicelink/bugfix/issue_1224_audio_service_stopped_in_background Audio stream manager no longer suspends audio when device app is inactive
| * Removed `currentAppState` logic from Audio Managerbugfix/issue_1224_audio_service_stopped_in_backgroundNicoleYarroch2019-04-153-58/+3
| | | | | | | | | | | | | | PCM audio can now stream in background * SDLStreamingAudioLifecycleManager no longer monitors the `currentAppState` as audio can stream when app is backgrounded * Removed logic setting the `currentAppState` * Updated SDLStreamingAudioLifecycleManager test cases
* | Merge branch 'master' into developJoel Fischer2019-04-171-1/+1
|\ \
| * | Update changelogJoel Fischer2019-04-171-1/+1
| | |
* | | Merge branch 'master' into developJoel Fischer2019-04-172-1/+1
|\ \ \ | |/ /
| * | Fix cocoapods swift versioningJoel Fischer2019-04-172-1/+1
| | |
* | | Merge branch 'master' into developJoel Fischer2019-04-170-0/+0
|\ \ \ | |/ /
| * | Merge branch 'develop'6.2.0Joel Fischer2019-04-17793-6908/+34647
| |\ \ | |/ / |/| |
* | | Update for v6.2.0Joel Fischer2019-04-1798-579/+14689
| |/ |/|
* | Merge pull request #1232 from ↵Joel Fischer2019-04-121-3/+5
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1097-OnAppInterfaceUnregistered-Reconnecting Fixing issue that caused SDLTransportDidDisconnect to get called befo…
| * | Fixed type in commentJustin Gluck2019-04-121-1/+1
| | |
| * | Merge branch 'develop' into ↵Justin Gluck2019-04-1212-13/+132
| |\ \ | |/ / |/| | | | | bugfix/issue-1097-OnAppInterfaceUnregistered-Reconnecting
* | | Merge pull request #1228 from ↵Joel Fischer2019-04-115-9/+51
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1220-ChoiceSetManager-return-nil-if-noMenuName Choice set manager should return nil if there's no menu name
| * | | Fixing pr issuesJustin Gluck2019-04-111-2/+2
| | | |
| * | | Fixed whitespace issueJustin Gluck2019-04-111-3/+3
| | | |
| * | | Log error so dev knows a cell wont show upbugfix/issue-1220-ChoiceSetManager-return-nil-if-noMenuNameJustin Gluck2019-04-091-0/+1
| | | |
| * | | Undoing committed file that should not have been committedJustin Gluck2019-04-091-2/+3
| | | |
| * | | Fixing PR issuesJustin Gluck2019-04-082-6/+5
| | | |
| * | | Fixed Pr issuesJustin Gluck2019-04-084-7/+4
| | | |
| * | | Merge branch 'develop' into ↵Justin Gluck2019-04-086-112/+301
| |\ \ \ | | | | | | | | | | | | | | | bugfix/issue-1220-ChoiceSetManager-return-nil-if-noMenuName
| * | | | Updating unit testsJustin Gluck2019-04-051-2/+2
| | | | |
| * | | | WIP : If menueName is nil we do not want to send a RPC since menuName is a ↵Justin Gluck2019-04-055-7/+51
| | | | | | | | | | | | | | | | | | | | required field to send an RPC
* | | | | Merge pull request #1231 from ↵Joel Fischer2019-04-097-4/+81
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1230_disable_bad_data_assert Add a toggle for disabling bad data assertions
| * | | | Simplifybugfix/issue_1230_disable_bad_data_assertJoel Fischer2019-04-081-4/+1
| | | | |
| * | | | Update testsJoel Fischer2019-04-081-0/+2
| | | | |
| * | | | Combine the error log and assertion into one callJoel Fischer2019-04-086-4/+82
|/ / / / | | | | | | | | | | | | * Add a log configuration flag for disabling log assertions
| | * | Adding comment so devs dont move logic aroundbugfix/issue-1097-OnAppInterfaceUnregistered-ReconnectingJustin Gluck2019-04-111-0/+1
| | | |
| | * | Fixing issue that caused SDLTransportDidDisconnect to get called before ↵Justin Gluck2019-04-091-3/+4
| |/ / |/| | | | | | | | OnAppInterfaceUnregistered
* | | Merge pull request #1225 from ↵Joel Fischer2019-04-084-3/+4
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1214_max_correlation_id Update `lastCorrelationId` to be Int32 instead of UInt16
| * | | Remove `fit`Joel Fischer2019-04-081-1/+1
| | | |
| * | | Fix broken test caseJoel Fischer2019-04-081-2/+2
| | | |
| * | | Update `lastCorrelationId` to be Int32 instead of UInt16bugfix/issue_1214_max_correlation_idJoel Fischer2019-04-053-2/+3
| | | | | | | | | | | | | | | | | | | | * Updated correlation id to got to INT32_MAX * Updated `lastCorrelationId` to be hidden on `SDLLifecycleManager`
* | | | Merge pull request #1215 from ↵Joel Fischer2019-04-052-106/+296
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/issue_1212_update_system_capability_manager_auto_caching Update System Capability Manager to auto-cache`OnSystemCapability`
| * | | | Check before using subscribefeature/issue_1212_update_system_capability_manager_auto_cachingJoel Fischer2019-04-052-2/+105
| | | | | | | | | | | | | | | | | | | | * Add numerous tests
| * | | | Only handle GetSystemCapabilityResponse from inside the SCM, not outside as wellJoel Fischer2019-04-052-94/+21
| | | | |
| * | | | Consume all `GetSystemCapabilityResponse` messages and update the cacheJoel Fischer2019-04-041-0/+8
| | | | |
| * | | | Fix checking wrong response propertyJoel Fischer2019-04-041-2/+2
| | | | |
| * | | | Fix appServicesCapabilities not returning nil in some situationsJoel Fischer2019-04-041-0/+2
| | | | |
| * | | | Store app services capabilities in a dictJoel Fischer2019-04-041-16/+21
| | | | | | | | | | | | | | | | | | | | * Better handling of merging service capabilities
| * | | | Remove system capability manager handler from storageJoel Fischer2019-04-041-36/+38
| | | | | | | | | | | | | | | | | | | | * Use fast enumeration