Skip to content
All android app versions
Android app

v1.4.19

31 Aug 2026build 37 26.1 MB7 changes

Withdrawn. Tapping any song still closed the app. Install 1.4.20.

1.4.18 died the moment a song started on Samsung phones: the lock-screen notification used a vector icon, and Android rejected it as a bad foreground notification. 1.4.19 switched to a PNG, but the release minifier stripped it from the APK, so the crash was unchanged.

Download v1.4.1926.1 MB
New2
  • Jam lives between Search and Library

    The home-header jam and lofi shortcuts are gone. Jam is a real tab. Lofi stays on the now-playing screen.

  • Phone volume and the in-app slider are the same control

    The slider reads and writes STREAM_MUSIC, so hardware keys and the player stay in lockstep.

Fixed5
  • Tapping a song closed the app

    Samsung Device Care reported “this app has a bug”. The media-session small icon was a vector drawable. startForeground requires a bitmap; a vector is a fatal “Bad notification”. Density PNGs now, same white glyph.

  • Announcements and source flags now load on a cold start

    The sheet used to open from disk cache before the network call finished, so a new post never appeared until the next launch. The app now waits for that first fetch.

  • YouTube client versions are remote

    ANDROID, iOS, VR and YouTube Music strings live in /admin. Changing them does not need a new APK. TV HTML5 is no longer the only fallback.

  • Autoplay no longer repeats the song that just ended

    The same recording under a YouTube id and a catalogue id is treated as one song.

  • A song that will not play now says so

    The toast is “Couldn’t find the track” instead of a silent fail.