| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [android] - retain configuration for user provided focal point and deselect m... | Tobrun | 2018-01-23 | 2 | -0/+26 |
| * | [android] - add filesource activation/deactivation to OfflineRegion status an... | Tobrun | 2018-01-23 | 2 | -20/+18 |
| * | [android] - check if the render surface has been correctly created before des... | Tobrun | 2018-01-23 | 1 | -1/+3 |
| * | [android] - validate zoom level before creating mapbox telem event | Tobrun | 2018-01-23 | 1 | -4/+13 |
* | | [ios, macos] Hook up hillshade style layers, raster DEM sources to iOS/macOS ... | Minh Nguyễn | 2018-01-25 | 29 | -91/+496 |
* | | [android] - add binding integration for RasterDEMSource, add example | Tobrun | 2018-01-25 | 11 | -3/+312 |
* | | [android] - correct marker location when using Snapshot#pixelForLatLng | Tobrun | 2018-01-25 | 1 | -3/+6 |
* | | [android] - add toString to Expression to print out object array notation | Tobrun | 2018-01-25 | 2 | -0/+41 |
* | | [ios, macos] Raster style layers are used with image sources too | Minh Nguyễn | 2018-01-24 | 2 | -5/+12 |
* | | [core] align raster imagery rendering to pixel rid to avoid blurriness | Konstantin Käfer | 2018-01-24 | 7 | -10/+30 |
* | | [node] add setLight support | Konstantin Käfer | 2018-01-24 | 4 | -6/+50 |
* | | [core] update mapbox-gl-js submodule pin | Konstantin Käfer | 2018-01-24 | 10 | -93/+1 |
* | | [android] - add SafeVarargs to Expression methods | Tobrun | 2018-01-24 | 1 | -3/+21 |
* | | [ios, macos] Removed heatmap layer suppression from Darwin code generator | Minh Nguyễn | 2018-01-24 | 1 | -3/+0 |
* | | [build] Add build that verifies that the code generator was run | Konstantin Käfer | 2018-01-24 | 2 | -0/+72 |
* | | [build] Add build that verifies the submodule pin is up-to-date | Konstantin Käfer | 2018-01-24 | 3 | -0/+67 |
* | | [build] Write out a list of files generated by our code generator scripts | Konstantin Käfer | 2018-01-24 | 4 | -0/+19 |
* | | [build] convert CMake file list generation code to JavaScript | Konstantin Käfer | 2018-01-24 | 8 | -103/+83 |
* | | [build] Always use style-code's writeIfModified to unify file updates | Konstantin Käfer | 2018-01-24 | 5 | -22/+23 |
* | | [build] Add temporary modifications to style spec + shaders | Konstantin Käfer | 2018-01-24 | 6 | -4/+16 |
* | | [android] - create Handler using the main thread looper | Tobrun | 2018-01-24 | 1 | -1/+2 |
* | | [android] - rename initRenderSurface to onSurfaceCreated | Tobrun | 2018-01-24 | 1 | -11/+8 |
* | | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 85 | -7261/+7580 |
* | | [core] fix style parsing crash when a layer's paint property is not an object | Konstantin Käfer | 2018-01-23 | 3 | -0/+18 |
* | | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 84 | -56/+4661 |
* | | [android] - update changelog for v5.3.2 | Tobrun | 2018-01-22 | 1 | -1/+10 |
* | | [android] - handle null Call instances in HttpRequest | Tobrun | 2018-01-22 | 1 | -1/+1 |
* | | [android] - validate zoom level before creating mapbox telem event | Tobrun | 2018-01-22 | 1 | -4/+13 |
* | | [core] update CA bundle for cURL | Konstantin Käfer | 2018-01-22 | 1 | -390/+211 |
* | | [ios, macos] Converted strings files to UTF-8 | Minh Nguyễn | 2018-01-19 | 15 | -0/+0 |
* | | [android, ios, macos] Updated Ukrainian translations | Minh Nguyễn | 2018-01-19 | 4 | -30/+77 |
* | | [android, ios, macos] Updated Swedish translations | Minh Nguyễn | 2018-01-19 | 3 | -26/+51 |
* | | [android, ios, macos] Updated French translations | Minh Nguyễn | 2018-01-19 | 4 | -43/+88 |
* | | Adds an `ios-integration-test` Makefile target to run on CI (circle.yml) | Andrew Kitchen | 2018-01-19 | 2 | -0/+9 |
* | | Restores fix to MGLOpenGLStyleLayer memory-related crash (#10765) | Andrew Kitchen | 2018-01-19 | 4 | -21/+3 |
* | | Adds an integration test harness to the iOS project | Andrew Kitchen | 2018-01-19 | 14 | -3/+692 |
* | | [android, ios, macos] Added Hebrew localization | Minh Nguyễn | 2018-01-19 | 12 | -6/+491 |
* | | Prune unused layers from CrossTileSymbolIndex | Chris Loer | 2018-01-19 | 3 | -0/+16 |
* | | [ios] Remove support for 32-bit simulators (i386) | Jason Wray | 2018-01-19 | 3 | -8/+9 |
* | | [core] GeometryTileData needs to be updated in lockstep with FeatureIndex | Chris Loer | 2018-01-18 | 2 | -1/+5 |
* | | [core] Synchronize state of CollisionIndex and FeatureIndexes. | Chris Loer | 2018-01-18 | 5 | -1/+29 |
* | | [ios] Optimize MGLAnnotationView scale transform when not pitchedupstream/fb-unpitched-annotation-view-scaling | Jason Wray | 2018-01-18 | 3 | -3/+18 |
* | | [android] - allow setting an OkHttpClient | Tobrun | 2018-01-18 | 3 | -3/+18 |
* | | [android] - expose setting a custom attribution manager through UiSettings | Tobrun | 2018-01-18 | 3 | -9/+57 |
* | | [android] - expose attribution manager as public API | Tobrun | 2018-01-18 | 1 | -3/+4 |
* | | [android] - cleaup dependencies.gradle | Tobrun | 2018-01-18 | 4 | -99/+89 |
* | | [core] Prevent symbols at the same zoom from sharing a crossTileID. | Chris Loer | 2018-01-17 | 3 | -9/+109 |
* | | [ios] Remove unused reference to reachability | Jesse Bounds | 2018-01-17 | 1 | -15/+0 |
* | | Merge branch 'release-agua' into master | Fabian Guerra | 2018-01-17 | 14 | -108/+279 |
|\ \
| |/ |
|
| * | macos-v0.6.1macos-v0.6.1upstream/1ec5-macos-v0.6.1 | Minh Nguyễn | 2018-01-16 | 2 | -2/+2 |