summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog for the maps-1.6.0-rc.1 releasemaps-v1.6.0-rc.1Gali Nelle2020-04-201-12/+16
|
* Add change log entryGali Nelle2020-04-201-0/+4
|
* Update changelogAlexander Shalamov2020-04-161-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-04-141-0/+6
|
* when removing an image use the correct list ptr for presence verificationŁukasz Paczos2020-04-101-0/+2
| | | | This fixes an issues where calling `removeImage` would crash if the image was not present and the original list was not empty.
* Add change log entryMikhail Pozdnyakov2020-04-081-9/+15
|
* Add change log entryMikhail Pozdnyakov2020-04-081-0/+9
|
* Update change log for the maps-v1.5.1 releaseJuha Alanen2020-04-031-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-04-021-0/+9
|
* Update changelogAlexander Shalamov2020-04-011-4/+8
|
* Update changelogAlexander Shalamov2020-04-011-0/+6
|
* Update changelogJuha Alanen2020-04-011-0/+4
|
* Update changelogMikko Pulkki2020-03-301-0/+4
|
* Update change log for the maps-v1.5.0 releasemaps-v1.5.0Alexander Shalamov2020-03-261-0/+2
|
* Add changelogzmiao2020-03-261-1/+3
|
* Add change log entryMikhail Pozdnyakov2020-03-251-0/+6
|
* Update changelogAlexander Shalamov2020-03-251-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-03-241-0/+9
|
* [android] Add jni binding for styleable snapshotter (#16286)Kevin Li2020-03-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] Add jni binding for styleable snapshotter * Remove Map parameter from factories - remove unused map from factory interfaces. Map is only needed for repaint. * implement addlayer function * Implement addsource function for snapshotter * Implement addImages function * format codes * Apply baseline * Update CHANGELOG.md * Update map_snapshotter.cpp * Destroy snapshotter on the thread it was created * Activate file sources in start * Use custom deleter for snapshotter * format codes * Release snapshotter pointer to deleting lambda * Clang format * Update CHANGELOG.md * Fix review comments * FIx review comments Co-authored-by: Alexander Shalamov <alexander.shalamov@mapbox.com>
* Add Changelogzmiao2020-03-231-0/+6
|
* [core] Render::clearData clears fontsMikhail Pozdnyakov2020-03-201-1/+1
|
* Update changelogMikhail Pozdnyakov2020-03-201-14/+2
|
* Change log entryMikhail Pozdnyakov2020-03-181-0/+18
|
* Update change log for the maps-v1.4.1 releaseAlexander Shalamov2020-03-161-0/+2
|
* Update CHANGELOG.md (#16313)Kevin Li2020-03-161-0/+8
|
* Merge pull request #16305 from mapbox/mikhail_change_log_for_maps-v1.3.0maps_v1.4.0maps-v1.4.0upstream/maps_v1.4.0Mikhail Pozdnyakov2020-03-131-5/+9
| | | Update change log for the maps-v1.4.0 release
* Update Changelogzmiao2020-03-131-0/+5
|
* Add change log entryMikhail Pozdnyakov2020-03-121-0/+4
|
* Add change log entryMikhail Pozdnyakov2020-03-101-0/+4
|
* [core] Update changelogAlexander Shalamov2020-03-071-0/+5
|
* Add change log entryMikhail Pozdnyakov2020-03-061-1/+7
|
* Update changelogzmiao2020-03-051-0/+4
|
* [core] Update changelogAlexander Shalamov2020-03-051-5/+20
|
* [android] Add sort key jni binding for fill_layer and line_layer (#16256)Kevin Li2020-03-041-0/+6
|
* [android] Update toGeoJSON in android_conversion.hpp (#16243)Kevin Li2020-03-041-0/+6
| | | | | | | | * [android] Update toGeoJSON in android_conversion.hpp * Fix review comments * Update android_conversion.hpp
* Add change log entryMikhail Pozdnyakov2020-03-021-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-02-281-0/+6
|
* [core] Prepare changelog for maps-v1.3.0 (2020.02-release-vanillashake) releasemaps-v1.3.0Alexander Shalamov2020-02-281-0/+2
|
* Update changelogAlexander Shalamov2020-02-281-6/+10
|
* Add change log entryMikhail Pozdnyakov2020-02-281-0/+4
|
* [android] Add jni binding for min and max pitch (#16236)Kevin Li2020-02-281-0/+2
| | | | | | * [android] Add jni binding for min and max pitch * Update CHANGELOG.md
* [ios] Restored support for iOS 9–11 by defaultMinh Nguyễn2020-02-281-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-02-261-0/+24
|
* [core] Update changelogAlexander Shalamov2020-02-261-0/+4
|
* Update Changelogzmiao2020-02-261-0/+4
|
* Add a changelog entryMikhail Pozdnyakov2020-02-251-0/+10
|
* Update changelogzmiao2020-02-211-0/+4
|
* [core] Prepare changelog for maps-v1.2.0 (2020.02-release-vanillashake) releasemaps-v1.2.0Alexander Shalamov2020-02-171-0/+2
|
* [core] Update changelogAlexander Shalamov2020-02-171-0/+4
|
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-151-2/+6
| | | | | | | | | | | | | | | | | | * Implement in.cpp * Fix review comments. * Add expression_equality test for 'in' * Fix review comments. * [core] Update changelog. * [core] Update mapbox-gl-js * [core] Ignore render-tests/debug/padding * [core] Update baseline.