summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-16[Xaml] Clone node tree on DT, allow markup to be evaluated multiple times (#295)Stephane Delcroix7-7/+144
2016-08-16[Windows] Correct enter/esc keypress behaviors for MessageDialog (#292)Paul DiPietro1-2/+2
2016-08-16[iOS] Change when we updated the XF INavigationPageController after popping a...Rui Marinho9-146/+130
2016-08-16Fix for BindingExpression memory leak (#279)Jonathan Peppers2-9/+96
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart16-532/+544
2016-08-16Invalidate measure of Label when FormattedText changes (#303)Akihiko Odaki2-0/+27
2016-08-16[A] Pre-AppCompat ListView Indicator ... (#281)Samantha Houts1-1/+1
2016-08-16[iOS] Fixed bug that made pull-to-refresh indicator always visible after 2+ p...Samantha Houts3-7/+54
2016-08-15[Xaml] Simplify listnodes with single elements (#304)Stephane Delcroix5-8/+42
2016-08-15Refix mc ignorable (#302)Stephane Delcroix13-72/+95
2016-08-15[Xaml] x:Static in x:Arguments (#288)Stephane Delcroix12-159/+313
2016-08-12Added note about line endings to Page.xml. (#300)Mike Norman1-1/+1
2016-08-11Fix mc ignorable (#298)Stephane Delcroix4-3/+14
2016-08-11Add Orange color to Color (#290)Kangho3-1/+20
2016-08-11[Win] Set BindingContext for default cell (#289)Samantha Houts2-6/+17
2016-08-10Unit tests for the PCL WeakEventManager (#280)E.Z. Hart3-15/+222
2016-08-09Add the key in the message on throwing a KeyNotFoundException (#282)Rogier van der Hee2-2/+11
2016-08-09[Android] Close the correct mode if it wasn't disposed (#283)Rui Marinho1-3/+3
2016-08-03Enable WebView to render local HTML files on WinRT platforms (#277)E.Z. Hart16-8/+240
2016-08-03identifer => identifier in ExportEffectAttribute.xml (#276)Mike Norman1-1/+1
2016-08-03Fixed https://github.com/xamarin/documentation/issues/1508 (#275)Mike Norman1-2/+2
2016-08-03Fix bugzilla41209 (#216)Rui Marinho5-1/+85
2016-08-03[Android] Fix ListView contextual actions not closing in AppCompat's Navigati...Paul DiPietro6-3/+141
2016-08-02[UWP/8.1] ListView respects keyboard selection (#182)Paul DiPietro1-22/+13
2016-08-02[A, iOS] ListView Pull-To-Refresh indicator animates when navigating back to ...Samantha Houts5-6/+91
2016-08-02Add missing compiler directives to fix build errorE.Z. Hart1-1/+3
2016-08-02[Android] By using the SetSingleLine(true), the developers are no (#234)Depechie1-6/+5
2016-08-02Dispose of child renderers in FrameRenderer (#265)E.Z. Hart3-2/+169
2016-08-02Change SourceChanged event on ImageSource to weak event to allow Images (#268)E.Z. Hart9-9/+360
2016-08-02[Android] Color.Accent is hardcoded (#270)Michael Rumpler1-13/+34
2016-08-02Xaml convert on add (#273)Stephane Delcroix10-75/+113
2016-08-02[Android] Add null check to prevent crashes when long clicking a text entry i...Paul DiPietro3-0/+59
2016-07-26[Android] Fix focus/unfocus behavior on both Picker renderers (#264)Paul DiPietro2-1/+9
2016-07-25[XamlC] fix a bug in the debugging code introduced last week (#267)Stephane Delcroix2-8/+14
2016-07-21[XamlC] Fix the getter of getters (#263)Stephane Delcroix4-2/+74
2016-07-18[8.1/UWP] ListView allows selection with enter key (#241)Paul DiPietro1-0/+11
2016-07-18Add workaround for bugzilla 37792 (#181)Vincent Costel1-1/+8
2016-07-18Android Custom Font support (#236)Roy1-23/+54
2016-07-18[Win] Setting TabbedPage.BarTextColor works (#244)Samantha Houts9-69/+220
2016-07-18Prevent FormsAppCompatActivity from loading fragments we don't use on restart...E.Z. Hart3-0/+52
2016-07-18[XamlC] correctly resolve override of virtual event handlers (#247)Stephane Delcroix3-1/+52
2016-07-18[Android] Null reference exception fix (#252)Toni Petrina1-7/+13
2016-07-18ixed issues where you could not force rotation with a NavigationPage on iOS. ...ytn3rd1-0/+34
2016-07-18Fixes issue when setting NavigationPage.SetHasBackButton after page has navig...Stefan de Vogelaere1-0/+2
2016-07-18[Android] Add dialog null check for AppCompat Picker OnClick (#257)Paul DiPietro1-15/+17
2016-07-18Fix for NullReferenceException when ItemSource has item removed and a… (#258)Praga Siva1-2/+5
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix10-14/+179
2016-07-18Windows image loader error handling (#260)E.Z. Hart24-38/+244
2016-07-18[Android] Remove API check in ActivityIndicatorRenderer's UpdateColor method ...Paul DiPietro1-3/+0
2016-07-18Ensure BindingContext is properly passed to CreateDefault in UWP ListView (#259)Jason Smith3-4/+42