Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] - rename style component URL api to URIupstream/tvn-style-uri-rename | tobrun | 2019-06-04 | 40 | -92/+215 |
| | |||||
* | [core] fix warnings with Xcode 11's updated Clang version | Konstantin Käfer | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | [macos]Added an `MGLMapView.prefetchesTiles` property to configure lo… ↵ | m-stephen | 2019-06-04 | 3 | -0/+20 |
| | | | | | | | | (#14816) * [macos]Added an `MGLMapView.prefetchesTiles` property to configure lower-resolution tile prefetching behavior * [macos]Update changelog | ||||
* | [ios] Fix undeclared selector warning in MGLAnnotationView | Jason Wray | 2019-06-03 | 1 | -0/+1 |
| | | | | `setCoordinate:` isn't available to regular MGLAnnotation, only MGLPointAnnotation. | ||||
* | [android] update changelog for 8.1.0-alpha.1 (#14825) | Langston Smith | 2019-06-03 | 1 | -1/+2 |
| | |||||
* | [ios] Fix content insets with custom edge padding. (#14813) | Fabian Guerra Soto | 2019-06-03 | 9 | -14/+34 |
| | | | | | | | | | | | | * [ios] Fix content insets with custom edge padding. * [ios, macos] Consolidated edge insets math * [macos] Add content insets to edge padding when setting camera * [ios, macos] Updated changelogs * [ios, macos] Clarify setCamera:withDuration:animationTimingFunction:edgePadding method documentation. | ||||
* | [android] do not try to package duplicate files in the publication | Łukasz Paczos | 2019-06-03 | 1 | -6/+1 |
| | |||||
* | [ios] Content insets border case fix and comment. | Aleksandar Stojiljkovic | 2019-06-03 | 1 | -2/+5 |
| | | | | | | | | Allows changing camera when user duplicates content insets. Related to previous patch and comment: https://github.com/mapbox/mapbox-gl-native/pull/14664#pullrequestreview-243004376 Thanks @1ec5 | ||||
* | [android] add support for external sdk clients to be able to manage the ↵ | Pablo Guardiola | 2019-05-30 | 4 | -25/+124 |
| | | | | tokens on their side (#14631) | ||||
* | [ios] Bump podspec to v5.1.0-alpha.1 (#14800)ios-v5.1.0-alpha.1 | Fabian Guerra Soto | 2019-05-29 | 5 | -6/+6 |
| | | | | | | * [ios] Podspec bump to v5.1.0-alpha.1 * [ios] Update changelog. | ||||
* | [android] updated changelog for 8.1.0-alpha.1 (#14798)android-v8.1.0-alpha.1 | Langston Smith | 2019-05-29 | 1 | -0/+24 |
| | |||||
* | [ios,macos] refactor MGLMapViewImpl | Konstantin Käfer | 2019-05-29 | 24 | -576/+971 |
| | |||||
* | [android] - consolidate native build setup into one gradle configuration file | tobrun | 2019-05-29 | 3 | -138/+81 |
| | |||||
* | [android] - move example custom layer compilation to testapp | tobrun | 2019-05-29 | 2 | -4/+65 |
| | |||||
* | [android] option to change the zoom rate | Łukasz Paczos | 2019-05-29 | 4 | -5/+52 |
| | |||||
* | [android] decrease zoom rate by 35% | Łukasz Paczos | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | [ios] Update Raster Tiles API name and link | Jason Wray | 2019-05-28 | 2 | -2/+2 |
| | | | | Also update another link to avoid a redirect. | ||||
* | [core] remove platform::show(Color)?DebugImage | Konstantin Käfer | 2019-05-28 | 1 | -75/+0 |
| | |||||
* | [core] refactor program object creation | Konstantin Käfer | 2019-05-28 | 10 | -14/+60 |
| | |||||
* | [core] Introduce usage tag for resources | Thiago Marcos P. Santos | 2019-05-28 | 2 | -8/+24 |
| | | | | | | | Make the distinction if a resource is being requested for offline usage or if it will be used immediately. Fixes #14746 | ||||
* | Asymmetric viewport changelog entry | Aleksandar Stojiljkovic | 2019-05-28 | 5 | -11/+28 |
| | | | | Check edge insets difference, in addition to isEqualToMapCamera in all the places in MGLMapView before map.easeTo/map.flyTo. | ||||
* | [core] Offset viewport center when edge insets are specified | Aleksandar Stojiljkovic | 2019-05-28 | 2 | -14/+82 |
| | | | | | | | | | | | | | | | | | | | | | The change is implemented in TransformState::getProjMatrix, the rest of the code is making sure that existing API contracts stay and there are tests verifyingrendering and render query processing only items within screen and given tolerance around screen edges. MapView: don't bake edge insets into relalculated camera center. Keep edge insets as property of camera in TransformState (similar to pitch, zoom, bearing) independent from specified camera center. Interpolate edge insets in animation. iOS Demo app: "Turn On/Off Content Insets" pitch the camera and navigate to convenient location in Denver, where streets are parallel to cardinal directions, to illustrate viewport center offset when edge insets are set. Tests: ViewFrustumCulling: although Annotations are deprecated, queryRenderedFeatures related tests in Annotations would need to get ported and decided to add the edge insets related query tests next to them. Verify frustum culling (render+queryRenderedFeatures) With different camera and edge insets setups. TODO: port Annotations tests. Transform.Padding: Verify that coordinates take proper place on screen after applying edge insets. LocalGlyphRasterizer: verify text rendering when applying padding. Related to #11882: both use projection matrix elements [8] and [9]. Alternative approach to this was to increase and offset map origin so that the screen would be a sub-rectangle in larger map viewport. This approach has a drawback of unecessary processing the items that are outside screen area. Fixes #12107, #12728, navigation-sdks/issues/120 | ||||
* | [android] - update maven publishing script to enable aar packaging vs pom ↵ | tobrun | 2019-05-28 | 3 | -5/+4 |
| | | | | packaging, update gradle tools and wrapper | ||||
* | [android] - add javadoc URI supported protocols | tobrun | 2019-05-27 | 5 | -23/+335 |
| | |||||
* | [android] - use URI instead of URL to enable asset loading | tobrun | 2019-05-27 | 9 | -61/+204 |
| | |||||
* | [ios, build] Specify Mapbox development team for project iOS apps | Jason Wray | 2019-05-24 | 2 | -3/+17 |
| | |||||
* | [android] resume file source and wait for result to complete resources cache ↵ | Łukasz Paczos | 2019-05-24 | 5 | -30/+141 |
| | | | | path change | ||||
* | [core] invoke optional resource path change completion listener | Łukasz Paczos | 2019-05-24 | 1 | -3/+6 |
| | |||||
* | [android] break location camera tracking when a developer invoked animation ↵ | Łukasz Paczos | 2019-05-24 | 9 | -119/+319 |
| | | | | starts | ||||
* | [android] deprecate MapboxMapOptions empty constructor | Łukasz Paczos | 2019-05-23 | 11 | -23/+27 |
| | |||||
* | [tests] Removed passing tests from the ignore list | Thiago Marcos P. Santos | 2019-05-23 | 1 | -5/+0 |
| | |||||
* | macos-v0.14.0 | Minh Nguyễn | 2019-05-22 | 3 | -3/+3 |
| | |||||
* | [ios] Add missing tick to Podspec specification (#14729) | Nadia Barbosa | 2019-05-22 | 2 | -2/+2 |
| | | | | | | * [ios] Add missing tick to Podspec specification * [ios] Remove unnecessary parenthesis from link in changelog | ||||
* | [android] - update changelog for nectar final release | tobrun | 2019-05-22 | 1 | -0/+2 |
| | |||||
* | [android] return color string values in the [0-255] range | Łukasz Paczos | 2019-05-22 | 15 | -79/+68 |
| | |||||
* | [android] document that elevation(0) turns off the location shadow | Ka-Ping Yee | 2019-05-22 | 1 | -1/+2 |
| | |||||
* | [android] attach/detach core thread pool's threads to JVM | Łukasz Paczos | 2019-05-22 | 3 | -9/+12 |
| | |||||
* | [core] option to perform platform specific operations when ↵ | Łukasz Paczos | 2019-05-22 | 4 | -0/+28 |
| | | | | creating/destroying core threads | ||||
* | [ios] Podspec & changelog updates for v5.0.0 (#14717) | Nadia Barbosa | 2019-05-21 | 4 | -7/+14 |
| | | | | | | * [ios] Podspec bumps for v5.0.0 * [ios] Update changelog for 5.0.0 | ||||
* | [android] Add unit test for onRemoveUnusedStyleImages API | Alexander Shalamov | 2019-05-21 | 1 | -0/+162 |
| | |||||
* | [android] Add bindings for onRemoveUnusedStyleImages API | Alexander Shalamov | 2019-05-21 | 6 | -0/+107 |
| | |||||
* | [core] Pass legacy/categorical/*-default expression tests | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -6/+0 |
| | | | | | Handle categorical function default value properly in conversion to expreexpression so related tests pass. | ||||
* | [core] Fix legacy/{interval,exponential}/*-default expression tests | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -8/+0 |
| | | | | | Consider the function default value in interval and exponential functions conversion. | ||||
* | [core] Fix some of the legacy interval function expression tests | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -7/+0 |
| | | | | | The tests for conversion of legacy interval functions to expressions expects that the first stop in the "step" expression be omitted. | ||||
* | [core] Fix most identity function with default legacy expression tests | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -4/+0 |
| | | | | | Add handling of default value to the conversion of legacy identity functions. The color and enum tests still don't pass though. | ||||
* | [node] Convert legacy functions to expressions in NodeExpression::Parse | Ander Conselvan de Oliveira | 2019-05-21 | 2 | -30/+35 |
| | | | | | | | | In order to test the conversion from function to expressions using the legacy tests in the expression test suite, parse function objects into expressions in NodeExpression::Parse. v2: Coding style fixes. | ||||
* | [ios] Enable SKU tokens for all requests | Jason Wray | 2019-05-20 | 5 | -51/+11 |
| | | | Removes conditional code that relied on a plist flag. Other small cleanups. | ||||
* | [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692) | Aleksandar Stojiljkovic | 2019-05-21 | 13 | -50/+99 |
| | | | | | Refactor out HeadlessFrontend and HeadlessBackend gl independent code to gfx. Define gl::HeadlessBackend as subclass, instantiated by gfx::HeadlessBackend static factory method. GL dependent tests are still using gl::HeadlessBackend directly (not through gfx). | ||||
* | [core] Add API for invalidating tiles | Thiago Marcos P. Santos | 2019-05-21 | 2 | -0/+49 |
| | | | | | | | | | Add new APIs for invalidating tiles, effectively forcing Mapbox GL Native to check with the servers if the tiles are valid before using them. This is more efficient then deleting tiles, because in case of valid tiles, they won't get downloaded. Fixes #4376. | ||||
* | [android] show multiple maps in a recycler view example | Łukasz Paczos | 2019-05-20 | 3 | -36/+35 |
| |