Release/2.2#118
Merged
faultables merged 30 commits intodevelopfrom Mar 16, 2026
Merged
Conversation
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>
Closed
Member
Author
|
somehow the ci workflow is working |
some suggests to do preloading but just leave it as is for now
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.
No description provided.