summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace manual vtable with virtual methodsupstream/auto-vtableJohn Firebaugh2018-04-201-77/+93
|
* [android] - updated changelog for 6.0.1 (#11715)Łukasz Paczos2018-04-181-0/+3
| | | (cherry picked from commit 0256f15)
* [android] - changelog entry for v6.0.0Tobrun2018-04-171-0/+19
|
* [core] update CA bundleKonstantin Käfer2018-04-161-131/+2
|
* [android] - update changelog for v5.5.2Tobrun2018-04-111-0/+8
|
* [android] Adds gradle-dependency-graph-generator-plugin to Android project ↵Antonio Zugaldia2018-04-104-0/+36
| | | | | | | | | | (#11603) * adds gradle-dependency-graph-generator-plugin to the project * keep script in sync with https://github.com/mapbox/mapbox-android-demo/pull/671 * adds a makefile rule for dependency generation
* Remove unused lambda capture (#11600)Anand Thakker2018-04-051-1/+1
| | | Fixes #11588
* CP missing changelog entries to master (#11596)Łukasz Paczos2018-04-051-0/+27
| | | | | | | | | | | | | | | | * [android] - update changelog v5.5.1 (cherry picked from commit b411eed) * [android] Updated changelog for 6.0.0-beta.5 release (cherry picked from commit 73c0159) * Release android v6.0.0 beta.6 (#11592) * [android] updated changelog for 6.0.0-beta.6 (cherry picked from commit d5a3e5b)
* [core] re-bind uniform locations after re-linking programIvo van Dongen2018-04-051-0/+5
| | | | - On some gl implementations the uniform locations are shifted after linking the program a second time, resulting in errors when using any uniform. On some implementations they are actually doubled. Re-binding the uniforms after selectively binding the vertex attributes prevents this.
* [android] - update changelog for v6.0.0-beta.4 (#11486)Tobrun2018-03-201-0/+22
|
* Merge tag 'ios-v3.7.6' into masterJason Wray2018-03-1415-117/+110
|\
| * [ios] Bump podspecs for ios-v3.7.6ios-v3.7.6Jason Wray2018-03-123-3/+3
| |
| * [ios] Prepare changelog for ios-v3.7.6Jason Wray2018-03-121-1/+4
| |
| * [ios, build] Move iOS release builds to CircleCIJason Wray2018-03-123-99/+35
| |
| * [build] Update to Xcode 9.2 on CircleCI (#10893)Jason Wray2018-03-121-7/+7
| | | | | | | | When CircleCI says 9.2.0, they mean it...
| * [ios] Add camera limit debug option to iosappupstream/fb-fix-camera-limit-pinch-driftJason Wray2018-03-081-1/+42
| | | | | | | | Adapted from https://github.com/mapbox/ios-sdk-examples/blob/cdff47276d261d58c7eb2d0ba75d9cce6c308417/Examples/ObjectiveC/BlockingGesturesDelegateExample.m
| * [ios] Fix pinch drift ignoring delegate camera change responseJason Wray2018-03-082-3/+8
| |
| * [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-082-0/+12
| |
| * [core] Support a range of zooms in TileRange. Accounts for TilePyramid ↵Asheem Mamoowala2018-03-083-23/+57
| | | | | | | | requesting parent tiles of ideal zoom tiles.
| * [android] - reset release configurationandroid-v5.5.0Tobrun2018-03-012-2/+2
| |
| * [android] - fix custom layer exampleTobrun2018-03-011-1/+1
| |
| * [android] - release android v5.5.0Tobrun2018-03-012-2/+2
| |
| * [android] - update changelog for v5.5.0Tobrun2018-03-011-0/+12
| |
| * [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-03-011-5/+6
| | | | | | | | | | smallest bounding box for 4 points cannot (#11226) be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
| * [android] custom layer example - remove dependencies on mbgl logging and ↵Ivo van Dongen2018-03-011-23/+26
| | | | | | | | string headers
| * [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-03-011-28/+142
| |
| * [android] custom layer example - fix fragment shader source for opengl es 2 ↵Ivo van Dongen2018-03-011-1/+1
| | | | | | | | phones
| * [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-03-011-2/+9
| | | | | | | | Avoids problems on (amongst others) Samsung Galaxy J3
| * [core] check opengl error state after custom layer invocationsIvo van Dongen2018-03-011-3/+4
| |
| * [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-03-011-1/+12
| |
| * [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-013-1/+19
| |
| * [android] jni clean up - missing a couple DeleteLocalRefosana2018-03-014-3/+11
| |
| * upgraded telem version (#11338)Cameron Mace2018-02-283-7/+6
| | | | | | | | | | | | | | | | * upgraded telem version * use telem method instead of Okhttp * use telem util in test
| * [ios] Improved heading indicator arrow visibilityJason Wray2018-02-272-1/+5
| |
| * [ios, macos] Fix a memory leak when creating an EAGLContext in ↵Fabian Guerra Soto2018-02-271-9/+10
| | | | | | | | MGLMapSnapshotter. (#11193)
| * [core] continue loading style even if we mutate itKonstantin Käfer2018-02-272-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.
| * [core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation.Chris Loer2018-02-271-2/+2
| | | | | | | | Alternative fix to #11288, until we figure out a proper async_hooks implementation.
| * [android] - don't disable zoom button controller zooming whem zooming ↵Tobrun2018-02-211-7/+8
| | | | | | | | gestures are disabled
| * [android] - decouple map padding from overlain viewsTobrun2018-02-201-5/+0
| |
* | [core] prevent render thread from waking up unneeded on still renderingIvo van Dongen2018-03-142-5/+5
| | | | | | | | - No longer sends a update message to the render frontend when rendering in still mode only to shortcut it in the renderer. This prevents unneeded render passes in qt.
* | [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-0817-336/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * WIP * WIP * Remove Filter::operator()(const Feature&) * WIP * WIP * WIP * WIP * Hook up expression filter evaluator * Replace `shared_ptr` with &reference * Fill in implementation of `void operator()(const ExpressionFilter&)` * Fix failing tests * Switch back to a shared_ptr per chat with @anandthakker * Fix benchmark compilation * Shot in the dark to fix CI * Shot in the dark to fix CI (part 2) * Shot in the dark to fix CI (part 3) * In src/mbgl/style/conversion/filter.cpp, add a port of isExpressionFilter and use it to decide in Converter<Filter>::operator() whether to parse the incoming JSON as an ExpressionFilter or one of the legacy filter types * Remove bool Filter::operator()(const GeometryTileFeature&) const * Ensure the map zoom is passed into filtering operations wherever applicable * Add expression filter tests * Addressed PR feedback * Implement `NSPredicate *operator()(mbgl::style::ExpressionFilter filter)` * Fix formatting& nit
* | Update README.md (#11408)Cameron Mace2018-03-071-1/+1
| | | | | | Update splash image
* | [qt] Fix Qt build on MinGWThiago Marcos P. Santos2018-03-071-1/+1
| |
* | 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
| |