1. 23 Sep, 2020 2 commits
  2. 16 Jul, 2020 1 commit
  3. 11 Jun, 2020 1 commit
  4. 29 Apr, 2020 1 commit
  5. 14 Apr, 2020 1 commit
  6. 26 Mar, 2020 2 commits
    • Thomas Guillem's avatar
      android: add TV support · 4ff25323
      Thomas Guillem authored
      TODO: Not sure the app could be accepted on the play store without a valid
      banner.
      4ff25323
    • 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
  7. 22 Mar, 2020 1 commit
  8. 16 Feb, 2020 1 commit
  9. 25 Jan, 2020 1 commit
  10. 17 Jan, 2020 1 commit
  11. 24 Dec, 2019 1 commit
  12. 18 Dec, 2019 1 commit
  13. 16 Oct, 2019 1 commit
  14. 07 Oct, 2019 1 commit
  15. 22 Aug, 2019 1 commit
  16. 09 Aug, 2019 1 commit
  17. 05 Aug, 2019 1 commit
  18. 12 Jul, 2019 1 commit
  19. 11 Jun, 2019 1 commit
  20. 31 May, 2019 1 commit
  21. 04 May, 2019 1 commit
  22. 03 May, 2019 1 commit
  23. 03 Apr, 2019 2 commits
  24. 22 Feb, 2019 1 commit
  25. 04 Jan, 2019 2 commits
  26. 12 Nov, 2018 1 commit
  27. 04 Nov, 2018 1 commit
  28. 31 Oct, 2018 1 commit
  29. 29 Oct, 2018 1 commit
  30. 19 Aug, 2018 3 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: fix AndroidManifest.xml warnings · ef38dbe5
      Thomas Guillem authored
       - <uses-permission> must be before <application>
       - specify allowBackup (default)
      ef38dbe5
    • 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
  31. 18 Aug, 2018 1 commit
  32. 17 Aug, 2018 2 commits
  33. 28 May, 2018 1 commit