summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [android] #5963 - fixes location tracking mode activity disables location ↵Tobrun2016-08-121-2/+4
| | | | when rotated
* [ios] Exclude NSData category's header from dynamic frameworkJason Wray2016-08-111-3/+1
| | | | This private category on NSData is for gzip compression, which is only used internally.
* [android] #5934 - resolves memory leaks on animators + location listenersTobrun2016-08-114-12/+58
|
* [ios, macos] Updated changelogsMinh Nguyễn2016-08-112-8/+25
|
* 3.4.0-alpha.1ios-v3.4.0-alpha.1Jesse Bounds2016-08-113-2/+4
| | | | Update changelog and bump version in the podspecs.
* [ios, macos] Upgraded project build settings for Xcode 8 (#5935)Minh Nguyễn2016-08-1112-12/+20
| | | Set CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE as recommended by Xcode 8.
* Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-1195-53/+6839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios] wip runtime styling * [ios, macos] Outlined header templates * [ios, macos] cleanup and use appropiate data types * [ios, macos] removed refs to mbgl and added convenient color methods on UIColor and NSColor * [ios, macos] updated header template, included doc string * [ios, macos] outlined template for layer implementation files * [ios, macos] moved script to platform/darwin and updated comments * [ios, macos] Cleaned up the implementation template * [ios, macos] removed unused function and added support for more datatypes * [ios, macos] overhauling the type protocols * [ios, macos] removed unnecessary style classes * [ios, macos] added support for more types * [ios, macos] fixed string and number prop values * [ios, macos] enum getters * [ios, macos] added removeLayer() and removed unused layer ref * [ios, macos] fixed remaining layer types and converted style layer into a protocol * [ios, macos] fixed addLayer() and added example for line layer * [ios] GeoJSON source now works * [ios] fixed raster layer and raster source * [ios] fixed attr prop number and outlined prop function * [ios] wip functions * [ios] bool and float function fix * [ios] cleanup * [macos] fixed support for macos * [ios] fixed string functions * [ios] extended array functions * [ios] added tests and fixed a few bugs * [ios] less verbose functions and improved tests * [ios, macos] Removed unnecessary use of default arguments Default arguments aren’t supported in Node v4, and they aren’t needed here anyways, because we’re only testing for truthiness. * [ios, macos] Enum setters Rely on a macro instead of category methods to specialize the setter implementation for enum attributes, since generic types are disallowed in Objective-C method signatures and mbgl::style::PropertyType must be type-qualified. * [ios, macos] Got macOS closer to parity w/ iOS Added various classes and test classes to the macOS workspace. Also fixed lots of compiler errors and updated macosapp runtime styling example to use the new dictionary syntax for function stops. Updated all conversions from Objective-C stops to C++ stops to enumerate over the dictionary. Fixed compiler errors in enum setter implementations. Also corrected path to script in generated file comments. * [ios, macos] Added EJS templates to project * [ios, macos] Code formatting Made code format more consistent. * [ios, macos] Spelled out ID Cocoa convention is to always spell out “ID” as “identifier”, in part to avoid confusion with the id keyword. Also, URL is capitalized in most contexts, including property names. * [ios, macos] Grouped related headers together * [ios, macos] Cleaned up layer transformation Also added support for converting background layers into Objective-C. * [ios, macos] Cleaned up tests Also made the tests work on macOS by introducing a new window to host the map. * [ios, macos] Replaced TODOs with #warnings * [ios] convert array based property values * [ios, macos] color function/undefined getter * [ios, macos] fixed function/undefined getters for bool and float properties * [ios, macos] more function/undefined property getters * [ios, macos] more type conversion and cleanup * [ios, macos] disable macos runtime styling tests for now * [ios, macos] cleaned up style code script * [ios, macos] more type conversion * [ios] added a base layer to handle visibility min/max zoom * [macos] fixed base layer * [ios, macos] use accessor methods * [ios, macos] cleanup * [ios, macos] add geojson to ios and macos * [macos] rebase fix * [ios, macos] fixed enum getters and added tests for enums * [ios, macos] added an update method to base layer * [ios, macos] added some documentation * [ios, macos] docs * [ios, macos] removed refs to filters for now * [ios, macos] various tail work * [ios, macos] missing import and incorrect type
* [ios] Account for center offset when tapping annotation views (#5931)Jesse Bounds2016-08-113-0/+31
| | | | | | | | This adjusts the tap point for the map's single tap gesture recognizer to use the coordinate to point translated point of the actual annotation the view represents. This fixes an issue where views that were offset in the point coordinate system were not selected when tapped since their associated annotations were actually at the origin of the offset.
* [ios] Guard against nil data task (#5932)Jesse Bounds2016-08-111-1/+3
|
* [android] - updated mas in testappCameron2016-08-104-11/+8
|
* [android] javadoc cleanup part 2Tobrun2016-08-0912-60/+849
|
* [android] fix location permissions already acceptedTobrun2016-08-091-3/+7
|
* [android] #5889 - update info window location when info window content is ↵Tobrun2016-08-091-0/+1
| | | | being refreshed
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-0815-48/+670
|
* Merge branch 'release-ios-v3.3.0'Jason Wray2016-08-086-10/+25
|\ | | | | | | After v3.3.4.
| * ios-v3.3.4ios-v3.3.4Jason Wray2016-08-083-3/+7
| | | | | | | | Bump version number and update changelog.
| * [ios] Hit test the user location annotation dot specificallyJason Wray2016-08-063-7/+18
| | | | | | | | | | | | | | | | Rather than try to exclude layers in the touch hit test, this specifically only checks against the main layer for the user dot or puck. Back-port of e4a9173a2a5c585dda3fa7a0f955cff1552f8d25.
* | [android] - fix scheduled build with cmake dependency.Tobrun2016-08-081-1/+1
| |
* | [android] #5887 - Custom layer crash fix + updated test caseIvo van Dongen2016-08-085-11/+43
| |
* | [android] #5885 - fix invalid jobject error and some build system updatesIvo van Dongen2016-08-084-36/+62
| |
* | [android] #5888 - handle location permissions for non User Location category ↵Tobrun2016-08-083-20/+58
| | | | | | | | | | | | features [android] #5888 - setZMediaOverlay on overlain SurfaceView
* | [node] add docs on publishing releasesMike Morris2016-08-061-0/+18
| |
* | [android] - move MyLocationView under static overlays as logo, attribution ↵Tobrun2016-08-061-6/+6
| | | | | | | | and compass
* | [android] - update CHANGELOG.md for 4.2.0-beta.1 releaseTobrun2016-08-061-0/+8
| |
* | [android] Refcount the view activationsThiago Marcos P. Santos2016-08-062-0/+10
| | | | | | | | | | Fixes #5836 Fixes #5721
* | [android] - javadoc fixes breaking the release buildTobrun2016-08-064-17/+26
| |
* | [android] - fixed style api unit testsIvo van Dongen2016-08-067-21/+21
| |
* | [android] - Fix crash on dalvik due to missing finalizersIvo van Dongen2016-08-0614-164/+92
| |
* | [android] improved and fixed compass trackingCameron2016-08-051-54/+39
| |
* | [build] Use the JNIDIR as the platform string, since that's what Android ↵Konstantin Käfer2016-08-051-2/+1
| | | | | | | | Studio uses
* | [build] add missing files to Android buildKonstantin Käfer2016-08-052-2/+39
| |
* | [build] Fix Qt4 build on OS XKonstantin Käfer2016-08-051-0/+2
| |
* | [build] fix iOS packagingKonstantin Käfer2016-08-052-3/+1
| |
* | [build] Workaround automoc issue on some cmake versionsThiago Marcos P. Santos2016-08-053-8/+4
| |
* | [build] use cmake script bundled with MasonKonstantin Käfer2016-08-055-24/+25
| |
* | [build] copy custom-layer-example.so to the right sub-moduleIvo van Dongen2016-08-051-1/+3
| |
* | [build] fix various CI buildsKonstantin Käfer2016-08-051-1/+1
| |
* | [build] make android targets .PHONY and adhere to naming schemeKonstantin Käfer2016-08-051-1/+1
| |
* | [build] unify naming of Makefile targetsKonstantin Käfer2016-08-053-2/+6
| | | | | | | | | | `make foo` just builds `make run-foo` builds and runs
* | [build] add Xcode project for Qt buildsKonstantin Käfer2016-08-051-4/+4
| |
* | [build] make headless rendering work with Qt on macOSKonstantin Käfer2016-08-052-10/+8
| |