summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-211-2/+4
* [android] - style image accessorTobrun Van Nuland2017-08-182-0/+13
* [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-173-57/+19
* [android] - create smallest possible LatLngBounds when visible region crosses...Tobrun2017-08-171-8/+7
* [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-161-1/+1
* [android] - deprecate MyLocationView in favor of LocationLayer pluginTobrun Van Nuland2017-08-154-0/+37
* [android] - re-add projectedMetersTobrun Van Nuland2017-08-151-0/+15
* [android] - optimise icon managementTobrun Van Nuland2017-08-103-16/+52
* [android] - provide compability with Samsung devices forcing 3-4 array matrix...Tobrun2017-08-101-3/+27
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-102-2/+23
* [android] - annotate MapboxMap with UiThreadTobrun Van Nuland2017-08-071-107/+1
* [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-011-1/+1
* [android] - remove preview image integration (#9657)Tobrun2017-08-011-2/+1
* [android] - move ZoomButtonController creation to view initalisation (#9587)Tobrun2017-08-012-15/+17
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-284-10/+11
* [android] fix compass direction (Transform::getCameraOptions returns counterc...Pablo Guardiola2017-07-271-1/+2
* [android] - add zMediaOverlay configuration, add bottom sheet test setupTobrun Van Nuland2017-07-262-4/+33
* [android] - forward getMapAsync to map for fragmentTobrun Van Nuland2017-07-262-4/+16
* [android] - hook into onGlobalLayout to start creating the surface and as a r...Tobrun Van Nuland2017-07-251-3/+14
* [android] - don't query for shape annotations if none were addedTobrun Van Nuland2017-07-251-4/+6
* [android] fix added to map checks because LongSparseArray#indexOfKey could re...Pablo Guardiola2017-07-254-33/+20
* [android] - harden click handling of shape annotationsTobrun Van Nuland2017-07-241-4/+20
* [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-241-3/+2
* [android] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-202-27/+27
* [android] - avoid creating InfoWindow iterator if no InfoWindows are shown (#...Tobrun2017-07-201-11/+6
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-203-0/+84
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-192-90/+90
* [android] - trying to update non-existent polyline fix #9543 (#9544)Łukasz Paczos2017-07-191-0/+1
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-182-11/+148
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-181-1/+1
* [android] - feature - location accuracy indicator threshold (#9472)Tobrun2017-07-173-2/+65
* [android] - rewire gesture handling and telemetry event push (#9494)Tobrun2017-07-171-64/+57
* Hit test Marker and MarkerViews (#9424)Tobrun2017-07-074-76/+132
* [android] - map's visible region fix #9427 (#9428)Łukasz Paczos2017-07-061-4/+4
* [android] - validate if platform implementation doesn't return a null motion ...Tobrun2017-07-061-2/+6
* [android] Fix my location drawable getting tinted (#9410)Pablo Guardiola2017-07-063-18/+44
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-0511-95/+388
|\
| * OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-294-15/+39
| * Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-206-40/+195
| * fix trackball long press timeout calling the main thread method on a backgrou...Pablo Guardiola2017-06-201-1/+2
| * Validate camera position before transforming (#9275)Tobrun2017-06-201-3/+7
| * Cherry pick release (#9263)Tobrun2017-06-141-4/+12
| * [android] - correct source changed map event javadoc (#9243)Tobrun2017-06-131-1/+1
| * Cherry picks to release branch (#9230)Tobrun2017-06-091-16/+2
| * [android] - update components with camera values when animating (#9174)Tobrun2017-06-091-0/+9
| * Custom location source fix (#9142)Tobrun2017-06-093-25/+67
| * [android] - invalidating MyLocationView bearing when not following position (...Tobrun2017-06-081-0/+5
| * [android] - option to disable camera animation while following position (#9210)Łukasz Paczos2017-06-072-4/+43
| * [android] - remove conversion from pixels to dp (#9205)Tobrun2017-06-071-1/+1
| * [android] - keep location tracking mode after screen rotation (#9187)Łukasz Paczos2017-06-061-3/+11