From 54a5491b86ce248fc56739aefe555d20e65d56a8 Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Tue, 16 Sep 2014 12:00:59 +0200 Subject: 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. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3