summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [ios] swapped link for circle layer example (#8818)Jordan Kiley2017-04-261-1/+1
|
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
|
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
|
* [ios, macos] Bumped recommended Xcode version >=8.0 (#8775)Jordan Kiley2017-04-247-5/+7
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-2412-51/+48
| | | | | | | 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-241-0/+5
|
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-2410-133/+122
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-2134-1399/+1119
|
* [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
|
* [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
* [qt] Bring back icon.pngMinh Nguyễn2017-04-201-1/+1
|
* [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-201-0/+2
|
* [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-191-84/+0
| | | | 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
|
* [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] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-184-11/+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] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-144-12/+12
|
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-143-21/+0
|
* [ios] Deleted unused source unit testsMinh Nguyễn2017-04-141-24/+0
| | | | Deleted MGLSourceTests, which has been subsumed by MGLStyleTests and is no longer part of any test target.
* [ios, macos] Add Swift integration tests for map view delegateJesse Bounds2017-04-135-0/+243
|
* remove duplicated resources (#8743)Pablo Guardiola2017-04-131-3/+0
|
* [darwin] Update CHANGELOGsJohn Firebaugh2017-04-132-0/+2
|
* [darwin] Remove use of NS_DESIGNATED_INITIALIZER from MGLStyleLayer subclassesJohn Firebaugh2017-04-137-8/+8
| | | | It produces compiler warnings for which there seems to be no workaround, and since there's only a single initializer, NS_DESIGNATED_INITIALIZER has little benefit.
* [darwin] Make -[MGLForegroundStyleLayer sourceIdentifier] abstractJohn Firebaugh2017-04-1312-69/+15
| | | | It's already overridden by concrete subclasses, and by making it abstract we enable the removal of the private MGLForegroundStyleLayer category.
* [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-136-20/+41
| | | | All `MGLSource` pointers referencing the same logical source will now be object identical; similarly for `MGLStyleLayer`.
* [darwin] Simplify MGLStyleLayer initialization and pointer managementJohn Firebaugh2017-04-1326-523/+295
| | | | | | Similarly to the previous commit, introduce `-[MGLStyleLayer initWithPendingLayer:]`, allowing the base class to track the owned `_pendingSource` pointer and implement `-addToMapView:` and `-removeFromMapView:` without any casts. Fixes an issue where `-[MGLStyle layerFromMBGLLayer:]` would wind up creating layers whose `_rawLayer` and `_pendingLayer` held different values.
* [darwin] Simplify MGLSource initialization and pointer managementJohn Firebaugh2017-04-138-213/+67
| | | | Introduce `-[MGLSource initWithPendingSource:]`, allowing the base class to track the owned `_pendingSource` pointer and implement `-addToMapView:` and `-removeFromMapView:` without any casts.
* [darwin] Remove unnecessary MGLTileSource initializersJohn Firebaugh2017-04-136-141/+227
|
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-1310-136/+33
| | | | We don't need to have two different measurement systems for map zoom.
* add polygon holes and custom location source features to changelog (#8741)Pablo Guardiola2017-04-131-0/+2
|
* [android] - derived source attribution (#8630)Tobrun2017-04-139-120/+278
|
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-1310-3/+206
| | | | (#8622)
* [ios] added check for annotation view animation (#8565)Jordan Kiley2017-04-123-13/+25
| | | Addressed #8489