summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] [core] - add query rendered features to map snapshotupstream/tvn-query-snapshot-wiptobrun2018-06-287-6/+51
|
* [tests] Remove ignores for implemented featuresJohn Firebaugh2018-06-271-27/+3
|
* [core] Simplify parseInterpolateJohn Firebaugh2018-06-271-38/+14
| | | | | * Merge type checking into match arms * No need to use interpolator->match(...)
* [macos, ios] Commit IDEWorkspaceChecks.plist filesJohn Firebaugh2018-06-272-0/+16
|
* [ios] Update changelog and podspecs for 4.2.0-alpha.1ios-v4.2.0-alpha.1Jason Wray2018-06-274-4/+14
|
* [ios] Update changelogs and bump podspec.Fabian Guerra2018-06-272-0/+10
|
* updated MAS version to 3.3.0 (#12236)Osana Babayan2018-06-271-1/+1
|
* [ios] Update Events Library submodule to include china endpoint (#12233)Randall Lee2018-06-271-0/+0
| | | Brings in changes from mapbox/mapbox-gl-native#11860 and mapbox/mapbox-gl-native#11845
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-275-18/+53
|
* [build] GLFW version 2018-06-27-0be4f3fBruno de Oliveira Abinader2018-06-272-2/+2
|
* [qt] Add QMapboxGL::getFilter()Asheem Mamoowala2018-06-272-7/+89
|
* [node] Build and publish for node 6.x, 8.x, and 10.xJohn Firebaugh2018-06-265-30/+37
| | | | Note that we're still only testing the 6.x ABI (48).
* [node] Drop node 4.x supportJohn Firebaugh2018-06-263-63/+5
|
* [build] Exit with nonzero status if file does not existJohn Firebaugh2018-06-261-0/+1
|
* [build] Update libmapbox-gl.so locationJohn Firebaugh2018-06-261-4/+4
|
* [build] Remove unusedJohn Firebaugh2018-06-261-2/+0
|
* [node] add compatibility with node-pre-gyp binary publishingKonstantin Käfer2018-06-263-5/+5
|
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-263-7/+5
|
* [android] - fix geojson example, internal logic change with expressions ↵tobrun2018-06-262-12/+53
| | | | conversion
* [core] Fix issues in unique_anyJohn Firebaugh2018-06-252-14/+42
| | | | | | | * Eliminate unnecessary temporary in VTableStack::move, which also fixes calling the destructor on the incorrect instance * Make move consistent: it destructs the src, not the dest, which is always empty * delete doesn't need a null guard * Conversions to void* don't need a cast
* [core] Bump deployment versions to iOS 9, macOS 10.11Jason Wray2018-06-252-2/+2
|
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-259-15/+15
| | | Polymorphic types shouldn't be caught by value, as the warning message says. Catch them by constant reference instead.
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-257-22/+64
| | | | MapboxMap#addImage.
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-2124-5/+340
| | | | | | | | | | * update style-code for raster-resampling * implement user-defined raster-resampling * invert filter condition * raster-resampling -> raster-resampling-mode for darwin language conventions
* [core] Measuring tiles requesting/parsing time using logging (#12152)Lloyd Sheng2018-06-215-0/+40
| | | | | | | | | | | | * Tile timing * Refactor logging code * Keep the scope of `messageStream` constrained * Make log message more clear * Fix crash issue if onlineResponse.data is null
* [ios, macos] Updated change logs and podspecs for ios v4.1.0 and macOS 0.8.0 ↵Julian Rex2018-06-207-22/+33
| | | | release (#12185)
* [android] - dispatch camera start callback only when actually movingŁukasz Paczos2018-06-201-16/+12
|
* [android] make sure the object is still valid before calling nativeOnResponse()Konstantin Käfer2018-06-201-1/+5
|
* [ios] Added check for `-Wtautological-constant-compare` prior to ignore. ↵Julian Rex2018-06-191-0/+2
| | | | (#12177)
* [ios] updated predicates (#12178)Jordan Kiley2018-06-191-2/+2
|
* [core] port zero line-width fix from gl-js (#12175)Molly Lloyd2018-06-195-3/+9
| | | | | | | | * port zero line-width fix from gl-js * ignore transition test * ignore feature-state tests
* [android] initialize RunLoop::Impl::nextRunnable iteratorKonstantin Käfer2018-06-191-1/+1
|
* [ios, build] Completely remove support for Fabric (#12106)Jason Wray2018-06-187-242/+2
|
* [ios] Fix for integration tests not running on iOS 9. (#12145)Julian Rex2018-06-182-5/+26
|
* [android] - fix Android licenses formattingŁukasz Paczos2018-06-182-43/+43
|
* [android] - telemetry bump to v3.1.3Łukasz Paczos2018-06-151-1/+1
|
* Use a shared scheduler on threads without a default schedulerThiago Marcos P. Santos2018-06-155-39/+115
| | | | | | | | | | Render threads won't have a scheduler, so we create one that is shared by all the maps rendering at this thread. The bad side effect of this is that we need to wake up the render thread to process events. Mapbox GL should get rid of processing events on the render thread. This solution is a workaround.
* [macos] Tweaked change log for PR #12123 (#12146)Julian Rex2018-06-141-1/+1
|
* [android] - added Android licenses make targetŁukasz Paczos2018-06-146-82/+177
|
* [android] - changelog for 6.2.0-beta.2Łukasz Paczos2018-06-141-0/+5
| | | | (cherry picked from commit ffb30bb)
* [ios, macos] Look more widely for IBDesignablesAgentMinh Nguyễn2018-06-132-7/+2
| | | | The IBDesignablesAgent helper process has been renamed for each platform as of Xcode 10, so cast a wider net when trying to detect it.
* [core] Use a getter for the BackendScope static variableThiago Marcos P. Santos2018-06-131-7/+15
| | | | | Fix a static variable initialization issue when dynamic loading Mapbox GL Native.
* [android] Remove support for Fabric (#12126)Antonio Zugaldia2018-06-123-12/+1
| | | | | | * [android] remove fabric properties file * [android] fabric.properties no longer present * [android] fabric step in release.py no longer necessary
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-122-12/+21
|
* [core] consolidate database opening workflowKonstantin Käfer2018-06-125-84/+69
| | | | | | | | Before this change, we've tried to open the database in read/write, but not create mode. In situations where the database didn't exist yet, this logged an error to the console, and we proceeded to opening it again in read/write/create mode, which actually created the file. The reason we did this is so that we could detect really old caching databases from January 2016 in case a developer upgraded from an older SDK (iOS v3.1 and earlier, Android v3.2 and earlier) that didn't have https://github.com/mapbox/mapbox-gl-native/pull/3715 yet. However, these error messages, while innocent, look scary in the console and some users suspect that it's a bug. This change opens the file directly in read/write/create mode, omitting the first failed attempt. To handle old cache databases, we're now deleting the `http_cache` table, which was the only table in those old databases, and create the new schema, rather than deleting the entire file and recreating the Database object. In most scenarios, this will lead to one fewer opening attempt, while the database migration will continue to work for the few users who upgrade all the way from a January 2016 SDK. Additionally, this fixes a mismatch between the Qt and non-Qt implementation: Qt doesn't support opening a file in read/write mode without the create flag. This means that we've seen a different control flow on Qt compared to the non-Qt implementation when opening a database.
* [core] remove unused flags from SQLite headerKonstantin Käfer2018-06-122-8/+0
|
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-125-21/+72
|
* [test] verify log messages of OfflineDatabase testsKonstantin Käfer2018-06-122-20/+128
|
* [core] send all SQLite log messages to the Info bucket and add error codesKonstantin Käfer2018-06-121-77/+1
|
* [core] allow logging error codes and formatting strings at the same timeKonstantin Käfer2018-06-122-4/+10
|