diff options
author | Florian Pritz <bluewind@xinu.at> | 2021-04-11 14:51:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2021-04-11 14:55:56 +0200 |
commit | 54b3b5930d30860c6bede5e2d2421f973cb39058 (patch) | |
tree | 440a7f12cbee790d2c0fff6efd81b5a65035214a | |
parent | f20d6e79892ef9f3604d16b8fbd5fa9e65b36cab (diff) |
Add links to new android client
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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> |