summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/ViewRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Set the Id field for Android Views created by Forms (#1004)E.Z. Hart1-2/+6
* Repro of modal-over-map-crash issue * Automated test for maps modal crash * Generate Ids for all Renderer Views on Android * Add Ids for PageContainer and PageRenderer * Remove TODO comment * Verify fast renderers aren't disposed before querying Id
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts1-5/+5
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-2/+2
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-07Fixed issue where errant "." were appearing on droid controls due to hints. ↵BradChase20111-1/+1
(#801)
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts1-1/+98
* [Core] Add accessibility properties * [Controls] Add accessibility gallery * [iOS] Implement accessibility properties * [Android] Implement accessibilty properties * [Win] Implement accessibility properties * [Win] Select ListView item on selected for a11y * Update docs * TODO: macOS accessibility * [iOS] Fix failing UI Tests
2016-10-03Make CreateNativeControl virtual instead of abstract (#406)Jason Smith1-2/+5
Fixes backwards compatibility issue.
2016-09-27Clean up listeners and tag on ButtonRenderer during disposal (#360)E.Z. Hart1-1/+2
Clean up OnFocusChangeListener on ViewRenderer during disposal Prevent memory leak of PageContainer/FragmentContainer when animating fragment transitions Call Destroy() on Map during disposal Rebasing
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum1-0/+2
* 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-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 ↵E.Z. Hart1-1/+1
disposed (#129)
2016-03-29 [A]Resolve issue where calling Focus in an unfocus event would failJason Smith1-2/+12
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39702 without API change. This does cause android to always indicate a focus event was succesful now because we have no way of knowing ahead of time if it will succeed or fail. That said we always already indicated that unfocus was successful because android has no way of reporting such a failure.
2016-03-22Initial importJason Smith1-0/+205