diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | application/views/file/upload_form.php | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,7 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. NEXT + - Add link to new android client 3.6.0 2021-02-21 - PHP 8.0 comptibility fixes diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index d734f97d9..8f6807373 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -162,6 +162,12 @@ <h4>Android</h4> <p> + Development: <a href="https://github.com/v4rakh/fbmobile">v4rakh/fbmobile @ Github</a><br> + Google Play: <a href="https://play.google.com/store/apps/details?id=de.varakh.fbmobile">FileBin @ Google Play</a><br> + </p> + + <p> + Unmaintained Legacy Client:<br> Development: <a href="https://github.com/sebastianrakel/fb-client-android">sebastianrakel/fb-client-android @ Github</a><br> F-Droid Store: <a href="https://f-droid.org/repository/browse/?fdid=eu.devunit.fb_client">fb-client Android @ F-Droid</a><br> </p> |