feat(player): add bounce animation to in-app main playback page controls - #11
Open
mizdrake7 wants to merge 91 commits into
Open
feat(player): add bounce animation to in-app main playback page controls #11mizdrake7 wants to merge 91 commits into
mizdrake7 wants to merge 91 commits into
Conversation
…gn AboutScreen developer cards with premium layout
…robust OpenTune parsing
… and clean up appearance controls
… (544x544) robustly
- NeonLibraryScreen: add sync() call on login state change - LibraryPlaylistsScreen: store isLoggedIn, use as LaunchedEffect key so sync re-triggers after login - SyncUtils: add onFailure handler for syncSavedPlaylists
…ogin fix: playlists not loading after login
- Removed Log.d() that exposed Discord auth token in logcat - Removed setWebContentsDebuggingEnabled(true) that enabled chrome://inspect on all WebViews in release builds
fix: remove Discord token logging and WebView debugging
- Fix double unbindService crash in MainActivity.onDestroy() - Fix !! force-unwrap on navigation arguments - Fix FCM token logging to logcat - Add DataStore cache to avoid runBlocking calls - Fix OkHttp response leak in MusicService - Fix unmanaged CoroutineScope in MusicService - Fix wrong artist sort logic in DatabaseDao - Extract collator sorting utility function - Fix staticCompositionLocalOf to compositionLocalOf - Remove duplicate imports in MainActivity
- Fix response.body!! force-unwrap in SaveToStorageUtil (crash on null response)
- Add response.use {} to properly close OkHttp connections
- Fix thread-unsafe HashMap in JioSaavnApi (ConcurrentModificationException)
fix: resolve crashes, memory leaks, and code quality issues
- Replace scale state animations with Animatable - Add shared bounceClick() helper (shrink → expand → settle) - Apply bounce animation to play, previous, next, shuffle, repeat, and like buttons - Preserve existing player behavior while matching notification control animations
- Improve contributor card styling and shadows - Add marquee support for long contributor names and roles - Add animated AirBeats logo with hidden easter egg - Improve contributor section layout and spacing - Add Open Source Libraries section
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.