summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24[iOS] Fix NRE when re-adding header/footer (#702)Jimmy Garrido1-0/+4
2017-03-24[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix5-2/+53
* [XamlC] compile ListStringTypeConverter * remove debug statements
2017-03-24Pool and reuse MKMapView instances on iOS 9 as well as iOS 10 (#680)E.Z. Hart4-7/+23
2017-03-22[Android] Fix NRE on Picker (#834)Rui Marinho1-1/+1
2017-03-22Fix buildRui Marinho1-6/+0
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/+119
* unit test * [C] make sure all children are properly parented
2017-03-22Convert 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-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-22[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-22Add gesture disposed check to FrameRenderer (#829)E.Z. Hart1-0/+7
2017-03-20Add check for disposed gesture detector on VisualElementRendererE.Z. Hart3-0/+126
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-14Fix buildbeta-2.3.4-pre5Rui Marinho1-1/+0
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context ↵Vitaly Knyazev3-1/+85
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-10Fix buildbeta-2.3.4-pre4Rui Marinho1-1/+0
2017-03-10[UWP] Improve toolbar consistency on MasterDetailPage (#744)Jimmy Garrido7-37/+124
* Improve toolbar consistency on MasterDetailPage * Properly indent xaml page
2017-03-10[iOS] Label should not return infinite widthSamantha Houts1-2/+3
2017-03-10Add repro for 52533Samantha Houts2-0/+65
2017-03-10[Controls] Fix build of test caseRui Marinho1-0/+2
2017-03-10Add Preserve attributePaul DiPietro1-0/+1
2017-03-10[C] Update SelectedItem prior to event invokePaul DiPietro3-13/+16
2017-03-10[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSourceStephane Delcroix5-8/+82
2017-03-09Fix buildbeta-2.3.4-pre3Rui Marinho1-49/+0
2017-03-09[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix5-2/+134
2017-03-09Fix for nullreferenceexception when a TabbedPage is rendered without a set ↵Joris Vergeer1-1/+5
CurrentPage (#669)
2017-03-08Fix buildRui Marinho1-5/+0
2017-03-08[Android] Add null checks to ActivityIndicator (#804)Samantha Houts1-2/+8
2017-03-03Fix for Android Visibility/Opacity crash (#785)E.Z. Hart3-2/+72
* 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
2017-03-03[Nuget] Remvoe fix dependency on MonoDroid70 (#798)Rui Marinho1-0/+4
2017-03-03[Android] Don't crash if Control is accessed in Effect OnDetached when Page ↵Samantha Houts6-32/+135
is Disposed. (#772) * Add repro for 51505 * [Android] Don't dispose of EffectControlProvider * Oops
2017-03-02Backport #793 (#796)Stephane Delcroix3-5/+29
* [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 * remove files committed by accident
2017-03-01Xamlc ppdb backport (#792)Stephane Delcroix46-523/+721
* [XamlC] Produce correct mdb files (#699) * [XamlC] change MockCompile (internal) API * [XamlC] fix debugging in unit test project * f * [XamlC] update cecil to 0.10.0-beta1-v2 * beta2 * avoid method duplication * [XamlC] force loading MdbReader and Writer * [XamlC] force use the writer in the other task too * [XamlC] fix test and test code generator * try building this * [XamlC] Ensure InitializeComponent is correctly routed * fix * [XamlC] support portable pdb (#726) * [XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)
2017-01-31Fix crash in UWP design mode (#735)beta-2.3.4-pre2Jason Smith1-2/+5
2017-01-30[iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth (#696)Paul DiPietro4-28/+28
* [iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth * Update docs
2017-01-30[iOS] redraw Frame on CornerRadius changed (#697)Stephane Delcroix1-2/+4
2017-01-30Fix overeager subscription cleanup (#712)E.Z. Hart2-1/+19
2017-01-30.nuspec updates and fixes for X.A.Support 23 -> 25 (#679)kingces953-5/+19
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix3-9/+21
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix5-2/+80
2017-01-19Fix NullReferenceException in VisualElement finalize. (#701)Kevin Petit3-1/+82
2017-01-12Fix test failures in Release modebeta-2.3.4-pre1.1E.Z. Hart1-6/+8
2017-01-12Update copyright datesJason Smith5-5/+5
2017-01-12Fix out-of-memory crashes on iOS when creating maps (#467)E.Z. Hart8-11/+152
* Pool map views on iOS 10 to avoid memory issues Clean up disposal implementation for map renderer, delegate * Enable 39489 test on iOS * Add missing XF Maps references * Add missing maps reference to Windows 8.1 project * Actually enable the test for iOS * Fix placement of Isolate override * Don't create a new control for ImageRenderer if NewElement is null * Reverting fixes to ViewRenderer Dispose; have to fix that in a separate PR
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix71-277/+598
* [C] Obsolete TargetPlatform * [Xaml] support and test the new syntax * blind fix windows platforms
2017-01-12[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)Samantha Houts7-2/+172
* Add reproduction for 28650 * [iOS] Expand the label to fill width if wrapping Also, simplify the `if` statement, since `LineBreakMode` is not a flags enum and the only excluded member was `None`. * Test two small labels next to each other in horizontal layout
2017-01-12fix bug-39359 (#599)fengrui2-0/+14
UriImageSource does cache failed HTTP responses
2017-01-12[iOS] Fix child view position when the Navigation Bar is translucent (#659)Sandro Cavazzoni1-2/+8
2017-01-12Improve registry startup and lookup performance (#674)E.Z. Hart2-19/+42
* Optimize search for Effect resolution name Avoid multiple collection of assemblies during startup Cache handler lookups * Handle s_initialized check inside of Initialize method
2017-01-12[Android] NavigationPageRenderer should not create a Fragment unnecessarily ↵adrianknight891-17/+28
(#627) * Do not create fragments unnecessarily * use existing list * remove local variable * Revert "remove local variable" This reverts commit 266e2c3657733c390931df79d4729206b456dfcd. * remove local variable * change order of returns