summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/screen_manager_softbutton_manager' of github.com:smartd...feature/screen_manager_softbutton_managerBretty White2018-08-031-6/+0
|\
| * Remove screenManager.setSoftButtonObjects() methodBilal2018-08-021-6/+0
* | transitioning to ready faster, reducing log levelsBretty White2018-08-031-15/+15
* | Merge branch 'feature/screen_manager_softbutton_manager' of github.com:smartd...Bretty White2018-08-022-0/+18
|\ \ | |/
| * Add ScreenManager.addOnButtonPressListener()Bilal2018-08-022-0/+18
* | fix formatting in sdlmanagerBretty White2018-08-021-1/+2
|/
* allow setting of singular softbuttonobjectBretty White2018-08-021-0/+5
* Implement how SoftButtonManager and TextAndGraphicManager report their status...Bilal2018-08-012-32/+39
* Implement ScreenManager.endUpdates()Bilal2018-08-011-11/+41
* Add SoftButtonState and SoftButtonObject unit testsBilal2018-08-012-2/+52
* Add some SoftButtonManager unit testsBilal2018-08-013-11/+253
* Add some todo comments to ScreenManagerBilal2018-07-311-4/+6
* Hanlde how submanagers in ScreenManager call the main completion listener cal...Bilal2018-07-311-3/+29
* Fix an issue if SoftButtonManager CompletionListenerBilal2018-07-311-4/+12
* Finx an issue the the SoftButtonManager CompletionListenerBilal2018-07-311-5/+7
* Simplify SoftButtonManager.setSoftButtonObjects() implementationBilal2018-07-311-37/+30
* Add getSoftButtonObjectById to the ScreenManagerBilal2018-07-313-9/+27
* Update javadoc for SoftButtonManagerBilal2018-07-303-3/+54
* Add javadoc for SoftButtonState and SoftButtonObjectBilal2018-07-303-20/+115
* Fix an issue in OnMultipleRequestListenerBilal2018-07-301-0/+1
* Update access modifiers for SoftButtonManagerBilal2018-07-304-303/+282
* Add more constructors to SdlFileBilal2018-07-304-9/+41
* fix NPE issues in SoftButtonManagerBilal2018-07-303-27/+43
* Fix in an issue in setting the text for softbuttonsBilal2018-07-302-3/+8
* Use isdl.addOnSystemCapabilityListener to keep the capabilities updatedBilal2018-07-304-70/+28
* Merge updates from ScreenManager branchBilal2018-07-301-14/+8
* Merge branch 'feature/issue_782_screen_manager' into feature/issue_782_screen...Bilal2018-07-3021-229/+1470
|\
| * Merge branch 'feature/issue_782_Isdl_addOnResponseListener' into feature/issu...Bilal2018-07-3021-215/+1466
| |\
| | * Cast OnRPCListener to OnRPCResponseListener to handle the reponse correctly ...Bilal2018-07-271-1/+6
| | * Remove unsed imports in SdlManagerBilal2018-07-271-2/+0
| | * Add addOnHmiStatusListener and removeOnHmiStatusListener methods to SdlManagerBilal2018-07-271-0/+17
| | * Make a new generic OnRPCListenerBilal2018-07-278-126/+148
| | * Add addOnSystemCapabilityListener method to SystemCapabilityManager and IsdlBilal2018-07-276-17/+136
| | * Update SystemCapabilityManagerTests tests to include Isdl.addOnRPCResponseLis...Bilal2018-07-261-0/+7
| | * implement addOnRPCResponseListener in SdlManagerBilal2018-07-261-0/+10
| | * Add addOnRPCResponseListener() method to IsdlBilal2018-07-263-2/+35
| | * Merge pull request #816 from smartdevicelink/feature/issue_782_file_managerJoey Grover2018-07-2612-20/+1068
| | |\
| | | * Remove local variable and synchronize methodAustin Kirk2018-07-261-3/+2
| | | * Fixing test, adding SdlManager state setterAustin Kirk2018-07-263-2/+12
| | | * Merge branch 'feature/issue_782_Android_Managers' of https://github.com/smart...Austin Kirk2018-07-269-38/+1015
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #823 from smartdevicelink/feature/SdlManager_Mockito_testingJoey Grover2018-07-252-31/+246
| | |\ \
| | | * \ Merge branch 'feature/issue_782_Android_Managers' into feature/SdlManager_Moc...Bilal2018-07-259-45/+808
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #815 from smartdevicelink/feature/issue_782_permission_man...Joey Grover2018-07-259-11/+774
| | |\ \ \
| | | * | | Make some variables final in PermissionManager per review commentsBilal2018-07-252-24/+9
| | | * | | Update method names in PermissionManger per review commentsfeature/issue_782_permission_managerBilal2018-07-243-27/+19
| | | * | | filled in javadocs and supressed warnings in permission managerBretty White2018-07-231-11/+19
| | | * | | Merge branch 'feature/issue_782_permission_manager' of github.com:smartdevice...Bretty White2018-07-233-35/+30
| | | |\ \ \
| | | | * | | Fix spacing issues and add more javadocs per review commentsBilal2018-07-203-16/+19
| | | * | | | add javadocs and suppress method warnings in permission managerBretty White2018-07-231-12/+20
| | | |/ / /
| | | * | | Add more javadoc to PermissionManagerBilal2018-07-201-7/+7