Fix timestamp duplication and enhance UI features#13
Draft
CreepsoOff wants to merge 11 commits into
Draft
Conversation
…decoder failure occurs
merge upstream cmp rewrite
Co-authored-by: CreepsoOff <51055703+CreepsoOff@users.noreply.github.com>
Owner
Author
|
@copilot resolve the merge conflicts in this pull request |
Copilot stopped work on behalf of
CreepsoOff due to an error
May 18, 2026 14:48
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 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.
I just want you to get the last 9 commits, integrate the new things, don't do anything else, adapt them to desktop/windows if needed. Merge and resolve conflicts.
This pull request introduces several important updates to improve Windows Desktop build support, repository automation, and documentation for the Nuvio project. The changes add new workflow automation for Copilot, enhance Windows packaging, update documentation for Windows users, and refine Android and multiplatform code for consistency.
Windows Desktop Support and Packaging:
package-release-inno.ps1to automate building Windows installers using Inno Setup, including icon, registry, and shortcut configuration.desktop-proguard-rules.profile, cleaning up desktop build configuration.Repository Automation and Guidance:
.github/workflows/copilot-setup-steps.ymlto automate environment setup, dependency verification, and preflight build steps for Copilot agents on Windows runners..github/copilot-commit-instructions.mdto standardize commit messages using Conventional Commits, with clear rules and scope guidance for contributors.Documentation Improvements:
README.mdto add a dedicated Windows Desktop installation section, usage notes, and details about supported upgrade paths and playback limitations. [1] [2]Submodule and Dependency Management:
mediampsubmodule, tracking a specific branch for Windows Nuvio integration.Multiplatform and Android Code Consistency:
AppUpdaterPlatform.android.ktto explicitly set updater feature flags and provide stub implementations for desktop-only features, improving clarity and preventing runtime errors. [1] [2] [3]Platform.android.ktfor better platform detection.These changes collectively improve the developer experience, streamline Windows Desktop builds, and clarify project usage for both contributors and end users.
References: