1. 04 Jan, 2022 1 commit
  2. 26 Jul, 2021 1 commit
  3. 31 May, 2021 1 commit
  4. 01 Jan, 2021 1 commit
  5. 26 Mar, 2020 1 commit
    • Thomas Guillem's avatar
      android/Main: handle API26 NotificationChannel · 9c15760c
      Thomas Guillem authored
      This seems to be required on recent Android versions (tested with Android 10).
      This is also required for android TV services (cf. next commit).
      
      This is done using Java reflection so that the project doesn't depend on
      android compat libs.
      9c15760c
  6. 18 Jan, 2020 1 commit
  7. 17 Jun, 2019 1 commit
  8. 31 Oct, 2018 1 commit
  9. 20 Aug, 2018 1 commit
  10. 19 Aug, 2018 3 commits
    • Thomas Guillem's avatar
      android: use a gray notification icon · 14d3a7ae
      Thomas Guillem authored
      14d3a7ae
    • 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
    • Thomas Guillem's avatar
      android: add LogListener · aff070bc
      Thomas Guillem authored
      A Java object to send logs on the android side.
      aff070bc
  11. 17 Aug, 2018 1 commit
  12. 03 Jan, 2017 1 commit
  13. 26 Feb, 2016 1 commit
  14. 01 Jan, 2015 1 commit
  15. 30 Jul, 2014 1 commit
  16. 01 Mar, 2014 1 commit
  17. 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