summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Update MGLSymbolStyleLayer.text documentation.upstream/fabian-localize-14393Fabian Guerra2019-04-152-0/+4
|
* [ios, macos] Add formating expressions localization test.Fabian Guerra2019-04-151-0/+10
|
* [ios, macos] Fix a localization issue.Fabian Guerra2019-04-151-0/+6
|
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-1510-60/+303
| | | | image overloads to style
* [android] - update license file for mapbox-java updatetobrun2019-04-151-21/+0
|
* [android] - update mapbox-java submoduletobrun2019-04-151-0/+0
|
* [android] - update mapbox java to v4.6.0tobrun2019-04-151-1/+1
|
* [ios, macos] Premultiply color values for mgl_colorNadia Barbosa2019-04-125-7/+47
| | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/14329
* [android] - allow snapshot generation without overlain view contenttobrun2019-04-121-4/+9
|
* [android] - update changelog for v7.3.1 releasetobrun2019-04-121-0/+6
|
* [android] - only perform thread checking in debug builds of the integrating ↵tobrun2019-04-128-18/+53
| | | | app. Use constants for source when thread checking
* Use emplace_hint for inserting render itemsMikhail Pozdnyakov2019-04-121-3/+3
|
* [core] Order render items properly across several sourcesMikhail Pozdnyakov2019-04-121-21/+30
|
* [android] - rework test to use query activity, fix attempt to render without ↵tobrun2019-04-127-20/+62
| | | | surface crash
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-123-15/+46
|
* [android] - add javadoc indicating that query methods can return empty ↵tobrun2019-04-121-6/+15
| | | | depending on map/surface state
* [android] - reproduce downstream navigation crash with queryRendererFeatures ↵tobrun2019-04-121-3/+13
| | | | when resuming Activity
* [ios] run glFlush when reducing memory and don't reduce memory while in ↵Konstantin Käfer2019-04-112-1/+6
| | | | background (#14383)
* [android] ignore equal offline region's download state updatesŁukasz Paczos2019-04-111-0/+4
|
* [android] activate the ConnectivityReceiver when starting the downloadŁukasz Paczos2019-04-111-0/+9
|
* [ios] Fix issue wrong position of attribution dialog after rotation (#14185)Lloyd Sheng2019-04-112-0/+22
| | | | * Fix issue #12897
* [ios] Updated podspecs for v4.11.0-alpha.2 (#14391)ios-v4.11.0-alpha.2Julian Rex2019-04-104-4/+3
|
* [iOS] Events submodule update (#14388)Randall Lee2019-04-103-232/+28
| | | | | | | * [iOS] Update Events submodule to v0.9.3 Internal change -- shouldn't require changelog notes.
* [macos] Fixed Auto Layout warningsMinh Nguyễn2019-04-101-29/+31
| | | | Added constraints to the offline CJK checkbox and updated constraints around it.
* [macos] Fixed offline CJK checkbox outlet connectionMinh Nguyễn2019-04-101-6/+6
|
* [ios] Deactivate MGLMapView IBDesignable (#14379)Fabian Guerra Soto2019-04-1012-33/+16
| | | | | | | | | | | | Removed MGLMapView's IBDesignable attribute. The map's view render attributes uses GL, making changes through the inspectables were not reflected in the storyboard and were causing IB crashes. * [ios] Deactivate MGLMapView IBDesignable. * [ios] Remove IBDesignable agent code. * [ios, macos] Remove NSProcessInfo category from iOS.
* [ios] Update mapbox/jazzy-themeJason Wray2019-04-101-0/+0
|
* [ios, build] Install latest jazzy, if not already installedJason Wray2019-04-101-1/+1
|
* [ios, build] Bump to jazzy 0.9.6Jason Wray2019-04-101-1/+1
|
* [android] release 7.4.0-alpha.2 changelog (#14387)android-v7.4.0-alpha.2Osana Babayan2019-04-101-0/+12
|
* [ios, macos] Add Mapbox Maps SDK metrics manager. (#13997)Fabian Guerra Soto2019-04-0914-6/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | Added MGLSDKMetricsManager to keep track of SDK related events such as tile download times. * [ios, macos] Add tile download performance event. * [ios, macos] Modify the performance event format. * [ios, macos] Add Mapbox Maps SDK events manager. * [ios, macos] Remove events delegate. * [ios, macos] Remove deprecated macro. * [ios, macos] Rename MGLEventsManager to MGLMetricsManager. * [ios, macos] Make MGLMetricsDelegate follow delegate convention. * [ios, macos] Remove mbgl-filesource target dependency on MGLMetricsManager. * [ios, macos] Update metrics manager documentation. * [ios, macos] Add device metadata. * [ios, macos] Rename MGLMetricsManager to MGLSDKMetricsManager.
* [android] expose LOCATION_SOURCE constantŁukasz Paczos2019-04-091-1/+6
|
* [android] expose LocationComponentConstants classŁukasz Paczos2019-04-091-1/+1
|
* [core] Pass only visible render layers to source in rendererMikhail Pozdnyakov2019-04-092-7/+5
| | | | | | | This simplifies the code and make it slightly more performant. Also, this change enables initialization the `RenderTile.used` field from inside the source (currently done in render layers).
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-094-2/+54
|
* fix firing onStyleImageMissing after sprite has loaded (#14369)Ansis Brammanis2019-04-082-6/+82
|
* [android] Avoid memory leak by making static inner classes (#14343)Osana Babayan2019-04-081-36/+38
|
* [android] - allow resetting a custom OkHttp client to the default implementationtobrun2019-04-085-32/+87
|
* [core] refactor ThreadLocal backendKonstantin Käfer2019-04-083-82/+64
|
* Bump Podspecs & changelog for ios-v4.10.0-beta.3Nadia Barbosa2019-04-054-3/+4
|
* [core] Move should not call destructorsAlexander Shalamov2019-04-053-18/+108
|
* [android] Fix build with mismatching glShaderSource signatureThiago Marcos P. Santos2019-04-051-1/+6
| | | | | | | Not all GL implementations are following the glShaderSource signature specified by Khronos for GLES20. https://www.khronos.org/registry/OpenGL-Refpages/es2.0/xhtml/glShaderSource.xml
* [android] small naming tweaks made to mention of Android Maps SDK (#14346)Langston Smith2019-04-052-2/+2
|
* [core] clang-tidy fixesKonstantin Käfer2019-04-0587-684/+856
|
* [core] introduce gfx::RenderPassKonstantin Käfer2019-04-0526-39/+189
|
* [core] test OffscreenTexture renderability before using themKonstantin Käfer2019-04-054-4/+14
|
* [core] move depth/stencil buffer debug viz to gfx::ContextKonstantin Käfer2019-04-055-50/+73
|
* [core] remove Renderer::flushKonstantin Käfer2019-04-057-26/+0
|
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-0531-96/+104
|
* [core] use unique names for debug segmentsKonstantin Käfer2019-04-053-14/+19
|