Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Jan 18, 2019
1 parent 954cfcd commit 87e0c0b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ AndHUD.Shared.ShowToast(this, "Click this toast to close it!", MaskType.Clear, n

Changes
-------
v1.4
- Added `prepareDialogCallback` which is called right after the Dialog has been created. This can be used to customize the Dialog further.
- Added `dialogShownCallback` to get notified when the Dialog has appeared on the screen.
- Updated Target Framework to Android Oreo 8.1
- A plethora of bug fixes
- Fixed Null Ref when trying to update progress wheel
- Fixed Null Ref when trying to set an image on the HUD
- Removed duplicate Dismiss call from `showStatus`
- Prevent exceptions when trying to show/close hud, when Activity is dead or in background
- Remove obsolete call to GetDrawable
- Fixed MaskType conversion from XHUD to AndHUD

v1.3

- Added cancelCallback parameter to allow dialogs to be cancellable
Expand Down

0 comments on commit 87e0c0b

Please sign in to comment.