summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting& nitupstream/expession-filterLucas Wojciechowski2018-03-071-1/+1
|
* Implement `NSPredicate *operator()(mbgl::style::ExpressionFilter filter)`Lucas Wojciechowski2018-03-071-1/+3
|
* Addressed PR feedbackLucas Wojciechowski2018-03-073-6/+10
|
* Add expression filter testsLucas Wojciechowski2018-03-071-0/+10
|
* Ensure the map zoom is passed into filtering operations wherever applicableLucas Wojciechowski2018-03-076-6/+6
|
* Remove bool Filter::operator()(const GeometryTileFeature&) constLucas Wojciechowski2018-03-079-84/+60
|
* In src/mbgl/style/conversion/filter.cpp, add a port of isExpressionFilter ↵Lucas Wojciechowski2018-03-071-6/+55
| | | | 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
* Shot in the dark to fix CI (part 3)Lucas Wojciechowski2018-03-071-1/+1
|
* Shot in the dark to fix CI (part 2)Lucas Wojciechowski2018-03-071-1/+1
|
* Shot in the dark to fix CILucas Wojciechowski2018-03-071-5/+5
|
* Fix benchmark compilationLucas Wojciechowski2018-03-071-7/+3
|
* Switch back to a shared_ptr per chat with @anandthakkerLucas Wojciechowski2018-03-073-4/+4
|
* Fix failing testsLucas Wojciechowski2018-03-071-1/+1
|
* Fill in implementation of `void operator()(const ExpressionFilter&)`Lucas Wojciechowski2018-03-071-2/+2
|
* Replace `shared_ptr` with &referenceLucas Wojciechowski2018-03-072-2/+2
|
* Hook up expression filter evaluatorLucas Wojciechowski2018-03-071-1/+6
|
* WIPLucas Wojciechowski2018-03-075-11/+18
|
* WIPLucas Wojciechowski2018-03-072-54/+54
|
* WIPLucas Wojciechowski2018-03-076-173/+200
|
* WIPLucas Wojciechowski2018-03-071-25/+25
|
* Remove Filter::operator()(const Feature&)Lucas Wojciechowski2018-03-073-27/+11
|
* WIPLucas Wojciechowski2018-03-074-8/+10
|
* WIPLucas Wojciechowski2018-03-074-6/+8
|
* WIPLucas Wojciechowski2018-03-074-1/+24
|
* 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
|
* [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
|