summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updating the readme file to tell devs that SDL now supports Accio and how to ↵feature/issue-1274-Documentation-for-Accio-SupportJustin Gluck2019-05-221-0/+13
| | | | install it and use it.
* Merge pull request #1262 from ↵Joel Fischer2019-05-17437-2089/+3193
|\ | | | | | | | | smartdevicelink/bugfix/issue_1204_hide_rpc_initializers Deprecate RPC superclass initializers
| * Fix review issuesbugfix/issue_1204_hide_rpc_initializersJoel Fischer2019-05-172-2/+3
| |
| * Fix the unit testsJoel Fischer2019-05-14198-36/+690
| |
| * Deprecate RPC superclass initializersJoel Fischer2019-05-14239-2053/+2502
|/ | | | * So that they won’t appear on every RPC initializer in autocomplete and confuse developers
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into ↵6.2.3Joel Fischer2019-05-131-6/+8
|\ | | | | | | develop
| * Merge pull request #1259 from ↵Joel Fischer2019-05-131-6/+8
| |\ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1258_lockscreen_crash_2 Fix all crashes due to lockscreen being setup before app window
| | * Fix all crashes due to lockscreen being setup before the app windowbugfix/issue_1258_lockscreen_crash_2Joel Fischer2019-05-091-6/+8
| |/
* | Update for v6.2.3Joel Fischer2019-05-138-7/+14
|/
* Merge branch 'master' into developJoel Fischer2019-05-0811-58/+75
|\
| * Update to v6.2.26.2.2Joel Fischer2019-05-088-7/+14
| |
| * Merge pull request #1256 from smartdevicelink/bugfix/issue_1255_lockscreen_crashJoel Fischer2019-05-083-51/+61
| |\ | | | | | | Throw an exception if SDL is setup before the app's root view controller
| | * Fix whitespacingbugfix/issue_1255_lockscreen_crashJoel Fischer2019-05-082-6/+5
| | |
| | * Throw an exception with detailed information if the lock screen is setup ↵Joel Fischer2019-05-083-55/+66
| |/ |/| | | | | before the app’s window
| * Merge branch 'develop'6.2.1Joel Fischer2019-05-0827-138/+117
| |\ | |/ |/|
* | Update for v6.2.1 hotfix releaseJoel Fischer2019-05-0811-19/+33
| |
* | Merge pull request #1252 from ↵Joel Fischer2019-05-071-0/+32
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1250_lockscreen_rotation Fix Lockscreen Window's Existence Messing with App Autorotation
| * | 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 pull request #1244 from ↵Joel Fischer2019-05-0310-52/+35
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1243_swift_example_autoreconnect Fix auto-reconnect / manual disconnect of example apps
| * | | Redo example app state logicbugfix/issue_1243_swift_example_autoreconnectJoel Fischer2019-04-239-32/+38
| | | |
| * | | Merge branch 'bugfix/issue_1237_example_app_reset' into ↵Joel Fischer2019-04-232-13/+2
| |\ \ \ | | | | | | | | | | | | | | | bugfix/issue_1243_swift_example_autoreconnect
| | * | | Fix resetting SDLbugfix/issue_1237_example_app_resetJoel Fischer2019-04-152-13/+2
| | | | |
| * | | | Always autoreconnect after pulling USB cordJoel Fischer2019-04-184-14/+2
| | | | |
* | | | | Merge pull request #1236 from smartdevicelink/bugfix/issue_1172_state_transitionJoel Fischer2019-05-031-1/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | Ignore Errant Connections While Reconnecting
| * | | | Kill the proxy earlierbugfix/issue_1172_state_transitionJoel Fischer2019-04-151-1/+5
| | |/ / | |/| | | | | | | | | | * Ignore connections while we are attempting to shut down and reconnect
* | | | 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
| | | |