summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated local tests descriptionbugfix/issue-1703-local-tests-descriptionlapinskijw2020-07-081-1/+3
* Merge pull request #1698 from smartdevicelink/bugfix/issue_1696_soft_button_i...Joel Fischer2020-07-022-148/+223
|\
| * Removed commented out codebugfix/issue_1696_soft_button_image_upload_failsNicoleYarroch2020-06-251-2/+0
| * Fixed documentationNicoleYarroch2020-06-251-1/+3
| * Added testsNicoleYarroch2020-06-251-72/+176
| * Fixed spacingNicoleYarroch2020-06-241-0/+1
| * Refactored duplicated image upload codeNicoleYarroch2020-06-241-49/+26
| * Removed unused methodNicoleYarroch2020-06-241-19/+9
| * Updated docs and added logsNicoleYarroch2020-06-241-6/+7
| * Fixed reference to self in blocksNicoleYarroch2020-06-241-10/+11
| * Updated button state check for imagesNicoleYarroch2020-06-241-4/+5
* | Merge pull request #1699 from smartdevicelink/bugfix/issue_1675_fix_encryptio...Joel Fischer2020-06-302-4/+37
|\ \
| * \ Merge branch 'develop' into bugfix/issue_1675_fix_encryption_manager_state_on...bugfix/issue_1675_fix_encryption_manager_state_on_disconnectNicoleYarroch2020-06-2628-820/+1123
| |\ \ | |/ / |/| |
* | | Merge pull request #1660 from smartdevicelink/bugfix/issue_1634_wifi_turned_o...Joel Fischer2020-06-2528-820/+1123
|\ \ \ | |_|/ |/| |
| * | Transport now shut down after registration failurebugfix/issue_1634_wifi_turned_off_breaks_secondary_transportNicoleYarroch2020-06-182-9/+53
| * | Added logNicoleYarroch2020-06-171-0/+2
| * | Removed commentNicoleYarroch2020-06-171-20/+0
| * | Added info to logsNicoleYarroch2020-06-151-2/+2
| * | Split notifications into two handlersNicoleYarroch2020-06-151-31/+34
| * | Expanded log statementNicoleYarroch2020-06-151-1/+21
| * | Merge branch 'bugfix/issue_1634_wifi_turned_off_breaks_secondary_transport' o...NicoleYarroch2020-06-151-1/+1
| |\ \
| | * | Apply suggestions from code reviewNicoleYarroch2020-06-151-1/+1
| * | | Removed duplicate app state tracking methodsNicoleYarroch2020-06-151-6/+2
| |/ /
| * | Removed duplicate notificationsNicoleYarroch2020-06-151-2/+6
| * | Fixed order of unit test expectationsNicoleYarroch2020-06-151-6/+15
| * | Removed dealloc commentsNicoleYarroch2020-06-152-11/+0
| * | Removed dealloc commentNicoleYarroch2020-06-151-6/+0
| * | Removed check for `nil` delegateNicoleYarroch2020-06-151-9/+1
| * | Fixed compile error after renaming methodNicoleYarroch2020-06-151-2/+2
| * | Merge branch 'bugfix/issue_1634_wifi_turned_off_breaks_secondary_transport' o...NicoleYarroch2020-06-154-8/+5
| |\ \
| | * | Apply suggestions from code reviewNicoleYarroch2020-06-154-8/+5
| * | | Fixed misspelled wordNicoleYarroch2020-06-151-1/+1
| |/ /
| * | Added documentation to new methodNicoleYarroch2020-06-091-0/+4
| * | Attempting to fix failed background task testsNicoleYarroch2020-06-091-4/+7
| * | Fixing failed testsNicoleYarroch2020-06-091-3/+3
| * | Removed `OCMPartialMock` for failing testsNicoleYarroch2020-06-091-3/+3
| * | Added tests for disconnecting secondary transp.NicoleYarroch2020-06-091-3/+232
| * | Removed duplicate codeNicoleYarroch2020-06-091-3/+1
| * | Renamed protocol method & updated testsNicoleYarroch2020-06-094-23/+26
| * | Added more documentationNicoleYarroch2020-06-091-2/+5
| * | Added commentsNicoleYarroch2020-06-081-0/+5
| * | Handler now called if transport is `nil`NicoleYarroch2020-06-081-0/+2
| * | Refactored dispatching to mainNicoleYarroch2020-06-081-26/+23
| * | Removed sleeps from testsNicoleYarroch2020-06-081-15/+9
| * | Removed thread sleepingNicoleYarroch2020-06-051-16/+13
| * | Removed thread sleepingNicoleYarroch2020-06-051-24/+20
| * | Removed thread sleeps in testsNicoleYarroch2020-06-051-180/+97
| * | Fixed streaming media manager testsNicoleYarroch2020-06-051-76/+46
| * | Removed sleep from unit testsNicoleYarroch2020-06-043-99/+69
| * | Merge branch 'develop' into bugfix/issue_1634_wifi_turned_off_breaks_secondar...NicoleYarroch2020-06-0448-188/+410
| |\ \