summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ios, macos] renamed dasharray and icon sizeFredrik Karlsson2016-12-068-18/+22
| |
| * [ios, macos] MGLGeoJSONSource can now be initialized with any shapeFredrik Karlsson2016-12-0616-131/+197
| |
| * [test] Fixed Map-GetImageMinh Nguyễn2016-12-051-1/+1
| | | | | | | | Followup to #7096.
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-0519-6/+173
| | | | | | | | | | | | | | | | | | | | | | | | * [core] Add interface to get image from sprite atlas * [tests] Add tests for Map::getImage * [ios, macos] WIP: get MGLImage for name from style * [ios, macos] Fixed -imageForName: Convert from sprite images to platform images using the existing encodePNG() function, which is also used for printing. Allow -imageForName: to return nil without an assertion failure. Added a basic test.
| * [ios] Round horizontal accuracyJesse Bounds2016-12-051-1/+2
| |
| * [node] Update brew package nameJohn Firebaugh2016-12-051-2/+3
| |
| * [ios] keep callout view open when panningFredrik Karlsson2016-12-052-1/+49
| |
| * [ios] Removed duplicate changelog entriesMinh Nguyễn2016-12-051-4/+2
| |
* | [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-206-88/+103
| | | | | | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/3763 and https://github.com/mapbox/mapbox-gl-js/pull/3806.
* | [core] const correctnessJohn Firebaugh2016-12-202-3/+3
| |
* | [android] Upgrade OKHTTP to 3.5.0 (released december the 1st, 2016) (#7491)philemonmerlet2016-12-201-1/+1
| |
* | [android] - fix regresssion on wear module (#7497)Tobrun2016-12-201-1/+1
| |
* | [android] - only build phone module (#7498)Tobrun2016-12-201-2/+2
| |
* | [android] - make targets for checkstyle, spoon and AWS device farm (#7469)Tobrun2016-12-191-0/+12
| |
* | MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-1728-1280/+982
| | | | | | | | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* | Adds checkstyle to CI (#7442)Cameron Mace2016-12-16266-40240/+41373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* | [android] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-1512-77/+93
| | | | | | | | vs float, renaming for parity (#7306)
* | [build] use 64 bit libdir + dalvikvm when running android tests on 64 bit ↵Konstantin Käfer2016-12-151-1/+3
| | | | | | | | platforms
* | [android] - wrap mapbox map test in ViewActions (#7451)Tobrun2016-12-151-261/+453
| |
* | [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-146-70/+182
| |
* | [core] Mark tile as incomplete while redoing placementJohn Firebaugh2016-12-142-1/+7
| |
* | [core] Remove unusedJohn Firebaugh2016-12-141-3/+0
| |
* | [tests] Fix variable reference in test-suite harnessJohn Firebaugh2016-12-141-4/+4
| |
* | updated changelog for 4.2.0 release (#7433)Cameron Mace2016-12-141-0/+10
| |
* | [build] add -Wl,-bind_at_load to node.js bindings on macOSKonstantin Käfer2016-12-141-0/+1
| | | | | | | | this catches unbound symbols during loading of the extension, allowing us to spot potential linking errors earlier
* | [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-144-4/+48
| | | | | | | | | | | | Zoom must be set first, to avoid center potentially getting constrained. Fixes #7351
* | [core] Obtain shaders from gl-js monorepoJohn Firebaugh2016-12-142-2/+2
| |
* | Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-146-25/+73
| | | | | | | | | | | | * allows for setting the user location icon to transparent * removed color check
* | [Qt] Implement updateSourceThiago Marcos P. Santos2016-12-143-3/+28
| | | | | | | | | | It will create or update a source. Right now only GeoJSON sources are mutable and can be updated using this method.
* | [android] - update gradle command line args for CI (#7426)Tobrun2016-12-141-1/+1
| |
* | added custom layer proguard rule (#7411)Cameron Mace2016-12-131-0/+2
| |
* | Fixed proguard rules (#7389)Cameron Mace2016-12-132-3/+47
| | | | | | | | | | | | | | | | * fixed proguard rules * disabled proguard for debug testapp builds * removed dontobfuscate and fixed gson issue
* | [Qt] Fix build when ICU is disabledThiago Marcos P. Santos2016-12-131-1/+1
| |
* | [core] Fix debug renderingJohn Firebaugh2016-12-132-2/+3
| | | | | | | | | | * Off-by-one in DebugBucket indexing * Must unbind VAO before binding index buffer in Context::createIndexBuffer
* | [android] Fixed typo in MapboxMap.addImage()Minh Nguyễn2016-12-131-1/+1
| |
* | [android] - update bitrise config. Create archivable path if non existent ↵Tobrun2016-12-131-0/+2
| | | | | | | | (#7385)
* | [android] - Reenable MapboxMapTest for end-to-end API testing. Fix tests ↵Tobrun2016-12-131-44/+47
| | | | | | | | (#7367)
* | [android] - limit input fling gesture based on map tilt. (#7383)Tobrun2016-12-132-8/+12
| |
* | [core] Swap order of Style::recalculate and Style::relayoutIvo van Dongen2016-12-122-5/+5
| | | | | | | | Style::relayout uses source.baseImpl->loaded, a flag which is updated by Style::recalculate. So recalculate first, then relayout.
* | [core] Ensure a non-zero source tile cache sizeJohn Firebaugh2016-12-121-2/+2
| | | | | | | | Previously, for viewport sizes less than 512 pixels in either direction, the computed size was 0.
* | [tests] Implement "wait" command with Map#renderJohn Firebaugh2016-12-121-8/+3
| | | | | | | | This ensures that a "wait" command will always fully flush pending update flags. This was not the case with the prior conditional map.loaded() logic.
* | [qt] Skip ICU if WITH_QT_I18N is setBruno de Oliveira Abinader2016-12-124-3/+69
| |
* | [core] Added BidiImpl to avoid ICU types exposureBruno de Oliveira Abinader2016-12-122-18/+20
| |
* | [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-1210-3/+18
| |
* | [android] - update gradle wrapper and gradle plugin (#7381)Tobrun2016-12-125-18/+19
| |
* | [build] only build active architecture for Debug builds on iOSKonstantin Käfer2016-12-121-0/+1
| |
* | [ios, macos] handle duplicate layer errorIvo van Dongen2016-12-123-10/+65
| |
* | [android] test duplicate layer id exception handlingIvo van Dongen2016-12-121-0/+9
| |
* | [core] guard against duplicate layer idsIvo van Dongen2016-12-122-0/+37
| |
* | [core] use raii to guard backend deactivationIvo van Dongen2016-12-124-27/+36
| |