From c485a06315970dd7301f6fbca6c78371ea390db3 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 6 Jul 2018 21:56:21 +0200
Subject: [PATCH] Fix #316: Document that users can use Ultrasonic on Android

---
 changes/changelog.d/316.doc |  1 +
 docs/users/apps.rst         | 18 +++++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 changes/changelog.d/316.doc

diff --git a/changes/changelog.d/316.doc b/changes/changelog.d/316.doc
new file mode 100644
index 00000000..a3e53aef
--- /dev/null
+++ b/changes/changelog.d/316.doc
@@ -0,0 +1 @@
+Document that users can use Ultrasonic on Android (#316)
diff --git a/docs/users/apps.rst b/docs/users/apps.rst
index f01af926..f3e412d5 100644
--- a/docs/users/apps.rst
+++ b/docs/users/apps.rst
@@ -61,6 +61,22 @@ Then, when using a client, you'll have to input some information about your serv
 In your client configuration, please double check the "ID3" or "Browse with tags"
 setting is enabled.
 
+Ultrasonic (Android)
+^^^^^^^^^^^^^^^^^^^^
+
+- Price: free
+- F-Droid: https://f-droid.org/en/packages/org.moire.ultrasonic/
+- Google Play: https://play.google.com/store/apps/details?id=org.moire.ultrasonic
+- Sources: https://github.com/ultrasonic/ultrasonic
+
+
+Ultrasonic is a full-featured Subsonic client with Playlists, Stars, Search,
+Offline mode, etc.
+
+It's one of the recommended Android client to use with Funkwhale, as we are doing
+our Android tests on this one.
+
+
 DSub (Android)
 ^^^^^^^^^^^^^^
 
@@ -76,7 +92,7 @@ DSub is a full-featured Subsonic client that works great, and has a lot of featu
 - Search
 - Offline cache (with configurable size, playlist download, queue prefetching, etc.)
 
-It's the recommended Android client to use with Funkwhale, as we are doing
+It's one of the recommended Android client to use with Funkwhale, as we are doing
 our Android tests on this one.
 
 Clementine (Desktop)
-- 
GitLab