summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix29-214/+873
2016-09-08Native Bindings (#278)Stephane Delcroix33-8/+1510
2016-08-31Fix incorrect background property name on Win 8.1 phone and tablet styles (#329)E.Z. Hart2-5/+3
2016-08-30Fix docsJason Smith17-60/+107
2016-08-30[Win] Fix FontAttributes unexpectedly changing a label's size (#325)Paul DiPietro3-1/+61
2016-08-30[A] Check UserVisibleHint to prevent non-active tabs from firing SendAppearin...Paul DiPietro1-1/+2
2016-08-30KeyboardExtensions is now public (#326)adrianknight892-2/+2
2016-08-30[A] PanGestureRecognizer will consistently send Completed event (#313)Samantha Houts3-30/+72
2016-08-30Use character truncation in Windows (#321)E.Z. Hart6-14/+249
2016-08-30Fix for ListView BindingContext for Header/Footer (#312)Jonathan Peppers2-0/+56
2016-08-30Fix memory leak caused by BaseCellView and RendererHolder (#311)E.Z. Hart4-7/+123
2016-08-30Update Makefile to support linux env (#309)Kangho1-3/+12
2016-08-30Platform Specifics (#301)Samantha Houts150-775/+5473
2016-08-30Throw InvalidOperationException if AppLinkEntry.Thumbnail source is invalid (...Jimmy Garrido1-2/+6
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum24-28/+151
2016-08-25Fix crash when ItemsSource is set to null (#320)Jimmy Garrido1-1/+2
2016-08-25Fixed SinInOut description. (#319)Mike Norman1-1/+1
2016-08-25Fix regression by adding null check in Windows ListView selection (#314)Paul DiPietro1-1/+1
2016-08-17[Android] Fix for NullReferenceException when using the wrong activit… (#286)beta-2.3.2-pre2Oddbjørn Bakke1-0/+6
2016-08-16[WinRT] Remove preemptive setting of null upon action sheet closure (#305)Paul DiPietro1-1/+0
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