Skip to content
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

[enumification] fix RemoteConference.ConnectionProperties (issue #1087) #1088

Merged
merged 1 commit into from
Dec 14, 2017

Conversation

atsushieno
Copy link
Contributor

See the github comments on the issue details.

To solve the issue, we introduce a "fake" mapping fixup in enumification-helpers.

Use "force-api-level" mapping information to override the correct API Level
information to generate modified map(.ext).csv.

methodmap.csv is also fixed to (1) remove old mapping for 24 and (2) change
the mapping for 25 down to 24 too.

…et#1087)

See the github comments on the issue details.

To solve the issue, we introduce a "fake" mapping fixup in enumification-helpers.

Use "force-api-level" mapping information to override the correct API Level
information to generate modified map(.ext).csv.

methodmap.csv is also fixed to (1) remove old mapping for 24 and (2) change
the mapping for 25 down to 24 too.
@atsushieno
Copy link
Contributor Author

#1087

@@ -1777,4 +1777,4 @@
// 27, android.os, SharedMemory, map, prot, ... is part of OsConstants.
27, android.view.accessibility, AccessibilityRequestPreparer, ctor, requestTypes, Android.Views.Accessibility.AccessibilityRequestTypes
// android.view.ViewStructure.setInputType never appeared before - it seems Google keeps breaking API on the docs, which is rather likely they are filling doc bits by fixing their tools.
27, android.webkit.WebViewClient, onSafeBrowsingHit, threatType, Android.Webkit.SafeBrowsingThreat
27, android.webkit, WebViewClient, onSafeBrowsingHit, threatType, Android.Webkit.SafeBrowsingThreat
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is irrelevant, it seems that last time I seemed to have created a wrong line in this file, then noticed build breakage, and fixed the one that is actually used at build time (but wrong file, I should have fixed this too).

@jonpryor
Copy link
Member

build

@jonpryor jonpryor merged commit c281132 into dotnet:master Dec 14, 2017
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request May 13, 2020
Changes: xamarin/monodroid@cc88a89...52312f2

  * xamarin/monodroid@52312f241: Bump to xamarin/androidtools@d5b9818 (dotnet#1092)
  * xamarin/monodroid@0642b39a2: Bump to xamarin/xamarin-android/master@a01756 (dotnet#1087)
  * xamarin/monodroid@b892bc96b: [tools/RuntimeService] base versionCode off xamarin-android (dotnet#1088)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request May 13, 2020
Changes: xamarin/monodroid@9242fa4...e50ff9a

  * xamarin/monodroid@e50ff9a43: Bump to xamarin/androidtools@ff35fa96 (dotnet#1092)
  * xamarin/monodroid@3d4f171a0: Bump to xamarin/xamarin-android/master@a01756 (dotnet#1087)
  * xamarin/monodroid@5560daf55: [tools/RuntimeService] base versionCode off xamarin-android (dotnet#1088)
jonpryor added a commit that referenced this pull request May 14, 2020
Changes: xamarin/monodroid@cc88a89...52312f2

  * xamarin/monodroid@52312f241: Bump to xamarin/androidtools@d5b9818 (#1092)
  * xamarin/monodroid@0642b39a2: Bump to xamarin/xamarin-android/master@a01756 (#1087)
  * xamarin/monodroid@b892bc96b: [tools/RuntimeService] base versionCode off xamarin-android (#1088)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request May 14, 2020
Changes: xamarin/monodroid@9242fa4...e50ff9a

  * xamarin/monodroid@e50ff9a43: Bump to xamarin/androidtools@ff35fa96 (dotnet#1092)
  * xamarin/monodroid@3d4f171a0: Bump to xamarin/xamarin-android/master@a01756 (dotnet#1087)
  * xamarin/monodroid@5560daf55: [tools/RuntimeService] base versionCode off xamarin-android (dotnet#1088)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request May 14, 2020
Changes: xamarin/monodroid@9242fa4...5849ea1

  * xamarin/monodroid@5849ea107 [tests] Fix build from xamarin-android (dotnet#1093)
  * xamarin/monodroid@e50ff9a43: Bump to xamarin/androidtools@ff35fa96 (dotnet#1092)
  * xamarin/monodroid@3d4f171a0: Bump to xamarin/xamarin-android/master@a01756 (dotnet#1087)
  * xamarin/monodroid@5560daf55: [tools/RuntimeService] base versionCode off xamarin-android (dotnet#1088)
jonpryor added a commit that referenced this pull request May 14, 2020
Changes: xamarin/monodroid@9242fa4...5849ea1

  * xamarin/monodroid@5849ea107 [tests] Fix build from xamarin-android (#1093)
  * xamarin/monodroid@e50ff9a43: Bump to xamarin/androidtools@ff35fa96 (#1092)
  * xamarin/monodroid@3d4f171a0: Bump to xamarin/xamarin-android/master@a01756 (#1087)
  * xamarin/monodroid@5560daf55: [tools/RuntimeService] base versionCode off xamarin-android (#1088)
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants