summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update javadoc for getter methods in SdlManagerfeature/SdlManager_Mockito_testingBilal2018-07-241-13/+13
* Update javadoc for getter methods in SdlManagerBilal2018-07-241-6/+6
* Add javadoc for submanager getter methodsBilal2018-07-241-0/+40
* Add Mockito tests to SdlManagerTestsBilal2018-07-233-13/+177
* Make sure that SdlManager is ready to use before getting any subManagerBilal2018-07-231-6/+17
* Merge pull request #819 from smartdevicelink/feature/manager_ready_callbackJoey Grover2018-07-193-44/+145
|\
| * Add NonNull annotation to start() method listenerAustin Kirk2018-07-191-4/+1
| * Move proxy creation to SdlManager.start() callAustin Kirk2018-07-191-27/+24
| * Add ERROR state and javadoc in BaseSubManagerfeature/manager_ready_callbackAustin Kirk2018-07-192-9/+10
| * Updated per review commentsAustin Kirk2018-07-191-43/+71
| * Adding null checks before calling CompletionListenerAustin Kirk2018-07-181-3/+3
| * change to completion listenerBretty White2018-07-183-17/+27
| * potential changesBretty White2018-07-183-2/+70
|/
* Add SDL Manager Tests (#812)Bretty2018-07-164-2/+148
* addressing states and locks in basesubmanager according to commentBretty White2018-07-121-7/+12
* update sdlmanager and basesubmanager per review commentsBretty White2018-07-122-33/+20
* add javadocs to day/night template setters. fix spacing on commented out codeBretty White2018-07-121-39/+51
* changed sending methods to accept RPCMessage, added docs to those methodsBretty White2018-07-111-6/+61
* multiple updates to SdlManager (see desc)Bretty White2018-07-112-20/+63
* fix javadocBretty White2018-07-111-1/+1
* add javadocs, add back in startAudioService method to ISDLBretty White2018-07-114-1/+77
* fix testsBretty White2018-07-111-3/+37
* added new paramsBretty White2018-07-112-4/+10
* initial manager workBretty White2018-07-116-9/+1056
* Feature/issue 650 turn signals (#798)Bretty2018-07-1022-14/+332
* Merge branch 'master' into developJoey Grover2018-07-091-2/+2
|\
| * Merge branch 'hotfix/fix_version_name'4.6.1Joey Grover2018-07-091-2/+2
| |\
| | * Fix versionNamehotfix/fix_version_nameBilal2018-07-091-2/+2
| |/
* | Merge pull request #799 from smartdevicelink/feature/issue_603Joey Grover2018-06-294-10/+72
|\ \
| * | Fix typo in AddSubMenuTestsAustin Kirk2018-06-291-1/+1
| * | Update unit tests for menuIcon in AddSubMenufeature/issue_603Bilal2018-06-252-4/+20
| * | add an icon image to AddSubMenuBilal2018-06-252-6/+52
| |/
* | Merge pull request #543 from smartdevicelink/issue_419Joey Grover2018-06-282-1/+7
|\ \
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...issue_419Austin Kirk2018-06-25310-3487/+27233
| |\ \ | | |/
| * | Adding FILE enum to SpeechCapabilitiesAustin Kirk2017-06-192-1/+7
* | | Fix javadoc typoJoey Grover2018-06-281-1/+1
* | | Merge branch 'feature/issue_534' of https://github.com/smartdevicelink/sdl_an...Joey Grover2018-06-284-4/+57
|\ \ \
| * | | Adding additional constructor, deprecating oldfeature/issue_534Austin Kirk2018-06-251-0/+15
| * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Austin Kirk2018-06-25310-3487/+27233
| |\ \ \ | | | |/ | | |/|
| * | | Rearranging import statements as they wereAustin Kirk2017-06-211-3/+3
| * | | Fixing spacingAustin Kirk2017-06-192-7/+7
| * | | Fixing unit tests to account for new methodsAustin Kirk2017-06-193-3/+9
| * | | Deprecating use of DisplayType parameter in DisplayCapabilitiesAustin Kirk2017-06-193-2/+34
| | |/ | |/|
* | | Merge pull request #760 from smartdevicelink/feature/issue_594Joey Grover2018-06-287-8/+59
|\ \ \
| * | | Update RPC spec versionfeature/issue_594Bilal2018-05-233-3/+3
| * | | Fix spaces issueBilal2018-05-163-7/+7
| * | | Add test casesBilal2018-05-164-6/+19
| * | | Implement the required APIs and enum valuesBilal2018-05-163-5/+43
* | | | Feature/issue 453 - Icon Resumed (#508)Austin Kirk2018-06-284-5/+42
* | | | Merge branch 'feature/issue_452_putfile_checksum' of https://github.com/smart...Joey Grover2018-06-288-10/+104
|\ \ \ \