summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* [android] - ceil map dimensionsupstream/lp-cp-12116Łukasz Paczos2018-06-111-2/+2
* [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-291-14/+15
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-282-2/+7
* [android] - raw expression supportŁukasz Paczos2018-05-283-9/+106
* UI thread checking (#12000)Tobrun2018-05-2524-105/+540
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-252-32/+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
* [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-05-141-1/+6
* [android] - improve stop javadoc to include interpolateTobrun2018-05-141-1/+5
* [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] added more tests for LatLngBounds.union(), LatLngBounds.intersect()...Osana Babayan2018-05-111-51/+175
* [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-022-9/+6
* Revert "[android] - unwrap LatLngBounds for the shortest path when passing to...Łukasz Paczos2018-05-022-46/+12
* [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-021-6/+2
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-10/+10
* [android] - unwrap LatLngBounds for the shortest path when passing to core (#...Łukasz Paczos2018-04-242-12/+46
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2375-6537/+3586
|\
| * [android] - match expression doc tweaks (#11691)Łukasz Paczos2018-04-171-0/+4
| * Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-112-5/+186
| * [android] center was calculated incorrectly for LatLngBounds with zero span (...Osana Babayan2018-04-111-4/+3
| * [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-101-1/+1
| * [android] - add convinience step expression (#11641)Tobrun2018-04-101-0/+128
| * [android] - add javadoc code examples for Android (#11540)Tobrun2018-04-101-23/+1413
| * [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-101-2/+6
| * Rework expression conversion (#11490)Tobrun2018-04-108-8/+9
| * [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
| * Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-31/+31
| * [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
| * [android] - throw illegal argument exception when attempting to convert an Pr...Tobrun2018-04-041-1/+4
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-17/+3
| * [android] - allow multiple expressions in string, number and bool asserting e...Tobrun2018-03-261-3/+3
| * [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-1/+1
| * [android] - correctly convert Android int colors with to-color expression (#1...Tobrun2018-03-231-30/+2
| * [android] - expose public api telemetry (#11503)Tobrun2018-03-225-18/+27
| * [android] - make default output param from step expression more descriptive, ...Tobrun2018-03-221-16/+20
| * Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-0/+24