summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] cleanup isDismissible flagupstream/lp-cleanup-dismissable-flagŁukasz Paczos2018-10-242-25/+2
* [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
* [core] add ability to stringify doubles that are integer with and without tra...Konstantin Käfer2018-10-235-12/+18
* [core] deduplicate dtoa() from RapidJSON and add testsKonstantin Käfer2018-10-233-90/+21
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-196-0/+64
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-195-7/+34
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-1911-38/+36
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-188-32/+63
* [ios] Update changelog for 4.6.0-alpha.1ios-v4.6.0-alpha.1upstream/fb-ios-v4.6.0-alpha.1Jason Wray2018-10-171-0/+5
* [ios] Fix inaccuracies in 4.5.0 and 4.4.0 changelogsJason Wray2018-10-171-6/+6
* [ios] Bump podspecs for 4.6.0-alpha.1Jason Wray2018-10-173-3/+3
* [tests, darwin] Standardize on 10 second timeout for map loadingChris Loer2018-10-174-4/+4
* [docs] Changelog draft for putResourceForURLChris Loer2018-10-171-0/+5
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-173-3/+8
* [darwin,test] Add "must-revalidate" support to putResourceWithURLChris Loer2018-10-173-7/+12
* [test] Test[ MGLOfflineStorage putResourceForURL]Chris Loer2018-10-171-0/+53
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-173-1/+56
* [darwin] Add MGLOfflineStorage putResourceForURLChris Loer2018-10-172-0/+44
* [core] Promote DefaultFileSource::put to general use.Chris Loer2018-10-172-5/+15
* [android] - update changelog for 6.7.0-alpha.1 and 6.6.1android-v6.7.0-alpha.1Tobrun2018-10-171-1/+15
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-162-7/+5
* [android] - bump snapshot version to 6.7.0Tobrun2018-10-161-1/+1
* [docs] Changelog draft for 'format' expressionChris Loer2018-10-151-0/+4
* [core, test] Add BiDi unit testChris Loer2018-10-156-5/+119
* [test] Add unit test for TaggedString::trim()Chris Loer2018-10-152-0/+28
* [test] Enable 'format' Expression test.Chris Loer2018-10-151-2/+1
* [test] Bump GL JS pin.Chris Loer2018-10-151-0/+0
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-152-0/+21
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-154-2/+69
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-158-14/+67
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1560-176/+907
* [core] Bidi support for styled text.Chris Loer2018-10-153-22/+127
* [core,test] Update expression style parsing test fixture.Chris Loer2018-10-152-19/+15
* [core] Add automatic argument coercion for compound expressions with multiple...Chris Loer2018-10-151-64/+91