summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)Rui Marinho79-2526/+1814
* [UITests]Add Xamarin.Forms.Core.UITests.Shared * fix * [UITests]Use shared UITest project on macOS * [UITests] Add correct platform queries * [Controls] Add missing Preserve
2017-03-22[Android] Fix NRE on Picker (#834)Rui Marinho1-1/+1
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix4-0/+96
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix6-0/+113
* unit test * [C] make sure all children are properly parented
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts4-11/+78
* Add repro for 53362 * [iOS] Label will not unnecessarily expand * [Win] Label will not unnecessarily expand
2017-03-22Add gesture disposed check to FrameRenderer (#829)E.Z. Hart1-0/+7
2017-03-21[C] fix NIE in Span (#828)Stephane Delcroix2-105/+68
2017-03-21iOS renderers now properly look up the ImageSourceHandler for ↵James Clancey4-18/+37
FileImageSource (#826)
2017-03-21[C] fix BP DeclaringType in TextElement[CStephane Delcroix1-1/+1
2017-03-21Convert Android maps to GetMapAsync call (#824)Jason Smith1-28/+37
* [A] Move map renderer to calling GetMapAsync * [A] Make sure Map initializes correctly with Async map fetching
2017-03-20Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)E.Z. Hart4-3/+121
* Make Entry completed behavior on UWP/WinRT match Android/iOS * Accessibility test
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight896-10/+195
* 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
2017-03-20[WinRT/UWP] Open Picker dropdown when calling Focus (#762)Paul DiPietro3-0/+58
2017-03-20UWP MapRenderer NRE and Location fixes (#811)Ethan Dennis1-9/+19
* 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
2017-03-20[Core] Fix internal children clear logic (#820)wplong116-5/+101
* 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
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-17null check effects before clearing (#821)kingces951-1/+1
2017-03-16Remaining XAML API summaries. (#813)Mike Norman7-19/+21
* Remaining XAML API summaries. * update docs
2017-03-16Set the transitioning delegate. (#819)Daniel Williamson1-0/+1
2017-03-16Resource loading (#815)Stephane Delcroix15-33/+137
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2017-03-16Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816)kingces953-4/+11
2017-03-16Internal-only boilerplate for Xaml.Internals docs. (#817)Mike Norman7-27/+27
2017-03-15[test] passing test for 53318 (#818)Stephane Delcroix3-0/+67
2017-03-15Bug 53224; Disable Cell if Command IsEnabled false (#812)kingces951-1/+2
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context ↵Vitaly Knyazev3-1/+84
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
2017-03-14Update create-nuget.batChris King1-1/+3
2017-03-14Fix MasterDetailPage event cycle (#754)adrianknight893-12/+75
sample code add tag change message changes changes 2 changes 3 changes 4
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro15-4/+1072
* [WinRT/UWP] Fix Opacity behavior with ProgressBar * Update .nuspec * Further update .nuspec * Adjust .csproj line to fix Mac build
2017-03-14[Win] Labels will now wrap when inside horizontally infinite layouts (#639)Samantha Houts3-0/+103
* Add repro for 42559 * [Win] Override GetDesiredSize for LabelRenderer * [Win] Invalidate size on font/align change
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts4-139/+252
* Add reproduction for 44525 * Clean up gallery page * [iOS] Get index path from Cell in RecycleElement * Fix obsolete code
2017-03-10add helper bat fileChris King1-0/+8
2017-03-09[C] move the Font proxying into FontElement (#799)Stephane Delcroix1-0/+1
2017-03-09Fixed a redundant check that caused a massive slowdown on UWP. (#788)BradChase20113-2/+3
* 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!
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces95108-554/+362
classes/interfaces in XF.Internals (#806)
2017-03-08PlatformConfiguration parameters and summaries. (Docs) (#805)Mike Norman5-85/+85
* PlatformConfiguration parameters and summaries. * Update index.xml
2017-03-08VSTS support (#803)Rui Marinho15-16/+20
* Fix certs * Try fix build reference * Update to nuget 3.5 * Remove BingMapsSDK * Revert git ignore change
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific ↵Rui Marinho8-94/+327
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
2017-03-08[Android] Add null checks to ActivityIndicator (#804)Samantha Houts1-2/+8
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces95344-579/+10670
* 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
2017-03-07Fixed issue where errant "." were appearing on droid controls due to hints. ↵BradChase20112-2/+2
(#801)
2017-03-07UWP MapRenderer fixes. (#724)indydawgy1-23/+17
* 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.
2017-03-07[UWP] Set SearchBar's AutoMaximizeSuggestionArea to false (#646)Paul DiPietro1-0/+1
2017-03-07[UWP] Adjust AutoSuggestBox's TextBoxStyle style name to prevent possible ↵Paul DiPietro1-2/+2
crash (#774)
2017-03-06[UWP] Add width check for Detail on MDP to prevent potential crash (#775)Paul DiPietro3-1/+68
2017-03-06[UWP] Improve toolbar consistency on MasterDetailPage (#744)Jimmy Garrido7-36/+121
* Improve toolbar consistency on MasterDetailPage * Properly indent xaml page
2017-03-06[C] ITextElement and TextElement (#789)Stephane Delcroix13-38/+98
2017-03-06Using IUIActionSheetDelegate (#800)E.Z. Hart1-1/+1
2017-03-03[Nuget] Remvoe fix dependency on MonoDroid70 (#798)Rui Marinho1-0/+4
2017-03-03[WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707)Paul DiPietro4-1/+119
2017-03-03[Android] Don't crash if Control is accessed in Effect OnDetached when Page ↵Samantha Houts6-32/+134
is Disposed. (#773) * Add repro for 51505 * [Android] Don't dispose of EffectControlProvider * Oops