Skip to content

Releases: DIPSAS/DIPS.Xamarin.UI

Version 8.0.3

13 Aug 03:55
1e78c18
Compare
Choose a tag to compare

When the floating navigation button is set to hide, the badge on floating navigation button is also set to hide

Version 7.0.2 (patch release)

13 Aug 10:10
1840416
Compare
Choose a tag to compare

Badge in floating menu button is hidden when floating menu button is hidden

Version 8.0.2

11 Aug 12:54
52b6b5d
Compare
Choose a tag to compare

Library.Initialize() will always only run once.

Vibration patch

11 Aug 07:04
41fc1aa
Compare
Choose a tag to compare

Vibration now works in SlidableLayout when SelectedItemChangeCommand is not set.

Xamarin.Forms 5.0 and simple Vibration API.

09 Aug 07:42
f9e1de6
Compare
Choose a tag to compare
  • Update to minimum required Xamarin.Forms version 5.0.0.2012.
  • Static Vibration API: Vibration.

Version 7.0.1

02 Aug 03:49
5d92e9f
Compare
Choose a tag to compare

Fixed animation for long list in sheet view

Version 7.0.1-pre002

29 Jul 03:58
Compare
Choose a tag to compare
Version 7.0.1-pre002 Pre-release
Pre-release

Fix long list sheet view animation issue

Version 7.0.1-pre001

18 Jun 11:38
Compare
Choose a tag to compare
Version 7.0.1-pre001 Pre-release
Pre-release

Version 7.0.1-pre001

[Android] TrendGraphs jumble issues in list views

TrendGraphs are now using BoxViews instead of Frames. The issue in iOS that's seen if BoxViews are used is also addressed

Version 7.0.0

16 Jun 10:34
75abb2c
Compare
Choose a tag to compare

Version 7.0.0

Date and Time converters

  • All Date And Time converters in dxui will use convert the DateTime to local time prior to formatting it.
  • To opt out of this, we can use the flag IgnoreLocalTime

Version 6.9.0

10 May 11:01
355a650
Compare
Choose a tag to compare

Version 6.9.0

Sheet

  • New vertical content alignment so the content size is the same as the sheet
  • New OpenCommand that can be used directly in your XAML. This makes it easier to open the sheet without having to create a IsOpen property to simply open it.