mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-10 18:05:52 +02:00
An Android app to manage your self-hosted zipline V4 instance.
https://github.com/stef-00012/zipline-android-app/releases/latest
|
||
---|---|---|
.github | ||
app | ||
assets | ||
components | ||
constants | ||
functions | ||
hooks | ||
styles | ||
types | ||
.gitignore | ||
app.config.ts | ||
babel.config.js | ||
bun.lockb | ||
eas.json | ||
LICENSE | ||
metro.config.js | ||
package.json | ||
README.md | ||
tsconfig.json |
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
bun install
bun run prebuild
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
bun install
bun install --global eas-cli
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