From cf169442843795644365571995b8b65f19869688 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 3 Mar 2020 15:38:01 -0300 Subject: Add more documentation about nightly app builds --- developers-manual.rst | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'developers-manual.rst') diff --git a/developers-manual.rst b/developers-manual.rst index ee8fc280..6e390825 100644 --- a/developers-manual.rst +++ b/developers-manual.rst @@ -594,6 +594,44 @@ for that. There is also the possibility to trigger builds manually, but this is only reserved to "admin" users. +Android App Nightly Builds +========================== + +There are currently three Android apps: + +* Wallet + [`Git Repo `__] + [`Git Mirror `__] + [`CI `__] +* Merchant PoS Terminal + [`Git Repo `__] + [`Git Mirror `__] + [`CI `__] +* Cashier + [`Git Repo `__] + [`Git Mirror `__] + [`CI `__] + +Their git repositories are mirrored at Gitlab to utilize their CI +and `F-Droid `_'s Gitlab integration +to `publish automatic nightly builds `_ +for each change on the ``master`` branch. + +All three apps publish their builds to the same F-Droid nightly repository +(which is stored as a git repository): +https://gitlab.com/gnu-taler/fdroid-repo-nightly + +You can download the APK files directly from that repository +or add it to the F-Droid app for automatic updates +by clicking the following link (on the phone that has F-Droid installed). + + `GNU Taler Nightly F-Droid Repository `_ + +.. note:: + Nightly apps can be installed alongside official releases + and thus are meant **only for testing purposes**. + Use at your own risk! + .. _Code-coverage: Code Coverage -- cgit v1.2.3