Zipline Android App

Zipline Android App

2 devlogs
12h 8m
Created by Stef

An android app to manage your self-hosted Zipline instance (zipline is https://zipline.diced.sh)

Timeline

Created AuthContext (user role) & ZiplineContext (public server settings) to avoid fetching the settings on every page change (not yet applied to the app)
Increased minimum Zipline version to 4.2.3 as it's the only version with /api/server/public & /api/server/settings/web
Added functions to fetch /api/server/public & /api/server/settings/web & their types

Update attachment
Stef
Stef
11h 12m 3 days ago

In the last commits i updated all the app code so it targets as main android SDK 35 instead of SDK 34 since play store was complaining about it and fixed some issues reported by the few people who enrolled in the play store 14 days closed testing period

Update attachment