summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* change back to previous wayfeature/Implement_SDL0054_Change_Registration_ManagerBrettyWhite2019-08-163-77/+120
|
* revert last commitBrettyWhite2019-08-163-134/+81
|
* a more dynamic approach to retrying changeRegistrationBrettyWhite2019-08-092-6/+20
|
* add logs back inBrettyWhite2019-08-081-0/+2
|
* java crm changesBrettyWhite2019-08-082-4/+23
|
* Merge pull request #1145 from ↵Brett2019-08-084-14/+35
|\ | | | | | | | | smartdevicelink/feature/Implement_SDL0054_Change_Registration_Manager_tb_fix Fix TransportBroker for Feature/implement sdl0054 change registration manager
| * fix spacingBrettyWhite2019-08-081-1/+2
| |
| * Run cycleProxy on main looper, delay duringfeature/Implement_SDL0054_Change_Registration_Manager_tb_fixJoey Grover2019-08-071-1/+18
| | | | | | | | | | - The session creation needs to happen using the main looper - When a language change occurs, it can take time before the VR engine is readon on the module, so gave it a sleep
| * Close transportmanager when ending session in protJoey Grover2019-08-071-0/+1
| |
| * Fix odd issue with SparseArray.valueAt in RSJoey Grover2019-08-071-4/+6
| |
| * Fix unbinding in TBJoey Grover2019-08-071-9/+9
| | | | | | | | | | - Always try to unbind, there is no harm - Modify when unbind is called
* | Merge branch 'develop' into ↵BrettyWhite2019-08-0713-61/+623
|\ \ | | | | | | | | | feature/Implement_SDL0054_Change_Registration_Manager
| * \ Merge pull request #1113 from smartdevicelink/feature/sdl_0116_open_menu_rpcBilal Alsharifi2019-08-0113-61/+623
| |\ \ | | | | | | | | Implement SDL-0116 Open Menu RPC
| | * | fix review commentsfeature/sdl_0116_open_menu_rpcBrettyWhite2019-08-013-13/+14
| | | |
| | * | another space fixBrettyWhite2019-07-311-2/+2
| | | |
| | * | spacing fixes from merge conflictsBrettyWhite2019-07-312-36/+36
| | | |
| | * | fix spacing in basescreenmanagerBrettyWhite2019-07-311-3/+2
| | | |
| | * | fix openSubMenu testsBrettyWhite2019-07-312-2/+1
| | | |
| | * | update travis line and fix proxy base bracketBrettyWhite2019-07-312-6/+7
| | | |
| | * | Merge branch 'develop' into feature/sdl_0116_open_menu_rpcBrett2019-07-3162-439/+2105
| | |\ \
| | * | | add version checksBrettyWhite2019-07-301-0/+15
| | | | |
| | * | | fix return statement positionBrettyWhite2019-07-291-1/+3
| | | | |
| | * | | fix open sub menuBrettyWhite2019-07-292-7/+8
| | | | |
| | * | | remove unused importsBrettyWhite2019-07-291-3/+0
| | | | |
| | * | | tests for openMenu APIsBrettyWhite2019-07-294-2/+120
| | | | |
| | * | | show app menu testsBrettyWhite2019-07-163-1/+240
| | | | |
| | * | | ShowAppMenu RPC - still needs testsBrettyWhite2019-07-167-31/+223
| | | | |
* | | | | additions to the SE and EE projectsBrettyWhite2019-08-075-2/+117
| |_|_|/ |/| | |
* | | | dont dispose sdl manager on language changeBrettyWhite2019-08-071-2/+4
| | | |
* | | | sdl service exampleBrettyWhite2019-08-022-4/+17
| | | |
* | | | adding in some logicBrettyWhite2019-08-024-13/+79
| | | |
* | | | lifecycle configuration update testsBrettyWhite2019-08-022-0/+85
| | | |
* | | | start of crmBrettyWhite2019-08-014-0/+150
|/ / /
* | | Merge pull request #1088 from Tnnnguyen/lockscreenDismissBrett2019-07-314-32/+145
|\ \ \ | | | | | | | | SDL 0119 - SDL Passenger Mode
| * \ \ Merge branch 'develop_mainRepo' into lockscreenDismissTuan Nguyen2019-07-31127-823/+8051
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop_mainRepo: (207 commits) Update travis file Update changelog for 4.9.1 Update VERSION_NAME to 4.9.1 Fix vr optional issue remove unused import Add getBytesAvailable() to FileManagerTest Add getBytesAvailable() to FileManager Add templateTitle to TextFieldNameTests Add templateTitle to TextFieldName enum Fix formatting issue Add unit tests for setting buttonId logic Fix borken SoftButton tests Calc maxButtonIdsSetByDev manually turn default oem icon setting to true Extract ids setting logic into a spearate method Update setButtonId() javadoc Remove additional semicolon BaseSoftButtonManager Roll softbutton ids over to 0 when max is reached Improve setting softbutton ids logic fix broken test ...
* | | | Merge branch 'master' into developBilal Alsharifi2019-07-315-29/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge pull request #1139 from smartdevicelink/hotfix/fix_vr_optional4.9.1Joey Grover2019-07-315-29/+9
| |\ \ \ | | | | | | | | | | Hotfix 4.9.1 - Fix ChoiceSetManager issue with HUs that require VR for choices
| | * | | Update travis fileBilal Alsharifi2019-07-311-0/+1
| | | | |
| | * | | Update changelog for 4.9.1hotfix/fix_vr_optionalBilal Alsharifi2019-07-301-22/+3
| | | | |
| | * | | Update VERSION_NAME to 4.9.1Bilal Alsharifi2019-07-302-2/+2
| | | | |
| | * | | Fix vr optional issueBilal Alsharifi2019-07-301-5/+3
| |/ / /
| * | | Merge pull request #1099 from smartdevicelink/developJoey Grover2019-06-271-1/+1
| |\ \ \ | | | | | | | | | | Update travis badge
* | \ \ \ Merge pull request #1111 from smartdevicelink/feature/issue_818Brett2019-07-299-77/+181
|\ \ \ \ \ | | | | | | | | | | | | [SDL 0186] Template Titles
| * | | | | Add templateTitle to TextFieldNameTestsfeature/issue_818Bilal Alsharifi2019-07-241-5/+9
| | | | | |
| * | | | | Add templateTitle to TextFieldName enumBilal Alsharifi2019-07-241-33/+39
| | | | | |
| * | | | | Fix issue with text formattingBilal Alsharifi2019-07-161-1/+1
| | | | | |
| * | | | | Update javadoc for setTemplateTitleBilal Alsharifi2019-07-161-0/+1
| | | | | |
| * | | | | Fix issue in setting templateTitle in ScreenManagerBilal Alsharifi2019-07-151-1/+6
| | | | | |
| * | | | | Update templateTitle javadocBilal Alsharifi2019-07-152-9/+2
| | | | | |
| * | | | | Add templateTitle unit testsBilal Alsharifi2019-07-154-6/+25
| | | | | |