-
Notifications
You must be signed in to change notification settings - Fork 62
Add androidx.health.connect bindings to support HealthConnect Records IRecord interface #1208
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
base: main
Are you sure you want to change the base?
Changes from all commits
df90be5
9f95941
605bcb5
953a688
314710d
f131f47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -959,6 +959,27 @@ | |
"nugetVersion": "1.1.0.2", | ||
"nugetId": "Xamarin.AndroidX.GridLayout" | ||
}, | ||
{ | ||
"groupId": "androidx.health.connect", | ||
"artifactId": "connect-client", | ||
"version": "1.1.0-rc02", | ||
"nugetVersion": "1.1.0.1-rc02", | ||
"nugetId": "Xamarin.AndroidX.Health.Connect.ConnectClient" | ||
}, | ||
{ | ||
"groupId": "androidx.health.connect", | ||
"artifactId": "connect-client-external-protobuf", | ||
"version": "1.1.0-rc02", | ||
"nugetVersion": "1.1.0.1-rc02", | ||
"nugetId": "Xamarin.AndroidX.Health.Connect.ConnectClientExternalProtobuf" | ||
}, | ||
{ | ||
"groupId": "androidx.health.connect", | ||
"artifactId": "connect-client-proto", | ||
"version": "1.1.0-rc02", | ||
"nugetVersion": "1.1.0.1-rc02", | ||
"nugetId": "Xamarin.AndroidX.Health.Connect.ConnectClientProto" | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You would need to also run:
And commit the changes from those files. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Completed all three utility commands as requested:
All changes committed in 605bcb5. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There must be an additional package that's missing:
If you're able to fix this, run the cake targets again: If you're not able to fix, tell me the errors and what you think. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed the missing package issue. The problem was that Removed the |
||
{ | ||
"groupId": "androidx.heifwriter", | ||
"artifactId": "heifwriter", | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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.
This one has many errors, can we
<remove-node/>
all the C# code? Such as:android-libraries/source/com.google.guava/guava/Transforms/Transforms.xml
Line 3 in 344b325
I don't think we should try to fix the 700+ errors for this project.
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.
Added Transforms.xml file to remove all C# code from the external protobuf package as requested. The transform uses
<remove-node path="/api/package" />
to exclude all generated APIs, following the same pattern as the Google Guava package.