sustcast / sustcast-android-app-v1

📻 Android Application for SUSTcast [Online Radio Station]
https://tinyurl.com/sustcast
14 stars 7 forks source link

Various fixes #43

Closed meafs closed 3 years ago

meafs commented 3 years ago
  1. Continuous Playback of stream. Closes issue #27

  2. Show/Hide password in login screen. Closes issue #29 & #42

  3. Automatic notification title text size. Closes issue #41

  4. Fixes issue #40

  5. Handle Audio Focus (Test implementation)

meafs commented 3 years ago

Commit fe19c66721c4da61eea26ff9a9c4fb8db2039205 has these changes:

  1. Uses LiveData for network checking
  2. MusicPlayerService on News Reader
  3. Revert audio focus implementation (Currently no way to notify UI on audio focus change)
meafs commented 3 years ago

I'm closing this PR because of merge conflicts