Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.3.5.6335" />

 Xamarin.Forms 1.3.5.6335

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.3.5.6335</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>## Important Notes ##
Device.StartTimer callbacks should now return on the main thread for iOS. If you still have issues please let us know :)

Entry/Editor/SearchBar's inside a ViewCell now set the input mode to AdjustPan rather than AdjustResize when focused. This allows them to correctly focus.


## Bug Fixes ##

- [Bug 20786](https://bugzilla.xamarin.com/show_bug.cgi?id=20786) - Android - ViewCell - Entry and non default Keyboard type
- [Bug 21373](https://bugzilla.xamarin.com/show_bug.cgi?id=21373) - [Android only] An Entry in a ViewCell loses focus immediately
- [Bug 22706](https://bugzilla.xamarin.com/show_bug.cgi?id=22706) - Device.StartTimer has inconsistent behavior across platforms
- [Bug 24179](https://bugzilla.xamarin.com/show_bug.cgi?id=24179) - ListView.ScrollTo does not work as expected on Windows Phone
- [Bug 25555](https://bugzilla.xamarin.com/show_bug.cgi?id=25555) - WP DisplayAlert behaves differently when using back button
- [Bug 26569](https://bugzilla.xamarin.com/show_bug.cgi?id=25659) - [Android] Unable to focus Entry inside ListView
- [Bug 25844](https://bugzilla.xamarin.com/show_bug.cgi?id=25844) - [iOS] Scroll Editor autoscrolls too far when keyboard appears in iPad iOS 7.1 landscape view
- [Bug 25948](https://bugzilla.xamarin.com/show_bug.cgi?id=25948) - [Android] ViewCell Entry fields in a ListView with StackLayout lose focus and do not bring up keyboard
- [Bug 26528](https://bugzilla.xamarin.com/show_bug.cgi?id=26528) - NullReferenceException in Android.PickerRender.UpdatePicker()
- [Bug 26566](https://bugzilla.xamarin.com/show_bug.cgi?id=26566) - Map with IsShowingUser set to true still polls for location after map is no longer displayed (Android)
- [Bug 26650](https://bugzilla.xamarin.com/show_bug.cgi?id=26650) - [Android] Out of Memory error when repeatedly moving back and forth between main page and grid of images in StackLayou
- [Bug 26667](https://bugzilla.xamarin.com/show_bug.cgi?id=26667) - [iOS] Keyboard causes view to scroll incorrectly
- [Bug 26767](https://bugzilla.xamarin.com/show_bug.cgi?id=26767) - [Xamarin.Forms] Xamarin.Forms.Init() must be called prior to using it
- [Bug 26776](https://bugzilla.xamarin.com/show_bug.cgi?id=26776) - [Xamarin.Forms] ListView TextCell.TextProperty only wraps on Android
- [Bug 26797](https://bugzilla.xamarin.com/show_bug.cgi?id=26797) - Custom renderers "cut off" by 44px when NavigationPage's NavigationBar is set to hidden
- [Bug 26814](https://bugzilla.xamarin.com/show_bug.cgi?id=26814) - Rotating an image in the delegate for MessagingCenter.Subscribe causes app to crash.
- [Bug 26817](https://bugzilla.xamarin.com/show_bug.cgi?id=26817) - Binding to label with stringFormat doesn't visualize the expected string
- [Bug 26868](https://bugzilla.xamarin.com/show_bug.cgi?id=26868) - GroupHeaders do not extend on Windows Phone
- [Bug 26889](https://bugzilla.xamarin.com/show_bug.cgi?id=26889) - Global, Implicit Styles Are Not Applied to Modal Pages
- [Bug 27027](https://bugzilla.xamarin.com/show_bug.cgi?id=27027) - SearchBar.SearchCommandParameter is not passed to the command

## Other Fixes ##

- Changing a DynamicResource triggers incorretly RemoveDynamicResource, when used with a binding
- Several additional cases of the infamous Android IntPtr.Zero crash.
- TextColor now resets to the proper value when a style is un-applied.
- Minor memory perf enhancement 
- WP ListView group header cell now respects the height property correctly
- Resolve issue where GestureRecognizers inside of ListView would fire against the wrong View.</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>