No description
Find a file
2025-11-09 22:44:36 +01:00
.forgejo/workflows remove -pre from release 2025-11-09 22:44:36 +01:00
.github test runner on forgejo 2025-11-09 12:55:29 +01:00
.vscode add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
app [release] fix app not fetching '/api/server/public' and '/api/server/settings/web' after first login till restart 2025-11-06 16:50:30 +01:00
assets [pre] added biometric auth, added a button to install APKs, added a setup script for material symbols, updated all icons to material symbols, fixed folders not updating visibility 2025-08-26 18:15:26 +02:00
components [release] add biometric auth page & change button styling format for better customizability 2025-11-02 15:43:55 +01:00
constants add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
contexts [release] add sentry logging 2025-11-05 19:59:53 +01:00
functions [release] add sentry logging 2025-11-05 20:40:04 +01:00
hooks add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
pages [release] add biometric auth page & change button styling format for better customizability 2025-11-02 15:43:55 +01:00
scripts add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
styles [release] add sentry logging 2025-11-05 19:59:53 +01:00
types add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
.gitignore [release] add sentry logging 2025-11-05 19:59:53 +01:00
app.config.ts [release] add sentry logging 2025-11-05 19:59:53 +01:00
babel.config.js [pre] format code with biomejs 2025-08-25 15:10:33 +02:00
biome.json [nobuild] improve login version error, fix datepicker types 2025-08-08 14:20:35 +02:00
bun.lockb [release] add sentry logging 2025-11-05 19:59:53 +01:00
eas.json [nobuild] update version code 2025-08-06 00:31:51 +02:00
flake.lock add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
flake.nix add some input description and the features added in zipline up to v4.3.2 2025-11-02 11:46:48 +01:00
LICENSE Create LICENSE 2025-04-20 17:07:20 +02:00
metro.config.js [release] add sentry logging 2025-11-05 19:59:53 +01:00
package.json [release] fix app not fetching '/api/server/public' and '/api/server/settings/web' after first login till restart 2025-11-06 16:50:30 +01:00
README.md update readme 2025-08-23 17:37:17 +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.

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 superadmin account)

Download

The app is available on the following platforms:

  • Google Play Store
  • GitHub Releases

Get on Google Play Get on GitHub

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