8000 Add support for Android 16 by kelsos · Pull Request #250 · musicbeeremote/mbrc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

Add support for Android 16 #250

wants to merge 32 commits into from

Conversation

kelsos
8000
Copy link
Collaborator
@kelsos kelsos commented Dec 30, 2024

Fixes #

Proposed Changes

Some of the changes can be backported from the develop branch

updates targetSdk to 35, removes butterknife
deals with api deprecations
Copy link
codecov bot commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 16.43291% with 3575 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@fbe7a4e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...kelsos/mbrc/networking/protocol/ProtocolActions.kt 0.00% 218 Missing ⚠️
.../mbrc/networking/client/ClientConnectionManager.kt 0.00% 186 Missing and 1 partial ⚠️
app/src/main/java/com/kelsos/mbrc/AppModule.kt 0.00% 168 Missing ⚠️
.../kelsos/mbrc/platform/mediasession/RemotePlayer.kt 0.00% 137 Missing ⚠️
...ava/com/kelsos/mbrc/features/widgets/WidgetBase.kt 1.13% 87 Missing ⚠️
...om/kelsos/mbrc/networking/client/MessageHandler.kt 0.00% 80 Missing ⚠️
...brc/networking/discovery/RemoteServiceDiscovery.kt 0.00% 79 Missing ⚠️
.../kelsos/mbrc/features/library/LibrarySyncWorker.kt 0.00% 77 Missing and 1 partial ⚠️
...ava/com/kelsos/mbrc/features/queue/QueueHandler.kt 0.00% 74 Missing ⚠️
.../java/com/kelsos/mbrc/common/ui/CircleImageView.kt 0.00% 68 Missing ⚠️
... and 174 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage        ?   15.45%           
=======================================
  Files           ?      203           
  Lines           ?     4593           
  Branches        ?      598           
=======================================
  Hits            ?      710           
  Misses          ?     3827           
  Partials        ?       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
@github-advanced-security github-advanced-security bot left a 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.

@kelsos kelsos force-pushed the update/1.6.0 branch 3 times, most recently from 2010303 to 76f7c20 Compare February 27, 2025 20:55
@kelsos kelsos force-pushed the update/1.6.0 branch 3 times, most recently from 4ab2ac1 to 065862b Compare June 18, 2025 20:54
kelsos added 2 commits June 19, 2025 23:50
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.
kelsos added 5 commits June 22, 2025 01:37
…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
kelsos added 7 commits June 22, 2025 10:21
Ensures proper notification creation when connected and cancellation when disconnected in `AppNotificationManager`.
Prevents dependency issues by excluding `com.google.protobuf` and `protolite-well-known-types` from `playImplementation` configuration in build script.
Copy link

@kelsos kelsos changed the title Add support for Android 15 Add support for Android 16 Jun 28, 2025
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
0