summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | - Add null check to encryption callbackTuan Nguyen2019-09-132-14/+14
| * | | | | Merge branch 'develop_mainRepo_local' into rpcMsgProtection2Tuan Nguyen2019-09-1342-308/+1909
| |\ \ \ \ \
| * | | | | | Remove local rpc set and use instance variable instead in BasePermissionManagerTuan Nguyen2019-09-131-2/+2
| * | | | | | Remove HMI level check for getRequireEncryption methodTuan Nguyen2019-09-131-1/+1
| * | | | | | Remove HMI level check for getRequireEncryption methodTuan Nguyen2019-09-131-1/+1
| * | | | | | Fix symbolic link for ServiceEncryptionListener.Tuan Nguyen2019-09-121-1/+1
| * | | | | | - Move ServiceEncryptionListener to base directoryTuan Nguyen2019-09-115-53/+49
| * | | | | | Perform null check on encryption callback object in case the started service ...Tuan Nguyen2019-09-111-3/+11
| * | | | | | Perform null check before making onError call back, also have the method retu...Tuan Nguyen2019-09-101-1/+9
| * | | | | | When an encrypted message that is an RPCRequest is sent and there is no secur...Tuan Nguyen2019-09-101-9/+0
| * | | | | | - Deprecated setSdlSecurity method in SdlManager and provide setSdlSecurity w...Tuan Nguyen2019-09-104-6/+72
| * | | | | | Merge branch 'develop_mainRepo_local' into rpcMsgProtection2Tuan Nguyen2019-09-1050-83/+1733
| |\ \ \ \ \ \
| * | | | | | | - Match PermissionItem's method names with OnPermissionChangeTuan Nguyen2019-09-096-9/+48
| * | | | | | | Merge branch 'develop_mainRepo_local' into rpcMsgProtection2Tuan Nguyen2019-09-0937-158/+777
| |\ \ \ \ \ \ \
| * | | | | | | | Assign weak ref of encryption manager to lifecycle managerTuan Nguyen2019-08-295-38/+148
| * | | | | | | | Add EncryptionManager as a subclass of BaseEncryptionManagerTuan Nguyen2019-08-273-6/+25
| * | | | | | | | Also listen to HMI status in encryption managerTuan Nguyen2019-08-272-28/+87
| * | | | | | | | Merge branch 'develop_mainRepo' into rpcMsgProtection2Tuan Nguyen2019-08-26190-859/+11803
| |\ \ \ \ \ \ \ \
| * | | | | | | | | JavaSE, first batchTuan Nguyen2019-08-233-3/+165
| * | | | | | | | | Make an onError callback if an encrypted message is sent and there is not a s...Tuan Nguyen2019-08-152-0/+16
| * | | | | | | | | Fix per code review recommendations:Tuan Nguyen2019-08-085-9/+36
| * | | | | | | | | Change Log to less verboseTuan Nguyen2019-07-241-3/+3
| * | | | | | | | | Attempt to remove default tab.Tuan Nguyen2019-07-241-1/+1
| * | | | | | | | | Fix per reviewer's recommendation, remove spaceTuan Nguyen2019-07-241-1/+1
| * | | | | | | | | Add more tests for PermissionItemTestTuan Nguyen2019-07-231-0/+7
| * | | | | | | | | Add more tests to new field in PermissionItemTestTuan Nguyen2019-07-233-1/+7
| * | | | | | | | | Make changes as per code reviewTuan Nguyen2019-07-231-11/+12
| * | | | | | | | | Put back previous callback to notify that a secured service has been started.Tuan Nguyen2019-07-161-5/+4
| * | | | | | | | | Fix failed build: add "ENCRYPTION_NEEDED" to Enum test list in ResultTests.javaTuan Nguyen2019-07-161-0/+1
| * | | | | | | | | Remove unnecessary loggings.Tuan Nguyen2019-07-151-2/+0
| * | | | | | | | | Remove old flow of starting and listening to secured RPC service in favor of ...Tuan Nguyen2019-07-121-8/+44
| * | | | | | | | | Uncomment comments and check the callback boolean bit in SdlProxy after tryin...Tuan Nguyen2019-07-091-13/+9
| * | | | | | | | | Add listener for OnPermissionChange and handle encryption requirement for app...Tuan Nguyen2019-06-261-2/+43
| * | | | | | | | | - Add new field 'ENCRYPTION_NEEDED' in ResultTuan Nguyen2019-06-263-93/+111
* | | | | | | | | | Merge pull request #1191 from XevoInc/bugfix/issue-1190Joey Grover2019-10-081-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix for issue-1190: register ACTION_STATE_CHANGED, so that mListenForDisconne...Shinichi Watanabe2019-10-081-3/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1175 from smartdevicelink/change_template_paramBilal Alsharifi2019-10-044-18/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | change templateTitle to titlechange_template_paramBrettyWhite2019-09-164-18/+18
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1186 from smartdevicelink/feature/update_rpc_paramsBilal Alsharifi2019-10-045-68/+133
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | deprecate old constructors and remove non required paramsfeature/update_rpc_paramsBrettyWhite2019-10-015-68/+133
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| | | | | | | | | * Fix issue in unit testsfeature/SDL-0243-DisplayCapBilal Alsharifi2019-10-101-15/+2
| | | | | | | | | * Fix some review commentsBilal Alsharifi2019-10-092-10/+4
| | | | | | | | | * Update logsBilal Alsharifi2019-10-081-1/+1
| | | | | | | | | * Optimize importsBilal Alsharifi2019-10-0837-146/+65
| | | | | | | | | * fix sofbuttonmanager testsBrettyWhite2019-10-072-1/+11
| | | | | | | | | * choice set managerBrettyWhite2019-10-074-28/+47
| | | | | | | | | * menu managerBrettyWhite2019-10-073-22/+32
| | | | | | | | | * T&G managerBrettyWhite2019-10-073-31/+47
| | | | | | | | | * SBM updated for new capsBrettyWhite2019-10-072-3/+16
| | | | | | | | | * fix graphicSupported for converting to old displaycapsBrettyWhite2019-10-071-1/+2