summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.Android
AgeCommit message (Collapse)AuthorFilesLines
2017-07-24Remove InternalsVisibleTo from Maps (#1019)Kangho1-1/+1
2017-04-11Map renderer extensibility (#844)jcmanke1-18/+30
* Added extensibility features to Maps Android MapRenderer: - Moved map initialization to protected virtual method OnMapReady, called by explicit implementation of IOnMapReady - Added protected virtual method CreateMarker for customization of pins iOS MapRenderer: - Added protected virtual method CreateAnnotation for customization of pins Pin: - Unsealed the Pin class - Made Label a bindable property * [Docs] Update docs
2017-03-21Convert Android maps to GetMapAsync call (#824)Jason Smith1-28/+37
* [A] Move map renderer to calling GetMapAsync * [A] Make sure Map initializes correctly with Async map fetching
2017-03-08VSTS support (#803)Rui Marinho1-1/+1
* Fix certs * Try fix build reference * Update to nuget 3.5 * Remove BingMapsSDK * Revert git ignore change
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* 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-01-03[iOS/Android] Move Map camera to correct region on layout change (#548)adrianknight891-0/+1
* Move to region on layout change * remove visibility check
2016-10-04Fix tests on IOS10 [Do not merge] (#373)Rui Marinho1-1/+1
* [UITests] Update packages * [UITests] Fix formatting * [UITests] Fix tests * Add badges * Update Android csproj * fix
2016-09-27Clean up listeners and tag on ButtonRenderer during disposal (#360)E.Z. Hart1-13/+19
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-09-16Format MapRenderer according to project code style (#362)E.Z. Hart1-195/+243
* Format MapRenderer according to project code style * Using var instead of explicit type for Markers
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum1-4/+9
* 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-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-0/+1
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-20[Android] Add missing 23.3.0 package dependenciesSamantha Houts2-0/+19
2016-04-16Update android support packages to 23.3 (#102)Rui Marinho2-6/+6
2016-04-12Mop up enabling warnings as errors (#78)kingces952-4/+7
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro3-3/+12
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-06Warnings as Errors in product projectskingces951-0/+6
2016-03-22Initial importJason Smith6-0/+540