Skip to content

Releases: aritchie/userdialogs

6.5.1

12 Jan 22:52
e950dfe
Compare
Choose a tag to compare
Merge pull request #471 from ThomasDhaen/master

iOS Safe Area implementation

NET Standard

30 May 12:30
Compare
Choose a tag to compare
v6.5

fix sample post merge

Last of the PCL

30 May 12:08
Compare
Choose a tag to compare
v6.4.1

toast example

v6.1

07 Aug 18:09
Compare
Choose a tag to compare

[BREAKING] all config objects now use a consistent naming for OnEvent called OnAction instead of OnAction, OnAction, OnEtc
[BREAKING] progress dialog interface has changed ever so slightly
[BREAKING] winphone 8 has been removed from the nuget package - it still exists on github!
[feature][ios] Add optional Init function to allow for top viewcontroller control similar to android top activity - this is good for extensions apparently (Thanks to Kyle Spearrin)
[fix][ios] showerror/success images not being displayed
[fix][ios] date/time dialogs no longer show a solid black background
[fix][droid] snackbar font color works now
[fix][droid] nre on unassigned toast action
[fix][droid] back button does cancels dialogs if dialog is cancellable
[fix][droid] prompt dialog now uses enter as ok click
[fix][uwp] show error/success now uses toasts
[feature] ShowLoading will now close previous instances that were not closed (stupid proofing)
[feature] add SelectedDate parameter to DatePromptAsync
[feature] add SelectedTime parameter to TimePromptAsync

v6.0

13 Jul 02:59
Compare
Choose a tag to compare

[BREAKING][feature][ios] New snackbar for old toast setup that everyone complained about (thanks to Marc Bruins - https://github.com/MarcBruins)
[feature][ios] Better looking date/time picker (thanks to Marc Bruins - https://github.com/MarcBruins)
[feature] Toasts are also dismissable from code now (via disposable)
[feature][droid] Make actionsheets look like bottomsheets from the design library - Set ActionSheetConfig.UseBottomSheet = true
[feature][droid] Ability to set style on alert based dialogs using AndroidStyleId
[fix][ios] destruction button should be at the top on iOS actionsheets
[fix][droid] fixes for fragment dialogs
[fix][droid] classic (non-appcompat) dialogs would not always appear from background threads

v5.2

25 May 16:52
Compare
Choose a tag to compare

5.2.1
[fix] toastposition get/set
[feature] cancellable standard dialogs. use cancellationtokens or disposable pattern from sync versions
[feature] date/time dialogs
[feature][ios] set toast position via toastconfig

plus all the goodies from 5.1 that were pulled

v5.1

07 May 01:33
Compare
Choose a tag to compare

[feature] date and time dialogs
[feature] using BTProgressHUD and AndHUD from nuget (at last)!
[fix][droid] launch on uithread
[fix][ios] showsuccess/error now properly masks the background
[fix][uwp] several bugfixes and improvements

v5.0.1

29 Apr 22:09
Compare
Choose a tag to compare

[fix][ios] incorrect prompt result
[fix][ios] dialogs not appearing when using modal windows

v5.0

28 Apr 20:35
Compare
Choose a tag to compare

[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
[fix][droid] SUPPORT LIB VERSION DEPENDENCY GONE (mostly)!
[fix][droid] remove resource files to allow for support library updates (thanks Marco Bellino) #142
[fix][droid] allow background interaction on classic toast #144
[fix][uwp] fix duplicate title in actionsheet
[BREAKING][ios] no longer supporting iOS6 and under

Last v4 release

28 Apr 20:28
Compare
Choose a tag to compare
4.3.4

Update readme.md