Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.4.3.6364-pre3" />

 Xamarin.Forms 1.4.3.6364-pre3

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Xamarin.Forms</id>
    <version>1.4.3.6364-pre3</version>
    <authors>Xamarin Inc.</authors>
    <owners>Xamarin Inc.</owners>
    <licenseUrl>http://download.xamarin.com/content/licenses/Xamarin.Forms.rtf</licenseUrl>
    <projectUrl>http://xamarin.com/forms</projectUrl>
    <iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase</description>
    <releaseNotes>## Notes ##

This package may be uninstallable on Xamarin Studio until this bug is fixed: https://bugzilla.xamarin.com/show_bug.cgi?id=26205
This release requires the usage of the Xamarin Alpha Channel to ensure a working debugger. If your debugger is still not working with your Xamarin.Forms PCL or native code, please file a bug against the debugger project directly. Please include all the information you can and the most concise reproduction you have.

## Enhancements ##

- Android ActivityIndicator Color property now works on Android 5.0+
- WinPhone 8.0 ActivityIndicator Color property now works

## API Changes ##

`Xamarin.Forms.ItemsView` now contains a `protected virtual void UnhookContent (TVisual content)` method. This method is used for unhooking or otherwise cleaning content after usage. While the risk is low, this can be a breaking change for you app if you happen to have provided a method with the same name and the same parameters on a subclass of `ItemsView`, e.g. `ListView`. Please check your code if this is the case.

## XAML ##

- XAMLC has been removed from this release.

## Bug Fixes ##

- [Bug 31029](https://bugzilla.xamarin.com/show_bug.cgi?id=31029) - [Windows Phone 8.1]Generating an Image via MemoryStream does not appear
- [Bug 30935](https://bugzilla.xamarin.com/show_bug.cgi?id=30935) - NullReferenceException in ViewRenderer&lt;TView, TNativeView&gt; (Xamarin.Forms.Platform.Android)
- [Bug 30861](https://bugzilla.xamarin.com/show_bug.cgi?id=30861) - Entry text has wrong default value on Android
- [Bug 30251](https://bugzilla.xamarin.com/show_bug.cgi?id=30251) - MasterDetail page's right area of detail page cannot receive touch on spit mode
- [Bug 30169](https://bugzilla.xamarin.com/show_bug.cgi?id=30169) - Compiled form with a dynamic resource reference throws a BindableObject:SetDynamicResource exception
- [Bug 30074](https://bugzilla.xamarin.com/show_bug.cgi?id=30074) - Multiple DataTriggers on same data bound property don't always trigger (XAML) 
- [Bug 29861](https://bugzilla.xamarin.com/show_bug.cgi?id=29861) - latest pre-release screws up breakpoint debugging
- [Bug 29508](https://bugzilla.xamarin.com/show_bug.cgi?id=29508) - [WinPhone] Clicking back button twice quickly form second page to exit app causes app to crash.
- [Bug 29453](https://bugzilla.xamarin.com/show_bug.cgi?id=29453) - Navigation.PopAsync(false) in Entry.Completed handler =&gt; System.ArgumentException
- [Bug 29363](https://bugzilla.xamarin.com/show_bug.cgi?id=29363) - Pushing and then popping a page modally in succession causes an exception.
- [Bug 29344](https://bugzilla.xamarin.com/show_bug.cgi?id=29344) - Fix crash in messaging center / unsubscribe on callback - TableView Collection was modified enumeration operation may not execute
- [Bug 29270](https://bugzilla.xamarin.com/show_bug.cgi?id=29270) - Xamarin.Forms 1.4.2.6355: OpenGlView is broken 
- [Bug 29247](https://bugzilla.xamarin.com/show_bug.cgi?id=29247) - iOS Device.OpenUri breaks with encoded params
- [Bug 29229](https://bugzilla.xamarin.com/show_bug.cgi?id=29229) - Fix crash on ListView on Windows Phone
- [Bug 29128](https://bugzilla.xamarin.com/show_bug.cgi?id=29128) - If VerticalOptions not explicitly set on a Slider on Android, the two parts of the Slider are separated when drawn
- [Bug 29107](https://bugzilla.xamarin.com/show_bug.cgi?id=29107) - ScrollView text overlaps
- [Bug 29017](https://bugzilla.xamarin.com/show_bug.cgi?id=29017) - Pin Clicked does not fire (iOS at least)
- [Bug 28952](https://bugzilla.xamarin.com/show_bug.cgi?id=28952) - NullReferenceException when setting MainPage for first time in OnStart
- [Bug 28901](https://bugzilla.xamarin.com/show_bug.cgi?id=28901) - WebView not allowing DOM Storage
- [Bug 28821](https://bugzilla.xamarin.com/show_bug.cgi?id=28821) - Application crashes when ContentPage in TabbedPage has its IsVisible property set to false.
- [Bug 28796](https://bugzilla.xamarin.com/show_bug.cgi?id=28796) - Crash on Tab change
- [Bug 28765](https://bugzilla.xamarin.com/show_bug.cgi?id=28765) - Slider Value property binds OneWay by default
- [Bug 28689](https://bugzilla.xamarin.com/show_bug.cgi?id=28689) - Xaml: Type argument mandatory for x:Array extension
- [Bug 28575](https://bugzilla.xamarin.com/show_bug.cgi?id=28575) - listview header set to null
- [Bug 28545](https://bugzilla.xamarin.com/show_bug.cgi?id=28545) - AbsoluteLayout attributes don't work in a style
- [Bug 28335](https://bugzilla.xamarin.com/show_bug.cgi?id=28335) - NRE when pushing/popping a page quickly
- [Bug 28045](https://bugzilla.xamarin.com/show_bug.cgi?id=28045) - [Android] ImageRenderer assumes that the control is a FormsImageView
- [Bug 28001](https://bugzilla.xamarin.com/show_bug.cgi?id=28001) - TabbedPage: invisible tabs are not Disposed
- [Bug 27968](https://bugzilla.xamarin.com/show_bug.cgi?id=27968) - Resource dictionary throws an Exception when inheriting from a subclass of ContentPage
- [Bug 27779](https://bugzilla.xamarin.com/show_bug.cgi?id=27779) - Xamarin.Forms.ReadOnlyListAdapter.IndexOf throws NotImplementedExcpetion
- [Bug 27661](https://bugzilla.xamarin.com/show_bug.cgi?id=27661) - ViewCell IsEnabled set to false does not disable a cell in a TableView
- [Bug 27606](https://bugzilla.xamarin.com/show_bug.cgi?id=27606) - MasterDetailPage Detail is interactive even when Master is open when in Landscape 
- [Bug 27537](https://bugzilla.xamarin.com/show_bug.cgi?id=27537) - DatePicker control does not behave as other picker controls
- [Bug 27526](https://bugzilla.xamarin.com/show_bug.cgi?id=27526) - Type ConstraintExpressionExtension not found in xmlns
- [Bug 27270](https://bugzilla.xamarin.com/show_bug.cgi?id=27270) - Add GeneratedCodeAttribute to generated partial classes 
- [Bug 27229](https://bugzilla.xamarin.com/show_bug.cgi?id=27229) - Failure with SetBinding&lt;TSource&gt;  / [C] Allow Convert in path expressions
- [Bug 26455](https://bugzilla.xamarin.com/show_bug.cgi?id=26455) - Color GetHashCode returns wrong results
- [Bug 26418](https://bugzilla.xamarin.com/show_bug.cgi?id=26418) - [Android] ListView does not update when the bound ObservableCollection changes
- [Bug 25845](https://bugzilla.xamarin.com/show_bug.cgi?id=25845) - Unhandled exception finalizing ListViewAdapter on Android 
- [Bug 25662](https://bugzilla.xamarin.com/show_bug.cgi?id=25662) - Setting IsEnabled does not disable SwitchCell in Forms listview
- [Bug 25400](https://bugzilla.xamarin.com/show_bug.cgi?id=25400) - XAML x:TypeArguments does not support nested generic types
- [Bug 24910](https://bugzilla.xamarin.com/show_bug.cgi?id=24910) - Nullable properties throw Property not found exception
- [Bug 24871](https://bugzilla.xamarin.com/show_bug.cgi?id=24871) - Picker value doesn't get updated when Android "reuses" an old control
- [Bug 24258](https://bugzilla.xamarin.com/show_bug.cgi?id=24258) - Xamlg issue when declaring generics separated by a space
- [Bug 21744](https://bugzilla.xamarin.com/show_bug.cgi?id=21744) - Carousel Page iOS CurrentPage bug

## Other Fixes ##

- Android - Right edge of `MasterDetailPage` on tablet now handles touches
- WinRT - First page of TabbedPage doesn't show up until a move  or swipe
- WinRT - ListView.ItemTapped does not fire for already selected items 
- WinRT - ListView now support tapping on the same item multiple times
- WinRT -  ListView supports selected color
- WinRT -  CellControl unloads cell directly rather using DataContext as Cell
- iOS - Fix UserLocation showing as Pin
- Packaging - Fix a minor packaging issue
- Core - ListView no longer leaks cells for items that have been removed from the ItemsSource

There are additional internal fixes and correctness changes. If your bug is not listed here please re-verify against this release. Unfortunately due to the number of issues resolved we are certain we missed some compiling the notes, we apologize.</releaseNotes>
    <copyright>Copyright 2013-2014</copyright>
    <dependencies>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="WPtoolkit" version="4.2013.08.16" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="Xamarin.Android.Support.v4" version="21.0.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>