summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed formattingfeature/issue_801_close_application_RPCNicoleYarroch2019-07-104-4/+3
* Added CloseApplication test casesNicoleYarroch2019-07-103-2/+43
* Added CloseApplication response test casesNicoleYarroch2019-07-104-10/+54
* Added CloseApplication responseNicoleYarroch2019-07-0910-0/+88
* Added CloseApplication requestNicoleYarroch2019-07-098-0/+61
* Update for v6.3.0Joel Fischer2019-06-2727-409/+1185
* Merge pull request #1322 from t-yoshii/fix/avoid-assersion-crash-after-sessio...Joel Fischer2019-06-261-3/+5
|\
| * add nil check of eaSession at SDLIAPDataSession#startSessionTakamitsu Yoshii2019-06-261-3/+5
* | Merge pull request #1317 from smartdevicelink/bugfix/issue_1316_background_ta...Joel Fischer2019-06-266-94/+142
|\ \ | |/ |/|
| * Moved dealloc to BackgroundTaskManagerNicoleYarroch2019-06-263-11/+12
| * Moved documentation to Background Task header fileNicoleYarroch2019-06-262-10/+19
| * renamed varbugfix/issue_1316_background_task_session_creation_failsNicoleYarroch2019-06-251-9/+10
| * Merge branch 'bugfix/issue_1316_background_task_session_creation_fails' of ht...NicoleYarroch2019-06-250-0/+0
| |\
| | * Update SmartDeviceLink/SDLLifecycleManager.mNicoleYarroch2019-06-251-1/+1
| * | Added classNicoleYarroch2019-06-251-0/+8
| * | Removed dealloc from SDLManagerNicoleYarroch2019-06-251-6/+0
| * | Moved background task logic to own classNicoleYarroch2019-06-253-51/+110
| |/
| * Added more detail to SDL logsNicoleYarroch2019-06-251-4/+3
| * Background task killed on deallocNicoleYarroch2019-06-252-0/+12
| * Moved the background task to the LifecycleManagerNicoleYarroch2019-06-252-86/+50
| * Background task now started in init of IAPTransportNicoleYarroch2019-06-241-2/+7
| * Transport dealloc does not end the background taskbugfix/issue_1261_bluetooth_session_not_createdNicoleYarroch2019-06-241-1/+0
| * Removed unnecessary importNicoleYarroch2019-06-241-1/+0
| * background tasks now use weakselfNicoleYarroch2019-06-241-2/+2
| * Removed registration for EAAcessory notificationsNicoleYarroch2019-06-241-3/+1
* | Merge pull request #1313 from smartdevicelink/bugfix/issue-1312-Cell-Icons-do...Joel Fischer2019-06-252-44/+41
|\ \ | |/ |/|
| * Fix setting a second menuJoel Fischer2019-06-251-2/+0
| * Send cells after image have been uploaded if no images just send cells. modif...bugfix/issue-1312-Cell-Icons-dont-showJustin Gluck2019-06-242-70/+45
| * since old cells is empty at this point and this is using the old method to ad...Justin Gluck2019-06-201-1/+1
| * undoing a line moveJustin Gluck2019-06-191-2/+1
| * fixing unneeded changeJustin Gluck2019-06-191-1/+1
| * quick fix so setting the menu for the first time adds the cells with artwork,...Justin Gluck2019-06-192-15/+40
* | Merge pull request #1314 from t-yoshii/fix/make-reference-to-primaryProtocol-...Joel Fischer2019-06-211-1/+1
|\ \ | |/ |/|
| * make SDLSecondaryTransportManager have strong reference to primaryProtocol to...Takamitsu Yoshii2019-06-211-1/+1
|/
* Merge pull request #1309 from smartdevicelink/bugfix/issue_1308_queue_choice_...Joel Fischer2019-06-181-3/+5
|\
| * Merge branch 'develop' into bugfix/issue_1308_queue_choice_during_vr_optional...Joel Fischer2019-06-182-31/+30
| |\
| * | Fixes #1308Joel Fischer2019-06-181-3/+5
* | | Merge branch 'feature/issue-1274-Documentation-for-Accio-Support' into developJoel Fischer2019-06-181-0/+13
|\ \ \ | |_|/ |/| |
| * | 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
* | | Merge pull request #1307 from smartdevicelink/bugfix/issue_1306_menu_manager_...Joel Fischer2019-06-182-31/+30
|\ \ \ | |_|/ |/| |
| * | Fix testJoel Fischer2019-06-181-2/+2
| * | Fix `runScore` being a property and several method / variable namesbugfix/issue_1306_menu_manager_fixesJoel Fischer2019-06-171-29/+28
|/ /
* | Merge pull request #1303 from smartdevicelink/bugfix/issue_1302_broken_podspe...Joel Fischer2019-06-172-2/+2
|\ \
| * | Added missing apostropheNicoleYarroch2019-06-172-2/+2
|/ /
* | Fix documentationJoel Fischer2019-06-173-6/+4
* | Fix missing parameter nameJoel Fischer2019-06-141-1/+1
* | Merge pull request #1282 from smartdevicelink/feature/issue-1144-Dynamic-Menu...Joel Fischer2019-06-1020-54/+1031
|\ \
| * | fixing pr issues, formatting, spelling, documentationfeature/issue-1144-Dynamic-Menu-ManagerJustin Gluck2019-06-103-39/+47
| * | addbetter documentation , added unit tests , fixes some minor PR issuesJustin Gluck2019-06-053-8/+49
| * | added unit tests to test callbacks for filemanager , fixed issue with cell po...Justin Gluck2019-06-043-55/+71