summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] remove isMapInitialized checkupstream/lp-13206-is-initialized-checkŁukasz Paczos2018-10-301-28/+7
* [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
* [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
* [android] reworks MapCallback to execute correctly when a new style is reques...Łukasz Paczos2018-10-262-71/+127
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2530-929/+203
* [android] deprecated ZoomButtonsController supportŁukasz Paczos2018-10-252-0/+7
* [android] telemetry 3.5.0 bump (#13171)Łukasz Paczos2018-10-252-9/+14
* [build] GCC 7+ complains about -Wimplicit-fallthrough in utf.cppBruno de Oliveira Abinader2018-10-251-0/+9
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-255-1/+107
* [ios, macos] Refined MGLLineStyleLayer.lineGradient documentationMinh Nguyễn2018-10-252-4/+9
* [core] Avoid wrapping longitude values of exactly 180 and 360 (#12797) (#13006)Ryan Hamley2018-10-242-1/+5
* [ios] Updates for 4.6.0-alpha.2 releaseios-v4.6.0-alpha.2Jason Wray2018-10-244-3/+10
* [ios][documentation] add two links for delegatesJosh Erb2018-10-243-0/+10
* [android] - update changelogs for v6.7.0-alpha.2 and v6.6.2android-v6.7.0-alpha.2Tobrun2018-10-241-0/+14
* File deactivate should be called before callbacksBharath MG2018-10-241-3/+3
* [android] Removed an unused importTamás Szincsák2018-10-241-1/+0
* [android] Revert vectorDrawables.useSupportLibrary to false in order to incre...Tamás Szincsák2018-10-247-10/+4
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-246-34/+63
* [android] update local streets style used for CI testingŁukasz Paczos2018-10-241-8573/+1457
* [android] "format" expression supportŁukasz Paczos2018-10-2423-109/+1062
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-243-52/+11
* [android] - remove view tree observerTobrun2018-10-241-28/+1
* [android] - remove shell command when activating google cloud service accountTobrun2018-10-241-1/+0
* [ios] Log event when offline pack is createdNadia Barbosa2018-10-235-0/+52
* Add configuration for stale botThiago Marcos P. Santos2018-10-231-0/+28
* Revert "[android] - infer nullity"tobrun2018-10-23131-1375/+415
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-2327-47/+28
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-234-14/+113
* [core] add logic of high and low priority requests to OnlineFileSourceHuyen Chau Nguyen2018-10-231-22/+85
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-236-25/+109
* [core] address nitsKonstantin Käfer2018-10-233-5/+5
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-234-47/+108
* [core] remove special case for WindowsKonstantin Käfer2018-10-231-16/+0
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-2321-56/+61
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-239-32/+57
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-2312-68/+34
* [core] remove use of <boost/algorithm/string.hpp>Konstantin Käfer2018-10-234-6/+7
* [core] don't use <sstream> and <iomanip> for string constructionKonstantin Käfer2018-10-234-30/+43
* [core] only include <sstream> when we need itKonstantin Käfer2018-10-231-1/+3
* [core] add the ability to stringy numbers as hexKonstantin Käfer2018-10-233-0/+32