Skip to content

Releases: Slluxx/SpotiGo

v10

Choose a tag to compare

@Slluxx Slluxx released this 15 Jul 10:37
  • removed adguard & ublock
  • added proper adblock support using webpack injection
  • fixed queue & device connection screens

v9

v9

Choose a tag to compare

@Slluxx Slluxx released this 15 Jul 03:38
  • Strict SameSite Relaxing: Spotify's login flow often moves between accounts.spotify.com, open.spotify.com, and external providers. I've set settings and checks to false to ensure cookies aren't dropped during these transitions.
  • Auth Subresource Permission: Enabled cross-origin authentication requests (common in OAuth).
  • Storage Access: Explicitly enabled dom storage access to ensure the login page can "see" the session cookies from the main player domain.
  • Referrer Policy: Relaxed the referrer policy slightly during navigation to ensure that Spotify's security tokens (which are often passed in the referrer header during login) are not stripped by the engine's modern privacy defaults.
  • Disabled missing-cookie-auto-redirect. It should now be possible to login using any method just fine, without seeing spotify error messages.

v8

v8

Choose a tag to compare

@Slluxx Slluxx released this 15 Jul 01:22
2d26db2
  • Startup Speed: Added engine warmup to pre-initialize internal browser processes.
  • No Internet fix: Added an onLoadError handler to show a connection error message instead of a black screen if the app starts offline.
  • Headphone support: Music now pauses automatically when you unplug headphones.
  • Stability: The app will now automatically recreate the activity if the browser engine crashes or is killed by the OS.
  • Added new locks WifiManager.WIFI_MODE_FULL_HIGH_PERF, WifiManager.WIFI_MODE_FULL_LOW_LATENCY and PowerManager.PARTIAL_WAKE_LOCK
    • Low Latency lock ensures that clicking songs, searching, and UI updates are as fast as possible
    • When the user puts the phone in their pocket (screen off), the High Performance lock takes over, providing the high-throughput connection required for an uninterrupted music stream

This should speed up startup times and create a smoother experience.

v7

v7

Choose a tag to compare

@Slluxx Slluxx released this 14 Jul 23:52
  • navigation bar fix (needs testing/confirmation)
  • fixed playing bar
    • Title and album are no longer cut off
    • Moved title album name up 10 px to make a little more room for fat fingers
  • fixed/re-added previous/next track, volume, lyrics, connect & info (lyrics unavailable until another bug is fixed)
    • press the cover image in the bottom to enable, press the cover image again to close (or press back/swipe)
  • added ublock extension (adguard is still in it too, let me know if you still have ads)
  • added notification/lockscreen controls with working buttons & metadata info
  • fixed crash when trying to start the app after it was closed once
  • added more agressive anti-battery-management for manufacturers that are known to make this a problem (huawei, redmi, honor, poco, ..)
  • added basic android auto support (play/pause/next/metadata). Actually browsing songs/playlists is not supported and i will not work on that anytime soon.

Expect bugs, this software is still being built.