rebase#207
Closed
arun-madhavan-013 wants to merge 79 commits into
Closed
Conversation
…s also part of this
RDKEAPPRT-626,627,628,605,608,622 Fix error and uninstall overlay screen with bug fixes
RDKEAPPRT-612 :Add dac store details via RFC
…content (#162) * RDKEAPPRT-645 Add default error overlay when user tries to enter VOD content * Addressed the review comments
RDKEAPPRT-646 Create the Username, Password page and add it inside the settings route
RDKEAPPRT-621,606,648,644 fix for Language screen and powerstate issue
RDKEAPPRT-661 Add support for new authorization in App Catalog
To refresh the App store and main view when the authentication done
Signed-off-by: yashaswini-rk <yashaswini.ramakrishna@rdkcentral.com>
Creating Tag for 6.0.0
Signed-off-by: suryag23 <surya_gunasekaran@comcast.com>
…s not set by default (#186) * RDKMVE-1860 Guide page is not loading and RDKEAPPRT-693 Wakesrc LAN is not set by default * To update the version to 6.0.8 for release
Signed-off-by: suryag23 <surya_gunasekaran@comcast.com>
RDKEAPPRT-741: Upgrade the depends - wpe version
Signed-off-by: yashaswini-rk <yashaswini.ramakrishna@rdkcentral.com>
Release refui tag 6.0.9
…Saver is enabled in UI (#192) * RDKEAPPRT-713 Device enters Standby instead of Deep Sleep when Energy Saver is enabled in UI * Updated the log message
…ing Video Playback (#194)
* RDKEAPPRT-708 [RefUI] Not all UI texts are translated to Spanish * to address the review comments * Added extra fix to support spanish language in some more pages * Addressed the review comments
Signed-off-by: yashaswini-rk <yashaswini.ramakrishna@rdkcentral.com>
Release tag 6.0.12
…Success & Failure States) (#198) * RDKEAPPRT-751: Add catalog URL display and improve app catalog login experience - Validate login responses and add server URL export - Display catalog URL in login component UI - Add Connect button with dynamic color validation - Implement loading spinner during authentication - Add error handling popups for authentication failures Please refer ticket for more detials * Rebased the 751 changes * RDKEAPPRT-751: Include local changes for app catalog login and translations * addressed the review comments * addressed the review comments * Addressed the review comments * Addressed the review comments --------- Co-authored-by: Vaisakh Anand <vaisakh_anand@comcast.com>
…tion catalogue credentials,saved WiFi details, Audio and Video settings (#202) * RDKEAPPRT-795 Factory reset is not removing installed apps, application catalogue credentials,saved WiFi details, Audio and Video settings * Added changes for version in bolt * Addressed the review comments * Addressed the review comments * Addressed the review comments * Addressed the review comments * Addressed the review comments * Addressed the review comments * Addressed the review comments * Addressed the review comments
…201) * RDKEAPPRT-744 Screen Saver works but there is no video to be played * version update in bolt package
RDKEAPPRT -833 Update System Service version in refui
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
| const catalog = responseObject["appstore-catalog"]; | ||
| this.storeConfig = { url: catalog.url }; | ||
|
|
||
| if (typeof catalog?.authentication?.user === "string" && |
| const catalog = responseObject["appstore-catalog"]; | ||
| this.storeConfig = { url: catalog.url }; | ||
|
|
||
| if (typeof catalog?.authentication?.user === "string" && |
| } | ||
| result = result.concat(appsResponse.applications); | ||
| if (result.length >= appsResponse?.meta?.resultSet?.total ?? 0) { | ||
| if (result.length >= (appsResponse?.meta?.resultSet?.total ?? 0)) { |
| } | ||
|
|
||
| async makeDownloadURL(url) { | ||
| const token = await this.getServiceToken('download-manager'); |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.