An Android app to manage your self-hosted zipline V4 instance. https://zipline.stefdp.com
Find a file
Stef-00012 b447518ba5
All checks were successful
Generated APK AAB / build (push) Has been skipped
move f-droid to the center
2026-08-03 20:01:46 +02:00
.forgejo/workflows [build] Disable update checking in F-Droid flavor, make URL checking less strict 2026-06-28 21:10:36 +02:00
app get it on fdroid badge 2026-08-02 23:37:09 +02:00
assets switch to devins icons 2026-08-03 12:02:51 +02:00
fastlane/metadata/android update changelog 2026-07-13 15:31:18 +02:00
gradle [build] use base kotlin pow function instead of google's LongMath, update libraries, update to sdk 37, fix wrong url when logging in with trailing / on server url 2026-07-13 14:58:17 +02:00
.gitignore feat: finished moving to viewmodel those screens: admin settings, admin users, admin invites 2026-04-12 16:12:01 +02:00
build.gradle.kts added zipline API typedefs 2026-03-02 00:06:34 +01:00
gradle.properties added zipline API typedefs 2026-03-02 00:06:34 +01:00
gradlew added zipline API typedefs 2026-03-02 00:06:34 +01:00
gradlew.bat added zipline API typedefs 2026-03-02 00:06:34 +01:00
LICENSE add MIT license 2026-04-15 18:36:07 +03:00
README.md move f-droid to the center 2026-08-03 20:01:46 +02:00
settings.gradle.kts [build] remove a plugin for f-droid build 2026-04-15 19:20:59 +02:00

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:

Get on Google Play    Get it on F-Droid    Get on Forgejo

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