summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers
AgeCommit message (Expand)AuthorFilesLines
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts2-0/+8
2017-01-26[Android] Keyboard should not change layout while dismissing on Entry and Edi...adrianknight892-14/+12
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-2/+2
2017-01-21[A]Fix potential crash when calling ClearFocus in SearchBarRenderer (#700)Jason Smith1-4/+16
2017-01-11Don't create FontExtensions Regex unless/until necessary (#676)E.Z. Hart1-3/+6
2017-01-11Enable 24-hr formatting for Android TimePicker (#654)Philipp Sumi1-2/+4
2016-12-28Fix comment typoSamantha Houts1-1/+1
2016-12-19Slider should show user-set value on initial load (#378)adrianknight891-12/+18
2016-12-14Fix potential NRE in ConditionalFocusLayout (#587)2.3.3.175E.Z. Hart1-6/+3
2016-12-06[Android] Dismiss context menu when view cell is removed (#568)adrianknight891-3/+6
2016-12-06[Android] ScrollView should send correct ScrollX and ScrollY (#394)adrianknight891-10/+39
2016-12-06Don't render empty TextCells for TableSections without Title (bugs 26104 and ...Michael Rumpler2-69/+109
2016-11-16[C] Use a Binding for ItemsSource object selectionStephane Delcroix1-3/+4
2016-11-15Added CornerRadius property To Frame controlAndrei N1-11/+32
2016-10-31[Android] Forward ScrollView touch events to custom renderers (#472)adrianknight892-1/+16
2016-10-20Fix ProgressBar renderer (#439)adrianknight891-5/+7
2016-10-17[Android] Fix NRE When Scrolling ListView and Item With Context Actions Is Se...Jimmy Garrido1-7/+0
2016-10-12[Android] Fix possible NRE when detaching NavigationPageRenderer (#415)Rui Marinho1-3/+3
2016-09-13Revert "Revert "[Android] Fix warnings (#346)""Rui Marinho1-0/+1
2016-09-13Revert "[Android] Fix warnings (#346)"Rui Marinho1-1/+0
2016-09-13[Android] Fix warnings (#346)Rui Marinho1-0/+1
2016-08-30KeyboardExtensions is now public (#326)adrianknight891-1/+1
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum19-19/+115
2016-08-16[A] Pre-AppCompat ListView Indicator ... (#281)Samantha Houts1-1/+1
2016-08-03Fix bugzilla41209 (#216)Rui Marinho2-1/+53
2016-08-03[Android] Fix ListView contextual actions not closing in AppCompat's Navigati...Paul DiPietro1-2/+12
2016-08-02[A, iOS] ListView Pull-To-Refresh indicator animates when navigating back to ...Samantha Houts1-3/+15
2016-08-02[Android] By using the SetSingleLine(true), the developers are no (#234)Depechie1-6/+5
2016-07-26[Android] Fix focus/unfocus behavior on both Picker renderers (#264)Paul DiPietro1-1/+6
2016-07-18Android Custom Font support (#236)Roy1-23/+54
2016-07-18[Android] Null reference exception fix (#252)Toni Petrina1-7/+13
2016-07-18[Android] Remove API check in ActivityIndicatorRenderer's UpdateColor method ...Paul DiPietro1-3/+0
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate is...Rui Marinho1-15/+24
2016-07-12[Android] TimePicker unfocuses on cancel (#238)Paul DiPietro1-0/+17
2016-07-11Fix DatePicker dialog regression (#249)Paul DiPietro1-4/+13
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-3/+3
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart1-8/+19
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho1-0/+1
2016-06-17[Android] Take in account status bar padding on master when using split beha...Rui Marinho1-1/+4
2016-06-17Fix 39802 (#217)Rui Marinho1-35/+53
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts5-60/+84
2016-06-16[Android] DatePicker unfocuses on cancel (#204)Paul DiPietro1-0/+11
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart1-6/+35
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart9-44/+56
2016-06-09[Android] Always create a new cell for GroupHeader when using Recycling (#206)Rui Marinho1-1/+14
2016-05-27[Android] UpdateToolbar when page is added before on non AppCompact (#195)Rui Marinho1-0/+9
2016-05-10[Android] Isolate fragment management for children of MasterDetailPage (#136)E.Z. Hart1-14/+21
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart2-12/+17
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-1/+1
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-19/+24