Conversation
- Separate AndroidPackageFormat from signing configuration in csproj - AndroidKeyStore=true now only set when ANDROID_KEYSTORE_PATH is provided - Workflow uses step outputs to properly detect signing availability - Unsigned builds explicitly pass -p:AndroidKeyStore=false - Fixes "package appears to be invalid" error when installing unsigned APKs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CreatePackage=true generates .pkg installer files, not .app bundles. Updated the packaging step to find and copy .pkg files to releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Android requires ALL APKs to be signed to be installed. When no release keystore secrets are configured, generate a temporary debug keystore using keytool to sign the APK. This fixes "App not installed as package appears to be invalid" error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Android: - Add Android SDK tools to PATH for apksigner - Add APK validation (zip integrity check) - Add APK signature verification - Prefer signed APK over unsigned - Add more diagnostic output Windows: - Check both certificate AND password before attempting to sign - Test signing on one file first to validate password - Skip gracefully if password is incorrect - Remove continue-on-error to fail fast on real errors
- Detect false EndReached events after seek attempts - If seek fails on unbuffered stream, resume playback instead of skipping - Handle seek errors gracefully on network streams - Add more debug logging for seek operations
- Increase network-caching from 30s to 60s for Telegram download delays - Increase tcp-caching to 60s for slow connections - Add prefetch-buffer-size and prefetch-read-size options - Previous commit: detect false EndReached after seeks
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: solve add to playlist issue
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.
No description provided.