Skip to content

Release/2.2#118

Merged
faultables merged 30 commits intodevelopfrom
release/2.2
Mar 16, 2026
Merged

Release/2.2#118
faultables merged 30 commits intodevelopfrom
release/2.2

Conversation

@faultables
Copy link
Copy Markdown
Member

No description provided.

faultables and others added 18 commits March 6, 2026 12:58
loadFloPlusProduct() is called automatically on init and should not
surface errors to the user if the product doesn't exist in App Store
Connect. Silently assign nil instead of showing the purchase error alert.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…op crashes

EqualHeightHStack used onPreferenceChange + @State mutations to equalize
card heights, which caused an infinite layout loop on real devices when stat
cards contained actual text (long artist/album names triggering minimumScaleFactor
adjustments). The loop was silent on the simulator since it only had empty/N/A
values that never triggered rescaling.

Also guard generateStats against NSManagedObject thread-safety violation by
extracting string values on the main thread before handing off to Task.detached.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Use @ObservedObject for PlayerViewModel.shared in ContentView (not @StateObject, which implies view ownership)
- Replace blocking Data(contentsOf:) network call with URLSession.dataTask in CarPlayImageLoader
- Replace deprecated UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer
- Show error template instead of silently failing for artist radio / top songs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The CarPlay implementation dropped the Watch app target from project.pbxproj.
Restored from the pre-CarPlay state and re-applied CarPlay additions on top,
so both targets now coexist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@faultables
Copy link
Copy Markdown
Member Author

somehow the ci workflow is working

@faultables faultables marked this pull request as ready for review March 16, 2026 19:25
@faultables faultables merged commit 961e4a6 into develop Mar 16, 2026
1 check passed
@faultables faultables deleted the release/2.2 branch March 23, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants