Skip to content

internal: Develop to main #54

Merged
mateof merged 26 commits intomainfrom
develop
Dec 30, 2025
Merged

internal: Develop to main #54
mateof merged 26 commits intomainfrom
develop

Conversation

@mateof
Copy link
Copy Markdown
Owner

@mateof mateof commented Dec 30, 2025

No description provided.

mateof and others added 26 commits December 27, 2025 20:11
- 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>
@mateof mateof self-assigned this Dec 30, 2025
@mateof mateof merged commit 1f4e5f7 into main Dec 30, 2025
1 check failed
@mateof mateof deleted the develop branch December 30, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant