Delta Patcher Android is an "fork" of marco-calautti's DeltaPatcher.
This is an (android) GUI software that is able to create and apply xdelta patches as the ones supported by the xdelta tool developed by Joshua McDonald.
Thanks to marco-calautti for the original implantation which was heavily used by me as a reference for the Android software
- Simple UI made in Kotlin Compose
- Ability to leave the app patching in the background
- Direct file acces without having to copy to internal appData folders
- Fast-ish patching performance for smaller files due to the direct file access
You can download the latest stable version of the app from GitHub releases
If you would like, please consider donating something to me, it helps motivate me and reminds me people actually care. Support me with donations in order for me to try to submit the app to the play store
git clone https://github.com/yourusername/DeltaPatcherAndroid.git --recursive
cd DeltaPatcherAndroid- Launch Android Studio
- Select "Open an existing Android Studio project"
- Navigate to the cloned repository and click OK
- Wait for Gradle sync to complete
Build → Make Project (Ctrl+F9)
