platform/upstream/xamarin-forms.git
7 years agoSetup a ConditionalWeakTable in ListProxy to hold weak references so that a ListView...
Shane Neuville [Fri, 24 Mar 2017 18:58:28 +0000 (12:58 -0600)]
Setup a ConditionalWeakTable in ListProxy to hold weak references so that a ListView will work when connected to a Weak Source (#802)

7 years ago[Android] Still look for the normal drawable on resources (#839)
Rui Marinho [Fri, 24 Mar 2017 17:54:12 +0000 (17:54 +0000)]
[Android] Still look for the normal drawable on resources (#839)

* [Android] Still look for the normal drawable on resources

* [Android]Fix code style

7 years ago[iOS] Don't skip row height estimation for grouped lists (#838)
Samantha Houts [Fri, 24 Mar 2017 11:02:59 +0000 (04:02 -0700)]
[iOS] Don't skip row height estimation for grouped lists  (#838)

* Nest bugzilla 51536 classes for less pollution

* Add repro for 53834

* [iOS] Don't skip row height estimation for grouped lists

7 years ago[Android] ScrollView can now consume Effects (#836)
Samantha Houts [Thu, 23 Mar 2017 23:12:41 +0000 (16:12 -0700)]
[Android] ScrollView can now consume Effects (#836)

* Add repro

* [Android] Make ScrollView an IEffectControlProvider

7 years agoUI tests for InputTransparent and fixes for Android/Windows (#808)
E.Z. Hart [Thu, 23 Mar 2017 17:18:38 +0000 (11:18 -0600)]
UI tests for InputTransparent and fixes for Android/Windows (#808)

* Set up automated UI tests for InputTransparent

* Pull in Adrian's UI tests from PR 483

* Fix bugs with box/label/image gestures passing through when not transparent

* Fix disabling of layouts on Windows; fix 44096 test for iOS/Windows;

* Automate the 53445 test

7 years ago[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)
Rui Marinho [Thu, 23 Mar 2017 11:03:48 +0000 (11:03 +0000)]
[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)

* [UITests]Add Xamarin.Forms.Core.UITests.Shared

* fix

* [UITests]Use shared UITest project on macOS

* [UITests] Add correct platform queries

* [Controls] Add missing Preserve

7 years ago[Android] Fix NRE on Picker (#834)
Rui Marinho [Wed, 22 Mar 2017 19:38:19 +0000 (19:38 +0000)]
[Android] Fix NRE on Picker (#834)

7 years ago[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)
Stephane Delcroix [Wed, 22 Mar 2017 16:53:24 +0000 (17:53 +0100)]
[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)

7 years ago[C] Make sure all children are parented (#831)
Stephane Delcroix [Wed, 22 Mar 2017 16:09:41 +0000 (17:09 +0100)]
[C] Make sure all children are parented (#831)

* unit test

* [C] make sure all children are properly parented

7 years ago[iOS/Win] Label will not unnecessarily expand (#827)
Samantha Houts [Wed, 22 Mar 2017 10:43:17 +0000 (03:43 -0700)]
[iOS/Win] Label will not unnecessarily expand (#827)

* Add repro for 53362

* [iOS] Label will not unnecessarily expand

* [Win] Label will not unnecessarily expand

7 years agoAdd gesture disposed check to FrameRenderer (#829)
E.Z. Hart [Wed, 22 Mar 2017 10:40:15 +0000 (04:40 -0600)]
Add gesture disposed check to FrameRenderer (#829)

7 years ago[C] fix NIE in Span (#828)
Stephane Delcroix [Tue, 21 Mar 2017 16:39:01 +0000 (17:39 +0100)]
[C] fix NIE in Span (#828)

7 years agoiOS renderers now properly look up the ImageSourceHandler for FileImageSource (#826)
James Clancey [Tue, 21 Mar 2017 15:02:39 +0000 (07:02 -0800)]
iOS renderers now properly look up the ImageSourceHandler for FileImageSource (#826)

7 years ago[C] fix BP DeclaringType in TextElement[C
Stephane Delcroix [Tue, 21 Mar 2017 11:44:31 +0000 (12:44 +0100)]
[C] fix BP DeclaringType in TextElement[C

7 years agoConvert Android maps to GetMapAsync call (#824)
Jason Smith [Tue, 21 Mar 2017 10:38:36 +0000 (03:38 -0700)]
Convert Android maps to GetMapAsync call (#824)

* [A] Move map renderer to calling GetMapAsync

* [A] Make sure Map initializes correctly with Async map fetching

7 years agoMake Entry completed behavior on UWP/WinRT match Android/iOS (#747)
E.Z. Hart [Mon, 20 Mar 2017 19:09:41 +0000 (13:09 -0600)]
Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)

* Make Entry completed behavior on UWP/WinRT match Android/iOS

* Accessibility test

7 years ago[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)
adrianknight89 [Mon, 20 Mar 2017 15:53:54 +0000 (10:53 -0500)]
[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)

* Change button style and use UIButton appearance

* added sample code

* change references

* setting other properties

* add comment

* refactor proxy setter

* made control states array static

* remove category declaration

* changes

* add sample code

* changes

* Fix identation

* Update ButtonRenderer.cs

7 years ago[WinRT/UWP] Open Picker dropdown when calling Focus (#762)
Paul DiPietro [Mon, 20 Mar 2017 15:48:28 +0000 (10:48 -0500)]
[WinRT/UWP] Open Picker dropdown when calling Focus (#762)

7 years agoUWP MapRenderer NRE and Location fixes (#811)
Ethan Dennis [Mon, 20 Mar 2017 15:40:04 +0000 (10:40 -0500)]
UWP MapRenderer NRE and Location fixes (#811)

* Issues:
1. If UWP MapRenderer is navigated away from, before the user location
is found, an uncaught NRE will be thrown.
2. UWP MapRenderer updates are not enforced to be on UI thread
3. Order of operations in MapRenderer would cause user location to never
be shown.

Fixes:
1. Added null checks in UpdateUserIsShowing and LoadUserPosition
methods.
2. Called map position updates on UI thread.
3. Changed order of operations in OnElementChanged to allow for user
geocoordinates to be shown.

* Fixed code formatting issues

* Fix formatting

* Deterministic null checks

* Updated null checks

7 years ago[Core] Fix internal children clear logic (#820)
wplong11 [Mon, 20 Mar 2017 12:06:20 +0000 (21:06 +0900)]
[Core] Fix internal children clear logic (#820)

* Fix InternalChildren clear logic

* Improve InternalChildren clear logic

* Add test code to verify InternalChildren clear logic

* Add missing test cases

* Improve time complexity of clear logic

* Fix the test case where InvalidOperationException occurs.

* Correct the name casing of the test case

* Modify a wrong test code

7 years agoAdopt iOS status bar visibility defaults (#822)
kingces95 [Sat, 18 Mar 2017 18:55:40 +0000 (11:55 -0700)]
Adopt iOS status bar visibility defaults (#822)

7 years agonull check effects before clearing (#821)
kingces95 [Fri, 17 Mar 2017 22:57:11 +0000 (15:57 -0700)]
null check effects before clearing (#821)

7 years agoRemaining XAML API summaries. (#813)
Mike Norman [Thu, 16 Mar 2017 21:59:29 +0000 (16:59 -0500)]
Remaining XAML API summaries. (#813)

* Remaining XAML API summaries.

* update docs

7 years agoSet the transitioning delegate. (#819)
Daniel Williamson [Thu, 16 Mar 2017 21:58:42 +0000 (08:58 +1100)]
Set the transitioning delegate. (#819)

7 years agoResource loading (#815)
Stephane Delcroix [Thu, 16 Mar 2017 19:09:22 +0000 (20:09 +0100)]
Resource loading (#815)

* Resource Loader

* Replace XamlLoader API by ResourceLoader for the Previewer

* instruct generated IL to use the resourceLoader

* [docs] update docs

* oops

* [docs] fix docs

7 years agoAdd internal XF.Registrar.RegisterAll b/c previewer needs it (#816)
kingces95 [Thu, 16 Mar 2017 16:19:35 +0000 (09:19 -0700)]
Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816)

7 years agoInternal-only boilerplate for Xaml.Internals docs. (#817)
Mike Norman [Thu, 16 Mar 2017 16:19:01 +0000 (11:19 -0500)]
Internal-only boilerplate for Xaml.Internals docs. (#817)

7 years ago[test] passing test for 53318 (#818)
Stephane Delcroix [Wed, 15 Mar 2017 10:35:44 +0000 (11:35 +0100)]
[test] passing test for 53318 (#818)

7 years agoBug 53224; Disable Cell if Command IsEnabled false (#812)
kingces95 [Wed, 15 Mar 2017 10:07:48 +0000 (03:07 -0700)]
Bug 53224; Disable Cell if Command IsEnabled false (#812)

7 years agoBug 51536, initial iOS cell layout is incorrect when cell has context actions … ...
Vitaly Knyazev [Tue, 14 Mar 2017 16:22:21 +0000 (16:22 +0000)]
Bug 51536, initial iOS cell layout is incorrect when cell has context actions … (#787)

* Bug 51536, initial height is incorrect when cell has context actions or ListView is in recycle mode

* Improved fix for iOS uneven height cell layout

* Fixed indentation and added test case for issue 44525

* Fixed indentation for test case

* Added 1px room, this will fix Bugzilla31330 test, renamed test case to 51536

* Updated shared project file

7 years agoUpdate create-nuget.bat
Chris King [Tue, 14 Mar 2017 14:33:20 +0000 (07:33 -0700)]
Update create-nuget.bat

7 years agoFix MasterDetailPage event cycle (#754)
adrianknight89 [Tue, 14 Mar 2017 11:57:32 +0000 (06:57 -0500)]
Fix MasterDetailPage event cycle (#754)

sample code

add tag

change message

changes

changes 2

changes 3

changes 4

7 years ago[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)
Paul DiPietro [Tue, 14 Mar 2017 11:00:10 +0000 (06:00 -0500)]
[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)

* [WinRT/UWP] Fix Opacity behavior with ProgressBar

* Update .nuspec

* Further update .nuspec

* Adjust .csproj line to fix Mac build

7 years ago[Win] Labels will now wrap when inside horizontally infinite layouts (#639)
Samantha Houts [Tue, 14 Mar 2017 10:51:28 +0000 (03:51 -0700)]
[Win] Labels will now wrap when inside horizontally infinite layouts (#639)

* Add repro for 42559

* [Win] Override GetDesiredSize for LabelRenderer

* [Win] Invalidate size on font/align change

7 years ago[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)
Samantha Houts [Tue, 14 Mar 2017 10:30:22 +0000 (03:30 -0700)]
[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)

* Add reproduction for 44525

* Clean up gallery page

* [iOS] Get index path from Cell in RecycleElement

* Fix obsolete code

7 years agoadd helper bat file
Chris King [Fri, 10 Mar 2017 19:38:28 +0000 (11:38 -0800)]
add helper bat file

7 years ago[C] move the Font proxying into FontElement (#799)
Stephane Delcroix [Thu, 9 Mar 2017 19:18:17 +0000 (20:18 +0100)]
[C] move the Font proxying into FontElement (#799)

7 years agoFixed a redundant check that caused a massive slowdown on UWP. (#788)
BradChase2011 [Thu, 9 Mar 2017 18:39:27 +0000 (13:39 -0500)]
Fixed a redundant check that caused a massive slowdown on UWP. (#788)

* Fixed a redundant check that caused a massive slowdown on UWP.

* Fixed formatting.

* Fixed formatting.

* UWP_UI_Speed_Fix Last time on tabbing, lets hope so!

7 years agoAdd [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in...
kingces95 [Thu, 9 Mar 2017 18:38:06 +0000 (13:38 -0500)]
Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806)

7 years agoPlatformConfiguration parameters and summaries. (Docs) (#805)
Mike Norman [Wed, 8 Mar 2017 19:40:38 +0000 (13:40 -0600)]
PlatformConfiguration parameters and summaries. (Docs) (#805)

* PlatformConfiguration parameters and summaries.

* Update index.xml

7 years agoVSTS support (#803)
Rui Marinho [Wed, 8 Mar 2017 11:30:34 +0000 (11:30 +0000)]
VSTS support (#803)

* Fix certs

* Try fix build reference

* Update to nuget 3.5

* Remove BingMapsSDK

* Revert git ignore change

7 years ago[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFastScrollE...
Rui Marinho [Wed, 8 Mar 2017 11:30:08 +0000 (11:30 +0000)]
[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFastScrollEnabled  (#797)

* [Android] Enable fast scroll by default

* [Android] Cache count for Listview

* [Android] Add IsFastScrollEnabled AndroidSpecific and sample

* [Android] Use count cache on GetCellsFromPosition

* [Android] Fix default for platform specific IsFastScrollEnabled

* [Docs]Fix docs

* [Android] Don't used cached listCount when getting cell

7 years ago[Android] Add null checks to ActivityIndicator (#804)
Samantha Houts [Wed, 8 Mar 2017 10:21:15 +0000 (02:21 -0800)]
[Android] Add null checks to ActivityIndicator (#804)

7 years agoRemove InternalsVisibleTo from Core to XF.Platforms.* (#782)
kingces95 [Tue, 7 Mar 2017 19:56:24 +0000 (14:56 -0500)]
Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)

* Remove InternalsVisibleTo from Core to XF.Platforms.*

* Changes per Jason's code review

* Move LockableObservableListWrapper to internals namespace

* Changes per Stephane's code review

* update docs

* Touch code to get CI to run tests

* Rebase; Update documentation

7 years agoFixed issue where errant "." were appearing on droid controls due to hints. (#801)
BradChase2011 [Tue, 7 Mar 2017 15:25:05 +0000 (10:25 -0500)]
Fixed issue where errant "." were appearing on droid controls due to hints. (#801)

7 years agoUWP MapRenderer fixes. (#724)
indydawgy [Tue, 7 Mar 2017 10:40:47 +0000 (02:40 -0800)]
UWP MapRenderer fixes. (#724)

* Issues:
1. The MapRenderer calls TrySetViewBoundsAsync before the map is ready for it. This causes the map to hardly ever initialize to the correct position.
2. The visible region calculation gets the zoom wrong.
3. Map can cause a crash if you rotate/zoom a lot when setting the visible region.

Fixes:
1. Call MoveToRegion using MapControl's RunIdleAsync to have it move after the map starts rendering
2. lat/long delta should be:
var latitudeDelta = Math.Abs(nw.Position.Latitude - se.Position.Latitude);
var longitudeDelta = Math.Abs(nw.Position.Longitude - se.Position.Longitude);
rather than calculated from the center
3. Move the visible region set into the try/catch block.

* Made spaces into tabs to conform to previous standard.

7 years ago[UWP] Set SearchBar's AutoMaximizeSuggestionArea to false (#646)
Paul DiPietro [Tue, 7 Mar 2017 10:38:39 +0000 (04:38 -0600)]
[UWP] Set SearchBar's AutoMaximizeSuggestionArea to false (#646)

7 years ago[UWP] Adjust AutoSuggestBox's TextBoxStyle style name to prevent possible crash ...
Paul DiPietro [Tue, 7 Mar 2017 09:56:54 +0000 (03:56 -0600)]
[UWP] Adjust AutoSuggestBox's TextBoxStyle style name to prevent possible crash (#774)

7 years ago[UWP] Add width check for Detail on MDP to prevent potential crash (#775)
Paul DiPietro [Tue, 7 Mar 2017 05:45:21 +0000 (23:45 -0600)]
[UWP] Add width check for Detail on MDP to prevent potential crash (#775)

7 years ago[UWP] Improve toolbar consistency on MasterDetailPage (#744)
Jimmy Garrido [Mon, 6 Mar 2017 22:19:36 +0000 (14:19 -0800)]
[UWP] Improve toolbar consistency on MasterDetailPage (#744)

* Improve toolbar consistency on MasterDetailPage

* Properly indent xaml page

7 years ago[C] ITextElement and TextElement (#789)
Stephane Delcroix [Mon, 6 Mar 2017 09:35:17 +0000 (10:35 +0100)]
[C] ITextElement and TextElement (#789)

7 years agoUsing IUIActionSheetDelegate (#800)
E.Z. Hart [Mon, 6 Mar 2017 08:39:27 +0000 (01:39 -0700)]
Using IUIActionSheetDelegate (#800)

7 years ago[Nuget] Remvoe fix dependency on MonoDroid70 (#798)
Rui Marinho [Fri, 3 Mar 2017 19:20:32 +0000 (19:20 +0000)]
[Nuget] Remvoe fix dependency on MonoDroid70 (#798)

7 years ago[WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707)
Paul DiPietro [Fri, 3 Mar 2017 12:51:28 +0000 (06:51 -0600)]
[WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707)

7 years ago[Android] Don't crash if Control is accessed in Effect OnDetached when Page is Dispos...
Samantha Houts [Fri, 3 Mar 2017 12:41:04 +0000 (04:41 -0800)]
[Android] Don't crash if Control is accessed in Effect OnDetached when Page is Disposed. (#773)

* Add repro for 51505

* [Android] Don't dispose of EffectControlProvider

* Oops

7 years ago[WinRT/UWP] Make TextBox better respect background color changes via behaviors (...
Paul DiPietro [Fri, 3 Mar 2017 12:31:46 +0000 (06:31 -0600)]
[WinRT/UWP] Make TextBox better respect background color changes via behaviors (#749)

7 years agoFix for nullreferenceexception when a TabbedPage is rendered without a set CurrentPag...
Joris Vergeer [Fri, 3 Mar 2017 12:25:49 +0000 (13:25 +0100)]
Fix for nullreferenceexception when a TabbedPage is rendered without a set CurrentPage (#669)

7 years ago[Android] Fix NavigationPage.BarTextColorProperty on API 21+ with FormsApplicationAct...
Jimmy Garrido [Fri, 3 Mar 2017 12:24:43 +0000 (04:24 -0800)]
[Android] Fix NavigationPage.BarTextColorProperty on API 21+ with FormsApplicationActivity (#631)

7 years agoThrow exception when ViewCell View is null (#752)
Jimmy Garrido [Fri, 3 Mar 2017 12:20:20 +0000 (04:20 -0800)]
Throw exception when ViewCell View is null (#752)

7 years ago[C] move the Font proxying into FontElement
Stephane Delcroix [Fri, 3 Mar 2017 11:39:30 +0000 (12:39 +0100)]
[C] move the Font proxying into FontElement

7 years agoFix for Android Visibility/Opacity crash (#785)
E.Z. Hart [Fri, 3 Mar 2017 11:28:44 +0000 (04:28 -0700)]
Fix for Android Visibility/Opacity crash  (#785)

* Repro

* Fix for UI test

* Cache the Alpha value and queue up restoration after the visibility is changed

* Fix issue with negative height/width in UpdateLayout

* Clean up usings

7 years ago[Core] Share BP across IFontElement implementors (#783)
Stephane Delcroix [Fri, 3 Mar 2017 08:16:04 +0000 (09:16 +0100)]
[Core] Share BP across IFontElement implementors (#783)

* [Core] Share BP accross IFontElement implementors

* make sure the converter is used

7 years agoremove files committed by accident
Stephane Delcroix [Thu, 2 Mar 2017 22:31:24 +0000 (23:31 +0100)]
remove files committed by accident

7 years ago[Xaml] Fallback to App.Current for DynResources (Previewer) (#793)
Stephane Delcroix [Thu, 2 Mar 2017 22:28:37 +0000 (23:28 +0100)]
[Xaml] Fallback to App.Current for DynResources (Previewer) (#793)

* [Xaml] Fallback to App.Current for DynResources (Previewer)

* [C] avoid NRE and ensure setting the style

7 years ago[Docs] Fix formatting (#795)
Rui Marinho [Wed, 1 Mar 2017 22:37:41 +0000 (22:37 +0000)]
[Docs] Fix formatting (#795)

7 years ago[C] support more color format in ColorTypeConverter (#784)
Stephane Delcroix [Wed, 1 Mar 2017 18:45:26 +0000 (19:45 +0100)]
[C] support more color format in ColorTypeConverter (#784)

* [C] support more color format in ColorTypeConverter

* [C] Parse numbers in InvariantCulture

* more tests

7 years agoRemaining API docs for XF.Core (#794)
Mike Norman [Wed, 1 Mar 2017 17:22:43 +0000 (11:22 -0600)]
Remaining API docs for XF.Core (#794)

7 years ago[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)
Stephane Delcroix [Wed, 1 Mar 2017 14:25:30 +0000 (15:25 +0100)]
[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)

7 years ago[Controls] Remove dependency on Components (#790)
Rui Marinho [Tue, 28 Feb 2017 12:17:38 +0000 (12:17 +0000)]
[Controls] Remove dependency on Components (#790)

7 years ago[docs] fix Pages docs
Stephane Delcroix [Tue, 28 Feb 2017 10:17:43 +0000 (11:17 +0100)]
[docs] fix Pages docs

7 years ago[docs] build Pages doc in make docs
Stephane Delcroix [Tue, 28 Feb 2017 10:16:40 +0000 (11:16 +0100)]
[docs] build Pages doc in make docs

7 years ago[Xaml] no longer require a ServiceProvider for Trigger and PropertyCo… (#771)
Stephane Delcroix [Mon, 27 Feb 2017 08:33:23 +0000 (09:33 +0100)]
[Xaml] no longer require a ServiceProvider for Trigger and PropertyCo… (#771)

* [Xaml] no longer require a ServiceProvider for Trigger and PropertyCondition

* fix

7 years ago[Xaml] decorate markup and value providers to speed up inflating (#770)
Stephane Delcroix [Fri, 24 Feb 2017 08:10:11 +0000 (09:10 +0100)]
[Xaml] decorate markup and value providers to speed up inflating (#770)

* [Xaml] decorate markup and value providers to speed up inflating

* update docs

* fix docs

7 years ago[Controls] Fix build of test case
Rui Marinho [Tue, 21 Feb 2017 10:59:38 +0000 (10:59 +0000)]
[Controls] Fix build of test case

7 years agoAdd Preserve attribute
Paul DiPietro [Fri, 10 Feb 2017 22:57:50 +0000 (16:57 -0600)]
Add Preserve attribute

7 years ago[C] Update SelectedItem prior to event invoke
Paul DiPietro [Wed, 1 Feb 2017 16:52:40 +0000 (10:52 -0600)]
[C] Update SelectedItem prior to event invoke

7 years ago[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSource
Stephane Delcroix [Fri, 27 Jan 2017 09:16:51 +0000 (10:16 +0100)]
[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSource

7 years ago[Docs] Update internals (#780)
Rui Marinho [Wed, 22 Feb 2017 14:39:01 +0000 (14:39 +0000)]
[Docs] Update internals (#780)

7 years ago[IVT] Add IVT for testing FlexLayout
Rui Marinho [Wed, 22 Feb 2017 13:10:47 +0000 (13:10 +0000)]
[IVT] Add IVT for testing FlexLayout

7 years agoremove redundant declaration
Adrian Knight [Mon, 20 Feb 2017 18:10:47 +0000 (12:10 -0600)]
remove redundant declaration

7 years agoadd support for view cells
Adrian Knight [Sun, 27 Nov 2016 20:17:24 +0000 (14:17 -0600)]
add support for view cells

7 years agocenter stacklayout
Adrian Knight [Sat, 26 Nov 2016 18:26:17 +0000 (12:26 -0600)]
center stacklayout

7 years agoadded sample code
Adrian Knight [Sat, 26 Nov 2016 18:16:10 +0000 (12:16 -0600)]
added sample code

7 years agoadded sample files
Adrian Knight [Sat, 26 Nov 2016 18:02:45 +0000 (12:02 -0600)]
added sample files

7 years agoimage supports vectors
Adrian Knight [Sat, 26 Nov 2016 17:56:10 +0000 (11:56 -0600)]
image supports vectors

7 years agoupdate IEditorController callsites
Chris King [Fri, 17 Feb 2017 20:04:50 +0000 (12:04 -0800)]
update IEditorController callsites

7 years agoUpdate docs
Chris King [Wed, 15 Feb 2017 21:23:58 +0000 (13:23 -0800)]
Update docs

7 years agoIEditorController
Chris King [Tue, 14 Feb 2017 22:05:47 +0000 (14:05 -0800)]
IEditorController

7 years ago[iOS] Label should not return infinite width
Samantha Houts [Sat, 18 Feb 2017 00:41:35 +0000 (16:41 -0800)]
[iOS] Label should not return infinite width

7 years agoAdd repro for 52533
Samantha Houts [Sat, 18 Feb 2017 00:11:04 +0000 (16:11 -0800)]
Add repro for 52533

7 years ago[Docs] Update
Rui Marinho [Mon, 20 Feb 2017 16:58:37 +0000 (16:58 +0000)]
[Docs] Update

7 years ago[MacOS] Fix build
Rui Marinho [Sat, 18 Feb 2017 00:53:20 +0000 (00:53 +0000)]
[MacOS] Fix build

7 years agoAdd missing virtual keywords
E.Z. Hart [Wed, 1 Feb 2017 21:29:19 +0000 (14:29 -0700)]
Add missing virtual keywords

7 years agoAdd localized listener for Android numeric input
E.Z. Hart [Wed, 25 Jan 2017 18:54:54 +0000 (11:54 -0700)]
Add localized listener for Android numeric input

7 years agofix uitest build
Stephane Delcroix [Thu, 26 Jan 2017 14:09:35 +0000 (15:09 +0100)]
fix uitest build

7 years ago[i] Add Test for 45284
Stephane Delcroix [Thu, 26 Jan 2017 09:51:36 +0000 (10:51 +0100)]
[i] Add Test for 45284

7 years ago[iOS] Fix extra tab icon appearing in iOS for TabbedPage (#448)
Chad Kimes [Thu, 26 Jan 2017 09:13:27 +0000 (10:13 +0100)]
[iOS] Fix extra tab icon appearing in iOS for TabbedPage (#448)

commit 1ba6ff67a745a0e802f67b7a4f36db4f8385466e
Merge: e3f1937 a1d4b64
Author: Stephane Delcroix <stephane@delcroix.org>
Date:   Thu Jan 26 10:11:08 2017 +0100

    Merge branch 'master' of git://github.com/ckimes89/Xamarin.Forms into ckimes89-master

commit a1d4b6485c51c0800e16d476ba8749bd1a0a6b28
Author: Chad Kimes <chad.kimes@iticentral.com>
Date:   Tue Oct 11 13:42:28 2016 -0400

    [iOS] Fix extra tab icon appearing in iOS 10

commit 07cd17df33aa9eb61e2507ca04ecf30d3416e16b
Author: Chad Kimes <chad.kimes@iticentral.com>
Date:   Tue Oct 11 13:38:30 2016 -0400

    [iOS] Add static check method for iOS 10

7 years ago[A] Do not throw error for first param in ScrollTo (#742)
Paul DiPietro [Fri, 17 Feb 2017 10:44:14 +0000 (04:44 -0600)]
[A] Do not throw error for first param in ScrollTo (#742)

7 years agoSplit Windows RuntimePlatform into UWP and WinRT (#748)
E.Z. Hart [Fri, 17 Feb 2017 10:43:26 +0000 (03:43 -0700)]
Split Windows RuntimePlatform into UWP and WinRT (#748)

* Split RuntimePlatform Windows into UWP and WinRT

* Update docs

* Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP

7 years ago[WinRT/UWP] Insert missing SendScrollFinished call (#751)
Paul DiPietro [Fri, 17 Feb 2017 10:42:33 +0000 (04:42 -0600)]
[WinRT/UWP] Insert missing SendScrollFinished call (#751)