Skip to content

Tags: shabeepk/Xamarin.Forms

Tags

release-2.3.3-sr1.1

Toggle release-2.3.3-sr1.1's commit message
Fix wrong licenses

release-2.3.3-sr1

Toggle release-2.3.3-sr1's commit message
Fix CommandBar overlaying content (xamarin#593)

beta-2.3.4-pre1

Toggle beta-2.3.4-pre1's commit message

release-2.3.3

Toggle release-2.3.3's commit message

beta-2.3.3-pre4

Toggle beta-2.3.3-pre4's commit message

beta-2.3.3-pre3

Toggle beta-2.3.3-pre3's commit message

beta-2.3.3-pre2

Toggle beta-2.3.3-pre2's commit message
Remove iOS classic from CI system (xamarin#353)

* [CI] Remove classic from build

* [Build] Remove classic forwarder

* [Nuget] Remove classic from Pages azure

* [Build] Remove classic csproj

* [IOS] Remove _UNIFIED_

release-2.3.2-hf1

Toggle release-2.3.2-hf1's commit message
[iOS] ViewCells with Accessories will be properly laid out again (xam…

…arin#338)

* Add repro for 43161

* [iOS] Don't adjust ViewCell Bounds when there is an Accessory

* [iOS] Fix spacing

beta-2.3.3-pre1

Toggle beta-2.3.3-pre1's commit message
Fix incorrect background property name on Win 8.1 phone and tablet st…

…yles (xamarin#329)

beta-2.3.2-pre2

Toggle beta-2.3.2-pre2's commit message
[Android] Fix for NullReferenceException when using the wrong activit… (

xamarin#286)

* [Android] Fix for NullReferenceException when using the wrong activity type.

On using FormsApplicationActivity or FormsAppCompatActivity as base Activity in a SplashScreen.
A NullReferenceException will be thrown in the KeyboardManager.
Added InvalidOperationException with "Forms.Init()" message instead, if the Forms.Context is null.

* Fixed indentation