summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Fix NRE when background color of button set in FormsApplicationActivity (#1010)E.Z. Hart1-5/+7
2017-06-26Fix border on android buttons (#941)Rui Marinho2-57/+10
2017-06-22Set the Id field for Android Views created by Forms #1004E.Z. Hart2-0/+6
2017-06-22Remove debug outputs (#1008)Paul DiPietro1-1/+0
2017-05-04[Android] Add null check before creating and drawing canvas bugzilla 55559 & ...Koen Hendriks1-0/+3
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart4-15/+74
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts1-0/+3
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido1-2/+2
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts2-3/+3
2017-04-06Added Section indexes when FastScrolled is enabled (#850)James Clancey3-7/+91
2017-04-06Android fastrenderers (#845)Rui Marinho14-101/+75
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts1-1/+17
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart4-18/+82
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFas...Rui Marinho2-11/+35
2017-03-08[Android] Add null checks to ActivityIndicator (#804)Samantha Houts1-2/+8
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces958-16/+29
2017-02-22add support for view cellsAdrian Knight1-22/+15
2017-02-22image supports vectorsAdrian Knight1-12/+24
2017-02-21update IEditorController callsitesChris King1-2/+4
2017-02-17Add missing virtual keywordsE.Z. Hart1-1/+1
2017-02-17Add localized listener for Android numeric inputE.Z. Hart4-3/+247
2017-02-17[A] Do not throw error for first param in ScrollTo (#742)Paul DiPietro1-0/+3
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped er...adrianknight891-1/+2
2017-02-02Add pressed and released events to Button (#446)Kangho1-0/+26
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