You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>ACR User Dialogs Plugin for Xamarin and Windows</title>
7
7
<summary>Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code</summary>
8
8
<description>
@@ -57,6 +57,10 @@ Supported Platforms
57
57
</group>
58
58
</dependencies>
59
59
<releaseNotes>
60
+
5.0.1
61
+
[fix][ios] incorrect prompt result
62
+
[fix][ios] dialogs not appearing when using modal windows
63
+
60
64
5.0
61
65
[feature][droid] appcompat now built in. dialogs will attempt to use best mechanism avaiable on the top activity to determine how to display dialogs (appcompat, fragment dialog, dialog direct). Thanks to Felix Barz
62
66
[fix][droid] SUPPORT LIB VERSION DEPENDENCY GONE (mostly)!
@@ -150,11 +154,6 @@ Add debug symbols to package
150
154
[android] material design support (flag in Init)
151
155
[breaking] Init is gone from everything but android
152
156
[breaking] android no longer supports anything less than API 15
153
-
154
-
3.4.2
155
-
[feature] ActionSheetAsync - the xamarin forms way of doing this. I still recommend ActionSheet for maximum flexibility
156
-
[ios][fix] More top viewcontroller fixes (around tab controllers) courtesy of @RTodorov
0 commit comments