Skip to content

Releases: nativecode-dev/oss-xamarin

1.0.0.78

20 Sep 11:22
Compare
Choose a tag to compare

Compatibility Release

Xamarin.Forms 1.5.0

  • Updated to support Xamarin.Forms 1.5.0 packages.

1.0.0.76

01 Jul 22:09
Compare
Choose a tag to compare

Compatibility Release

Xamarin.Forms 1.4.3

  • Updated to support 1.4.3 out of the box.

1.0.0.74

27 Jun 04:34
Compare
Choose a tag to compare

Bug Fixes

Changes

  • Changed some themes to make them more consisten. Fixed color for AppCompatEditText.

Fixes

  • Fixed issue #27. When pushing pages, the drawer should not toggle between arrow and menu. Also, when popping to root the arrow should turn back into a hamburger.

1.0.0.72

25 Jun 00:16
Compare
Choose a tag to compare

InflateViewRenderer

Fixes

  • Fixed a stupid debug statement left in by mistake.

1.0.0.71

24 Jun 18:23
Compare
Choose a tag to compare

CoordinatorLayout

Fixes

  • Fixed issue #23 by disabling the CoordinatorLayout by default. You can enable with a call to EnableCoordinatorLayout before calling base.OnCreate.

1.0.0.69

22 Jun 07:24
Compare
Choose a tag to compare

Build Server Version Bump

1.0.0.61

20 Jun 19:33
Compare
Choose a tag to compare

CardView Release

New

  • Introduced the Card control in the PCL with a backing CardRenderer.

Changes

  • Some refactoring around reflection caching.

Fixes

  • Fixed issue #5.

1.0.0.60

20 Jun 05:17
Compare
Choose a tag to compare

Refactorings

Changes

  • Refactored AppCompatFormsApplicationActivity and created a new base class, AppCompatFormsActivity. This allows deriving other activities if needed for non-standard Forms activities (i.e., you want to inflate your own layouts).
  • Cached various reflection methods for speed.
  • Added standard themes for AppCompat, AppCompat.Light, and AppCompat.Light.DarkActionBar. You no longer need to write your own styles.xml and can use these instead.

1.0.0.59

19 Jun 17:03
Compare
Choose a tag to compare

BREAKING CHANGES

  • AppCompatRenderers renamed to FormsAppCompat.

New

  • Introduced NavigationLayout wrapper for NavigationView. HeaderView is currently not supported very well.

Changes

  • Fixed rendering issue with FloatingButton and shadows.
  • Fixed rendering issue with FloatingButton and pre-Lollipop apps.

Fixes

1.0.0.53

18 Jun 09:07
Compare
Choose a tag to compare

Migration

Changes

  • Updates to nuspec file only.