summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] Fix order in which repos are being syncedupstream/al-fix-reposAndrey Li2018-10-261-2/+2
|
* [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 ↵Łukasz Paczos2018-10-262-71/+127
| | | | requested before the map is initialized
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-254-196/+45
| | | | | | | | The `style::Layer` class now exposes all the properties contained at `style::LayerImpl`. This allowed to drop `style::Layer::accept()` method usage, avoid the repeated generated code and thus save some binary size. This patch is a part of the layers modularization effort.
* [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-252-0/+28
|
* [ios, macos] Refined MGLLineStyleLayer.lineGradient documentationMinh Nguyễn2018-10-252-4/+9
|
* [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
| | | | | | * MGLMapView <-> MGLMapViewDelegate * MGLCalloutView <-> MGLCalloutViewDelegate * MGLLocationManager <-> MGLLocationManagerDelegate
* [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 ↵Tamás Szincsák2018-10-247-10/+4
| | | | increase stability on Android 4.4 and below
* [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
| | | | For converting to Java types, flatten 'text-field' back to a string.
* [android] - remove view tree observerTobrun2018-10-241-28/+1
|
* [ios] Log event when offline pack is createdNadia Barbosa2018-10-235-0/+52
|
* Revert "[android] - infer nullity"tobrun2018-10-23131-1375/+415
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-2327-47/+28
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-231-13/+20
| | | | | | - ensure that low priority requests are handled last - add option to set the number of maximum concurrent requests for tests - some style fixups
* [core] add logic of high and low priority requests to OnlineFileSourceHuyen Chau Nguyen2018-10-231-22/+85
| | | | | - only process low priority requests (=offline requests) if there are no outstanding regular requests - favour regular requests over low priority ones
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-231-3/+6
| | | | | - priorities can be low or regular - offline downloads should have low priority to not throttle "regular requests"
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-232-3/+3
|
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-232-6/+15
|
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-235-38/+29
|
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+1
|
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-192-0/+10
|
* [core] CameraOptions receives and outputs angle and pitch as degrees, not ↵Bruno de Oliveira Abinader2018-10-196-18/+17
| | | | radians
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-1/+0
|
* [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
| | | | 5 second timeouts have been intermittently failing on CI.
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-173-3/+8
|
* [darwin,test] Add "must-revalidate" support to putResourceWithURLChris Loer2018-10-173-7/+12
| | | | | Testing must-revalidate: true required an expiration date in the future, which exposed a round-tripping problem from translating NSDate to time_point based on now(). Use epoch of 1970 instead (although technically it's not guaranteed to be the epoch for system_clock until C++20)
* [test] Test[ MGLOfflineStorage putResourceForURL]Chris Loer2018-10-171-0/+53
|
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-173-1/+56
| | | | Useful for pre-warming the ambient cache
* [darwin] Add MGLOfflineStorage putResourceForURLChris Loer2018-10-172-0/+44
| | | | Useful for pre-warming the ambient cache
* [core] Promote DefaultFileSource::put to general use.Chris Loer2018-10-171-4/+4
|
* [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
|
* [core, test] Add BiDi unit testChris Loer2018-10-151-2/+7
| | | | | | - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-154-2/+69
| | | | | | - No dedicated support for creating format expressions - Java accessors for 'text-field' flatten back to String - 'text-field' setter implicitly creates a 'format' expression. For tests, use JsonArray to build an equivalent format expression by hand.