1. 19 Aug, 2018 2 commits
    • Thomas Guillem's avatar
      android: improve Settings UI and run mpd on boot · f37ab548
      Thomas Guillem authored
      add 2 preferences to:
       - enable Wakelock when MPD is running (prevent suspend)
       - run MPD on boot
      
      and display MPD logs
      f37ab548
    • Thomas Guillem's avatar
      android: Main is now a service · 54a5491b
      Thomas Guillem authored
      - 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.
      54a5491b
  2. 14 Jul, 2014 1 commit
  3. 22 Feb, 2014 1 commit
    • Max Kellermann's avatar
      first Android release · 4dcf0b8a
      Max Kellermann authored
      Finally, MPD runs on Android.  For some small value of "runs".  Very
      much work left, too much to describe.
      4dcf0b8a