refactor: Upgrade Dependencies and Remove Custom WavySlider#100
Merged
Ericgacoki merged 4 commits intomainfrom Dec 20, 2025
Merged
refactor: Upgrade Dependencies and Remove Custom WavySlider#100Ericgacoki merged 4 commits intomainfrom
refactor: Upgrade Dependencies and Remove Custom WavySlider#100Ericgacoki merged 4 commits intomainfrom
Conversation
- Upgrade Gradle, AGP, Kotlin, Compose BOM, and other libraries to newer versions. - Replace custom `WavySlider` implementation with the `ir.mahozad.multiplatform:wavy-slider` library. - Set compile SDK to 36 across all modules. - Add ProGuard rules to strip Timber logging from release builds. - Configure page alignment for Android 15 compatibility. - Remove deprecated `SwingMusicTheme_Preview` and use `SwingMusicTheme` in all previews.
|
Eric Gacoki seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
refactor Upgrade dependencies and remove custom WavySliderrefactor: Upgrade Dependencies and Remove Custom WavySlider
- Update Dagger Hilt version from 2.50 to 2.53.1 across all modules. - Add `POST_NOTIFICATIONS` permission to the Android manifest. - Implement runtime request for notification permission on startup in debug builds. - Upgrade target SDK from 35 to 36. - Add a debug-specific application name "Swing Music [D]".
- Implement a custom notification for media playback using `DefaultMediaNotificationProvider`. - Add a new vector drawable for the small notification icon. - Define a string resource for the notification channel name. - Add Chucker themes for debug builds to inspect network requests. - Change the debug app name suffix to "[Debug]".
- Apply `navigationBarsPadding` to the NowPlaying bottom controls to prevent overlap with the system navigation bar. - Remove `screenSize` and `uiMode` from `configChanges` in `AndroidManifest.xml` to allow the activity to handle these changes properly.
Member
Author
|
This also Fixes #91 |
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.
WavySliderimplementation with their.mahozad.multiplatform:wavy-sliderlibrary.SwingMusicTheme_Previewand useSwingMusicThemein all previews.