summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/scm_align_part3feature/scm_align_part3Bilal Alsharifi2020-04-0818-97/+518
|\
| * Merge pull request #1330 from smartdevicelink/managerListener_cleanupBilal Alsharifi2020-04-071-13/+0
| |\
| | * removing code that is done in the super onReceiveRHenigan2020-04-071-11/+0
| | * Remove left over code in hellosdlmanagerListener_cleanupRHenigan2020-04-021-3/+1
| * | Merge pull request #1309 from smartdevicelink/bugfix/issue_1289Bilal Alsharifi2020-04-071-8/+9
| |\ \
| | * \ Merge branch 'develop' into bugfix/issue_1289Bilal Alsharifi2020-04-0723-78/+788
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1314 from smartdevicelink/bugfix/issue_1282Julian Kast2020-04-039-3/+172
| |\ \ \
| | * | | Add null checks for vehicle type and makebugfix/issue_1282RHenigan2020-03-232-4/+9
| | * | | Update parameter comments for updateRHenigan2020-03-201-0/+1
| | * | | Add tests for Ford High ResRHenigan2020-03-201-0/+60
| | * | | Implement getRegisterAppInterfaceResponse for SERHenigan2020-03-191-0/+5
| | * | | Resolve VideoStreamManagerTestsRHenigan2020-03-191-0/+35
| | * | | Scale Workaround for High Res Ford/Linc displaysRHenigan2020-03-196-3/+66
| * | | | Merge pull request #1311 from smartdevicelink/bugfix/router_service_notificationBilal Alsharifi2020-04-031-16/+12
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Update logic after more testingbugfix/router_service_notificationJoey Grover2020-03-191-2/+6
| | * | | Add missing return satement in rs_notif timeoutJoey Grover2020-03-171-0/+1
| | * | | Refactor exitForeground logicJoey Grover2020-03-171-16/+7
| | |/ /
| * | | Merge pull request #1266 from smartdevicelink/feature/Image_upload_managementJulian Kast2020-03-307-56/+321
| |\ \ \
| | * | | Remove extra spacing from SdlFile javadocfeature/Image_upload_managementBilal Alsharifi2020-03-202-4/+0
| | * | | Merge branch 'develop' into feature/Image_upload_managementBilal Alsharifi2020-03-208-3/+288
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'develop' into feature/Image_upload_managementBilal Alsharifi2020-03-1151-360/+2409
| | |\ \ \ | | | |/ /
| | * | | Generate name for SdlFile if not provided by dev (javaSE)Bilal Alsharifi2020-02-043-31/+89
| | * | | Add SdlFileTestsBilal Alsharifi2020-02-042-0/+138
| | * | | Move SdlArtworkTests.java to the right packageBilal Alsharifi2020-02-041-0/+0
| | * | | Generate name for SdlFile if not provided by devBilal Alsharifi2020-02-042-31/+101
| | | | * Removed unused importbugfix/issue_1289Julian Kast2020-03-241-1/+0
| | | | * Removed nonStreamableLevels list form videoStreamManager and changed it usage...Julian Kast2020-03-241-5/+4
| | | | * In VideoStreamManager, Added two list to hold hmi LevelsJulian Kast2020-03-241-6/+10
| | | | * Fixed error message in videoSteamManangerJulian Kast2020-03-241-1/+1
| | | | * Merge branch 'develop' into bugfix/issue_1289Julian Kast2020-03-166-151/+250
| | | | |\ | | | | |/ | | | |/|
| | | | * Added checks to make video streaming to be started in hmiLevel LIMITEDJulian Kast2020-03-161-2/+2
| | | | * Added check in VideoStreamManager to allow video streaming to start in HMI_LI...Julian Kast2020-03-101-1/+1
* | | | | Add use @link Javadoc annotation to ISdl and SCMBilal Alsharifi2020-04-082-0/+4
* | | | | Add some null checks to LifecycleManagerBilal Alsharifi2020-04-081-8/+26
* | | | | Update android/sdl_android/src/main/java/com/smartdevicelink/managers/video/V...Bilal Alsharifi2020-04-081-1/+1
* | | | | Update android/sdl_android/src/main/java/com/smartdevicelink/managers/SdlMana...Bilal Alsharifi2020-04-081-1/+1
* | | | | Fix Indentation issues in SCMBilal Alsharifi2020-04-031-76/+76
* | | | | Fix Indentation issues in SCMBilal Alsharifi2020-04-031-7/+7
* | | | | Fix spacing issue in SCMBilal Alsharifi2020-03-271-5/+5
* | | | | Fix SCM unit testsBilal Alsharifi2020-03-271-3/+2
* | | | | Mark DISPLAYS as auto subscribed when the SCM is createdBilal Alsharifi2020-03-271-1/+1
* | | | | Update VideoStreamManager to avoid querying for capabilities in HMI NONEBilal Alsharifi2020-03-261-1/+3
* | | | | Add the new getCapability() method to LifecycleManagerBilal Alsharifi2020-03-261-0/+5
* | | | | Add the new getCapability() method to IsdlBilal Alsharifi2020-03-264-0/+32
* | | | | Add test to get capability on HMI NONEBilal Alsharifi2020-03-251-15/+29
* | | | | Fix broken SCM unit testsBilal Alsharifi2020-03-251-2/+34
* | | | | Update SCM to not send GSCR in HMI NONEBilal Alsharifi2020-03-251-0/+21
* | | | | Update SCM to avoid force updating if subscribed to capabilityBilal Alsharifi2020-03-251-1/+3
* | | | | Update comments in SCMBilal Alsharifi2020-03-251-3/+3
|/ / / /
* | | | Merge pull request #1307 from smartdevicelink/bugfix/issue_1257_2.0Bilal Alsharifi2020-03-198-3/+284
|\ \ \ \ | |_|/ / |/| | |