summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ↵E.Z. Hart5-43/+404
it (#617) * Repro * Make messaging center callbacks weak references * Preserve attribute * Fix test method name * Watch for collection of actual delegate target instead of wrapper delegate * Preserve the original platform instance when changing main page * Better tests for lambda situations * Update tests, make callback target a weakreference if it's the subscriber * Ensure old Platform MessagingCenter subs are gone before creating new Platform
2017-01-03[iOS/Android] Move Map camera to correct region on layout change (#548)adrianknight892-1/+2
* Move to region on layout change * remove visibility check
2017-01-03Return group instead of internal class (#461)adrianknight891-2/+2
2017-01-03[WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581)Paul DiPietro5-0/+102
* [WinRT/UWP] Apply BackgroundColor to Stepper buttons * Add explanatory text; use nameof * Move explanatory text to a label
2017-01-03[iOS] Prevent multiple ListView cells from being swiped simultaneously (#578)adrianknight893-4/+89
* disable multiple cell swipe * add sample code * refactored * convert to weakreference * remove null setting * change weakreference setting place * remove if * revert isopen changes * add instructions
2017-01-03Make UWP toolbar display rules consistent with other platforms (#638)E.Z. Hart12-20/+179
2016-12-30[Android] Fix NavigationPage dispose crash when it parents a ↵adrianknight891-28/+42
MasterDetailPage (#577) * fix navigation page dispose crash * changes after review
2016-12-30[iOS] Change keyboard type while keyboard is visible (#443)adrianknight894-0/+81
* Change keyboard while changing text * add sample code
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix11-74/+46
* [XamlC] detect duplicate x:Name at compile time * invoking methods with the right arguments produces better results
2016-12-29Make CellsGalleryImageUrlCellList test finish early if possibleE.Z. Hart1-0/+4
2016-12-28Fix comment typoSamantha Houts1-1/+1
2016-12-28Update ImageCellListPage to use an image we control;E.Z. Hart2-3/+11
Update CellsGalleryImageUrlCellList test to wait longer than 1s for images to load if necessary
2016-12-28Adding image to use for CellsGalleryImageUrlCellList UI testE.Z. Hart1-0/+0
2016-12-28fix nre when changing content in datepickerselected (#494)adrianknight893-1/+60
2016-12-27[UWP] Fix TextBox style for foreground focus color (#618)Paul DiPietro3-0/+120
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix9-17/+74
* [Xaml] DataTrigger and PropertyCondition no longer use a ServiceProvider * [XamlC] avoid generating ServiceProvider for unused ProvideValue * fix tests
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix8-15/+49
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix8-14/+117
2016-12-22[iOS] Entry should not pass a newline to the next responder (#397)adrianknight893-1/+55
* UITextField should not return so that the next field does not get passed a newline * Added code sample
2016-12-22Avoid duplicating code in OmPlatform (#591)Stephane Delcroix1-17/+2
2016-12-19[UWP] Use toolbar foreground color on primary items (#640)Paul DiPietro3-3/+62
2016-12-19Slider should show user-set value on initial load (#378)adrianknight891-12/+18
2016-12-17[Windows] Fix modal pages being laid out below soft buttons (#395)Jimmy Garrido2-37/+5
2016-12-16Add sample HanselForms and TwitterDemo to ControlGallery (#651)Rui Marinho70-319/+1510
* [Controls] Add Hanselforms sample * Remove extra twitter sample * [Controls]Add TwitterDemo sample * [Controls] Fix build
2016-12-16[WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash ↵Paul DiPietro3-2/+73
(#347) * [WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash * Make change to use Device.IsInvokeRequired
2016-12-15Remove overload causing backwards compatibility issuesJason Smith2-50/+0
2016-12-14Fix potential NRE in ConditionalFocusLayout (#587)2.3.3.175E.Z. Hart6-9/+109
2016-12-14Add Tizen to TargetPlatform (#590)Kangho9-3/+175
* Add Tizen to TargetPlatform * Adds Device.OnPlatform methods having Tizen
2016-12-14Removing now non-existent IsiOS8OrNewer checkE.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith17-247/+46
2016-12-14Revert "Update README.md"Stephane Delcroix1-6/+6
This reverts commit f2282a7da33045e67075f198f37d7f03549159eb.
2016-12-14Revert "Update README.md"Stephane Delcroix1-6/+6
This reverts commit 51565d7289e322d066f3c54ad0a0d02bc474e5dd.
2016-12-14Update README.mdStephane Delcroix1-6/+6
larger badges
2016-12-14Update README.mdStephane Delcroix1-6/+6
align badges...
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix6-3/+57
* [XamlC] compiled Trigger * remove file header * name bool parameters
2016-12-14[XamlC] Allow compilation of IValueProviders (#622)Stephane Delcroix7-6/+86
* [XamlC] Allow compilation of IValueProviders `IValueProvider`s tagged with the appropriate attribute will be bypassed and the compiled version, if found, will be used. This first version contains a compiled version of Setter's IValueProvider and it already reduces the amount of generated IL by 39% in, e.g. StyleTests. It's a huge gain because XamlC no longer have to generate ServiceProviders for those, so the methodbody is smaller, takes less time to jit, less time to execute and nothing is invoked at runtime, which probably saves a tons of time as well, as most IValueProvider implementation heavily uses reflection. * name bool parameters
2016-12-14Update readme (#644)adrianknight891-2/+2
* update readme * change header
2016-12-13Disable using EstimatedRowHeight for uneven rows with known heights (#454)E.Z. Hart3-11/+248
2016-12-13[XamlC] remove unused variables (#620)Stephane Delcroix1-1/+34
2016-12-12Add missing interface implementationsE.Z. Hart1-0/+10
2016-12-12Updating UITest package to 2.0.3E.Z. Hart6-9/+9
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix6-13/+73
2016-12-12[XamlC] Optimize Stloc/Ldloc (#614)Stephane Delcroix2-1/+21
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix5-1/+63
This doesn't happen often, and I haven't found any valid XAML file out there requiring this, but in the case of 49307, it at least generates valid IL, which then fails with a NRE as this is the nature of callvirt.
2016-12-12Revert "Remove iOS8 build badge"Rui Marinho1-0/+2
This reverts commit 19982b5bd13deb25d1ea4cb4dd157807f4f199db.
2016-12-12Remove iOS8 build badgeRui Marinho1-2/+0
2016-12-12[XamlC] optimize Datatemplate IL as well (#612)Stephane Delcroix4-24/+44
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix6-2/+131
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix5-4/+58
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix4-3/+104