Skip to content

Development#7

Merged
ErfanBagheri404 merged 14 commits intomainfrom
development
Feb 9, 2026
Merged

Development#7
ErfanBagheri404 merged 14 commits intomainfrom
development

Conversation

@ErfanBagheri404
Copy link
Copy Markdown
Owner

No description provided.

ErfanBagheri404 and others added 14 commits February 1, 2026 15:05
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
@ErfanBagheri404 ErfanBagheri404 merged commit 600b4e7 into main Feb 9, 2026
1 check failed
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.

1 participant