An Android app to manage your self-hosted zipline V4 instance. https://github.com/stef-00012/zipline-android-app/releases/latest
Find a file
Stef-00012 438f3b9bbe
Some checks failed
Build APK / build (push) Has been cancelled
add skeleton loading, fix not being able to login when non-admin
2025-05-05 19:37:09 +02:00
.github [nobuild] test 2025-05-03 19:43:36 +02:00
app add skeleton loading, fix not being able to login when non-admin 2025-05-05 19:37:09 +02:00
assets add images 2025-01-22 16:36:35 +01:00
components add skeleton loading, fix not being able to login when non-admin 2025-05-05 19:37:09 +02:00
constants add skeleton loading, fix not being able to login when non-admin 2025-05-05 19:37:09 +02:00
functions [nobuild] start building skeleton UI - unfinished 2025-05-04 08:20:48 +02:00
hooks check zipline version and error if lesser than v4.0.0 2025-02-26 19:15:43 +01:00
styles Add folder uploads, add settings description, add metrics increase/decrease percentage 2025-03-29 13:39:24 +01:00
types Add folder uploads, add settings description, add metrics increase/decrease percentage 2025-03-29 13:39:24 +01:00
.gitignore optimize a bit code, re-order imports 2025-02-11 18:15:54 +01:00
app.config.ts add folder rename since zipline v4 just added it 2025-02-11 20:06:28 +01:00
babel.config.js remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
bun.lockb [nobuild] start building skeleton UI - unfinished 2025-05-04 08:20:48 +02:00
eas.json rm expo updates 2025-02-09 21:22:29 +01:00
LICENSE Create LICENSE 2025-04-20 17:07:20 +02:00
metro.config.js remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
package.json [nobuild] update version 2025-05-05 18:06:53 +02:00
README.md [nobuild] update readme 2025-05-05 18:02:55 +02:00
tsconfig.json Initial commit 2025-01-20 17:43:11 +01: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.

Download

To download the app's APK, just go to the latest release and download the app-release.apk file.
Or directly download it from here.

Creating a development build

Important

Requires an android device connected to the laptop and ADB

  1. bun install
  2. bun run prebuild
  3. bun run run:android

(this will create a development apk and automatically install in your device)

Building an apk

Note

add --local flag if you don't have a Expo EAS account or want to build it locally on your PC
add --output /path/to/file.apk to save the apk in that path

  1. bun install
  2. bun install --global eas-cli
  3. eas build --clear-cache --platform android --profile preview

This will create an apk but won't automatically install

TODO

  • Add skeleton loading to all pages; Currently done:
    • Home
    • Metrics
    • Folders
    • Files
    • URLs
    • User Settings