diff options
author | Thomas Guillem <thomas@gllm.fr> | 2014-09-16 12:00:59 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-19 23:35:49 +0200 |
commit | 54a5491b86ce248fc56739aefe555d20e65d56a8 (patch) | |
tree | 045c834f2478300445d3bfcacb2811a53f55d193 /NEWS | |
parent | aff070bcbb771a5096f02b60c84aacfde601e043 (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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |