Add androidx.health.connect:connect-client 1.1.0 bindings#1328
Merged
jonathanpeppers merged 5 commits intomainfrom Dec 9, 2025
Merged
Add androidx.health.connect:connect-client 1.1.0 bindings#1328jonathanpeppers merged 5 commits intomainfrom
jonathanpeppers merged 5 commits intomainfrom
Conversation
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
- Add androidx.health.connect:connect-client 1.1.0 - Add androidx.health.connect:connect-client-proto 1.1.0 - Add androidx.health.connect:connect-client-external-protobuf 1.1.0 Fixes: - Remove problematic protobuf classes via Metadata.xml transforms - Rename strongly-typed contract methods to avoid collision with Object-based overrides - Fix IServiceGetter accessibility by making interface public - Remove Comparable interface from Units classes to avoid covariant return issues All three packages build successfully.
Added 39 new namespaces for androidx.health.connect packages: - AndroidX.Health.Connect.Client and subnamespaces - AndroidX.Health.Platform.Client and subnamespaces
…ce visibility Changed approach from making IServiceGetter public to hiding the constructor that uses it. This fixes the metadata-verify error while maintaining build success. The verify task was flagging the interface visibility change because it considers 'protected internal' as IsPublic=true, so changing it to 'public' was seen as unnecessary. Hiding the problematic constructor is the cleaner solution.
Contributor
Author
|
@jonathanpeppers I've confirmed that the .nupkg file for the Xamarin.AndroidX.Health.Connect.ConnectClient, including its version and associated C# APIs, has been updated properly.
|
jonathanpeppers
approved these changes
Dec 9, 2025
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.

Adds .NET bindings for Health Connect 1.1.0 stable release, enabling apps to read/write health and fitness records.
Changes
androidx.health.connect:connect-client1.1.0 to config.jsonndroidx.health.connect:connect-client-proto1.1.0 to config.jsonandroidx.health.connect-client-external-protobuf1.1.0 to config.jsonPackage Details
Key Highlights to Emphasize:
Reference: https://developer.android.com/jetpack/androidx/releases/health-connect#1.1.0
Fixes #1311
Closes #1327