Skip to content

rebase#207

Closed
arun-madhavan-013 wants to merge 79 commits into
feature/ledcontrol-supportfrom
develop
Closed

rebase#207
arun-madhavan-013 wants to merge 79 commits into
feature/ledcontrol-supportfrom
develop

Conversation

@arun-madhavan-013

Copy link
Copy Markdown
Contributor

No description provided.

suryag23 and others added 30 commits March 19, 2026 20:12
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
suryag23 and others added 24 commits April 17, 2026 15:26
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
* 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>
…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
Copilot AI review requested due to automatic review settings June 15, 2026 13:45
@github-advanced-security

Copy link
Copy Markdown

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

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');
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants