summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/ViewRenderer.cs
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Set the Id field for Android Views created by Forms (#1004)E.Z. Hart1-2/+6
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts1-5/+5
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-2/+2
2017-03-07Fixed issue where errant "." were appearing on droid controls due to hints. (...BradChase20111-1/+1
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts1-1/+98
2016-10-03Make CreateNativeControl virtual instead of abstract (#406)Jason Smith1-2/+5
2016-09-27Clean up listeners and tag on ButtonRenderer during disposal (#360)E.Z. Hart1-1/+2
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum1-0/+2
2016-06-03ViewRenderer unsubscribe from FocusChangeRequested on dispose (#193)kingces951-0/+6
2016-05-24Protect against null Control (#171)Shawn Castrianni1-0/+3
2016-04-24Allow renderers to specify whether native controls should be eagerly disposed...E.Z. Hart1-1/+1
2016-03-29 [A]Resolve issue where calling Focus in an unfocus event would failJason Smith1-2/+12
2016-03-22Initial importJason Smith1-0/+205