cundong/SmartAppUpdates
Android应用增量更新 observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 72
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4650
- days_rel: n/a
- days_push: 171
- n_releases_24m: 0
Adoption not part of the score
2651 stars · 820 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A library for Android incremental (delta) app updates, based on bsdiff/bspatch. It includes client-side JNI code to merge a patch with the installed APK and a Java server-side tool to generate diff packages.
Use cases
- generate delta patches between two APK versions
- reduce app update download size on Android
- merge a patch file with an installed APK to build a new APK
- implement smart app updates like Google Play
- build a server-side APK diff generation pipeline
When to choose
- you self-distribute Android APKs and want to save user bandwidth
- you need bsdiff-based binary diffing integrated via JNI
- you want both client and server sides of delta updates in one project
When to avoid
- you distribute through Google Play, which already handles delta updates
- your project needs a maintained, licensed library (no license file present)
- you target platforms other than Android
Facets
library · maturity maintenance
compression file-system sdk mobile-development android-tools files cli bsdiff bspatch incremental-update apk delta-update jni android
1 source
- readme: https://github.com/cundong/SmartAppUpdates · fetched 2026-08-28 · 5c7ed37f7dc0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cundong/SmartAppUpdates | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="cundong/SmartAppUpdates")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem