| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Throw exceptions by value | Konstantin Käfer | 2017-05-05 | 2 | -2/+2 |
* | [node] start publishing both release+debug builds (#8865) | Dane Springmeyer | 2017-05-04 | 1 | -4/+3 |
* | Revert "[Qt] Don't regen BackendScope on every QMapboxGL::render() call" | Bruno de Oliveira Abinader | 2017-05-04 | 2 | -4/+1 |
* | Add support for node v6 (#8884) | Bobby Sudekum | 2017-05-04 | 1 | -4/+11 |
* | [Qt] Don't regen BackendScope on every QMapboxGL::render() call | Bruno de Oliveira Abinader | 2017-05-04 | 2 | -1/+4 |
* | [android] - only build custom layer for debug builds (#8885) | Tobrun | 2017-05-04 | 1 | -2/+6 |
* | [android] - add 3D buildings example (#8845) | Tobrun | 2017-05-03 | 5 | -0/+128 |
* | [ios] Bump podspecs for v3.6.0-alpha.1ios-v3.6.0-alpha.1 | Jason Wray | 2017-05-02 | 3 | -3/+3 |
* | [ios] properly show attribution in modal hierarchies (#8837) | Justin R. Miller | 2017-05-02 | 4 | -10/+53 |
* | [core] Make Map.addImage tests pass (#8843) | Asheem Mamoowala | 2017-05-02 | 2 | -3/+5 |
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 1 | -3/+1 |
* | [core] Load source TileJSON immediately | John Firebaugh | 2017-05-02 | 4 | -160/+6 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 6 | -7/+30 |
* | [android] - CHANGELOG.md update for release-v5.1.0-beta.1 (#8857)android-v5.1.0-beta1 | Tobrun | 2017-05-02 | 1 | -2/+16 |
* | [build] Added 'shared_thread_pool.cpp' to 'mbgl-core' target on Linux | Bruno de Oliveira Abinader | 2017-05-02 | 1 | -0/+1 |
* | [core] Fix compilation error with older libpng versions | Bruno de Oliveira Abinader | 2017-05-02 | 1 | -1/+1 |
* | [core] Fix compilation error with older libicu versions | Bruno de Oliveira Abinader | 2017-05-02 | 1 | -1/+1 |
* | [ios, macos] Corrected map a11y value format strings | Minh Nguyễn | 2017-05-02 | 3 | -6/+6 |
* | [ios] Added sv stringsdict | Fredrik Karlsson | 2017-05-02 | 2 | -0/+25 |
* | [android] Added Lithuanian, Spanish, Vietnamese localizations from Transifex | Minh Nguyễn | 2017-05-02 | 4 | -0/+46 |
* | [ios, macos] Updated ca, es, sv, vi, zh-Hans localizations from Transifex | Minh Nguyễn | 2017-05-02 | 7 | -11/+369 |
* | [Qt] Add extrusion example to the Qt app | Thiago Marcos P. Santos | 2017-05-02 | 1 | -0/+34 |
* | [Qt] Handle extrusion filters | Thiago Marcos P. Santos | 2017-05-02 | 1 | -0/+4 |
* | [ios, macos] Updated changelogs | Minh Nguyễn | 2017-05-01 | 2 | -11/+22 |
* | [android] - warning log when attempting to update a non-added annotation (#8832) | Tobrun | 2017-04-28 | 2 | -37/+24 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 39 | -33/+2991 |
* | [ios] swapped link for circle layer example (#8818) | Jordan Kiley | 2017-04-26 | 1 | -1/+1 |
* | [android] - share locationsource between locational components (#8825) | Tobrun | 2017-04-26 | 2 | -2/+4 |
* | [android] - fix test app runtime permissions (#8823) | Tobrun | 2017-04-26 | 5 | -148/+69 |
* | [ios, macos] Bumped recommended Xcode version >=8.0 (#8775) | Jordan Kiley | 2017-04-24 | 7 | -5/+7 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 12 | -51/+48 |
* | [ios, macos] Update MGLMapView logo view (#8771) | Minh Nguyễn | 2017-04-24 | 9 | -3/+95 |
* | Release node v3.5.0 (#8785)node-v3.5.0 | Bobby Sudekum | 2017-04-24 | 1 | -0/+5 |
* | [android] - avoid calling MarkerViewClickListener twice (#8804) | Tobrun | 2017-04-24 | 1 | -7/+3 |
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 10 | -133/+122 |
* | [android] - rework instrumentation tests (#8793) | Tobrun | 2017-04-21 | 34 | -1399/+1119 |
* | [ios] fixes #8522: don't alter tint color on annotation views (#8789) | Justin R. Miller | 2017-04-21 | 1 | -0/+3 |
* | [android] - convert camera position values coming from core (#8794) | Tobrun | 2017-04-21 | 2 | -3/+17 |
* | [android] Add a way to use a custom location source (#8710) | Pablo Guardiola | 2017-04-20 | 8 | -21/+315 |
* | [qt] Bring back icon.png | Minh Nguyễn | 2017-04-20 | 1 | -1/+1 |
* | [macos] Updated macosapp application iconset | Minh Nguyễn | 2017-04-20 | 16 | -5/+5 |
* | [node] Add test for request not found | Thiago Marcos P. Santos | 2017-04-20 | 1 | -0/+74 |
* | [node] Add map.cancel() | Thiago Marcos P. Santos | 2017-04-20 | 5 | -11/+167 |
* | [node] Benchmark/stress test | Thiago Marcos P. Santos | 2017-04-20 | 1 | -0/+104 |
* | [node] Add request failure tests | Thiago Marcos P. Santos | 2017-04-20 | 1 | -0/+59 |
* | [android] - move calculation of LatLngBounds to core (#8765) | Tobrun | 2017-04-20 | 14 | -158/+143 |
* | Harden telemetry event dispatch (#8767) | Tobrun | 2017-04-20 | 4 | -18/+66 |
* | [core] Render parent raster tiles when ideal tile can't be loaded | Konstantin Käfer | 2017-04-20 | 1 | -0/+2 |
* | [ios][macos] Updated Mapbox logo in documentation | Eric Wolfe | 2017-04-19 | 1 | -21/+42 |
* | [android] - set firsRender flag to false when destroying the surface (#8739) | Tobrun | 2017-04-19 | 1 | -0/+1 |