| Commit message (Expand) | Author | Age | Files | Lines |
* | [build] Fix `mbgl-offline` tool build on recent Linux distros | Thiago Marcos P. Santos | 2017-01-16 | 1 | -1/+1 |
* | fix typo in android docs (#7686) | Molly Lloyd | 2017-01-16 | 1 | -1/+1 |
* | [android] - notify team when nightly snapshot build fails, update slack messa... | Tobrun | 2017-01-16 | 1 | -2/+2 |
* | [android] - safe guard making asyncrhonous calls to map object while it's bee... | Tobrun | 2017-01-16 | 1 | -4/+311 |
* | [android] - update build tools to bitrise supported version (#7729) | Tobrun | 2017-01-15 | 3 | -3/+3 |
* | [ios, macos] Temporarily ignore the fill extrusion layer (#7706) | Jesse Bounds | 2017-01-12 | 1 | -1/+7 |
* | [android] - improve fling gesture by calculating animation time from velocity... | Tobrun | 2017-01-12 | 2 | -9/+25 |
* | [linux] No need for CXXABI suffix for mesa | John Firebaugh | 2017-01-12 | 1 | -1/+1 |
* | Add cmake to linux README | John Firebaugh | 2017-01-11 | 1 | -0/+6 |
* | [android] - synchronised mutators for thread safety in Mapbox, added document... | Tobrun | 2017-01-11 | 1 | -2/+12 |
* | [android] - avoid triggering a fling gesture after a scale gesture. (#7675) | Tobrun | 2017-01-11 | 2 | -2/+9 |
* | Update version number and changelog (#7662)node-v3.4.4 | Bobby Sudekum | 2017-01-10 | 1 | -0/+4 |
* | [android] - cleanup telem, disabled logging, exponential backoff, local broad... | Tobrun | 2017-01-10 | 4 | -29/+65 |
* | update gradle files and packages to use smaller versions of MAS and save meth... | Antonio Zugaldia | 2017-01-10 | 6 | -18/+23 |
* | [build] Use test-suite integration tests from mapbox-gl-js | John Firebaugh | 2017-01-09 | 4 | -4/+4 |
* | Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3 | Bobby Sudekum | 2017-01-09 | 1 | -0/+4 |
* | Add addImage, removeImage API (#7610) | Bobby Sudekum | 2017-01-09 | 4 | -0/+254 |
* | [Qt] Removed unused file | Thiago Marcos P. Santos | 2017-01-09 | 1 | -21/+0 |
* | [Qt] Fix cross compilation on OSX | Thiago Marcos P. Santos | 2017-01-09 | 1 | -1/+1 |
* | [Qt] Added line-dasharray to the example app | Thiago Marcos P. Santos | 2017-01-09 | 1 | -0/+6 |
* | [Qt] Fixed typo s/maker/marker | Thiago Marcos P. Santos | 2017-01-09 | 1 | -31/+31 |
* | [Qt] Add more docs | Thiago Marcos P. Santos | 2017-01-09 | 2 | -78/+457 |
* | [Qt] Removed unused methods | Thiago Marcos P. Santos | 2017-01-09 | 2 | -18/+0 |
* | [android] - update changeling for 5.0.0 with current progress (#7579) | Tobrun | 2017-01-06 | 1 | -1/+28 |
* | Port raggedness-minimizing line breaking from gl-js. | Chris Loer | 2017-01-05 | 2 | -24/+19 |
* | Cleaning up line breaking code. | Chris Loer | 2017-01-05 | 2 | -45/+45 |
* | [Qt] Expose method for changing the base API URL | Thiago Marcos P. Santos | 2017-01-05 | 2 | -0/+27 |
* | [android] - rework MarkerView update mechanism (#7581) | Tobrun | 2017-01-05 | 2 | -5/+18 |
* | [android] improve test runner by allowing selective execution of tests | Konstantin Käfer | 2017-01-05 | 4 | -20/+67 |
* | [android] - Show bus stops and route Circle Layer Activity (#7402) | Tobrun | 2017-01-05 | 6 | -52/+141 |
* | [node] Fix array/object distinction | John Firebaugh | 2017-01-04 | 1 | -1/+1 |
* | [android] - move snapshot t NativeMapView (#7463) | Tobrun | 2017-01-05 | 3 | -71/+50 |
* | [docs] Add note about MGL_EXPORT to macOS documentation | Konstantin Käfer | 2017-01-04 | 2 | -0/+2 |
* | [macOS] use SourceKit to ensure that all public symbols are exported | Konstantin Käfer | 2017-01-04 | 2 | -0/+86 |
* | [build] add -fvisibility=hidden to macOS dynamic framework and export require... | Konstantin Käfer | 2017-01-04 | 51 | -54/+207 |
* | Happy new year! 🎉 | Minh Nguyễn | 2017-01-04 | 6 | -6/+6 |
* | [android] - remove deprecated setAccessToken and getAccessToken from OfflineM... | Tobrun | 2017-01-04 | 4 | -39/+11 |
* | [android] - limit the scale factor for double tap zoom (#7580) | Tobrun | 2017-01-03 | 3 | -1/+17 |
* | [Qt] Add docs for QMapboxGL | Thiago Marcos P. Santos | 2017-01-03 | 2 | -34/+196 |
* | [Qt] Added docs for QMapboxGLSettings | Thiago Marcos P. Santos | 2017-01-03 | 1 | -1/+107 |
* | [Qt] Move QMapboxGL stuff from QMapbox namespace | Thiago Marcos P. Santos | 2017-01-03 | 10 | -75/+76 |
* | [Qt] Simplify setTransitionOptions | Thiago Marcos P. Santos | 2017-01-03 | 4 | -34/+8 |
* | [Qt] Make some accessors Qt properties | Thiago Marcos P. Santos | 2017-01-03 | 1 | -1/+7 |
* | [Qt] Removed unused methods | Thiago Marcos P. Santos | 2017-01-03 | 2 | -26/+2 |
* | [android] - update changelog for 4.2.1 (#7520) | Tobrun | 2017-01-02 | 1 | -0/+12 |
* | [android] - build and test wear module on CI, cleanup gradle file, added make... | Tobrun | 2016-12-28 | 3 | -8/+56 |
* | [android] - downscale instrumentation tests on CI (#7529) | Tobrun | 2016-12-22 | 1 | -1/+1 |
* | [core, ios] replace `altitude` with `fov` | Ansis Brammanis | 2016-12-21 | 3 | -4/+4 |
* | [macos] Added Simplified Chinese localization | Minh Nguyễn | 2016-12-21 | 4 | -1/+24 |
* | [android] - update components with latest camera values (#7499) | Tobrun | 2016-12-21 | 1 | -1/+1 |