summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added logs to TCPTransport start/stop funcsbugfix/issue_1551_video_end_service_not_sent_secondary_transportNicoleYarroch2020-04-011-0/+4
* Removed unnecessary shutdown codeNicoleYarroch2020-03-311-25/+0
* Refactored cancel timer methodNicoleYarroch2020-03-311-20/+23
* Added documentation to methodNicoleYarroch2020-03-311-0/+2
* Apply suggestions from code reviewNicoleYarroch2020-03-311-1/+0
* Added weakSelf/strongSelf handlingNicoleYarroch2020-03-241-11/+17
* Streams now opened and closed on same threadNicoleYarroch2020-03-241-3/+18
* Added documentation to stream managersNicoleYarroch2020-03-232-0/+2
* Added documentationNicoleYarroch2020-03-231-0/+2
* Merge branch 'develop' into bugfix/issue_1551_video_end_service_not_sent_seco...NicoleYarroch2020-03-2054-941/+1948
|\
| * Merge pull request #1573 from smartdevicelink/bugfix/issue_1569_streaming_med...Joel Fischer2020-03-199-187/+132
| |\
| | * Deprecated old initbugfix/issue_1569_streaming_media_manager_incorrect_value_for_isStreamingSupportedNicoleYarroch2020-03-192-2/+2
| | * Apply suggestions from code reviewNicoleYarroch2020-03-194-4/+6
| | * Merge branch 'develop' into bugfix/issue_1569_streaming_media_manager_incorre...Joel Fischer2020-03-1829-309/+721
| | |\ | | |/ | |/|
| * | Merge pull request #1588 from smartdevicelink/bugfix/issue-1587-sdlproxy-docu...Joel Fischer2020-03-181-43/+46
| |\ \
| | * | Add SDLProxy documentation and private method namingbugfix/issue-1587-sdlproxy-documentationJoel Fischer2020-03-131-43/+46
| * | | Merge pull request #1575 from smartdevicelink/bugfix/issue-1536-empty-display...Joel Fischer2020-03-1728-266/+675
| |\ \ \
| | * | | Fix perform interactions not workingbugfix/issue-1536-empty-displaycapabilities-workaroundJoel Fischer2020-03-161-5/+2
| | * | | Fix review issueJoel Fischer2020-03-161-1/+1
| | * | | Add review fixesJoel Fischer2020-03-162-8/+9
| | * | | Fix testsJoel Fischer2020-03-112-51/+24
| | * | | Choice set manager updatesJoel Fischer2020-03-111-15/+34
| | * | | ChoiceSetManager fixJoel Fischer2020-03-111-2/+3
| | * | | Add logs to soft button managerJoel Fischer2020-03-111-0/+2
| | * | | Fix text field documentationJoel Fischer2020-03-111-1/+1
| | * | | TextAndGraphicManager fixJoel Fischer2020-03-111-5/+11
| | * | | Update SoftButtonManagerJoel Fischer2020-03-111-13/+18
| | * | | Add documentation to soft button suspended methodJoel Fischer2020-03-111-0/+2
| | * | | Merge branch 'bugfix/issue-1536-empty-displaycapabilities-workaround' of http...Joel Fischer2020-03-111-2/+2
| | |\ \ \
| | | * | | Apply suggestions from code reviewJoel Fischer2020-03-111-2/+2
| | * | | | Fix documentation and potential crashJoel Fischer2020-03-114-6/+14
| | * | | | Fix major change -> minor changeJoel Fischer2020-03-112-3/+11
| | * | | | Add matching logs to Obj-C exampleJoel Fischer2020-03-111-0/+4
| | |/ / /
| | * | | Update tests with new RPC initializersJoel Fischer2020-03-054-50/+109
| | * | | Add test for ChoiceSetManager blank display capabilityJoel Fischer2020-03-041-1/+11
| | * | | Fix ChoiceSetManager bugJoel Fischer2020-03-042-2/+4
| | * | | Update choice set managerJoel Fischer2020-03-042-23/+145
| | * | | Add logging to example appJoel Fischer2020-03-041-0/+4
| | * | | Fix tests based on preload operation updateJoel Fischer2020-03-041-14/+14
| | * | | Remove useless SDLError recovery dictionary keyJoel Fischer2020-03-041-8/+4
| | * | | Update preload choices operation initializerJoel Fischer2020-03-042-11/+11
| | * | | Add OnHMIStatus RPC initializerJoel Fischer2020-03-042-0/+21
| | * | | Fixes to soft button manager and testsJoel Fischer2020-03-042-30/+73
| | * | | Fix checking nil on something that can never be nilJoel Fischer2020-03-041-1/+1
| | * | | Fix random newlineJoel Fischer2020-03-041-1/+0
| | * | | Fix SDLDisplayCapability initializerJoel Fischer2020-03-041-1/+1
| | * | | Add additional text and graphic testsJoel Fischer2020-03-031-2/+44
| | * | | Add initializers for ImageField and TextFieldJoel Fischer2020-03-034-0/+36
| | * | | Add additional testsJoel Fischer2020-03-031-0/+25
| | * | | Screen manager fixJoel Fischer2020-03-035-70/+98