Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Changelog entries for symbol-placement: line-centerupstream/line-center-changelog | Chris Loer | 2018-07-23 | 4 | -1/+5 |
| | |||||
* | [test] Add native ignore for symbol-cross-fade test. | Chris Loer | 2018-07-23 | 1 | -0/+1 |
| | |||||
* | [test] Bump gl-js pin for line-center tests. | Chris Loer | 2018-07-23 | 1 | -0/+0 |
| | |||||
* | [android, ios, macos] Generate symbol-placement: line-center wrappers | Chris Loer | 2018-07-23 | 7 | -32/+68 |
| | |||||
* | [core] Add `symbol-placement: line-center` | Chris Loer | 2018-07-23 | 11 | -47/+114 |
| | | | | | - Remove unused/vestigial 'maxCameraDistance' - Create a single collision circle for line labels that are less than half the width of a collision circle | ||||
* | [build] Attempt to determine a likely base branch without a PR | John Firebaugh | 2018-07-23 | 1 | -0/+11 |
| | | | | Walk backward through the history (maximum of 10 commits) until finding a commit on either master or release-*; assume that's the base branch. | ||||
* | [android] - fix circle ci configuration for building forked PRs | tobrun | 2018-07-23 | 1 | -16/+24 |
| | |||||
* | [build] Bump benchmark to v1.4.1 | Bruno de Oliveira Abinader | 2018-07-23 | 2 | -2/+2 |
| | |||||
* | Use Filter::serialize() in QMapboxGL::getFilter() | Asheem Mamoowala | 2018-07-23 | 1 | -8/+1 |
| | |||||
* | Keep original input for filters using legacy syntax. | Asheem Mamoowala | 2018-07-23 | 3 | -4/+92 |
| | |||||
* | [android] - fix accesstoken validation | tobrun | 2018-07-23 | 2 | -5/+32 |
| | |||||
* | [android] - replace deprecated javacompile with getJavaCompiler() | tobrun | 2018-07-23 | 1 | -1/+1 |
| | |||||
* | [ios] Mapbox's Location Manager new API. (#12013) | Fabian Guerra Soto | 2018-07-20 | 14 | -15/+781 |
| | | | | | | * [ios] The new location manager API provides two new protocols MGLLocationManager and MGLLocationManagerDelegate to handle the location cycle and updates respectively. This enables developers to chose the appropriate location provider according to their needs, or transition between outdoors/indoors location updates. It does provide a default implementation based on CLLocationManager. | ||||
* | [build] Disable binary size checks for fork PRs | John Firebaugh | 2018-07-20 | 1 | -1/+7 |
| | | | | We can't run the checks without potentially exposing the Github App private key to malicious PRs. | ||||
* | [build] See what happened when `npm install` fails | John Firebaugh | 2018-07-20 | 1 | -1/+5 |
| | |||||
* | [ios, macos, android] Add changelog entries | John Firebaugh | 2018-07-20 | 3 | -0/+10 |
| | |||||
* | [android] Test token strings for icon-image and text-field | John Firebaugh | 2018-07-20 | 2 | -0/+11 |
| | |||||
* | [ios, macos] Convert token strings to expressions on input | John Firebaugh | 2018-07-20 | 11 | -174/+79 |
| | | | | Removes mgl_expressionByReplacingTokensWithKeyPaths and associated code. Converting on output is no longer necessary: from the prior commit, core converts token strings to expressions at parse time; all that's necessary is to ensure that the runtime styling API does so as well. | ||||
* | [core] Convert token strings to expressions | John Firebaugh | 2018-07-20 | 20 | -101/+166 |
| | |||||
* | [core] Move expression.cpp to expression directory | John Firebaugh | 2018-07-20 | 2 | -3/+1 |
| | |||||
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 53 | -951/+702 |
| | |||||
* | [build] add nitpick step for verifying that dependencies are up-to-date and ↵upstream/vendor-gtest | Konstantin Käfer | 2018-07-20 | 3 | -2/+45 |
| | | | | unmodified | ||||
* | [build] vendor Google Test | Konstantin Käfer | 2018-07-20 | 38 | -8/+31750 |
| | |||||
* | [android] - expose getMap on native_map_view | Tobrun | 2018-07-20 | 3 | -1/+7 |
| | |||||
* | fixed typo in error message | Justyna Janczyszyn | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | [ios] Reorganize changelog for ios-v4.2.0 | Jason Wray | 2018-07-18 | 1 | -2/+5 |
| | |||||
* | [ios] Update podspecs for ios-v4.2.0 | Jason Wray | 2018-07-18 | 3 | -3/+3 |
| | |||||
* | [android] - update changelog for v6.3.0 final | Tobrun | 2018-07-18 | 1 | -3/+8 |
| | |||||
* | [android] VisibleRegion instrumentation tests | Łukasz Paczos | 2018-07-18 | 1 | -0/+342 |
| | |||||
* | [android] option to request the visible region restricted by the content padding | Łukasz Paczos | 2018-07-18 | 1 | -5/+32 |
| | |||||
* | Correct `MGL_MATCH ` documentation (#12378) | Lloyd Sheng | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | [iOS] Fix unbalanced change delimiter crash (#12148) | Lloyd Sheng | 2018-07-18 | 2 | -1/+1 |
| | | | Fixed a crash that occurred when the user started a gesture before the drift animation for a previous gesture was complete. | ||||
* | [android] Fix possibly race on undefined behavior | Thiago Marcos P. Santos | 2018-07-17 | 1 | -0/+1 |
| | | | | | | | `runnable->iter = runnables.end()` assumes that `::end()` is a `static` or `constxpr` and thread-safe. This is likely to be true for most of the implementations. That said we cannot rely on undefined behavior and we should assume the worse case scenario. | ||||
* | [build] organize CMake targets in folders for IDEs | Konstantin Käfer | 2018-07-17 | 11 | -0/+23 |
| | |||||
* | [android] bump SNAPSHOT version building on master to 6.4.0 | Łukasz Paczos | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | [core] update CA bundle | Konstantin Käfer | 2018-07-17 | 1 | -26/+2 |
| | |||||
* | [android] harden map events creation | Łukasz Paczos | 2018-07-17 | 1 | -1/+3 |
| | |||||
* | [android] - bump used gradle tools version | tobrun | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Add fuzz tests for TileCover and fix out of bounds access crash. | Asheem Mamoowala | 2018-07-16 | 2 | -1/+60 |
| | |||||
* | Better describe the streaming tilecover algorithm in comments | Asheem Mamoowala | 2018-07-16 | 2 | -22/+57 |
| | |||||
* | Fix TileCover asserts. The create_bounds_towards_* methods were treating | Asheem Mamoowala | 2018-07-16 | 2 | -49/+33 |
| | | | | | all point arrays as rings. Simplify the logic to only compare against the next pt in the bound. | ||||
* | [core] treat parsedate as C++ file to remove C build rules | Konstantin Käfer | 2018-07-16 | 4 | -5/+5 |
| | | | | It is already wrapped with #ifdef __cplusplus extern "C", so we can safely compile it as C++ but retain C linkage | ||||
* | [core] make the offline DB schema a regular include file | Konstantin Käfer | 2018-07-16 | 4 | -25/+31 |
| | |||||
* | [android] - bump kotlin, timber and okhttp to most recent stable versions | Tobrun | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | [core] Convert legacy functions directly to expressions | John Firebaugh | 2018-07-13 | 22 | -1190/+774 |
| | |||||
* | [build] Use CIRCLE_MERGE_BASE environment variable | John Firebaugh | 2018-07-13 | 1 | -22/+5 |
| | |||||
* | [build] Show diff to prior size | John Firebaugh | 2018-07-13 | 1 | -14/+67 |
| | |||||
* | [build] Reduce ccache max size | John Firebaugh | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | [build] Improve ccache freshness | John Firebaugh | 2018-07-13 | 2 | -30/+118 |
| | | | | | | | | | | | | | | | | | | | | Save a fresh ccache on every build by including (a checksum of) the current revision in the cache key. In the worst case, saving the cache appears to take ~1:30 for android-release; other builds appear to take a small amount of time compared to the time saved by having a fresh cache, versus a cache that's up to a week old. Restore caches in the following priority order (all scoped to current architecture and job): 1. The cache for the current branch and revision. 2. If that doesn't exist, the most recent cache for the current branch. 3. If that doesn't exist, the cache for the parent branch and merge base, where "parent branch" means the base branch of the pull request specified by $CIRCLE_PULL_REQUEST (obtained from the GitHub API), and "merge base" means the revision returned by `git merge-base` when given the parent branch and $CIRCLE_BRANCH (obtained by executing that shell command). The intent here is to start a newly created branch off with the most relevant cache from its parent branch. 4. If that doesn't exist, the most recent cache for the parent branch. 5. If that doesn't exist, the most recent cache for master. 6. If that doesn't exist, use the most recent cache for any build. We cannot use the branch names or revisions themselves as key segments, because CircleCI lacks a way to interpolate arbitrary environment variables into the cache key name. Instead, we write the desired value into a file and use the `{{ checksum "filename" }}` syntax. | ||||
* | [build] Separate node_modules, mason_packages, and cmake caches | John Firebaugh | 2018-07-13 | 1 | -92/+202 |
| |