Tiny F-Droid client
Version 3.0
- Prepare JKS keystore
- If you don't have, create a new one (Guide)
- Open ./build.sh with text editor
- Modify the value for
- _whereAndroidSDK (Path to Android SDK)
- _whereKeystore (Path to JKS Keystore file)
- _nameKey (Name of key in keystore file)
- _versionAndroid (Version of Android)
- _versionSDK (Version of SDK)
- _versionToolchain (Version of build-tools)
- Run ./build.sh (APK will be stored as ./finished.apk)
- Install Mini F on your Android device
- Download index-v1.jar on PC: https://f-droid.org/repo/index-v1.jar
- Connect your Android device to PC
- Maybe you have to enable Developer Options and USB Debugging
- Run these on PC
adb shell mkdir -p /sdcard/Android/data/whitestone8214.frontend.minif/files
adb push /path/to/index-v1.jar /sdcard/Android/data/whitestone8214.frontend.minif/files/
- Launch Mini F
- Tap "Load" button on top of window and wait (For me it took about 10 minutes)
- After this is done, you can just tap "Previous 100" or "Next 100" on relaunch to see the list
- Gradle and/or Android Studio is not supported, and have no plan to do