summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update PublishAppService.jsonbugfix/pasjsonBrettyWhite2019-04-081-8/+2
|
* Merge pull request #1032 from smartdevicelink/fix_buildconfigBrett2019-04-052-2/+35
|\ | | | | Fix issues in updating BuildConfig
| * Add generateSources task to javaEEfix_buildconfigBilal Alsharifi2019-04-051-0/+32
| |
| * Update generateSources task to run even if it is not up to dateBilal Alsharifi2019-04-051-2/+3
| |
* | Merge pull request #1031 from smartdevicelink/feature/hello_debug_toolBrett2019-04-051-0/+5
|\ \ | |/ |/| Enable DebugTool in HelloSdl
| * Enable DebugTool in HelloSdlBilal Alsharifi2019-04-051-0/+5
| |
* | Merge pull request #1028 from smartdevicelink/bugfix/listen_for_sc_updatesJoey Grover2019-04-0411-65/+611
|\ \ | | | | | | SCM listen for sc updates
| * | Fix typo in AppServicesCapabilitiesJoey Grover2019-04-041-1/+1
| | |
| * | Remove unused method in SCMJoey Grover2019-04-041-22/+0
| | |
| * | Add unit tests for AS updated and SCM notificationbugfix/listen_for_sc_updatesJoey Grover2019-04-035-7/+383
| | |
| * | Fix logic, add convince mthds, more javadoc for ASJoey Grover2019-04-032-7/+48
| | |
| * | Add convience method to SdlMsgVersion to take VersionJoey Grover2019-04-031-31/+43
| | |
| * | Fix incorrect return on ASC updateJoey Grover2019-04-031-1/+1
| | |
| * | prevent null sysCaps form being set during notifJoey Grover2019-04-031-1/+4
| | |
| * | Add another null check to SystemCapabilityJoey Grover2019-04-031-1/+3
| | |
| * | Check for null in SystemCapbility for typeJoey Grover2019-04-031-1/+3
| | |
| * | SCM listens for notification, ASCaps updatedJoey Grover2019-04-023-21/+153
| | |
* | | Merge pull request #1030 from smartdevicelink/bugfix/copy_messageRC3-4.8.0Joey Grover2019-04-041-4/+6
|\ \ \ | |/ / |/| | Fix issue in RS when removing Parcel objects for notifying all cliets
| * | Create copy of Message before formatting for appsJoey Grover2019-04-041-4/+6
|/ /
* | Update to JavaDocs/Copyright headers (#1025)Joey Grover2019-04-02474-529/+14549
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix JavaDoc errors * Remove unused imports * Update javadoc * Add copyright to android manager package * Update LICENSE * Add more Livio Copyrights * Add copyright to all files in base folder * Add copyrights to JavaSE files & BuildConfig task * Add copyrights to android folder classes * Update gradle to handle TravisCI building * Add newline to file when gradle being built by TravisCI * Fix typos in new JavaDoc
* | Fix the UnsubscribeVehicleData.setCloudAppVehicleID() method (#1027)Bilal Alsharifi2019-04-022-31/+37
| | | | | | | | | | | | * Fix an issue in UnsubscribeVehicleData * Fix some javadoc issues in UnsubscribeVehicleData
* | Update .travis.yml to test hello sdl apps (#1024)Bilal Alsharifi2019-04-011-0/+2
| |
* | Remove arch dependant bson lib (#1023)Joey Grover2019-03-296-2/+96
| | | | | | | | | | | | * Integrate new bson lib Due to the nature of not knowing what systems the Java libs will run on, it makes sense to use a pure java based implementation of BSON encoding/decoding until the Livio C lib can be compiled for more architectures, or made on the fly.
* | Add manifest info to hello_sdl_javaJoey Grover2019-03-293-2/+79
| |
* | Fix potential NPE in Log.javaJoey Grover2019-03-291-2/+10
| |
* | Fix issue with VPM and multi transports (#1022)Joey Grover2019-03-283-56/+85
| | | | | | | | | | | | | | | | | | | | | | | | * Refactor VPM to specifically start video service * tryVideoStream checks if service is started * Fix unit test issue * Update proxy VPM for manual service start flow * Update javadoc for proxy non-deprecated video start
* | Add null check to SCM for non-queryable capJoey Grover2019-03-271-1/+3
| |
* | Update main READMEJoey Grover2019-03-272-3/+30
| |
* | Update CHANGELOGJoey Grover2019-03-271-7/+32
| |
* | Add unit tests for rpc converterJoey Grover2019-03-261-0/+182
| |
* | Add unit test for RS version number in res&classJoey Grover2019-03-261-0/+9
| |
* | Update versionRC2-4.8.0Joey Grover2019-03-251-1/+1
| |
* | Merge pull request #1021 from smartdevicelink/bugfix/issue_932Joey Grover2019-03-251-16/+9
|\ \ | | | | | | Fix #932
| * | Fix #932Joey Grover2019-03-251-16/+9
|/ / | | | | | | Created a constant for old router service transport records in the TransportBroker. Since they only supported bluetooth it was unnessary to try and create them dynamically.
* | Merge pull request #1020 from smartdevicelink/feature/permission_manager_npeBrett2019-03-251-2/+7
|\ \ | | | | | | Fix potential NPE in PermissionManager
| * | Fix potential npe in permission managerBilal Alsharifi2019-03-251-2/+7
| | |
* | | Merge pull request #1019 from smartdevicelink/feature/modifiers_baseBrett2019-03-255-6/+6
|\ \ \ | |/ / |/| | Remove unneeded public modifiers from base managers constructors
| * | Remove unneeded public modifiers from base managers constructorsfeature/modifiers_baseBilal Alsharifi2019-03-225-6/+6
|/ /
* | Fix tbt name mismatch in RPCConverter (#1018)Bilal Alsharifi2019-03-221-7/+7
| | | | | | | | | | | | | | | | * Fix ShowConstantTBT issue * Catch all convertTableToRpc exceptions in one catch block * Update log message in RpcConverter
* | Fix #1017 - JavaDocs for UpdateTurnList InaccurateJoey Grover2019-03-221-1/+1
| |
* | Update hello_sdj_java_ee with package & CT updatesJoey Grover2019-03-202-5/+9
| |
* | Add symbolic link for assets for hello_sdl_java_eeJoey Grover2019-03-201-0/+1
| |
* | Fix custom transport r/w methodsJoey Grover2019-03-203-4/+5
| | | | | | | | add offset and lengths when dealing with byte[]
* | Merge pull request #1016 from smartdevicelink/feature/one_versionRC1-4.8.0Joey Grover2019-03-209-19/+22
|\ \ | | | | | | Retrieve version name for all projects from one file in the root repo
| * \ Merge branch 'release/4.8.0-rc1' into feature/one_versionfeature/one_versionBilal Alsharifi2019-03-191-1/+1
| |\ \ | |/ / |/| | | | | | | | | | | | | | # Conflicts: # android/sdl_android/build.gradle # javaEE/build.gradle # javaSE/build.gradle
* | | Update build.gradles versionName to RC1-4.8.0Joey Grover2019-03-193-4/+4
| |/ |/|
| * Update version name to RC1-4.8.0Bilal Alsharifi2019-03-192-2/+2
| |
| * Retrieve libVersion from VERSION file for bintrayUploadBilal Alsharifi2019-03-195-16/+18
| |
| * Retrieve the gradle version from VERSION fileBilal Alsharifi2019-03-194-3/+4
|/
* Merge pull request #1014 from smartdevicelink/feature/update_rpc_protocol_verBilal Alsharifi2019-03-1926-164/+900
|\ | | | | Feature/update rpc protocol ver