* 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
* Gapless playback (#372)
* Add gapless playback prefetch logic for next track
* Enhance player context to support multiple track downloads and prevent redundant prefetching
* Add download quality settings and integrate into track mapping and network contexts (#386)
* Add Shuffle
* Add Library Selection screen and navigation to account tab
* player redesign featuring blurred background artwork
* add repeat modes to player
* Fix Height&Width not changing
* Remove RN 79.2 patch
update locks
* comment out sentry module for now
* Fix Jest Unit Tests for RN 80
* Run linting
* update fastfile for android
---------
Co-authored-by: Violet Caulfield <violet@cosmonautical.cloud>