summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [android] - infer nullityupstream/tvn-kotlin-compabilityTobrun2018-10-1230-154/+324
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-123-3/+5
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-113-6/+755
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-091-0/+9
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
* [android] preserve GLSurfaceView's EGL context on pauseŁukasz Paczos2018-09-261-0/+1
* [android] dispatch camera idle/transition cancelling only if requiredŁukasz Paczos2018-09-261-14/+35
* [android] clear CameraChangeDispatcher message queue when camera move is rest...Łukasz Paczos2018-09-262-117/+173
* [android] - add binding integration for cross source collisiontobrun2018-09-123-11/+46
* [android] LocationComponent - javadoc fixes, improved initialization, removed...Łukasz Paczos2018-09-122-8/+13
* [android] updated naming scheme and packages structure for LocationLayerPlugi...Łukasz Paczos2018-09-122-17/+17
* [android] save location stateŁukasz Paczos2018-09-121-0/+2
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-122-0/+11
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-122-6/+52
* [android] - update isEmulator checkTobrun2018-09-061-1/+8
* [android] MapStrictMode implementationŁukasz Paczos2018-09-044-7/+33
* [android] check if the map is destroyed before saving state in a fragmentŁukasz Paczos2018-09-042-4/+12
* [android] - make improve this map translatableTobrun2018-09-041-1/+5
* [android] - modularise the sdktobrun2018-08-2411-121/+158
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-221-3/+13
* [android] - update map intializer for OfflineRegionDefintion with OfflineGeom...tobrun2018-08-211-9/+35
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView a...Tobrun2018-08-212-12/+55
* [android] obtain paths to file directories on a worker threadŁukasz Paczos2018-08-201-1/+1
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-131-1/+1
* typo fix (#12593)Langston Smith2018-08-101-1/+1
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-271-38/+100
* [android] - wait for the initial render to occur before showing the map to th...Tobrun2018-07-274-25/+75
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-267-9/+121
* [android] - add minimal touch target to marker click detectionTobrun2018-07-261-3/+18
* [android] - expose getMap on native_map_viewTobrun2018-07-201-1/+1
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
* [android] harden map events creationŁukasz Paczos2018-07-171-1/+3
* [android] - add convenience method for destroyed state on MapView, can be use...tobrun2018-07-121-0/+13
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6
* [android] - create device independent tests for camera position testingtobrun2018-07-054-39/+75
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-052-6/+72
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-052-13/+68
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-4/+2
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-253-10/+31
* [android] - dispatch camera start callback only when actually movingŁukasz Paczos2018-06-201-16/+12
* [android] - ceil map dimensionsŁukasz Paczos2018-06-111-2/+2
* [android] - parsing fragment's xml attributesŁukasz Paczos2018-06-072-0/+29
* [android] - ensure that camera is invalidated before generating telemetry eventandroid-v6.2.0-beta.1Łukasz Paczos2018-06-012-15/+12
* [android] - expose enableOnUserRequest and disableOnUserRequest on Telemetrytobrun2018-05-302-6/+29
* UI thread checking (#12000)Tobrun2018-05-251-100/+113
* [android] - update onMapChange docs for possible valuesŁukasz Paczos2018-05-241-0/+2
* [android] - change MapView#initialize modifier to allow subclasses to overrid...Tobrun2018-05-221-5/+7
* [android] - expose MapView created callbacks on MapFragment and MapSupportFra...tobrun2018-05-172-2/+61
* [android] - add nullability annotations to public api for kotlin language int...tobrun2018-05-174-59/+81
* [android] - expose MapView#setOfflineRegionDefinitiontobrun2018-05-171-4/+35