summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add documentationbugfix/issue-1618-choice-preload-uploading-imageJoel Fischer2020-04-071-0/+5
* Fix PreloadChoicesOperationJoel Fischer2020-04-031-4/+2
* Merge pull request #1603 from smartdevicelink/bugfix/issue_1584_choice_set_ma...Joel Fischer2020-04-033-32/+238
|\
| * Reset on startbugfix/issue_1584_choice_set_manager_not_thread_safeNicoleYarroch2020-04-021-2/+13
| * Added logsNicoleYarroch2020-04-021-0/+4
| * Apply suggestions from code reviewNicoleYarroch2020-04-021-1/+1
| * Removed synchronization in getterNicoleYarroch2020-04-011-27/+8
| * Moved access sync to stop methodNicoleYarroch2020-04-011-9/+10
| * Added missing return info to documentationNicoleYarroch2020-04-011-0/+3
| * Apply suggestions from code reviewNicoleYarroch2020-04-011-3/+3
| * Removed unnecessary codeNicoleYarroch2020-03-261-25/+5
| * Added test casesNicoleYarroch2020-03-261-0/+91
| * Fixed bug in checking for choice idNicoleYarroch2020-03-261-3/+3
| * Fixed bug with blocks called after mgr closedNicoleYarroch2020-03-261-12/+31
| * Choice set mgr made thread safeNicoleYarroch2020-03-251-28/+65
| * Added serial read/write queue to choice set mgrNicoleYarroch2020-03-251-15/+94
* | Merge pull request #1609 from smartdevicelink/bugfix/issue_1607_update_deprec...Joel Fischer2020-04-022-2/+4
|\ \
| * | Updated Swift example to use non-deprecated initbugfix/issue_1607_update_deprecations_in__Example_AppsNicoleYarroch2020-03-312-2/+4
* | | Merge pull request #1566 from smartdevicelink/bugfix/issue_1551_video_end_ser...Joel Fischer2020-04-0126-588/+1330
|\ \ \
| * | | 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 branch 'bugfix/issue_1551_video_end_service_not_sent_secondary_transpor...NicoleYarroch2020-03-202-10/+5
| |\ \ \ \
| | * | | | Apply suggestions from code reviewNicoleYarroch2020-03-202-11/+5
| * | | | | Refactored dispatch_group codeNicoleYarroch2020-03-201-13/+8
| * | | | | Made public methods privateNicoleYarroch2020-03-202-14/+8
| * | | | | Made public variable privateNicoleYarroch2020-03-203-4/+2
| * | | | | Renamed private methodNicoleYarroch2020-03-201-3/+3
| * | | | | Updated documentationNicoleYarroch2020-03-201-1/+1
| |/ / / /
| * | | | Fixed transport not starting after erroring outNicoleYarroch2020-03-171-1/+6
| * | | | Removed race condition disconnectsNicoleYarroch2020-03-171-20/+4
| * | | | Fixed broken secondary transport disconnectNicoleYarroch2020-03-172-0/+19
| * | | | Removed broken code that closes secondary transportNicoleYarroch2020-03-171-2/+0
| * | | | Consolidated streaming media manager testsNicoleYarroch2020-03-121-81/+54
| * | | | Refactored closing & opening new sessionsNicoleYarroch2020-03-122-42/+32
| * | | | Refactored methodsNicoleYarroch2020-03-121-53/+34
| * | | | streaming media manager now destroys protocolsNicoleYarroch2020-03-111-0/+2
| * | | | Fixed debug logsNicoleYarroch2020-03-112-2/+2
| * | | | Relocated where notification is sentNicoleYarroch2020-03-111-8/+8
| * | | | Renamed protocol methodNicoleYarroch2020-03-117-21/+21
| * | | | Fixed deprecations and function formattingNicoleYarroch2020-03-111-2/+9
| * | | | Renamed variableNicoleYarroch2020-03-115-11/+11
| * | | | Fixed doc grammarNicoleYarroch2020-03-111-1/+1