summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] expose endpoint change for snapshotterupstream/lp-backport-13508-horchataŁukasz Paczos2018-12-112-2/+27
| | | | (cherry picked from commit 5fa5c15)
* [android] changelog for v6.7.2android-v6.7.2Łukasz Paczos2018-11-301-2/+6
| | | | (cherry picked from commit c2a8121)
* Send turnstile event while create MapSnapshotter instance (#13475)Kevin Li2018-11-301-0/+7
| | | | (cherry picked from commit 217acb8)
* [docs] Changelog entries for local font usage by MapSnapshotterChris Loer2018-11-303-0/+38
| | | | (cherry picked from commit 4172076)
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-304-7/+39
| | | | | | Use local glyph generation in test app's MapSnapshotterActivity. (cherry picked from commit 0bba794)
* [ios, macos] Pass program cache path and local font family config options to ↵Chris Loer2018-11-301-2/+6
| | | | | | MGLMapSnapshotter. (cherry picked from commit 336409b)
* [core] Expose "local ideograph font family" in MapSnapshotter.Chris Loer2018-11-302-6/+10
| | | | (cherry picked from commit afdc243)
* [android] telemetry 3.5.6 bump (#13486)Łukasz Paczos2018-11-301-1/+1
|
* [qt][build] synchronize appveyor config with masterandroid-v6.7.1Thiago Marcos P. Santos2018-11-161-63/+63
| | | | (cherry picked from commit 4e15a0c)
* [android] changelog for 6.7.1Łukasz Paczos2018-11-161-0/+23
| | | | (cherry picked from commit 91d8920)
* [android] bump telemetry to 3.5.4, update changelog for 6.6.7Łukasz Paczos2018-11-162-1/+7
| | | | (cherry picked from commit 361d8cc)
* macos-v0.12.0macos-v0.12.0Minh Nguyễn2018-11-082-2/+2
| | | | Cherry-picked from ad235d3f6c12e784511893a8219f32a004fe158b.
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-11-082-19/+27
| | | | Cherry-picked from 9d7d7a1d73cf6d9d58bac074a2477c3d0e5ba70a.
* [core] Cleared out staged changelog entriesMinh Nguyễn2018-11-086-26/+0
| | | | Cherry-picked from be56409d800dc02ac72bdfa89fdb133a448c96a5.
* [ios] Bump podspecs and update changelog for 4.6.0ios-v4.6.0Jason Wray2018-11-074-4/+4
|
* [android] - update changelog for v6.7.0 and prior 6.6.x releasesandroid-v6.7.0Tobrun2018-11-071-8/+18
|
* [android] - handle null getMapAsync invocations, deliver onMapReady only onceTobrun2018-11-071-2/+8
|
* [android] verify if `text-field` is not null before performing compatibility ↵Łukasz Paczos2018-11-0712-8/+181
| | | | | | operations (cherry picked from commit bb55bae)
* [android] log Java exception and fail silently instead of throwing a native ↵Łukasz Paczos2018-11-073-36/+229
| | | | | | exception in the map state callbacks (cherry picked from commit 39423cc)
* [android] - update telemetry to v3.5.2Tobrun2018-11-061-1/+1
|
* [android] reintroduce OnMapChange invocationŁukasz Paczos2018-11-061-3/+14
|
* [android] null-check nativeMapView in case it's destroyedŁukasz Paczos2018-11-061-2/+6
| | | | (cherry picked from commit 68fd3a2)
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-053-10/+20
| | | | (cherry picked from commit a282b19)
* [ios] CP #13266 - Changed event attributes to be JSON serialization ↵Julian Rex2018-11-022-2/+2
| | | | friendly. (#13267)
* [ios] Update changelog for 4.6.0-beta.1ios-v4.6.0-beta.1Jason Wray2018-10-311-0/+3
|
* [ios] Bump podspecs for 4.6.0-beta.1Jason Wray2018-10-313-3/+3
|
* [android] - update changelog for v6.7.0-beta.1 and v6.6.3android-v6.7.0-beta.1Tobrun2018-10-311-0/+14
|
* [ios, macos] Added $lineProgress expression variableMinh Nguyễn2018-10-309-0/+40
|
* [ios, macos] Fixed typo in style authors guideMinh Nguyễn2018-10-303-3/+3
|
* [macos] Removed redundant sign flipMinh Nguyễn2018-10-301-1/+1
| | | | Fixed an issue where the mbgl::CameraOptions’ heading was misinterpreted as going counterclockwise instead of clockwise.
* [iOS] Update mobile events submodule (#13228)Randall Lee2018-10-303-0/+18
| | | | | | | | | | * Update mobile events submodule Updates submodule to the latest release. https://github.com/mapbox/mapbox-events-ios/releases/tag/v0.7.0 I don't think a changelog addition is necessary. * Update core files using script
* [android] gestures library v0.3.0 bumpŁukasz Paczos2018-10-302-4/+2
|
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
|
* [core] upgrade geojsonvt to v6.6.2 (#13231)Vladimir Agafonkin2018-10-301-1/+1
|
* [build] Fix stale botThiago Marcos P. Santos2018-10-301-2/+2
| | | | | | | It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment.
* [ios] Update pre-release installation instructionsupstream/fb-pre-release-installationJason Wray2018-10-292-7/+10
|
* Fix a crash in MapView intializationphilemonmerlet2018-10-291-2/+2
| | | app:srcCompat should be used with AppCompatImageViews. Otherwise the image may not be set, which causes a crash in MapView initialization
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-296-29/+50
| | | | AppCompatActivity
* [android] deliver onMapReady only at the end of the initialization blockŁukasz Paczos2018-10-291-2/+3
|
* [ios, macos] Fixed crash on nullary vararg expression functionMinh Nguyễn2018-10-274-4/+45
| | | | Equate the nullary and unary forms of vararg-style aftermarket expression functions when converting to JSON objects.
* [macos] Added icon for fill extrusion layers to macosappMinh Nguyễn2018-10-274-0/+215
|
* [ios, macos] Updated changelogsMinh Nguyễn2018-10-262-0/+6
|
* [ios, macos] Removed extraneous radian-degree conversionsMinh Nguyễn2018-10-262-10/+10
|
* Add a custom logging for the Mapbox Maps SDK for iOS.Fabian Guerra2018-10-2612-3/+217
|
* [build] Show ccache stats on CircleCI againJason Wray2018-10-261-1/+1
|
* [android] Fix order in which repos are being synced (#13202)Andrey Li2018-10-261-2/+2
|
* [darwin, build] Fix RelWithDebInfo name in cmake Xcode configJason Wray2018-10-261-1/+1
|
* [android] bumped telemetry version to 3.5.1Łukasz Paczos2018-10-261-1/+1
|
* [macos] add changelog for PR 13019Huyen Chau Nguyen2018-10-261-1/+2
|
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-267-52/+77
|