smartdevicelink / generic_hmi

A sample HMI to use with sdl_core
BSD 3-Clause "New" or "Revised" License
8 stars 27 forks source link

Fix/Firefox UI issues #526

Closed ShobhitAd closed 1 year ago

ShobhitAd commented 1 year ago

Testing Plan

Core Tests

{"graphic":{"value":"0xCD","imageType":"STATIC"},"softButtons":[{"type":"BOTH","softButtonID":1,"text":"ONE","image":{"value":"0xD7","imageType":"STATIC"}},{"type":"BOTH","softButtonID":2,"text":"TWO","image":{"value":"0xD8","imageType":"STATIC"}}],"templateTitle":"LARGE_GRAPHIC_WITH_SOFTBUTTONS","templateConfiguration":{"template":"LARGE_GRAPHIC_WITH_SOFTBUTTONS"}}
{"graphic":{"value":"0xD7","imageType":"STATIC"},"secondaryGraphic":{"value":"0xD7","imageType":"STATIC"},"softButtons":[{"type":"BOTH","softButtonID":1,"text":"ONE","image":{"value":"img1.png","imageType":"DYNAMIC"}},{"type":"BOTH","softButtonID":2,"text":"TWO","image":{"value":"img1.png","imageType":"DYNAMIC","isTemplate":true}},{"type":"BOTH","softButtonID":3,"text":"THREE","image":{"value":"0xD7","imageType":"STATIC"}},{"type":"BOTH","softButtonID":4,"text":"FOUR","image":{"value":"0xD7","imageType":"STATIC"}}],"templateTitle":"DOUBLE_GRAPHIC_WITH_SOFTBUTTONS","templateConfiguration":{"template":"DOUBLE_GRAPHIC_WITH_SOFTBUTTONS"}} 
{"graphic":{"value":"img1.png","imageType":"DYNAMIC"},"softButtons":[{"type":"BOTH","softButtonID":1,"text":"ONE","image":{"value":"img2.png","imageType":"DYNAMIC"}},{"type":"BOTH","softButtonID":2,"text":"TWO","image":{"value":"img2.png","imageType":"DYNAMIC","isTemplate":true}},{"type":"BOTH","softButtonID":3,"text":"THREE","image":{"value":"img3.png","imageType":"DYNAMIC"}},{"type":"BOTH","softButtonID":4,"text":"FOUR","image":{"value":"img3.png","imageType":"DYNAMIC","isTemplate":true}}],"templateTitle":"NON-MEDIA","templateConfiguration":{"template":"NON-MEDIA"}} 
{"graphic":{"value":"img2.png","imageType":"DYNAMIC"},"secondaryGraphic":{"value":"img2.png","imageType":"DYNAMIC","isTemplate":true},"softButtons":[{"type":"BOTH","softButtonID":1,"text":"ONE","image":{"value":"img2.png","imageType":"DYNAMIC"}},{"type":"BOTH","softButtonID":2,"text":"TWO","image":{"value":"img2.png","imageType":"DYNAMIC","isTemplate":true}},{"type":"BOTH","softButtonID":3,"text":"THREE","image":{"value":"img3.png","imageType":"DYNAMIC"}},{"type":"BOTH","softButtonID":4,"text":"FOUR","image":{"value":"img3.png","imageType":"DYNAMIC","isTemplate":true}}],"templateTitle":"DOUBLE_GRAPHIC_WITH_SOFTBUTTONS","templateConfiguration":{"template":"DOUBLE_GRAPHIC_WITH_SOFTBUTTONS"}} 
{"graphic":{"value":"img3.png","imageType":"DYNAMIC"},"softButtons":[{"type":"BOTH","softButtonID":1,"text":"ONE","image":{"value":"img3.png","imageType":"DYNAMIC"}},{"type":"BOTH","softButtonID":2,"text":"TWO","image":{"value":"img3.png","imageType":"DYNAMIC","isTemplate":true}}],"templateTitle":"MEDIA","templateConfiguration":{"template":"MEDIA"}} 

Core branch tested against: release/8.2.0 Proxy+Test App name tested against: RPC Builder

Summary

CLA