Skip to content

ne-kle/DeltaPatcherAndroid

Repository files navigation

Delta Patcher Android

CI Build Status GitHub Downloads

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

Features

  • 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

Screenshot

App Screenshot

Installation

You can download the latest stable version of the app from GitHub releases

Donations

Buy Me A Coffee

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

Building

Clone the Repository

git clone https://github.com/yourusername/DeltaPatcherAndroid.git --recursive
cd DeltaPatcherAndroid

Open in Android Studio

  1. Launch Android Studio
  2. Select "Open an existing Android Studio project"
  3. Navigate to the cloned repository and click OK
  4. Wait for Gradle sync to complete

Build

Build → Make Project (Ctrl+F9)