From b9d109560b55887a36e0df7ddbd89401417e404c Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 16 May 2021 11:59:08 +0200 Subject: [PATCH] Mobile apps clarification --- content/download/index.en.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index 9e3b1f5..acd8cba 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -11,7 +11,7 @@ menu: # Downloads -Vikunja is currently Beta, if you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues). +If you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues). Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server. @@ -35,20 +35,29 @@ You can get all frontend releases from [our download server](https://dl.vikunja. You can also [get the source code](http://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo. -## Mobile apps - -We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device. -We'll publish it to F-Droid and the Google Play Store once the app is feature complete. - -We provide the latest build as beta version via TestFlight for iOS users. -To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq). -New versions will be published by the CI automatically. - -You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS). - ## Desktop apps Starting with version 0.15.0, Vikunja's frontend is available as a standalone desktop app for linux and windows devices. This means you can run it on your desktop without the need to install the frontend. To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version (`master` for nightly builds) and the right variant for your platform. + +## Mobile apps + +
+Note: The app is currently in an alpha state at best. +It has only a tiny set of Vikunja's features and bugs. +If you want to use Vikunja on mobile, you're currently better off using the PWA of the frontend. +
+ +We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device. +We'll publish it to F-Droid, and the Google Play Store once the app is feature complete. + +**Note:** We don't accept new TestFlight users at the moment due to issues with the build machine used to release fresh iOS builds. +If you want to use Vikunja on iOS you will need to either use the PWA or build it yourself. + +We provide the latest build as beta version via TestFlight for iOS users. +To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq). +New versions will be published by the CI automatically. + +You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).