summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/EditorRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29[Android] Restore and obsolete EditorEditText and EntryEditText controls (#1114)E.Z. Hart1-1/+1
* Restore and obsolete EditorEditText and EntryEditText controls * Don't need to use the obsolete classes in the renderers * Update obsolete messages
2017-05-31[Android] Correctly size content after toggling soft keyboard in Resize mode ↵E.Z. Hart1-10/+36
(#927) * Repro of 45215 * Consolidate base class for Entry/Editor; add missing Dispose implementations * Fixed problem with hiding the keyboard and child layout in ScrollViewer * Force page layout update when navigating back from a keyboard-resized page * Explanatory comments * Fix namespace * Fix possible NRE after device rotation
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. Hart1-1/+17
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum1-1/+6
* Allow Custom Android MapRenderers to override the default MapView options * Larger effort to use CreateNativeControl () everywhere instead of just in the Android AppCompat renderers.
2016-03-22Initial importJason Smith1-0/+140