-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.9.0 #320
Merged
Release 0.9.0 #320
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Display alert when a revoked app is chosen for activation
…cator Fix/Menu item `>` indicator
Co-authored-by: Collin <iCollin@users.noreply.github.com>
Fix/Webengine server host config
…e file server singleton instance
* Use create react app command Use create-react-app command. Copied generic hmi project back into directory. Make minimal modifications to allow build and launch to be successful. * Fix es-lint warnings * Fix app list and style and router error * Fix router path * Append svg-stroke to static image classes * Fix static icon usage and imports * Remove logs * Update build files * Fix menu + submenu errors * Add build files * Fix equality check in app header * Add build files * Address Comments * Add build files * Address comments * build * Fix icon property name from merge conflict * FIx alerts * Remove build folder * Add build/ to gitignore * Update readme * Remove package lock * Add package-lock.json to gitignore * Update readme * Fix compile warnings * Fix issues from fixing compile warnings
… in RPCService static
…ance Fix/Modify webengine backend to only use one file server
add GetLanguage and GetSupportedLanguages responses
Added pcmStreamCapabilities structure into UI.GetCapabilities response
Co-authored-by: Collin <iCollin@users.noreply.github.com>
* Implement additional subMenus and DD menu safety limits * Fix merge conflicts + warnings * Fix DD State button * Fix back button and submenu depth * Move SubmenuDeepFind to module and fix ShowAppMenu * Dynamic Update Capabilities * Fix merge conflicts * Add error handler for template image * Fix app disconnect when viewing menu * Remove path.basename * Add OnUpdateSubMenu to deeper menus * Check for duplicate submenu ids * Refresh error images after onPutfile * Fix conflicts
…tion webengine projection
remove color scheme from subtle alert buttons
* Wait for core connection before executing fs controller startup * Remove log * Apply suggestions from code review Co-authored-by: Collin <iCollin@users.noreply.github.com> Co-authored-by: Collin <iCollin@users.noreply.github.com>
remove div over top of shutdown and theme buttons in non-media template
Fix classes for several svg files so that they are templated properly
* Add menuIcon support * Remove menuTitle from capabilities * Fix issue with infinite refreshing on error
* Calculate show reponse for unsupported template layout * Apply suggestions from code review Co-authored-by: Collin <iCollin@users.noreply.github.com> * Simplify logic Co-authored-by: Collin <iCollin@users.noreply.github.com>
* Add onSystemContext to cancel interaction calls * Return MAIN sysContext if app in menu during alert/subtleAlert * Fix context calculation * Update src/js/Controllers/UIController.js Co-authored-by: Collin <iCollin@users.noreply.github.com> Co-authored-by: Collin <iCollin@users.noreply.github.com>
* Implement image validation and warnings response for UI RPCs * Add image validation for Alert and SubtleAlert * Add image validation for softbutton objects * Implement image validation for PerformInteraction * Add image validation for alert timeout * Fix Show response handling for ERROR and WARNINGS case * Combine the Get and Remove methods for the queued image validation requests * Remove image validation for PerformInteraction * Modify warnings check in `CombineWithWarningsResponse` Co-authored-by: Collin <iCollin@users.noreply.github.com> * Address review comments Co-authored-by: Collin <iCollin@users.noreply.github.com>
remove mediaTrack from display capabilities
Jack-Byrne
approved these changes
Nov 5, 2020
Hi @iCollin, is that correct that the |
@vladmu seems it might have been deleted automatically by Github, just fixed it |
@vladmu sorry we turned on delete branch after merge this release, deleting the develop branch was not intentional. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Completed Features
[SDL 0252] Aligning HMI and MOBILE API for pcmStreamCapabilities
[SDL 0148] Template Improvements: Additional SubMenus
[SDL 0152] Driver Distraction Improvements: Command List Limitations
[SDL 0202] Supported Character Sets
[SDL 0242] Subtle Alert Style
[SDL 0268] Main Menu Updating and Pagination
[SDL 0273] WebEngine Projection mode
Completed Bug Fixes/Enhancements
Fix/Menu item
>
indicatorThe Generic HMI will try to open an app even if it is revoked
Fix/Webengine server host config
Fix issues with OnAppPermissionConsent message in external mode
Wait for core connection before executing fs controller startup
Remove manifest.json
Templating an icon does not work if the icon is made up of separate shapes that do not overlap
Soft button images broken on Double Graphic with Soft Buttons Template
The RegisterAppInterface response is returning an invalid value for vrCapabilities
Toggle and Shutdown buttons are disabled when the template has soft buttons
Show request succeeds even though the template is unsupported
Fix/Image validation and invalid image response
Unimplemented display capability field
mediaTrack