An Android app to manage your self-hosted zipline V4 instance. https://github.com/stef-00012/zipline-android-app/releases/latest
Find a file
2025-02-09 21:43:36 +01:00
.github/workflows change casing 2025-02-09 21:43:36 +01:00
app test update checking, fix tables npm, update libraries 2025-02-09 21:16:09 +01:00
assets add images 2025-01-22 16:36:35 +01:00
components remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
constants test update checking, fix tables npm, update libraries 2025-02-09 21:16:09 +01:00
functions remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
hooks comment unused libs in updates hook 2025-02-09 21:17:19 +01:00
styles test update checking, fix tables npm, update libraries 2025-02-09 21:16:09 +01:00
types remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
.gitignore complete urls view 2025-01-24 09:54:25 +01:00
app.config.ts rm expo updates 2025-02-09 21:22:29 +01:00
babel.config.js remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
bun.lockb test update checking, fix tables npm, update libraries 2025-02-09 21:16:09 +01:00
eas.json rm expo updates 2025-02-09 21:22:29 +01:00
metro.config.js remove useless styles, format with biomejs 2025-02-08 21:36:49 +01:00
package.json test update checking, fix tables npm, update libraries 2025-02-09 21:16:09 +01:00
README.md update todo 2025-02-08 22:19:57 +01: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 (selfhosted) server and also upload files or shorten URLs. You can also share files to the app to upload them.

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

  • App update checking + update button (maybe, idk)