Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cbbcssc
/
UnleashedRecomp_Android
Public
forked from
waskord/UnleashedRecomp_Android
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Mar 26, 2026
Merge pull request #454 from winnerspiros/copilot/fix-network-issue-wget-command
Show description for 80e1f2e
winnerspiros
authored
80e1f2e
View commit details
Copy full SHA for 80e1f2e
Browse repository at this point
Commits on Mar 25, 2026
Increase wget retry parameters in Download Data step for network reliability
Show description for a241c3b
Copilot
and
winnerspiros
committed
a241c3b
View commit details
Copy full SHA for a241c3b
Browse repository at this point
Initial plan
Copilot
committed
bcefb9c
View commit details
Copy full SHA for bcefb9c
Browse repository at this point
Merge pull request #453 from winnerspiros/copilot/fix-release-run-failures
Show description for 06d0198
winnerspiros
authored
06d0198
View commit details
Copy full SHA for 06d0198
Browse repository at this point
Max zstd compression (level 19), add APK launcher icon, update README with build/sideload docs
Show description for 07b45f8
Copilot
and
winnerspiros
committed
07b45f8
View commit details
Copy full SHA for 07b45f8
Browse repository at this point
Address review: extract compression ratio constant, document Gradle JVM settings
Show description for 3e4aa74
Copilot
and
winnerspiros
committed
3e4aa74
View commit details
Copy full SHA for 3e4aa74
Browse repository at this point
Increase zstd compression from level 3 to 10 for smaller game data archive
Show description for 920175e
Copilot
and
winnerspiros
committed
920175e
View commit details
Copy full SHA for 920175e
Browse repository at this point
Add sideloaded game data support: standalone archive artifact + auto-extraction on device
Show description for 5ddce62
Copilot
and
winnerspiros
committed
5ddce62
View commit details
Copy full SHA for 5ddce62
Browse repository at this point
Improve workflow input descriptions to clarify game_url is always required for compilation
Show description for 1804071
Copilot
and
winnerspiros
committed
1804071
View commit details
Copy full SHA for 1804071
Browse repository at this point
Address review: use 3-digit chunk suffixes, fix compression level comment
Show description for dcc8ca2
Copilot
and
winnerspiros
committed
dcc8ca2
View commit details
Copy full SHA for dcc8ca2
Browse repository at this point
Fix release workflow: split game data into chunks to avoid Java OOM, increase build parallelism
Show description for 402ab74
Copilot
and
winnerspiros
committed
402ab74
View commit details
Copy full SHA for 402ab74
Browse repository at this point
Initial plan
Copilot
committed
f08a49c
View commit details
Copy full SHA for f08a49c
Browse repository at this point
Merge pull request #452 from winnerspiros/copilot/fix-patch-application-issues
Show description for 3a3fda1
winnerspiros
authored
3a3fda1
View commit details
Copy full SHA for 3a3fda1
Browse repository at this point
Embed game files in APK: auto-extract on first launch
Show description for a9cf999
Copilot
and
winnerspiros
committed
a9cf999
View commit details
Copy full SHA for a9cf999
Browse repository at this point
Fix critical runtime issue: use external storage for game files, improve installer error message
Show description for 225eaf9
Copilot
and
winnerspiros
committed
225eaf9
View commit details
Copy full SHA for 225eaf9
Browse repository at this point
Address code review: safer overflow check in hhStringHolder, prevent repeated permission prompts
Show description for 7c6ec6d
Copilot
and
winnerspiros
committed
7c6ec6d
View commit details
Copy full SHA for 7c6ec6d
Browse repository at this point
Fix Android build and runtime issues: SDK version, permissions, ProGuard, memory
Show description for 6b18f54
Copilot
and
winnerspiros
committed
6b18f54
View commit details
Copy full SHA for 6b18f54
Browse repository at this point
Fix patch application failures: remove redundant patches, fix hhStringHolder override, apply linker flags directly
Show description for f5882ee
Copilot
and
winnerspiros
committed
f5882ee
View commit details
Copy full SHA for f5882ee
Browse repository at this point
Initial plan
Copilot
committed
22af481
View commit details
Copy full SHA for 22af481
Browse repository at this point
Merge pull request #451 from winnerspiros/copilot/fix-java-virtual-machine-error
Show description for 3445ca0
winnerspiros
authored
3445ca0
View commit details
Copy full SHA for 3445ca0
Browse repository at this point
fix: add MinHeapFreeRatio to GRADLE_OPTS to prevent JVM startup failure
Show description for e90d28e
Copilot
and
winnerspiros
committed
e90d28e
View commit details
Copy full SHA for e90d28e
Browse repository at this point
Initial plan
Copilot
committed
f8042d9
View commit details
Copy full SHA for f8042d9
Browse repository at this point
Merge pull request #450 from winnerspiros/copilot/fix-workflow-release-error
Show description for 642bebd
winnerspiros
authored
642bebd
View commit details
Copy full SHA for 642bebd
Browse repository at this point
fix: comprehensive OOM prevention in release.yml Android build
Show description for 489fb24
Copilot
and
winnerspiros
committed
489fb24
View commit details
Copy full SHA for 489fb24
Browse repository at this point
fix: resolve std::bad_alloc OOM in release.yml Android build
Show description for 1d113ea
Copilot
and
winnerspiros
committed
1d113ea
View commit details
Copy full SHA for 1d113ea
Browse repository at this point
Initial plan
Copilot
committed
800b009
View commit details
Copy full SHA for 800b009
Browse repository at this point
Merge pull request #449 from winnerspiros/copilot/fix-swapfile-issue
Show description for 7d15f9e
winnerspiros
authored
7d15f9e
View commit details
Copy full SHA for 7d15f9e
Browse repository at this point
fix: disable and remove existing swapfile before creating new one in release.yml
Show description for 7a9bfaa
Copilot
and
winnerspiros
committed
7a9bfaa
View commit details
Copy full SHA for 7a9bfaa
Browse repository at this point
Initial plan
Copilot
committed
d19fda6
View commit details
Copy full SHA for d19fda6
Browse repository at this point
Merge pull request #448 from winnerspiros/copilot/fix-workflow-failure
Show description for ee1349e
winnerspiros
authored
ee1349e
View commit details
Copy full SHA for ee1349e
Browse repository at this point
Fix OOM crash in Release workflow: add 8GB swap and reduce Gradle JVM heap
Show description for 94636f0
Copilot
and
winnerspiros
committed
94636f0
View commit details
Copy full SHA for 94636f0
Browse repository at this point
Initial plan
Copilot
committed
3757934
View commit details
Copy full SHA for 3757934
Browse repository at this point
Commits on Mar 19, 2026
Merge pull request #447 from winnerspiros/fix/restore-android-stability-fixes-3658906592409600180
Show description for 8131fdb
winnerspiros
authored
8131fdb
View commit details
Copy full SHA for 8131fdb
Browse repository at this point
Restore codebase to working state from fix/android-oom-and-parallel-guards-9403570627289251401
Show description for 8623215
google-labs-jules[bot]
committed
8623215
View commit details
Copy full SHA for 8623215
Browse repository at this point
Merge pull request #446 from winnerspiros/revert-to-pr-442-15852791332403974577-2895179655001181087
Show description for 710c809
winnerspiros
authored
710c809
View commit details
Copy full SHA for 710c809
Browse repository at this point
Previous
Next
You can’t perform that action at this time.