NavidromeApp/iOS
Dallas Groot 8eaab0bc93 Three changes to DynamicIslandView:
•	Top spacer 54 → 12 — pulls the pill up to sit directly under the
Dynamic Island cutout
	•	Horizontal padding 32 → 56 — narrows the pill from both sides
	•	Height 48 → 44 — slightly more compact to match the island’s
proportions
If it’s sitting too high or too low after testing, the spacer value is
the one knob to turn — increase it if it overlaps the island, decrease
if there’s too much gap.
2026-04-11 17:53:59 -07:00
..
App memory improvements 2026-04-11 15:37:14 -07:00
Data The Albums tab was being populated with Companion API IDs (companion:Album Name|Artist Name) instead of real Navidrome IDs. Every time the Companion sync ran, it overwrote the valid Subsonic album cache with these synthetic IDs. AlbumDetailView would detect the companion: prefix, load songs from the Companion API instead of Navidrome, and those songs have Companion song IDs that Navidrome can’t stream. 2026-04-11 17:33:13 -07:00
Resources remove UIRequiresFullScreen 2026-04-10 07:20:20 -07:00
Views Three changes to DynamicIslandView: 2026-04-11 17:53:59 -07:00