summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-25[XamlC] Check param type in op_Implicit (#876)Stephane Delcroix4-4/+73
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts4-1/+59
2017-04-25[Xaml] OnPlatform.Default value (#873)Stephane Delcroix4-2/+38
2017-04-20[XamlC] support nested types type declarations (#872)Stephane Delcroix3-2/+17
2017-04-20[XamlC] allow namespaces in {x:Type} markups (#867)Stephane Delcroix3-15/+39
2017-04-19calling API not available in all versions (#877)kingces951-1/+2
2017-04-19[Xaml][test] Passing test for Bz55343Stephane Delcroix3-0/+83
2017-04-18(Passing) test for 54977Stephane Delcroix3-1/+39
2017-04-18Make OnElementPropertyChanged virtual on fast renderers (#870)E.Z. Hart4-4/+4
2017-04-18README: add macOS to list of supported platforms (#871)Andres G. Aragoneses1-1/+1
2017-04-13Verify FragmentContainer created when queueing fragment transaction (Android)...E.Z. Hart7-15/+76
2017-04-13Update ListProxyTest.WeakToWeak so it works in Release mode (#866)E.Z. Hart1-10/+13
2017-04-12[Test]Ignore Weak reference test, failing only on releaseRui Marinho1-0/+2
2017-04-12[UITest]Fix release buildRui Marinho2-1/+2
2017-04-12Resource Manager fix for F# File Resources (Bugzilla 53515) (#825)Rob Lyndon1-8/+8
2017-04-11Map renderer extensibility (#844)jcmanke4-37/+65
2017-04-11Marking exposed plumbing internal only in the docs. (#863)Mike Norman51-365/+365
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix3-9/+58
2017-04-11Implicit impl of controller ifaces (#807)kingces95117-1496/+2156
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido4-28/+63
2017-04-11Spell correction of FromattedString (#864)Anders Rasmussen1-1/+1
2017-04-10Do not emit implict_op if from/to are same type (#862)kingces955-0/+13
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix7-17/+140
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts71-118/+120
2017-04-06Fix 52962; Cont refresh even when pullToRefresh is disabled (#810)kingces951-8/+9
2017-04-06More Xaml generic support (#857)Stephane Delcroix7-87/+106
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix4-0/+87
2017-04-06Fix 54334 (#855)Stephane Delcroix9-9/+257
2017-04-06OnResume assumed that _application had been set (#859)App Bureauet1-2/+2
2017-04-06Fix NRE when RecycleElement is on and list is scrolled quickly (#856)E.Z. Hart1-6/+0
2017-04-06[iOS] ActivityIndicator should not disappear when used in a ViewCell (#495)adrianknight894-6/+76
2017-04-06Added Section indexes when FastScrolled is enabled (#850)James Clancey4-7/+92
2017-04-06Android fastrenderers (#845)Rui Marinho51-592/+2247
2017-04-05[Xaml] updating the unittests project to cecil .10-b5 tooStephane Delcroix2-5/+5
2017-04-03Early april doc bugs (#854)Mike Norman4-167/+6
2017-03-31Hide alert window before setting result (#848)Jimmy Garrido1-1/+1
2017-03-30[XamlC] update cecil to 0.10.0-beta5Stephane Delcroix4-10/+10
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart11-2/+299
2017-03-27[WinRT/UWP] Enable selection in password entry (#677)Paul DiPietro3-10/+105
2017-03-27[Docs] Fix docs Scrollview IOS Specific (#843)Rui Marinho2-33/+78
2017-03-27Fix 53427; Change default UAP styling for a label (#837)kingces951-1/+1
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts3-0/+59
2017-03-24[Android]Refactor to use a extension method to get the drawable (#841)Rui Marinho4-10/+24
2017-03-24Bz53803 Android app crashes during initialization due to invalid cast of tool...BradChase20111-2/+10
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight896-3/+197
2017-03-24Setup a ConditionalWeakTable in ListProxy to hold weak references so that a L...Shane Neuville2-2/+102
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho9-8/+71
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts4-35/+131
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts5-1/+70
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart20-66/+991