summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Guillem <thomas@gllm.fr>2014-09-16 12:00:59 +0200
committerMax Kellermann <max@musicpd.org>2018-08-19 23:35:49 +0200
commit54a5491b86ce248fc56739aefe555d20e65d56a8 (patch)
tree045c834f2478300445d3bfcacb2811a53f55d193 /NEWS
parentaff070bcbb771a5096f02b60c84aacfde601e043 (diff)
android: Main is now a service
- add Settings: Activity to start / stop MPD Service (Main). - Main is a service that run in foreground with a notification. See Service.startForeground documentation for more details. - Main.Client is used to control the service: start or stop it and also receive callbacks when service encounters an error, is killed, is started or is stopped. - Main.start to start the service without any fallback.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 972b7144a..5eb591817 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
ver 0.20.22 (not yet released)
* storage
- curl: URL-encode paths
+* Android
+ - now runs as a service
+ - add button to start/stop MPD
ver 0.20.21 (2018/08/17)
* database