summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only create the secondary transport manager for specific app typesfeature/issue-1145-Secondary-Transport-OptimizationJoel Fischer2020-02-141-2/+8
|
* Fix whitespaceJoel Fischer2020-02-111-1/+1
|
* Remove focus on the testJoel Fischer2020-02-111-1/+1
|
* Fixing unit testsJoel Fischer2020-02-111-10/+11
|
* Fix many logsJoel Fischer2020-02-113-14/+38
|
* Change the `shouldOpenConnection` boolJoel Fischer2020-02-111-23/+37
| | | | * Replace with tracking the HMI level
* Fix whitespaceJoel Fischer2020-02-111-1/+1
|
* Re-add commentJoel Fischer2020-02-111-0/+1
|
* Remove, fix, and rearrange some codeJoel Fischer2020-02-112-146/+142
|
* adding unit tests, removing appIsReady since we now wait for HMI full before ↵Justin Gluck2020-02-072-41/+40
| | | | we connect
* setting a new bool to wait till the app is full to connect the secondary ↵Justin Gluck2020-02-042-9/+31
| | | | transport to save battery life.
* Merge pull request #1530 from ↵Joel Fischer2020-01-291-9/+23
|\ | | | | | | | | smartdevicelink/bugfix/issue-1521-LockScreen-Warnings Lockscreen storyboard warnings
| * fixing landscape warnings and broken constraintsbugfix/issue-1521-LockScreen-WarningsJustin Gluck2020-01-291-12/+24
| |
| * Fixing warnings on storyboardJustin Gluck2020-01-281-20/+22
|/
* Merge pull request #1525 from ↵Joel Fischer2020-01-273-0/+86
|\ | | | | | | | | smartdevicelink/bugfix/issue-1206-SDLRadioControlData-convenience-init Create XM, AM and FM Convenience inits
| * PR issuesbugfix/issue-1206-SDLRadioControlData-convenience-initJustin Gluck2020-01-243-55/+11
| |
| * pr issuesJustin Gluck2020-01-221-2/+2
| |
| * added unit testsJustin Gluck2020-01-223-2/+39
| |
| * creating inits to set radio data for XM, AM and FMJustin Gluck2020-01-222-0/+93
|/
* Update changelog for v6.5.0Joel Fischer2020-01-091-1/+5
|
* Merge pull request #1518 from ↵Joel Fischer2020-01-082-29/+83
|\ | | | | | | | | smartdevicelink/bugfix/issue-1517-OCMock-test-failures Fix issues shown by OCMock 3.5
| * Remove focus from testJoel Fischer2020-01-081-1/+1
| |
| * Fix issues shown by OCMock 3.5bugfix/issue-1517-OCMock-test-failuresJoel Fischer2020-01-082-30/+84
|/
* Update testing frameworks6.5.0-rc.1Joel Fischer2020-01-071-2/+2
|
* Updates for v6.5.0 releaseJoel Fischer2020-01-07204-6456/+4095
|
* Merge pull request #1482 from ↵Joel Fischer2020-01-072-15/+81
|\ | | | | | | | | smartdevicelink/bugfix/issue-1476-SecurityManager-Set-For-SecondaryProtocol Security manager set for secondary protocol
| * pr fixbugfix/issue-1476-SecurityManager-Set-For-SecondaryProtocolJustin Gluck2019-12-121-1/+2
| |
| * no messageJustin Gluck2019-12-111-1/+1
| |
| * reverting fileJustin Gluck2019-12-111-0/+1
| |
| * Merge branch 'bugfix/issue-1476-SecurityManager-Set-For-SecondaryProtocol' ↵Justin Gluck2019-12-111-1/+0
| |\ | | | | | | | | | | | | | | | | | | of https://github.com/smartdevicelink/sdl_ios into bugfix/issue-1476-SecurityManager-Set-For-SecondaryProtocol * 'bugfix/issue-1476-SecurityManager-Set-For-SecondaryProtocol' of https://github.com/smartdevicelink/sdl_ios: Update SmartDeviceLink/SDLProxy.m
| | * Update SmartDeviceLink/SDLProxy.mjustingluck932019-12-111-1/+0
| | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | adding check for is appReady so we don't configure until we are, also made ↵Justin Gluck2019-12-112-28/+22
| |/ | | | | | | sure to add check in the iAP caee as well. Updated unit tests
| * Fixing unit tests making them have better namesJustin Gluck2019-12-112-47/+51
| |
| * Adding test casesJustin Gluck2019-12-101-11/+60
| |
| * PR fix whitespaceJustin Gluck2019-12-101-0/+1
| |
| * Pr fixJustin Gluck2019-12-101-2/+1
| |
| * Apply suggestions from code reviewjustingluck932019-12-101-1/+1
| | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * removing extra white spaceJustin Gluck2019-12-091-1/+0
| |
| * no messageJustin Gluck2019-12-091-0/+1
| |
| * undoing changesJustin Gluck2019-12-091-1/+0
| |
| * no messageJustin Gluck2019-12-094-9/+1
| |
| * making sure app is in ready state before connecting so security managers can ↵Justin Gluck2019-12-092-4/+16
| | | | | | | | be set
| * adding a notification that the security manager has been set and to properly ↵Justin Gluck2019-12-094-1/+15
| | | | | | | | update the secondary protocol to use that security manager
| * removing setting security manager since it was moved else whereJustin Gluck2019-12-061-2/+0
| |
| * setting security manager after an updateJustin Gluck2019-12-061-0/+1
| |
| * PR issuesJustin Gluck2019-12-021-6/+2
| |
| * setting secondary transport security manager when the 2nd transport is startedJustin Gluck2019-12-021-0/+6
| |
* | Merge pull request #1509 from ↵Joel Fischer2020-01-0314-380/+306
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issues_1480_1492_1496_1501_lockscreen_fixes Lockscreen bug fixes
| * | Fixed lockscreen status tablebugfix/issues_1480_1492_1496_1501_lockscreen_fixesNicoleYarroch2020-01-031-10/+10
| | |
| * | Added documentationNicoleYarroch2020-01-022-1/+13
| | |