summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate `style::Layer` properties APIupstream/mikhail_consolidate_Layer_interfaceMikhail Pozdnyakov2018-10-2530-929/+203
| | | | | | | | 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.
* [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 ↵Bruno de Oliveira Abinader2018-10-1911-38/+36
| | | | radians
* [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
| | | | 5 second timeouts have been intermittently failing on CI.
* [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
| | | | | 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-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
| | | | | | - 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)
* [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
| | | | | | - 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.
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-158-14/+67
| | | | Add support for `MGL_FUNCTION('format', <text>, <options dictionary>)`
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1560-176/+907
|
* [core] Bidi support for styled text.Chris Loer2018-10-153-22/+127
| | | | Remove use of QString from non-ICU Qt stub bidi implementation since we weren't making use of it.
* [core,test] Update expression style parsing test fixture.Chris Loer2018-10-152-19/+15
| | | | Always clear errors before trying automatic coercion for a new compound expression overload.
* [core] Add automatic argument coercion for compound expressions with ↵Chris Loer2018-10-151-64/+91
| | | | multiple overloads.
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
|
* [android] - include mapbox sdk services proguard configurationTobrun2018-10-151-0/+6
|
* [android] - avoid printing exception for valid code execution pathTobrun2018-10-151-5/+8
|
* [android] - add equals, hashcode and toString to camera update types from ↵Tobrun2018-10-121-0/+157
| | | | CameraUpdateFactory
* [android] - infer nullityTobrun2018-10-12131-415/+1375
|
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-1227-28/+47
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-117-77/+1062
|
* [android] changelog for 6.6.0Łukasz Paczos2018-10-111-1/+1
|
* [ios] Bump podspecs to 4.5.0 and update changelog.Fabian Guerra2018-10-104-4/+4
|
* Reserve vector storage in the convert filter codeMikhail Pozdnyakov2018-10-102-4/+7
|
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-094-1/+41
|
* [ios] Fix divide-by-zero when setting FPS on iOS <10Jason Wray2018-10-091-0/+4
|
* [ios] Add support for Simulator in UIDevice.mgl_isLegacyDeviceJason Wray2018-10-091-2/+4
|
* [android] - fix readme to point to correct developing.md in rootTobrun2018-10-091-1/+1
|
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
|
* [linux] add map_snapshotter.*pp to linux core buildear7h2018-10-091-0/+4
|
* [ios, macos] Updated world tour locationsMinh Nguyễn2018-10-082-8/+10
|
* [build] Custom GDB no longer needed in Ubuntu BionicBruno de Oliveira Abinader2018-10-081-8/+6
|
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
|