Conversation
- resolving "localhost" went through the system resolver, so a phone with a broken Private DNS or a network blocking plain DNS failed the sign-in before the browser even opened, reported as a DNS error - the redirect URI keeps the name; the browser resolves it on its own
…ying - A shelf that carries tracks (weekly discovery, quick picks) renders as one card that opens the list; playback starts only from an explicit tap on a track or on play_all there. Tapping a card used to start the queue at once. - Cards can travel with their track list, so a shelf built from data already in hand does not round-trip through collectionTracks.
- The title had no weight, so a long one took the whole row and left play_all a sliver in which it wrapped one letter per line, stretching the header to a fifth of the screen. The title now flexes and ellipsizes and the action never wraps.
… toggle - A library list older than a minute is read again when the screen is entered, and pulling down forgets every cached list and re-reads the one on screen, so a like or playlist edit made on the platform itself shows up without waiting out the ten-minute cache. - Hearts are no longer offered as a control for SoundCloud: its bot protection refuses writes from anything but its own player, and refused writes carrying a real token are a signal against the account. Likes are still read. The write path lives on feat/soundcloud-like-writes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 0.6.1 batch.
OAuth loopback (the reported bug)
localhostby name, which went through the system resolver, so a phone with a broken Private DNS or a network blocking plain DNS failed the sign-in before the browser even opened, reported as a DNS error. It now binds by address; the redirect URI keeps the name and the browser resolves it on its own.Feed
play_allthere. Tapping a card used to start the queue at once. Cards can travel with their track list, so a shelf built from data already in hand does not round-trip throughcollectionTracks.play_allwrapped one letter per line in the sliver left over. The title now flexes and ellipsizes and the action never wraps.Library
feat/soundcloud-like-writesfor when that changes.Release tooling
desktop/build.gradle.ktsbumped to 0.6.1 so the CI packages carry the same version the APK reports from the tag.🤖 Generated with Claude Code