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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Soomgo-Mobile
/
react-native-code-push
Public
forked from
microsoft/react-native-code-push
Notifications
You must be signed in to change notification settings
Fork
25
Star
164
Code
Issues
1
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(android): apply binary patch updates
- #154
#154
Merged
floyd-soomgo
merged 23 commits into
master
Soomgo-Mobile/react-native-code-push:master
from
feature/binary-patch-android-apply
Soomgo-Mobile/react-native-code-push:feature/binary-patch-android-apply
Copy head branch name to clipboard
Aug 19, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat(android): apply binary patch updates
#154
floyd-soomgo
merged 23 commits into
master
Soomgo-Mobile/react-native-code-push:master
from
feature/binary-patch-android-apply
Soomgo-Mobile/react-native-code-push:feature/binary-patch-android-apply
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
chore: vendor HDiffPatch and zstd sources for the binary patch applier
Show description for a219064
floyd-soomgo
committed
a219064
View commit details
Copy full SHA for a219064
Browse repository at this point
feat: add zstd decompressor and host harness for the native patch applier
Show description for 52863b2
floyd-soomgo
committed
52863b2
View commit details
Copy full SHA for 52863b2
Browse repository at this point
test: validate binary patch codec contract
Show description for 511ce06
floyd-soomgo
committed
511ce06
View commit details
Copy full SHA for 511ce06
Browse repository at this point
fix(cli): keep the CodePush bundle in an absolute output directory
Show description for 001593d
floyd-soomgo
committed
001593d
View commit details
Copy full SHA for 001593d
Browse repository at this point
feat(cli): generate platform binary patch artifacts
Show description for c5eb9f7
floyd-soomgo
committed
c5eb9f7
View commit details
Copy full SHA for c5eb9f7
Browse repository at this point
fix(cli): pass --js-bundle-name through to release
Show description for 2ed5bb2
floyd-soomgo
committed
2ed5bb2
View commit details
Copy full SHA for 2ed5bb2
Browse repository at this point
fix(cli): provision hdiffz tools once in jest global setup
Show description for bb6c517
floyd-soomgo
committed
bb6c517
View commit details
Copy full SHA for bb6c517
Browse repository at this point
feat(cli): add --on-oversized-patch policy
Show description for 7b2564e
floyd-soomgo
committed
7b2564e
View commit details
Copy full SHA for 7b2564e
Browse repository at this point
test: transform the JSX of the CodePush module for jest
Show description for 9ce2c8c
floyd-soomgo
committed
9ce2c8c
View commit details
Copy full SHA for 9ce2c8c
Browse repository at this point
feat: add optional binary patch metadata
Show description for 2dac760
floyd-soomgo
committed
2dac760
View commit details
Copy full SHA for 2dac760
Browse repository at this point
docs: describe the binary patch url of a release
floyd-soomgo
committed
3aa4268
View commit details
Copy full SHA for 3aa4268
Browse repository at this point
Commits on Aug 10, 2026
feat(android): apply binary patch updates
Show description for e918fa3
floyd-soomgo
committed
e918fa3
View commit details
Copy full SHA for e918fa3
Browse repository at this point
docs: describe how android installs a binary patch update
Show description for 27254a2
floyd-soomgo
committed
27254a2
View commit details
Copy full SHA for 27254a2
Browse repository at this point
fix(android): fall back when a patch download is not a patch
Show description for 457dd61
floyd-soomgo
committed
457dd61
View commit details
Copy full SHA for 457dd61
Browse repository at this point
Commits on Aug 13, 2026
build: pin the zstd revision the patch generator is built from
Show description for 21d4b12
floyd-soomgo
committed
21d4b12
View commit details
Copy full SHA for 21d4b12
Browse repository at this point
chore: ignore local tool and build outputs
floyd-soomgo
committed
e885a89
View commit details
Copy full SHA for e885a89
Browse repository at this point
chore(cli): ship and document the patch generator build script
Show description for 916aad1
floyd-soomgo
committed
916aad1
View commit details
Copy full SHA for 916aad1
Browse repository at this point
Commits on Aug 18, 2026
fix(android): tighten the patch target size bound
Show description for c482e60
floyd-soomgo
committed
c482e60
View commit details
Copy full SHA for c482e60
Browse repository at this point
docs: drop the NDK bullet from requirements
Show description for 61f7f2d
floyd-soomgo
committed
61f7f2d
View commit details
Copy full SHA for 61f7f2d
Browse repository at this point
Merge branch 'feature/binary-patch-codec-contract' into feature/binary-patch-cli-artifacts
floyd-soomgo
committed
ebf27ef
View commit details
Copy full SHA for ebf27ef
Browse repository at this point
Merge branch 'feature/binary-patch-cli-artifacts' into feature/binary-patch-metadata
floyd-soomgo
committed
e8fc028
View commit details
Copy full SHA for e8fc028
Browse repository at this point
Merge branch 'feature/binary-patch-metadata' into feature/binary-patch-android-apply
Show description for 9763d01
floyd-soomgo
committed
9763d01
View commit details
Copy full SHA for 9763d01
Browse repository at this point
Commits on Aug 19, 2026
Merge remote-tracking branch 'origin/master' into feature/binary-patch-android-apply
Show description for 32720b5
floyd-soomgo
committed
32720b5
View commit details
Copy full SHA for 32720b5
Browse repository at this point
You can’t perform that action at this time.