An Android app to manage your self-hosted zipline V4 instance.
https://zipline.stefdp.com
- Kotlin 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| app | ||
| assets | ||
| fastlane/metadata/android | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
Zipline Android App
Important
iOS is not supported
This is an android app made to manage your Zipline V4 (self-hosted) server and also upload files or shorten URLs. You can also share files to the app to upload them.
Features
- Upload Files
- Shorten URLs
- Manage Files
- Manage URLs
- Manage Folders
- View your Stats
- Manage your own User
- Manage Users (requires an admin account)
- Manage Server Settings (requires a admin or superadmin account)
Note
If you add a widget but it appears empty or has null values, set the app battery usage to "Unrestricted" and re-add them.
This should fix it.
Download
The app is available on the following platforms:
Creating a development build
To create a development build just run ./gradlew assembleDebug or use the Android Studio Emulator
This will create an APK in app/build/outputs/apk/debug/app-debug.apk
Building an apk
just run ./gradlew assembleRelease
This will create an APK in app/build/outputs/apk/release/app-release(-unsigned).apk