summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] start on main test libupstream/5456-android-core-tests-cmakeIvo van Dongen2016-11-157-98/+43
|
* [android] Initial cpp http serverIvo van Dongen2016-10-255-7/+1183
|
* [android] headless view for eglIvo van Dongen2016-10-252-0/+187
|
* [android] initial setup with a shared test lib and a main classIvo van Dongen2016-10-253-5/+36
|
* [core] geojson source - cancel any pending request when setting geojson ↵Ivo van Dongen2016-10-252-3/+12
| | | | explicitly
* [core] geojson source - clear cache when json content is setIvo van Dongen2016-10-252-1/+3
|
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-2511-76/+165
| | | | | | | | | | | optional. (#6786) save state for recreating map view fix review comments unit test covering default value for fading and setting a new value fixup setter, fix default value
* [android] - move marker view click handling to core (#5639)Tobrun2016-10-253-25/+57
|
* [core] geojson source - reset req on setURLIvo van Dongen2016-10-251-2/+2
|
* [android] fix exception classIvo van Dongen2016-10-251-1/+1
|
* [test] Update mapbox-gl-test-suite hashBruno de Oliveira Abinader2016-10-251-1/+1
| | | | Now testing 'query-tests/symbol-features-in/pitched-screen'.
* [glfw] Added queryPointAnnotations shortcutBruno de Oliveira Abinader2016-10-251-1/+5
|
* [core] Reuse last placement data in CollisionTile::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-252-32/+68
| | | | | | | | | | | To obtain precise results, we: 1. Round scale value to obtain same results from symbol shader. 2. Generate a boost geometry polygon to check if it intersects() against all feature boxes. 3. Check if current scale is within each feature's minimum and maximum placement scales. 4. De-scale feature boxes when intersecting to account for the fractional zoom scaling.
* [core] Added util::polygonIntersectsPolygonBruno de Oliveira Abinader2016-10-252-20/+13
|
* [core] Simplify CollisionTile::findPlacementScaleBruno de Oliveira Abinader2016-10-252-8/+6
| | | | | | Improve findPlacementScale semantics by moving the check if the placement scale result is bigger than minimum scale out of the function scope.
* [core] Avoid duplicating edges for CollisionTileBruno de Oliveira Abinader2016-10-252-23/+16
| | | | | Make 'edges' static to avoid every instance of CollisionTile having its own copy of it.
* [core] Cleanup function signatures in CollisionTileBruno de Oliveira Abinader2016-10-252-7/+7
| | | | | - Prefer pass-by-value for primitive types. - Use floating point precision for yStretch to match receiving type.
* [android] - only pin certificates on current used environement. (#6766)Tobrun2016-10-241-21/+23
| | | update certificates sha256 for certificate pinning.
* [build] Set C++14 as default standard for CMakeBruno de Oliveira Abinader2016-10-241-0/+6
|
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
|
* [android] - cap width/height at maximum, don't throw exception. (#6788)Tobrun2016-10-241-4/+10
|
* [node] publish Bitrise tag buildsMike Morris2016-10-221-6/+33
|
* Android Bitrise cleanup (#6782)Tobrun2016-10-211-46/+136
| | | | | | | | | | | | | | | | * [android] - update bitrise.yml, always use latest deploy step cleanup bitrise.yml formatting, separate download step -> if tests fail, build fails improve shown console messages, correct package for firebase filter update steps add slack integration for all workflows * fixup SKIPCI check
* [android] - remove jni method logging, only keep lifecycle related logs (#6787)Tobrun2016-10-211-80/+0
|
* [core] fixup formattingIvo van Dongen2016-10-212-13/+13
|
* Made telemetry dialog material (#6726)Cameron Mace2016-10-216-81/+48
| | | | | | * Made telemetry dialog material * cleaned up attribution_main_menu
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-205-9/+11
|
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-204-7/+4
|
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-2041-66/+211
| | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread
* [glfw] add map change callback methods to glfw_viewIvo van Dongen2016-10-202-0/+15
|
* [android] - add realtime geojson example from gl-js (#6751)Tobrun2016-10-204-0/+169
|
* [core] reload geojson source on url changeIvo van Dongen2016-10-206-0/+57
|
* [android] geojson source - remove explicit repaint requestsIvo van Dongen2016-10-203-20/+0
|
* [android] - Configure Gradle properties as part of the instalation process. ↵Tobrun2016-10-204-5/+10
| | | | (#6729)
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-2062-57/+3675
| | | | Studio run configurations integration. (#6748)
* [android] - configures AWS Device farm plugin from testapp. (#6750)Tobrun2016-10-202-11/+14
|
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-196-2/+167
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [core] Fix SymbolAnnotation coordinate system conversionsBruno de Oliveira Abinader2016-10-192-30/+24
|
* [core] TileCoordinate::fromLatLng no longer depens on TransformStateBruno de Oliveira Abinader2016-10-194-15/+16
|
* [core] Move TransformState::{un,}project() to ProjectionBruno de Oliveira Abinader2016-10-195-35/+32
|
* [core] Move TransformState::worldSize() to ProjectionBruno de Oliveira Abinader2016-10-194-23/+24
|
* [core] Skip redundant spherical mercator variable updates in {ease,fly}ToBruno de Oliveira Abinader2016-10-191-5/+0
|
* [ios, macos] Raise correct style layer misuse exception (#6738)Minh Nguyễn2016-10-182-4/+10
| | | Implement the layer property on MGLStyleLayer itself, where it’s declared, so that the check for an abstract style layer doesn’t itself raise an exception. The concrete style layer classes still declare their own layers as covariant properties, although those properties aren’t actually used anywhere.
* [android] - update map change events javadoc (#6732)Tobrun2016-10-191-33/+51
|
* [android] - add package-info.java for net package (#6733)Tobrun2016-10-181-0/+4
|
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-189-81/+80
| | | | | | | | | | | | | | | | | | | [android] - convert angles to radiants in jni, correct follow animation for MyLocationView do not sanitise input when recreating from other camera object, input is already sanitised before cleanup mylocationview, made animation bit more smooth, improved UX when switching between tracking modes cleanup CameraUpdateFactory, hide internally used api. only invalidate position if required, remove outdated comments correct camera position values made zoom activity a bit more interesting made dynamic marker activity a bit more interesting FIXUP
* [ios, macos] Use swift_name for MGLMultiPoint and subclasses (#6727)Jesse Bounds2016-10-173-4/+3
| | | | | Decorate the class factory methods so that when they are translated to swift the method to create an MGLMultiPoint is not ambiguous with the methods to create MGLPolygon and MGLPolyline.
* ios-v.3.4.0-beta.1ios-v3.4.0-beta.1Jason Wray2016-10-172-2/+2
|
* [macos] Added MGLTileSet to project (#6713)Minh Nguyễn2016-10-172-6/+18
| | | Also reformatted some MGLTileSet documentation.
* [ios, macos] Change runtime styling category method prefix to mgl_Jason Wray2016-10-177-20/+20
| | | | This makes runtime styling category method naming consistent with the rest of the SDK.