summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main
Commit message (Expand)AuthorAgeFilesLines
* Do not check connection if it is local requestupstream/external-pr-rjuszczykRadosław Juszczyk2017-09-121-4/+5
* [android] - don't recycle bitmap for icon reuse.Tobrun Van Nuland2017-09-121-10/+1
* [android] - avoid adding duplicate points to boundsTobrun2017-09-111-2/+4
* [android] Clear out mapCallback's OnMapReadyCallbacks on onDestroyRobin Darby2017-09-111-0/+5
* [android] fix is download complete (a download is complete when count and req...Pablo Guardiola2017-09-071-1/+1
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-6/+6
* [android] map snapshotterIvo van Dongen2017-08-301-0/+259
* Merge branch release tag ios-v3.6.2Fabian Guerra2017-08-292-1/+16
|\
| * Merge tag 'ios-v3.6.2' into masterFabian Guerra2017-08-282-1/+16
| |\
| | * [android] - release android v5.1.2, update configandroid-v5.1.2Tobrun Van Nuland2017-08-021-1/+1
| | * [android] - remove preview image integration (#9657)Tobrun2017-08-016-70/+1
| | * [android] - try/catch initalisation of Telemetry (#9658)Tobrun2017-08-011-2/+10
| | * [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-011-1/+1
| | * [android] fix compass direction (Transform::getCameraOptions returns counterc...Pablo Guardiola2017-07-281-1/+2
| | * [android] - don't query for shape annotations if none were addedTobrun Van Nuland2017-07-281-4/+6
| | * [android] fix added to map checks because LongSparseArray#indexOfKey could re...Pablo Guardiola2017-07-281-1/+1
| | * [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-281-7/+2
| | * [android] - harden click handling of shape annotationsTobrun Van Nuland2017-07-281-4/+18
| | * update release configandroid-v5.1.1Tobrun Van Nuland2017-07-211-1/+1
| | * [android] - update change log, fix typo public xmlTobrun Van Nuland2017-07-211-1/+1
| | * [android] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-212-27/+27
| | * [android] - manage InfoWindow selection in AnnotationManager (#9567)Tobrun2017-07-211-5/+0
| | * [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-212-9/+137
| | * Hit test Marker and MarkerViews (#9424)Tobrun2017-07-213-74/+131
| | * [android] - fine tune fling gesture (#9532)Tobrun2017-07-211-1/+1
| | * [android] Fix my location drawable getting tinted (#9410)Pablo Guardiola2017-07-213-18/+44
| | * [android] - map's visible region fix #9427 (#9428)Łukasz Paczos2017-07-211-4/+4
| | * [android] - validate if platform implementation doesn't return a null motion ...Tobrun2017-07-211-2/+6
| | * [android, ios, macos] Updated French localizationMinh Nguyễn2017-07-191-0/+15
| | * [android] - invible marker views performance fix #9419 (#9420)Łukasz Paczos2017-07-051-1/+1
* | | Implement icon-anchor propertyLauren Budorick2017-08-283-0/+91
|/ /
* | Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest"Tobrun Van Nuland2017-08-243-257/+200
* | Set Default MaxZoom to 22Asheem Mamoowala2017-08-211-2/+4
* | [android] - configure loggin of HttpRequest, cleanup HttpRequestTobrun Van Nuland2017-08-193-200/+257
* | [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-172-8/+17
* | [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] - restore max zoom to 25.5Tobrun Van Nuland2017-08-141-1/+1
* | [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] make text not selectable to fix infowindow issues caused because se...Pablo Guardiola2017-08-072-3/+3
* | [android] - annotate MapboxMap with UiThreadTobrun Van Nuland2017-08-071-107/+1
* | [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-011-1/+1
* | [android] - try/catch initalisation of Telemetry (#9658)Tobrun2017-08-011-2/+10
* | [android] - remove preview image integration (#9657)Tobrun2017-08-016-70/+1
* | [android] - move ZoomButtonController creation to view initalisation (#9587)Tobrun2017-08-012-15/+17