Skip to content

Releases: DIPSAS/DIPS.Xamarin.UI

Sheet updates

29 Dec 09:27
Compare
Choose a tag to compare
Sheet updates Pre-release
Pre-release

Pre-release of sheet changes.

Version 9.1.0

01 Oct 08:26
0566c64
Compare
Choose a tag to compare
  • Added new converter: ObjectToBoolConverter
    • Set TrueObject to define what the input object should be for the converter to return true
    • Uses the object's .Equals(object? obj) method to check for equality

Version 9.0.3

27 Sep 08:28
d030c82
Compare
Choose a tag to compare

Added permission check on vibration on Android.

Version 9.0.2

21 Sep 04:45
aae5ed0
Compare
Choose a tag to compare

Make sure the badge on "Floating Action Menu" button is displayed only when the value is a positive integer

Version 9.0.1

03 Sep 07:19
9a1cac5
Compare
Choose a tag to compare

Fixed support for Android V9.0.

Version 9.0.0

24 Aug 08:02
b05d6d7
Compare
Choose a tag to compare
  • Added automatic close of open modals before opening a modal in a ModalityLayout
  • Added property for disabling this feature: ShouldCloseOpenedModals = false

Pre-release 9.0.0-pre002

23 Aug 12:30
Compare
Choose a tag to compare
Pre-release

ModalityLayout will now by default close other open modals before opening a new one.
Disable this behavior by setting ShouldCloseOpenedModals to false.

Pre-release 9.0.0-pre001

23 Aug 11:58
Compare
Choose a tag to compare
Pre-release

ModalityLayout will now by default close other open modals before opening a new one.
Disable this behavior by setting ShouldCloseOpenedModals to false.

Version 8.0.4

17 Aug 14:00
3ab6872
Compare
Choose a tag to compare

DIPS.Xamarin.UI.Android.Library.Initialize() now requires an Activity.

Removed usage of Xamarin.Essentials

Version 8.0.4 - Prerelease

17 Aug 13:35
Compare
Choose a tag to compare
Pre-release
v8.0.4-pre001

Cleaned up usings