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 /application/views/file | |
parent | f20d6e79892ef9f3604d16b8fbd5fa9e65b36cab (diff) |
Add links to new android client
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/upload_form.php | 6 |
1 files changed, 6 insertions, 0 deletions
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> |