summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [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
* [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-05-141-1/+6
* [android] - clear map change listeners when map is destroyedTobrun2018-05-142-2/+4
* [android] - allow early callback registrationTobrun2018-05-141-5/+18
* [android] - integrate view callback abstractionTobrun2018-05-142-50/+57
* [android] - avoid rounding the pixelratio of the image addded through NativeM...Tobrun2018-05-111-2/+3
* [android] - null check source before removingŁukasz Paczos2018-05-021-1/+5
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-021-1/+1
* Revert "[android] - unwrap LatLngBounds for the shortest path when passing to...Łukasz Paczos2018-05-021-9/+4
* [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-021-6/+2
* [android] - unwrap LatLngBounds for the shortest path when passing to core (#...Łukasz Paczos2018-04-241-4/+9
* [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-101-2/+6
* [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
* [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
* [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-1/+1
* [android] - expose public api telemetry (#11503)Tobrun2018-03-224-16/+25
* [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-202-39/+38
* Expression filters (#11429)Tobrun2018-03-192-8/+8
* [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt eve...Guardiola313372018-03-192-2/+4
* [android] fixed TWO_FINGER_TAP telemetry event (#11460)Łukasz Paczos2018-03-161-0/+2