summaryrefslogtreecommitdiff
path: root/android/res
AgeCommit message (Collapse)Author
2018-08-20android: improve Settings UI and run mpd on bootThomas Guillem
add 2 preferences to: - enable Wakelock when MPD is running (prevent suspend) - run MPD on boot and display MPD logs
2018-08-19android: Main is now a serviceThomas Guillem
- 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.
2014-07-14Android: generate icon from SVGMax Kellermann
2014-02-22first Android releaseMax Kellermann
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.