summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename set listener method to setUpdateListenerfeature/issue_782_screen_manager_sbm_fixes_per_commentsBilal2018-09-251-1/+1
* Add javadoc to UpdateListenerBilal2018-09-251-1/+7
* Make SoftButtonManager.setSoftButtonObjects() takes a ListBilal2018-09-253-12/+15
* Move UpdateListener to SoftButtonObjectBilal2018-09-252-11/+11
* Make setSoftButtonButtonObjects() accepts a ListBilal2018-09-253-8/+4
* Fix an issue in SoftButtonManger unit testsBilal2018-09-252-2/+5
* Add UpdateListener interface to SoftButtonManagerBilal2018-09-252-9/+20
* Make SoftButtonState.SoftButton final varBilal2018-09-251-1/+2
* Condense inProgressShowRPC.setOnRPCResponseListener() codeBilal2018-09-251-18/+10
* Fix an issue in checking if the HU supports graphicsBilal2018-09-251-5/+19
* Fix issue in SoftButtonManager unit testsBilal2018-09-251-2/+8
* Make the SoftButtonManager listeners finalBilal2018-09-251-2/+2
* Change softButtonObjects type to CopyOnWriteArrayListBilal2018-09-252-5/+8
* Merge branch 'feature/issue_782_Android_Managers' into feature/issue_782_scre...Bilal2018-09-071-15/+40
|\
| * Merge pull request #852 from smartdevicelink/feature/issue_782_set_app_iconBrett2018-09-071-13/+39
| |\
| | * Reformat setting app icon code in SdlManagerfeature/issue_782_set_app_iconBilal2018-08-301-14/+14
| | * Add setAppIcon() to SdlManagerBilal2018-08-301-12/+38
| | * make SdlManager.dispose() a public methodBilal2018-08-301-1/+1
* | | Merge branch 'feature/issue_782_Android_Managers' into feature/screen_managerBrettyWhite2018-09-072-8/+27
|\ \ \ | |/ /
| * | Merge pull request #861 from smartdevicelink/feature/issue_782_Add_SystemCapa...Brett2018-09-062-0/+19
| |\ \
| | * | Add SystemCapabilityManager to SdlManagerfeature/issue_782_Add_SystemCapabilityManagerBilal2018-09-062-0/+19
| * | | Merge pull request #857 from smartdevicelink/feature/issue_782_addOnRPCNotifi...Brett2018-09-061-8/+8
| |\ \ \ | | |/ / | |/| |
| | * | fixed typo in javadocsBrettyWhite2018-09-061-1/+1
| | * | Add addOnRPCNotificationListener method to SdlManagerfeature/issue_782_addOnRPCNotificationListenerBilal2018-09-051-8/+8
| |/ /
* | | Fix a potential NPE in SoftButtonManagerBilal2018-09-051-12/+17
* | | add setdisplaylayout to screen managerBrettyWhite2018-09-041-0/+8
* | | add screenmanager into sdlmanager after mergeBrettyWhite2018-09-041-7/+8
* | | Merge branch 'feature/issue_782_Android_Managers' into feature/screen_managerBrettyWhite2018-09-0494-237/+7991
|\ \ \ | |/ /
| * | Merge branch 'develop' into feature/issue_782_Android_ManagersBrettyWhite2018-08-3180-239/+6381
| |\ \ | | |/ | |/|
| | * Merge pull request #851 from smartdevicelink/feature/add_enum_predefinedlayoutJoey Grover2018-08-302-0/+284
| | |\
| | | * predefined layout testsBrettyWhite2018-08-301-0/+144
| | | * add predefined layout enumBrettyWhite2018-08-301-0/+140
| | |/
| | * Merge branch 'master' of https://github.com/smartdevicelink/sdl_android into ...Joey Grover2018-08-304-60/+79
| | |\
| | | * Update Travis file to support Android 274.6.3hotfix/issue_843Bilal2018-08-301-0/+1
| | | * Updated version info for hotfixJoey Grover2018-08-303-5/+5
| | | * Refactor and synch notificaiton for RSJoey Grover2018-08-301-55/+73
| | * | Merge pull request #712 from mrapitis/feature/issue_624Joey Grover2018-08-3049-80/+3703
| | |\ \
| | | * \ Merge branch 'develop' into feature/issue_624Anil Dahiya2018-08-212-7/+20
| | | |\ \
| | | * | | Updates to LightName fields i.e. REAR_LEFT_BRAKE_LIGHT / REAR_RIGHT_BRAKE_LIG...Anil Dahiya2018-08-212-10/+10
| | | * | | Update LightCapabilities.javaMarkos Rapitis2018-08-151-2/+2
| | | * | | Reverted changes to mobile api xml file.Markos Rapitis2018-08-141-16/+16
| | | * | | Added and deprecated GPSData per review comments.Markos Rapitis2018-08-131-1/+32
| | | * | | Removing the files for GPSLocation / SRGBColor as their usage is replaced wit...Anil Dahiya2018-08-136-320/+0
| | | * | | More cleanup for spacing.Markos Rapitis2018-08-139-271/+268
| | | * | | Changes for Updating DOP value range for GPS notification.Anil Dahiya2018-08-132-57/+37
| | | * | | Changes for Audio Source AM/FM/XM/DAB instead of RADIO_TUNER.Anil Dahiya2018-08-112-8/+20
| | | * | | Changes for Remote Control – Lights – More Names and Status Values. Along...Anil Dahiya2018-08-116-8/+123
| | | * | | Adding Changes for : removing GPSLocation struct and reuse GPSData, removing ...Anil Dahiya2018-08-1119-236/+172
| | | * | | Updates for new remote control modules (LIGHT, AUDIO, HMI_SETTINGS), paramete...Anil Dahiya2018-08-1152-13/+3885
| | * | | | Merge pull request #845 from smartdevicelink/bugfix/issue_844Brett2018-08-292-1/+8
| | |\ \ \ \