Deps updates, fixes text tickers not ticking
Fix blurred background on android
fix library selector being disabled when multiple libraries do exist
Fix issue where mp3 containers ('mpeg') would crash the app
* update readme, fix maestro
* Fixing an issue where some mp3 files were using .mpeg as the extension for a downloaded file
Updates to track mapper to use AudioApi endpoint as default, with UniversalAudioApi endpoint as fallback
fix recent artists on the home screen not updating
* fix error on sign out
* make now playing change faster when loading a new queue
* Improvements to the alphabetical selector handling in the artists page
* Fix issue where most played artists werent properly sorted
* adding suggested artists to discover page
* adjust spacing on player, especially for smaller screens
update deps
* add image tags to refresh images when they are updated server side
* make now playing change faster when loading a new queue
* queue provider optimizations
* Improvements to the alphabetical selector handling in the artists page.
* Improvements to artists pagination - fetching more artists at a given time
* Fixing an issue where some mp3 files were using .mpeg as the extension for a downloaded file
creating a proper screen component for albums, added album provider, and wired everything up to the component
* git blame niels
* Styling for track
Updates to track mapper to use AudioApi endpoint as default, with UniversalAudioApi endpoint as fallback
* fix recent artists on the home screen not updating
* Remove media sources query
* update dev deps
* adding a TODO for the sessionId state value
* fix error on sign out
* refresh data when changing libraries
store libraryId in queryKey to cache data properly
update deps
* music library switching
* make search cognizant of the library ID
* fix how timecodes are displayed to be a uniform width
* update finamp callout in special thanks
* fix issue where items added to queue weren't always queued
* On Repeat and Recently Played Sections in CarPlay now load tracks into the queue and start playback
Clean up Jest and Maestro Folders
Reduction of the number of calls being made by components
Fix issue where a different track would display than the one that is currently playing
Update OTA dependency to fix an issue on iOS
Fix issue where top most artist folders were displayed instead of album artists from the library
Make playlist view in the library tab more compact
Fix app crash on sign out
* Add support for navigating to multiple artists in the player
fix some display issues in the artists screen, namely displaying an indicator when loading and hiding sections when we don't have artists that start with a given letter
* Add hideKeyboard actions in login flow for improved usability
* Add clearState action to flow.yaml for improved app state management
* Enhance debug configuration and improve radio group item usability
- Added debug configuration to manage console output and warnings in production.
- Updated RadioGroupItemWithLabel to handle value changes and improved label press functionality.
- Integrated onValueChange handlers for streaming and download quality settings in PlaybackTab and StorageTab components.
* Add .github/copilot-instructions.md to .gitignore to exclude Copilot instructions from version control
* Revert "Enhance debug configuration and improve radio group item usability"
This reverts commit 1b6e0510bb.
* Enhance debug configuration and improve radio group item usability
- Added debug configuration to manage console output and warnings in production.
- Updated RadioGroupItemWithLabel to handle value changes and improved label press functionality.
- Integrated onValueChange handlers for streaming and download quality settings in PlaybackTab and StorageTab components.
* Add settings flow test and enhance tab icon with testID
* Revert "Enhance debug configuration and improve radio group item usability"
This reverts commit 7ba3f81c75.
* Update navigation in settings test to use tab icon ID instead of text
* Update test to assert visibility of "On Repeat" instead of "Send Metrics and Crash Reports"
* Remove "Join Discord" visibility check and related navigation from settings test