Merged
Conversation
feat: implement localization system and fix UI issues
feat(track-player): add TurboModule compatibility layer and patch
Merge pull request #3 from ErfanBagheri404/main
refactor: remove localization system and simplify app configuration
Merge pull request #5 from ErfanBagheri404/main
ci: add development branch to CI/CD triggers
- Created dedicated development-build.yml workflow for development branch - Updated react-native-cicd.yml to only handle main/master branches - Development branch now builds debug-apk instead of production-apk - Each workflow is optimized for its respective branch type
Add `newArchEnabled: false` to Expo config to opt out of the new React Native architecture. Extend custom `react-native.d.ts` type declaration to include the `Switch` component.
The react-native-reanimated library is no longer needed as the LoadingScreen component that depended on it has been removed. This simplifies the project dependencies and reduces bundle size. - Remove react-native-reanimated from package.json and package-lock.json - Remove the LoadingScreen component file - Remove react-native-reanimated plugin from babel.config.js - Update react-native-draggable-flatlist peerDependencies to remove reanimated requirement
- Add YouTube Music as a search source with dedicated filters - Implement safe TrackPlayer wrapper to prevent crashes when native module is missing - Centralize API configuration and add instance fallback mechanisms - Add dynamic Invidious instance fetching from Uma repository on app startup - Enhance playlist support for YouTube/YouTube Music sources - Improve search result formatting and StreamItem component display - Add retry logic for API calls and better error handling - Fix color theme update timing in PlayerContext
- Replace YouTube Omada exclusive handling with multi-strategy approach including dynamic Invidious instances - Disable JioSaavn search, album, and song details to focus on YouTube functionality - Remove console logs from MiniPlayer and image color extraction for cleaner output - Update PlayerScreen to use simplified getAudioStreamUrl parameters - Fix trailing commas and quote consistency in various components - Add test scripts for dynamic instances and Invidious testing - Update App.tsx to use initializeDynamicInstances instead of updateInvidiousInstancesFromUma - Temporarily disable playlist loading on HomeScreen for performance - Improve FullPlayerModal to use PlayerContext for real-time position updates instead of intervals - Fix ArtistScreen to properly display verified icon and handle monthly listeners
- Add SoundCloud playlist loading in AlbumPlaylistScreen - Enable JioSaavn search functionality in SearchScreen - Improve playlist title/artist text truncation with flex-shrink - Replace FlatList with map for better search performance - Enhance audio streaming with direct JioSaavn URL fetching - Fix seek slider touch target and position synchronization - Update Invidious instance management with health checks - Remove redundant SoundCloud suggestion API calls
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.