summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [test] Add native ignore for symbol-cross-fade test.Chris Loer2018-07-231-0/+1
|
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-237-32/+68
|
* Use Filter::serialize() in QMapboxGL::getFilter()Asheem Mamoowala2018-07-231-8/+1
|
* [android] - fix accesstoken validationtobrun2018-07-232-5/+32
|
* [android] - replace deprecated javacompile with getJavaCompiler()tobrun2018-07-231-1/+1
|
* [ios] Mapbox's Location Manager new API. (#12013)Fabian Guerra Soto2018-07-2014-15/+781
| | | | | | * [ios] The new location manager API provides two new protocols MGLLocationManager and MGLLocationManagerDelegate to handle the location cycle and updates respectively. This enables developers to chose the appropriate location provider according to their needs, or transition between outdoors/indoors location updates. It does provide a default implementation based on CLLocationManager.
* [ios, macos, android] Add changelog entriesJohn Firebaugh2018-07-203-0/+10
|
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
|
* [ios, macos] Convert token strings to expressions on inputJohn Firebaugh2018-07-2011-174/+79
| | | | Removes mgl_expressionByReplacingTokensWithKeyPaths and associated code. Converting on output is no longer necessary: from the prior commit, core converts token strings to expressions at parse time; all that's necessary is to ensure that the runtime styling API does so as well.
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-202-4/+4
|
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-2016-266/+230
|
* [android] - expose getMap on native_map_viewTobrun2018-07-203-1/+7
|
* [ios] Reorganize changelog for ios-v4.2.0Jason Wray2018-07-181-2/+5
|
* [ios] Update podspecs for ios-v4.2.0Jason Wray2018-07-183-3/+3
|
* [android] - update changelog for v6.3.0 finalTobrun2018-07-181-3/+8
|
* [android] VisibleRegion instrumentation testsŁukasz Paczos2018-07-181-0/+342
|
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
|
* Correct `MGL_MATCH ` documentation (#12378)Lloyd Sheng2018-07-181-1/+1
|
* [iOS] Fix unbalanced change delimiter crash (#12148)Lloyd Sheng2018-07-182-1/+1
| | | Fixed a crash that occurred when the user started a gesture before the drift animation for a previous gesture was complete.
* [android] Fix possibly race on undefined behaviorThiago Marcos P. Santos2018-07-171-0/+1
| | | | | | | `runnable->iter = runnables.end()` assumes that `::end()` is a `static` or `constxpr` and thread-safe. This is likely to be true for most of the implementations. That said we cannot rely on undefined behavior and we should assume the worse case scenario.
* [android] bump SNAPSHOT version building on master to 6.4.0Łukasz Paczos2018-07-171-1/+1
|
* [android] harden map events creationŁukasz Paczos2018-07-171-1/+3
|
* [android] - bump used gradle tools versiontobrun2018-07-171-1/+1
|
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-163-25/+30
|
* [android] - bump kotlin, timber and okhttp to most recent stable versionsTobrun2018-07-161-3/+3
|
* [build] Move all mason_use statements to a single fileJohn Firebaugh2018-07-135-40/+0
| | | | So its checksum can be used in a CI cache key name.
* [android] - add geojson regression tests for java method look up from JNItobrun2018-07-131-13/+103
|
* [node] prevent scheduled renderFinished() calls from running when render is ↵Konstantin Käfer2018-07-131-9/+16
| | | | | | | | | | | | | | | | | canceled Reverts d5aff71 (#11948) and implements an alternative solution. Even with the previous fix applied, we were calling `renderFinished()` directly when the render was canceled. This led to the following scenario (all on the main thread): - `Map::renderStill()` callback is called, `uv_async_send` schedules a call to `renderFinished()`. - `NodeMap::cancel()` destroys the map object, and calls `renderFinished()` directly, which cleans up the request - `NodeMap::startRender()` is called to schedule a _new_ render, which means that a new callback will be set - The `uv_async_t` fires and calls `renderFinished` again: - We don't return early as intended by the fix in #11948 since a new callback/`req` object is now available. - Since neither error nor image has been set, we'll see a `Didn't get an image` error message. - We call the callback with the error. In scenario where we're reusing Map objects, we will start a new render, which will now trigger the `Map is currently rendering an image` error in `Map::renderStill`, and the map object enters a circle in which it will now fail repeatedly with this error. This commit fixes the issue by completely removing the existing `uv_async_t` handle that could have a scheduled call, and replacing it with a fresh instance of an `uv_async_t` handle.
* [android] - add convenience method for destroyed state on MapView, can be ↵tobrun2018-07-123-4/+19
| | | | used to determine if an asynchrous result should be set on map.
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6
|
* [ios] Update podspecs for ios-v4.2.0-beta.1Jason Wray2018-07-113-3/+3
|
* [ios] Update events submodule to include RN override (#12360)Randall Lee2018-07-101-0/+0
| | | React native user agent override for internal use.
* [macos] Import GeoJSONMinh Nguyễn2018-07-104-15/+111
| | | | Added an Import command to the File menu for adding the contents of a GeoJSON file to the map. simplestyle-spec formatting is applied to layers via a handful of expressions. Dropped pins include any details provided through simplestyle-spec properties.
* [ios] Deduplicated library dependency referencesMinh Nguyễn2018-07-101-18/+8
|
* [ios, macos] Allow unwrapped arguments in match expressionsMinh Nguyễn2018-07-094-5/+18
|
* [ios, macos] Convert predicate options to collatorsMinh Nguyễn2018-07-0910-28/+149
|
* [glfw] Use Map::moveBy in GLFWView::onMouseMoveBruno de Oliveira Abinader2018-07-091-5/+3
|
* [ios, build] Strip symbols before recording size metricsJason Wray2018-07-091-1/+2
|
* [android] - bumped telemetry to v3.1.4Łukasz Paczos2018-07-091-1/+1
|
* [iOS] Update annotation view touch handling (with offsets) (#12234)Julian Rex2018-07-096-20/+143
|
* [android] - remove unique LatLng validation of LatLngBounds buildertobrun2018-07-092-35/+35
|
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ↵tobrun2018-07-092-1/+50
| | | | add regression test
* [macos] Updated changelogMinh Nguyễn2018-07-061-6/+11
|
* [ios, macos] Remove duplicate MGLTileSourceOptionDEMEncoding declarationJason Wray2018-07-061-13/+0
|
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-065-13/+360
|
* [android] - added Kotlin dependencies to the test appŁukasz Paczos2018-07-063-5/+15
|
* [ios] Update podspecs for ios-v4.2.0-alpha.2ios-v4.2.0-alpha.2Jason Wray2018-07-053-3/+3
|
* [ios] Update changelog for ios-v4.2.0-alpha.2Jason Wray2018-07-051-7/+5
|
* [docs] Add changelog entries for #12294Chris Loer2018-07-054-4/+11
|
* [android] - update changelog for release v6.3.0-alpha.2android-v6.3.0-alpha.2Tobrun2018-07-051-0/+5
|