summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [build] revert macOS deployment target to 10.10Konstantin Käfer2016-08-191-1/+1
|
* [android] #6074 - increase default gradle memory usage during build (#6080)Tobrun2016-08-191-0/+3
|
* [ios, macos] Make Xcode 7.3 the minimum required versionJason Wray2016-08-1847-79/+25
| | | | | | | | | - Removes nullability shims for Xcode 6. - Removes MGLTypes.h from files where it was only being used for nullability support. - Accepts that `NS_SWIFT_NAME` is not fully supported by Xcode 7.2 and lower. - Adds documentation about Xcode 7.3 requirement.
* [ios, macos] fixes #6056 backwards compatibility macro (#6075)Fredrik Karlsson2016-08-181-1/+1
|
* [android] #5211 - update yaml to run on device lab, update test with ↵Tobrun2016-08-183-3/+28
| | | | NoSuchSource exception (#6073)
* [ios, macos] reuse utility functionFredrik Karlsson2016-08-1810-49/+57
|
* [ios, macos] fixes #5974 Move style classes API to MGLStyleFredrik Karlsson2016-08-1810-53/+118
|
* [ios] #fixes 5961 omit style filter until it's implementedFredrik Karlsson2016-08-183-16/+0
|
* [ios, macos] Fixes #5975 Add source getter to MGLStyleFredrik Karlsson2016-08-189-20/+96
|
* [ios, macos] Fixed compiler warning about std::moveMinh Nguyễn2016-08-181-1/+1
| | | | Fixes #5943.
* [ios, macos] Fixed incorrect assignment in style layer testsMinh Nguyễn2016-08-181-1/+1
| | | | Fixes #5992.
* [macos] fixes #5956 remove dead codeFredrik Karlsson2016-08-181-4/+0
|
* [ios, macos] fixes #5969 remove function typeFredrik Karlsson2016-08-181-7/+0
|
* [ios, macos] fixes #5958 naming conventionsFredrik Karlsson2016-08-189-91/+91
|
* [build] remove unneeded ios.xcscmblueprintKonstantin Käfer2016-08-181-37/+0
|
* [macos] Moved runtime styling demo to Debug menuMinh Nguyễn2016-08-173-14/+15
| | | | Fixes #6022.
* [ios, macos] More MGLGeoJSONSource optionsMinh Nguyễn2016-08-172-18/+70
| | | | | | MGLGeoJSONSource can now be initialized with GeoJSON data. Replaced the data property with a geoJSONData property and added features and URL properties alongside it. Each property may be set or unset based on how the object was initialized. Fixes #5965, fixes #5966.
* [ios, macos] Use local GeoJSON for runtime styling demoMinh Nguyễn2016-08-173-4/+6
| | | | | | Also changed the menu item to something more descriptive. Fixes #6021.
* [android] #6050 - Updating Gradle WrapperBrad Leege2016-08-173-25/+29
|
* [android] #6050 - Updating to Gradle 2.14.1 and Android plugin 2.1.3Brad Leege2016-08-172-5/+5
|
* [Qt] Added QQuickMapboxGLStyleBruno de Oliveira Abinader2016-08-179-32/+161
| | | | | | | A QQuickMapboxGLStyleProperty being a child of QQuickMapboxGLStyle assures that only properties associated with that particular style will reflect on the map - and that happens only when the style is the current set via style property.
* [Qt] Use MapChangeWillStartLoadingMap to get notified about style changesBruno de Oliveira Abinader2016-08-175-4/+40
|
* [Qt] Invert parent/child notification mechanism in QQuickMapboxGLStylePropertyBruno de Oliveira Abinader2016-08-174-60/+77
| | | | | Parent item (QQuickMapboxGL) should check for signals from its child items e.g. QQuickMapboxGLStyleProperty, and not the opposite.
* [Qt] Use QVariantMap in QQuickMapboxGLStylePropertyBruno de Oliveira Abinader2016-08-175-57/+29
|
* [Qt] Use strict signature for add{Source,Layer}Bruno de Oliveira Abinader2016-08-172-7/+7
|
* [Qt] Remove template from eachMemberBruno de Oliveira Abinader2016-08-171-2/+3
|
* 5859 generate sanity tests (#5870)Tobrun2016-08-1797-1422/+890
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] #5859 - generate espresso tests [android] #5859 - cleanup xml files, use all the same resource id for map view [android] #5859 - update scripts [android] #5859 - update Activity to match mapboxMap naming [android] #5859 - make SurfaceViewMediaControlActivity compatible [android] #5859 - make MarkerViewScaleActivity test generation compatible [android] #5859 - make PolygonActivity test generation compatible [android] #5859 - integration within make file [android] #5859 - made CameraPostion generation safe [android] #5859 - generate sanity test [android] #5859 - add generated test cases [android] #5859 - add documentation * [android] #5859 - remove generated files, introduce gen package, added gitignore to package * [android] #5859 - regenerated test code * [android] #5859 - added AWS gradle plugin + bitrise configuration * [android] #5859 - fixes running locally without having the properties configured * [android] #6010 - remove python from android sdk * [android] #5859 - update docs about aws gradle plugin
* [ios, macos] Added MGLBaseStyleLayer_Private.h to projectMinh Nguyễn2016-08-162-0/+10
|
* [ios, macos] Renamed Objective-C++ headers to .hMinh Nguyễn2016-08-1645-222/+220
| | | | | | Also removed a redundant reference to MGLStyle_Private.h in ios.xcodeproj. Fixes #5952.
* [ios] fix circular class referenceJustin R. Miller2016-08-161-1/+1
|
* [ios] Improve user location annotation performance (#6019)Jason Wray2016-08-161-1/+11
| | | | | | | | | | | | | | * [ios] Don't animate zoom-induced accuracy ring size changes Improves perceived and actual performance by eliminating the implicit animation that occurred when the accuracy ring changed size during zooms. This previously would pile up animations as the zoom changed, causing an unsightly wobbling effect. * [ios] Pre-calculate shadow paths for user dot and puck Performance enhancement suggested by https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreAnimation_guide/ImprovingAnimationPerformance/ImprovingAnimationPerformance.html * [ios] Rasterize pulsating inner dot of user location annotation Supposed performance enhancement and also improves edge smoothness.
* [ios] Refactored user location annotation into a customizable class (#5882)Jason Wray2016-08-1613-560/+868
| | | | | A new class, `MGLUserLocationAnnotationView`, has been added that inherits from `MGLAnnotationView`. Use a subclass of `MGLUserLocationAnnotationView` to customize the appearance of the user location annotation. Use your custom view with the `MGLMapView.userLocation` annotation via the `-mapView:viewForAnnotation:` delegate method.
* fixes #5957: automatically call update() for iOS runtime style APIJustin R. Miller2016-08-1612-14/+120
|
* [android] - replaced default colors with material design colors, changed ↵Tobrun2016-08-162-52/+26
| | | | textcolor to white, added click event on toolbar arrow, made sanity test generation compatible (#6004)
* [android] #5941 - add geojson typed constructor to GeoJsonSource and an exampleIvo van Dongen2016-08-162-28/+39
|
* [android] #6034 - add missing NoSuchSourceExceptionIvo van Dongen2016-08-163-3/+16
|
* [android] #5869 - visible feature queryingIvo van Dongen2016-08-1617-54/+1340
|
* [ios, macos] Removed MGLSource.sourceType (#6028)Minh Nguyễn2016-08-164-11/+4
| | | Fixes #6027.
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-163-1/+3
|
* [android] #6014 - add example with numerical filterIvo van Dongen2016-08-162-4/+4
|
* [ios, macos] Accept absolute file paths as style URLs (#6026)Minh Nguyễn2016-08-168-12/+73
| | | | | It turns out that mbgl::AssetFileSource supports absolute file URLs in addition to relative file URLs. So replace the file: scheme with asset: while percent-escaping as necessary. Also added amsterdam.geojson to macos.xcodeproj for consistency with ios.xcodeproj.
* [macos] Link unit test bundle against libmbgl-core (#5994)Minh Nguyễn2016-08-151-2/+2
| | | Fixes #5990.
* [ios, macos] Replaced testAAALoadPacks with a setUp method (#6007)Minh Nguyễn2016-08-151-12/+16
| | | XCTest apparently no longer executes tests in alphabetical order, so naming the test testAAALoadPacks doesn’t ensure it gets run first. Instead, put the pack loading test inside -setUp, but also put it inside a dispatch_once() block to ensure that it only gets run before the first offline storage test that gets run in the current process.
* [android] #5852 - geojson source clusteringIvo van Dongen2016-08-137-16/+279
|
* [android] - make query source features depend on screendensityTobrun2016-08-121-7/+5
|
* added watermark to imageCameron2016-08-121-0/+0
|
* [android] #5968 - add support for a layout editor preview, show a drawable ↵Tobrun2016-08-123-9/+52
| | | | and some overlain items
* [android] #5978 - fix number property filters [ci skip]Ivo van Dongen2016-08-125-6/+21
|
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ ↵Minh Nguyễn2016-08-127-38/+42
| | | | | | | queryPointAnnotations() (#5165) queryPointAnnotations() accepts a screen rectangle instead of a geographic bounding box, so marker hit testing works at the edges of a rotated, tilted map view. Fixes #5151.
* [android] #5867 - backwards compatible progress barTobrun2016-08-121-2/+3
|