summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Expand)AuthorAgeFilesLines
* [android] - add collator supportupstream/tvn-wip-collatortobrun2018-08-132-1/+391
* typo fix (#12593)Langston Smith2018-08-101-1/+1
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-17/+66
* 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-279-39/+145
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-271-15/+23
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-2655-10/+641
* [android] - add minimal touch target to marker click detectionTobrun2018-07-261-3/+18
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-231-4/+9
* [android] - fix accesstoken validationtobrun2018-07-232-5/+32
* [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] - remove unique LatLng validation of LatLngBounds buildertobrun2018-07-092-35/+35
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-0/+8
* [android] - create device independent tests for camera position testingtobrun2018-07-057-40/+78
* [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] - range alpha between 0 and 1 with android color conversiontobrun2018-06-274-18/+52
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-262-5/+3
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-253-10/+31
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-213-0/+54
* [android] - dispatch camera start callback only when actually movingŁukasz Paczos2018-06-201-16/+12
* [android] make sure the object is still valid before calling nativeOnResponse()Konstantin Käfer2018-06-201-1/+5
* [android] Remove support for Fabric (#12126)Antonio Zugaldia2018-06-121-3/+0
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-121-8/+1
* [android] - ceil map dimensionsŁukasz Paczos2018-06-111-2/+2
* [android] - cleanup attrsŁukasz Paczos2018-06-112-35/+4
* [android] - parsing fragment's xml attributesŁukasz Paczos2018-06-072-0/+29
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-012-48/+116
* [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
* [core] [android] - add style json setter/getter to map snapshottertobrun2018-05-301-0/+6
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-292-16/+57
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-282-2/+7
* [android] - raw expression supportŁukasz Paczos2018-05-284-91/+255
* UI thread checking (#12000)Tobrun2018-05-2525-106/+540
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-253-41/+46
* [android] - update onMapChange docs for possible valuesŁukasz Paczos2018-05-241-0/+2
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-2/+12
* [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
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-0/+16
|\
| * [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-041-6/+2
| * [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-043-11/+7
| * [android] - null check source before removingŁukasz Paczos2018-05-041-1/+5