| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Merge release branch after v3.3.2 and v3.3.3.
|
| |
| |
| |
| | |
Bump version number and update changelog.
|
| |
| |
| |
| |
| |
| |
| | |
This adds only the changes made in
https://github.com/mapbox/mapbox-gl-native/pull/5828 to address the
issue where the style zoom levels were not respected when deciding
when to render a layer.
|
| | |
|
| |
| |
| | |
#5791 affects iOS 7.x, not 8.1 or 8.2. Describe #5813 in simpler terms.
|
| |
| |
| | |
Fixes #5571.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Allows non-dragging pans that are initiated on views to pan the underlying map.
Annotation views each have long press and pan gesture recognizers. If a
view is not draggable or not in a positive dragging state, the pan
gesture recognizer should not begin. This commit makes the criteria for
rejecting pans more strict — only `_panGestureRecognizer` should be
rejected, not the entire `UIPanGestureRecognizer` class.
|
| |
| |
| | |
Fixes #5780.
|
| | |
|
| |
| |
| |
| | |
updated with map change events.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[android] #5587 - snapshot API on surface view, create Bitmap with a ByteBuffer
[android] #5587 - write bitmap to external storage
PreMultipliedImage approach
callback implemented
clean up code
introduce bitmap reuse
cleanup
renaming surfaceContent to bitmap
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Use ditto to avoid following symlinks when copying the framework into place.
Fixes #5818.
|
| |
| |
| | |
Fixes #5846.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Skip tests when publishing binaries and skip publishing render test results when those tests don't run.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes #5811
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add supercluster dependency
* prepare GeoJSONTile for Supercluster
* prepare GeoJSONSource for accepting options
* try removing mbgl::GeoJSON
* fix setGeoJSON types
* add GeoJSONSource getURL
* add geojson to include path
* add Supercluster index in GeoJSONSource
* fix GeoJSONSource getZoomRange
* bring back mbgl::GeoJSON header
* fix tidy warnings hopefully
* try test-suite with enabled cluster test
* fix formatting in clustering-related files
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[android] #5610 - Adjusted public api after discussion
[android] #5610 - added jni binding for NativeMapView#getLayer
[android] #5610 - Added initial test Activity
[android] #5610 - Started on NativePeer implementation for Layer
[android] #5610 - replaced low-level jni code with high-level for native getLayer
[android] 5610 - completed basic layer peer class - constructible from java and c++
[android] #5610 - removed reference that was redundant and causing the finalizer exception
[android] #5610 - Added a property peer
[android] #5610 - added value type to do type conversions - wip
[android] #5610 - simplified property conversion approach - wrapped value with jenv
[android] #5610 - added some more value conversions
[android] #5610 - Finished conversion for basic types
[android] #5610 - allow color's to be set as either an android color int or a String to support all formats in the spec
[android] #5610 - encode color ints as rgba to retain alpha channel
[android] #5610 - recalculate classes after paint property
[android] #5610 - more examples
[android] #5610 - fixed the example
[android] #5610 - cleaned up example code before continueing
[android] #5610 - added layout property example
[android] #5610 - set visibility on layer
[android] #5610 - added removeLayer and example
[android] #5610 - added more type conversions
[android] #5610 - Started on peer classes for layer implementations - WIP
[android] #5610 - First complete layer subclass peer implementation
[android] #5610 - added a little bit of structure before adding the other layer types
[android] #5610 - generate the c++ headers from the style spec
[android] #5610 - make sure the visibility is set as a string
[android] #5610 - Generate c++ layer peer class implementations from the style spec
[android] #5610 - generate java layer peer classes
[android] #5610 - cleanup comments
[android] #5610 - register all c++ peer classes with jni
[android] #5610 - addLayer
[android] #5610 - comment out broken case
[android] #5610 - Sources api - very much WIP
[android] 5610 - GeoJson source implementation and geojson conversion
[android] #5610 - cleanup add source/layer example a bit
[android] #5610 - initial filter api
[android] #5610 - Added filter api on the relevant Layer classes
[android] #5610 - raster layer is not filterable
[android] #5610 - actually make it compile
[android] #5610 - completed filter implementation
[android] #5610 - Vector and Raster Source + examples
[android] #5610 - removed superfluous interface, moved filters to the correct package
[android] #5610 - fixed comments
[android] #5610 - moved tests to the right package
[android] #5610 - hide difference between paint and layout properties in public api, make more performant set method for proeprties
[android] #5610 - fix rebase issue
|
| |
| |
| |
| | |
Refs #5788
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- Limit notifications to members of the Mapbox GitHub organization.
- Tweak the message a bit for concision and punctuation.
- Experimentally bump number of PR files checked from 5 to 10.
|
| |
| |
| |
| |
| |
| | |
* 5782: build static framework correctly
* 5782: updated changelog
|
| |
| |
| |
| | |
Fixes #5629
|
| |
| |
| |
| | |
manager.
|
| |
| |
| |
| | |
[android] #5679 - get correct top margin for logo when saving state of MapView
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[android] #5738 - migrated to MapFragment approach & AppCompat compatible
[android] #5378 - make drawer work with inner class fragments
[android] #5738 - navigation drawer proposition
[android] #5738 - cleanup
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- More detailed descriptions of individual shapes.
- Make holey polygon square.
|