Skip to content

Commit

Permalink
[Mono.Android] Fix ViewStructure enumification (#885)
Browse files Browse the repository at this point in the history
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=59655

Bumps to xamarin-android-api-compatibility/master/7fce46a4.

Enumify `Android.Views.ViewStructure.SetAutofillType()`.
  • Loading branch information
jonpryor authored Sep 21, 2017
1 parent c54d0d7 commit 699f5b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build-tools/enumification-helpers/methodmap.ext.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,7 @@
26, android.bluetooth, BluetoothGattServer, setPreferredPhy, rxPhy, Android.Bluetooth.BluetoothPhy
26, android.bluetooth, BluetoothGattServer, setPreferredPhy, phyOptions, Android.Bluetooth.BluetoothPhyOption

26, android.view, ViewStructure, setAutofillType, p0, Android.Views.AutofillType
26, android.view, Window, getColorMode, return, Android.Content.PM.ActivityColorMode
26, android.view, Window, setColorMode, colorMode, Android.Content.PM.ActivityColorMode
26, android.view, WindowManager.LayoutParams, getColorMode, return, Android.Content.PM.ActivityColorMode
Expand Down Expand Up @@ -1688,8 +1689,8 @@
26, android.app.admin, DevicePolicyManager, bindDeviceAdminServiceAsUser, flags, Android.Content.Bind
26, android.app.admin, DevicePolicyManager, resetPasswordWithToken, flags, Android.App.Admin.ResetPasswordFlags
26, android.app.admin, DevicePolicyManager, lockNow, flags, Android.App.Admin.DevicePolicyManagerFlags
26, android.app.assist, AssistStructure.ViewNode, getAutofillType, return, Android.Text.InputTypes
26, android.app.assist, AssistStructure.ViewNode, getInputType, return, Android.Views.AutofillType
26, android.app.assist, AssistStructure.ViewNode, getAutofillType, return, Android.Views.AutofillType
26, android.app.assist, AssistStructure.ViewNode, getInputType, return, Android.Text.InputTypes
26, android.app.job, JobInfo.Builder, setClipData, grantFlags, Android.Content.ActivityFlags
26, android.app.job, JobInfo, getClipGrandFlags, grantFlags, Android.Content.ActivityFlags
26, android.app.job, JobParameters, getClipGrandFlags, grantFlags, Android.Content.ActivityFlags
Expand Down
2 changes: 1 addition & 1 deletion external/xamarin-android-api-compatibility
1 change: 1 addition & 0 deletions src/Mono.Android/methodmap.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2203,6 +2203,7 @@
26, android.bluetooth, BluetoothGattServer, setPreferredPhy, rxPhy, Android.Bluetooth.BluetoothPhy
26, android.bluetooth, BluetoothGattServer, setPreferredPhy, phyOptions, Android.Bluetooth.BluetoothPhyOption

26, android.view, ViewStructure, setAutofillType, p0, Android.Views.AutofillType
26, android.view, Window, getColorMode, return, Android.Content.PM.ActivityColorMode
26, android.view, Window, setColorMode, colorMode, Android.Content.PM.ActivityColorMode
26, android.view, WindowManager.LayoutParams, getColorMode, return, Android.Content.PM.ActivityColorMode
Expand Down

0 comments on commit 699f5b5

Please sign in to comment.