summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] use jni::Make and global cache for constant conversionupstream/high-level-jni-hppKonstantin Käfer2017-04-251-43/+26
|
* [android] move java/lang/* and java/util/* to high level jni.hppKonstantin Käfer2017-04-2538-304/+396
|
* [android] - fix publish snapshot step (#8815)Tobrun2017-04-251-1/+1
|
* [ios, macos] Bumped recommended Xcode version >=8.0 (#8775)Jordan Kiley2017-04-247-5/+7
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-2434-381/+304
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* [ios, macos] Update MGLMapView logo view (#8771)Minh Nguyễn2017-04-249-3/+95
| | | | | | * [ios, macos] Updated logo view to new Mapbox logo * [default] Updated attribution logo SVG
* Release node v3.5.0 (#8785)node-v3.5.0Bobby Sudekum2017-04-242-1/+6
|
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-242-4/+13
| | | An equivalent of https://github.com/mapbox/mapbox-gl-js/pull/4634.
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-2420-77/+147
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-2418-189/+135
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-2135-1400/+1120
|
* [ios] fixes #8522: don't alter tint color on annotation views (#8789)Justin R. Miller2017-04-211-0/+3
|
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-212-3/+17
|
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-203-4/+3
| | | | b5b4549 / #8613 handled the edge case for layout properties, but not paint properties. Move the check for a degenerate range to interpolationFactor in order to handle both correctly.
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-208-21/+315
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [core] remove unused leftover filesKonstantin Käfer2017-04-204-52/+3
|
* [qt] Bring back icon.pngMinh Nguyễn2017-04-202-1/+1
|
* [common] Updated original SVG iconsMinh Nguyễn2017-04-203-0/+115
|
* [macos] Updated macosapp application iconsetMinh Nguyễn2017-04-2016-5/+5
|
* [node] Add test for request not foundThiago Marcos P. Santos2017-04-201-0/+74
|
* [node] Add map.cancel()Thiago Marcos P. Santos2017-04-205-11/+167
| | | | Cancels an ongoing rendering.
* [node] Benchmark/stress testThiago Marcos P. Santos2017-04-201-0/+104
| | | | Tries to simulate the workload from api-gl.
* [node] Add request failure testsThiago Marcos P. Santos2017-04-201-0/+59
| | | | Test for timeout and when the request fails.
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-2014-158/+143
|
* Harden telemetry event dispatch (#8767)Tobrun2017-04-204-18/+66
| | | | | | * [android] - harden telemetry event dispatch * fixup
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-2010-36/+100
|
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-1921-79/+194
|
* [core] make Tile::getBucket constIvo van Dongen2017-04-195-5/+5
|
* [core] property function statistics collectionIvo van Dongen2017-04-192-1/+44
|
* [ios][macos] Updated Mapbox logo in documentationEric Wolfe2017-04-191-21/+42
|
* [android] - set firsRender flag to false when destroying the surface (#8739)Tobrun2017-04-191-0/+1
|
* [common] Updated original application SVG iconMinh Nguyễn2017-04-193-164/+14
| | | | Also deleted an unused, white-on-clear application icon.
* [ios] Updated iosapp application iconsetMinh Nguyễn2017-04-1913-0/+0
|
* [macos] Fix pinch gesture scaling mathJohn Firebaugh2017-04-191-1/+1
|
* [android] - expose source layer identifier (#8709)Tobrun2017-04-1918-53/+168
|
* bumped MAS version (#8763)Cameron Mace2017-04-181-3/+3
|
* [core] Remove unnecessary Source::Impl::enabled assignmentJohn Firebaugh2017-04-181-3/+1
| | | | This flag will get set automatically by Style::recalculate.
* [android] - post resetting invalidation flag to avoid race condition (#8738)Tobrun2017-04-181-18/+24
|
* [android] - synchronize display and context initalisation with create ↵Tobrun2017-04-182-16/+19
| | | | surface to avoid EGL bad surface (#8759)
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-184-45/+43
|
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-186-27/+15
|
* [ios] Scale bar (#7631)Fredrik Karlsson2017-04-168-4/+447
| | | | | | | | | | | | | | | | | | | | | | | | | | * [ios] added a scale bar * [ios] update design * [ios] show/hide scale bar * [ios] Remove the need to localize 0 * [ios] Support for imperial units * [ios] Round to nearest foot * [ios] Make scale bar private * [ios] Update design and clean up * [ios] Rename and various optimizations * [ios] RTL support * [ios] added max scale and removed animations * [ios] animate scale bar
* [core] Combine two GlyphID-keyed maps in GlyphAtlas::EntryJohn Firebaugh2017-04-142-54/+39
|
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-1410-93/+56
| | | | GlyphRangeSet isn't keyed by FontStack, so using it to indicate that a particular range was loaded could have produced false positives.
* [core] Ignore shortest path in Map::pixelForLatLngBruno de Oliveira Abinader2017-04-144-33/+62
|
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-1411-62/+82
|
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-1412-74/+170
|
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-142-2/+2
|
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-144-23/+0
|