summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] harden OfflineDatabaseupstream/offlinedb-testKonstantin Käfer2018-03-0716-560/+1191
| | | | | | | - gracefully handles unreadable or corrupt files - gracefully handles temporary read or write errors, e.g. when the file system becomes unavailable - gracefully handles full disks - adds tests for all of these situations using a ramdisk for simulating full disks, or read only file systems
* [core] reset statements before deleting incompatible file & check ↵Konstantin Käfer2018-03-075-175/+122
| | | | OfflineDatabase log messages
* Android readme snapshot dependency line cleanup (#11071)Langston Smith2018-03-061-5/+4
| | | | | | | | * Snapshot dependency line cleanup * Matching version nums * changed compile to implementation
* [Qt] Added QMapboxGL::MapLoadingFailure enumBruno de Oliveira Abinader2018-03-054-5/+53
|
* [Qt] Expose mapLoadingFailed signalBruno de Oliveira Abinader2018-03-054-1/+9
|
* [android] fix CameraAnimatorActivity home button (#11383)Łukasz Paczos2018-03-051-3/+6
|
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-027-533/+550
|
* [core] refactor SQLite error/status codesKonstantin Käfer2018-03-024-18/+51
|
* [core] improve SQLite error loggingKonstantin Käfer2018-03-021-6/+76
|
* [android] updated changelog to reflect 6.0.0-beta.3 changesŁukasz Paczos2018-03-021-4/+23
| | | | (cherry picked from commit 7c0c884)
* [test] Update Map.PrefetchTilesBruno de Oliveira Abinader2018-02-287-61/+75
|
* [doc] Updated link to NativeScript pluginMinh Nguyễn2018-02-271-1/+1
| | | The old URL has become a redirect to the plugin marketplace’s homepage.
* [android ] - new gestures library (#11221)Łukasz Paczos2018-02-2717-1604/+981
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] new gesture library - added SNAPSHOT dependency * [android] new gesture library - cleaned up redundant classes * [android] new gesture library - limiting scale when rotating * [android] new gesture library - shove gesture filtering * [android] new gesture library - increase rotation threshold when scaling * [android] new gesture library - minimum angular velocity * [android] new gesture library - exposed gestures execution listeners * [android] new gesture library - notifying new listeners tests * [android] new gesture library - removed tracking setting * [android] new gesture library - resetting focal point with every scale/rotate callback * [android] new gesture library - fixed camera change dispatcher callbacks * [android] new gesture library - cancel velocity animations in maps onStop() * [android] new gesture library - extracted telemetry pushes to a method * [android] new gesture library - deprecated onScrollListener * [android] new gesture library - unified shove listener name
* [qt] Rename Qt SDK to 'Mapbox Maps SDK for Qt'Bruno de Oliveira Abinader2018-02-276-14/+14
|
* [core] Add space in OfflineDatabase::updateMetadata SQL queryBruno de Oliveira Abinader2018-02-271-1/+1
|
* [core, node] Hold on to map handle during NodeMap::request.Chris Loer2018-02-261-0/+4
| | | | | Avoids a potential crash if garbage collection happens in the middle of a call to NodeMap::request from a map that's eligible for GC. Fixes issue #11281
* [core] Don't reuse heatmap render texture on viewport resize.Chris Loer2018-02-261-1/+1
| | | | Fixes issue #11228.
* [ios, macos] add tileset encoding option to darwin sources (#11274)Molly Lloyd2018-02-266-0/+68
| | | | | | | | | | * add tileset encoding option to darwin sources * correct style guide * link out to dem encoding docs * markdownify comments
* [core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation.Chris Loer2018-02-261-1/+1
| | | | Alternative fix to #11288, until we figure out a proper async_hooks implementation.
* [tests] Added a test for getting resources from the databaseThiago Marcos P. Santos2018-02-263-1/+37
| | | | This test would have flagged the Qt regression.
* [qt] Fix issue if resources not being found on the databaseThiago Marcos P. Santos2018-02-261-7/+2
| | | | | | | Once again QVariant getting confused about its contents datatype. With this patch we use QString directly and copy the contents, which should be cheap with Qt implicity sharing.
* [core] Fix build with Qt + Android + GCC 4.9Thiago Marcos P. Santos2018-02-261-1/+1
| | | | | | Android uses and old libc when building with GCC 4.9 and some math functions are not on std::.
* [qt] Fix wrong signal being emittedThiago Marcos P. Santos2018-02-261-1/+1
| | | | Probably caused by a typo when refactoring the asynchronous rendering.
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-232-10/+16
| | | | When we load a stale style from cache, and the user immediately starts mutating it, we should continue loading the style so that we'll get a fresh copy of the data into our cache and avoid perpetually showing the stale style.
* [android] custom layer example - remove dependencies on mbgl logging and ↵Ivo van Dongen2018-02-231-22/+24
| | | | string headers
* [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-02-231-28/+142
|
* [android] custom layer example - fix fragment shader source for opengl es 2 ↵Ivo van Dongen2018-02-231-1/+1
| | | | phones
* [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-02-231-2/+9
| | | | Avoids problems on (amongst others) Samsung Galaxy J3
* [core] check opengl error state after custom layer invocationsIvo van Dongen2018-02-231-3/+4
|
* [android] - port animated markers activity to symbol layerTobrun2018-02-227-293/+459
|
* [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-02-223-1/+20
|
* [core] don't hide icons if text is an empty stringAnsis Brammanis2018-02-212-4/+3
|
* [android] jni clean up - missing a couple DeleteLocalRef Osana Babayan2018-02-216-5/+11
|
* [android] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-2010-40/+202
|
* [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-02-201-1/+12
|
* Merge tag 'ios-v3.7.5' into masterJason Wray2018-02-195-4/+9
|\
| * [ios] Bump podspecs for 3.7.5ios-v3.7.5Jason Wray2018-02-164-4/+4
| |
| * [ios] Fix loop when first asking for location permission (#11229)Jason Wray2018-02-162-2/+7
| |
* | [core] Support a range of zooms in TileRange. Accounts for TilePyramid ↵Asheem Mamoowala2018-02-193-23/+57
| | | | | | | | requesting parent tiles of ideal zoom tiles.
* | [android] added missing delete local references Osana Babayan2018-02-194-21/+35
| |
* | [test] Native ignore for GL JS issue #6160Chris Loer2018-02-161-0/+1
| |
* | [test] Native expression test support for:Chris Loer2018-02-162-24/+36
| | | | | | | | | | - Round-tripping expressions through serialization and checking that outputs don't change - Checking expression serialization against expected value from fixture
* | [core] Implement Expression::serialize()Chris Loer2018-02-1630-40/+262
| | | | | | | | | | | | | | | | Issue #10714 - Each expression stores its operator as a string, and default serialization is [operator, serialize(child1), ...] - Custom implementations of `serialize` for Expression types that don't follow the pattern - expression::Value -> mbgl::Value converter - node_expression bindings to expose `serialize`
* | [android] incorrect LatLngBounds for the VisibleRegion for rotated mapOsana Babayan2018-02-161-5/+6
| | | | | | | | | | smallest bounding box for 4 points cannot be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
* | [ios] Disable -[MGLExpressionTests testConditionalExpressionObject] on iOS 8upstream/fb-ios-test-and-warning-fixesJason Wray2018-02-151-17/+21
| | | | | | | | Temporarily disable this test until iOS 8 compatibility is added.
* | [ios] Bump testMGLMapSnapshotter timeout to 5sJason Wray2018-02-151-1/+1
| | | | | | | | | | | | | | | | Timing based tests are inherently flakey and prone to failure on slow CI: > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone X' (3.375 seconds) > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone 8' (3.413 seconds) > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone 7' (2.944 seconds)
* | [ios] Fix iOS 8's broken pluralization in MGLCoordinateFormatterTestsJason Wray2018-02-151-3/+18
| |
* | [ios] Fix type conversion warnings in MGLFeatureTestsJason Wray2018-02-151-10/+17
| | | | | | | | Fixes: object of type 'MGLPointAnnotation/MGLPolyline *' is not compatible with array element type 'MGLShape<MGLFeature> *' [-Wobjc-literal-conversion]
* | [ios] Fix safeAreaInsets availability warning in MGLMapViewLayoutTestsJason Wray2018-02-151-1/+1
| | | | | | | | Fixes: 'safeAreaInsets' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
* | [android] bounds can go over the antimeridian / date line. (#10892)Osana Babayan2018-02-153-21/+236
| |