summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded logsfeature/dynamic_menuBrettyWhite2019-05-281-32/+0
* additional testingBrettyWhite2019-05-282-7/+51
* root algorithm specific testsBrettyWhite2019-05-283-5/+367
* add tests to SM, add getter to MMBrettyWhite2019-05-284-1/+52
* tests for subcell command listsBrettyWhite2019-05-281-0/+16
* adding tests for run score objectBrettyWhite2019-05-282-0/+16
* working updateMode setterBrettyWhite2019-05-245-10/+143
* add MenuManagerCompatMode enum classBrettyWhite2019-05-241-0/+66
* remove builder setter, add 2 empty test classesBrettyWhite2019-05-2411-48/+115
* Create a menu compatibility modeBrettyWhite2019-05-238-28/+73
* fix ID setting for added cells in existing sub menuBrettyWhite2019-05-232-5/+19
* better logging, restricting more methodsBrettyWhite2019-05-231-4/+8
* dynamic submenu list ordering fixedBrettyWhite2019-05-231-23/+83
* cleaning and re-namingBrettyWhite2019-05-231-105/+40
* allow dev to clear menu by sending empty arrayBrettyWhite2019-05-231-2/+26
* more cleanup of menu manager classBrettyWhite2019-05-221-34/+9
* on initial looks, its workingBrettyWhite2019-05-221-26/+182
* continued work on subcell comparisonsBrettyWhite2019-05-223-18/+117
* Merge branch 'develop' into feature/dynamic_menuBrettyWhite2019-05-2217-780/+544
|\
| * Merge pull request #1066 from smartdevicelink/feature/send_rpcs_fixBrett2019-05-224-622/+309
| |\
| | * Update send multiple RPCs tests to check remainingRequestsBilal Alsharifi2019-05-211-1/+5
| | * Fix an issue with sendSequentialRPCs onupdate callbackBilal Alsharifi2019-05-212-12/+8
| | * update var name to match the java libBrettyWhite2019-05-211-36/+36
| | * Update sendRPCs & sendSequentialRPCs testsfeature/send_rpcs_fixBilal Alsharifi2019-05-162-12/+5
| | * Add more unit tests for sendRPCs & sendSequentialRPCsBilal Alsharifi2019-05-162-555/+147
| | * Update testsBilal Alsharifi2019-05-161-3/+10
| | * Call onUpdate for last RPC in sendSequentialRequests and sendRequestsBilal Alsharifi2019-05-163-28/+19
| | * Keep sending RPCs in sendRPCs if there is a notification or response in the listBilal Alsharifi2019-05-152-1/+27
| | * Improve sending multiple RPCs logic in JavaSEBilal Alsharifi2019-05-151-12/+48
| | * Improve sending multiple RPCs logicBilal Alsharifi2019-05-151-12/+54
| |/
| * Update CHANGELOG4.8.1Joey Grover2019-05-131-32/+7
| * Update version to 4.8.1hotfix/4.8.1Bilal Alsharifi2019-05-132-2/+2
| * Fix issue in SdlService constructor in hello_sdl_java_ee sampleBilal Alsharifi2019-05-131-1/+1
| * Merge pull request #1059 from smartdevicelink/bugfix/pressure_tell_taleBilal Alsharifi2019-05-092-33/+33
| |\
| | * update key valueBrettyWhite2019-05-092-33/+33
| * | Merge pull request #1055 from smartdevicelink/feature/sdl_protocol_npeBrett2019-05-091-18/+28
| |\ \ | | |/ | |/|
| | * Add transportManager NPE check in SdlProtocolBasefeature/sdl_protocol_npeBilal Alsharifi2019-05-081-14/+18
| | * Fix potential NPEs in SdlProtocolBaseBilal Alsharifi2019-05-021-4/+10
| * | Merge pull request #1053 from smartdevicelink/feature/sdl_manager_statesBrett2019-05-083-0/+10
| |\ \
| | * | Update SdlManager unit testsfeature/sdl_manager_statesBilal Alsharifi2019-05-011-0/+5
| | * | Update SdlManager state after disposing itBilal Alsharifi2019-05-012-0/+5
| | |/
| * | Merge pull request #1054 from smartdevicelink/bugfix/issue_1051_legacy_modeBilal Alsharifi2019-05-034-72/+154
| |\ \ | | |/ | |/|
| | * Handle v1.0.0 of RPCs that miss mandatory paramsbugfix/issue_1051_legacy_modeJoey Grover2019-05-022-63/+86
| | * Handle RPCv1.0.0 that doesn’t accept max RPC verJoey Grover2019-05-021-2/+8
| | * Fix #1051Joey Grover2019-05-021-7/+60
| |/
* | update last logBrettyWhite2019-05-211-0/+1
* | sub cell command IDs fixedBrettyWhite2019-05-211-8/+7
* | update old cell setting, equality checks, and start of sub compareBrettyWhite2019-05-212-14/+92
* | remove unneeded importsBrettyWhite2019-05-201-15/+3
* | listeners work on updated cells nowBrettyWhite2019-05-201-27/+50