-
Notifications
You must be signed in to change notification settings - Fork 25
Add support for Android 16 #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
kelsos
wants to merge
32
commits into
main
Choose a base branch
from
update/1.6.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
updates targetSdk to 35, removes butterknife deals with api deprecations
app/src/main/java/com/kelsos/mbrc/features/library/ArtistEntryAdapter.kt
Fixed
Show fixed
Hide fixed
8000
app/src/main/java/com/kelsos/mbrc/features/library/ArtistEntryAdapter.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/nowplaying/NowPlayingAdapter.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/SessionNotificationManager.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/SessionNotificationManager.kt
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
detekt found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
app/src/main/java/com/kelsos/mbrc/features/library/ArtistEntryAdapter.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/library/ArtistEntryAdapter.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/output/OutputSelectionDialog.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/SessionNotificationManager.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/SessionNotificationManager.kt
Fixed
Show fixed
Hide fixed
Picks refactoring work over the rewrite branch
app/src/main/java/com/kelsos/mbrc/features/nowplaying/NowPlayingActivity.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/nowplaying/NowPlayingActivity.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/nowplaying/NowPlayingActivity.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/nowplaying/NowPlayingActivity.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/settings/ConnectionAdapter.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/features/minicontrol/MiniControlFragment.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/networking/protocol/ProtocolActions.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/networking/protocol/ProtocolActions.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/platform/mediasession/AppNotificationManagerImpl.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/networking/client/PluginUpdateCheckUseCase.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/kelsos/mbrc/networking/client/PluginUpdateCheckUseCase.kt
Fixed
Show fixed
Hide fixed
2010303
to
76f7c20
Compare
4ab2ac1
to
065862b
Compare
Finishes migration from dbflow to room keeping the schema, Also includes the jackson to moshi migration to drop reflection, drops the last remaining usages of rxjava, and finalizes migration from mvp to mvvm.
…NowPlayingActivity
…ntations Includes boundary handling, database operations validation, and ensures callback integrity for MoveManager. Fixes dao position update logic and repository validations.
Adds cover count tracking in LibraryStats, database query in AlbumDao, and display in LibraryActivity and stats layout.
… queries Ensures proper ordering regardless of casing by applying `collate nocase` to relevant database queries across TrackDao, AlbumDao, GenreDao, and ArtistDao.
Adds comprehensive unit tests for `ArtistRepository`, covering edge cases in retrieving album artists. Fixes `ArtistDao` query to correctly fetch album artists by matching `track.album_artist` instead of `track.artist`. GitHub Issue #178
Adds unit tests in `ArtistRepositoryTest` to validate sorting that ignores the "the" prefix. Updates `ArtistDao` queries to implement case-insensitive ordering while handling artist names prefixed with "the". GitHub issue #219
Ensures proper notification creation when connected and cancellation when disconnected in `AppNotificationManager`.
GitHub Issue #61
Prevents dependency issues by excluding `com.google.protobuf` and `protolite-well-known-types` from `playImplementation` configuration in build script.
…pository and PlaylistRepository
…mization GitHub Issue #242
|
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.
Fixes #
Proposed Changes
develop
. Closes Progress and empty library message on library sync #107Some of the changes can be backported from the develop branch
title
orartist