Compass Radio is a standalone Android app for managing personal Spotify playlists. It talks directly to Spotify from the phone, stores data locally, and ships to users as an APK through GitHub Releases.
This repository now tracks only the Android app source needed to build that APK. The old WebApp and tracked DevTools packaging files are no longer part of git.
The app is not affiliated with Spotify. Each user supplies their own Spotify Developer Client ID, signs in with Authorization Code + PKCE, and keeps tokens and music data under their own control. Compass Radio asks only for the playlist, playback, and Liked Songs permissions needed for NEW/OLD playlist, recommendation, and pre-played workflows.
.
|-- android/ Native Android app
|-- README.md Project entry point- Install and release notes: android/README.md
- Privacy notes: android/PRIVACY.md
Signed APKs are published through GitHub Releases. Updates are manual: install the newer APK over the old one.
The current install artifact is:
Compass-Radio-Android-v1.1.21.apk
v1.1.21 is the current Android patch release. Future releases only need the
APK and its SHA-256 checksum attached to GitHub Releases.