summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] require context in AttributionParser.Builderupstream/lp-attribution-parser-contextŁukasz Paczos2018-11-234-36/+20
|
* [ios] Update podspecs for ios-v4.7.0-alpha.2 (#13434)ios-v4.7.0-alpha.2Julian Rex2018-11-213-3/+3
|
* Changelog for 7.0.0-alpha.2 (#13433)android-v7.0.0-alpha.2Osana Babayan2018-11-211-1/+7
|
* [ios] Adds support for MGLCollisionBehaviorPre4_0 in NSUserDefaults (#13426)Julian Rex2018-11-219-14/+163
|
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-215-7/+12
| | | | This appears to have been an attempt to use the std::string fill constructor, but it ended up creating a one-character-long string and attempting to overwrite the null terminator.
* [core] Let placement transitions use the transition duration, if set, and ↵Bruno de Oliveira Abinader2018-11-214-14/+26
| | | | allow disabling them entirely
* [core] Let property evaluation transitions use the transition duration, if setBruno de Oliveira Abinader2018-11-211-2/+6
|
* Add specific name logging in failure scenarios of PropertyValueSteve2018-11-211-3/+3
| | | Hard to track down value/expression issues currently when they are not being named.
* [android] - use --info argument to show more detials during make test runsTobrun2018-11-211-2/+2
|
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-215-0/+108
|
* [build] use GLFW as a submodule and update to most recent versionKonstantin Käfer2018-11-218-6/+35
| | | | this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave
* [ios] Added teardown of core objects when receiving ↵Julian Rex2018-11-207-104/+317
| | | | UIApplicationWillTerminateNotification (#13367)
* [darwin] Fix stray semicolon at end of method definitionupstream/friedbunny-fixes-some-warningsJason Wray2018-11-201-1/+1
| | | | Per -Wsemicolon-before-method-body.
* [darwin] Don't redefine mbgl::style::GeoJSONOptions struct as a classJason Wray2018-11-201-1/+1
| | | | Per -Wmismatched-tags.
* [ios] Remove deprecated -[MGLMapView setDebugActive:] implementationJason Wray2018-11-201-7/+0
|
* [darwin] Rename variables to avoid shadow declarationsJason Wray2018-11-208-44/+40
| | | | Per GCC_WARN_SHADOW.
* [darwin] Fix typos in pragma diagnostic declarationsJason Wray2018-11-202-3/+3
| | | | Per GCC_WARN_UNKNOWN_PRAGMAS.
* [darwin] Fix GCC_WARN_SIGN_COMPARE warningsJason Wray2018-11-2011-22/+22
|
* [darwin, build] Harmonize ios/macos/darwin build warnings with mbglJason Wray2018-11-202-0/+24
|
* [ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an ↵Julian Rex2018-11-209-9/+84
| | | | | | NSError. (#13399)
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-2019-581/+571
|
* [android] use locale sensitive DecimalFormat for color alpha conversionŁukasz Paczos2018-11-201-1/+5
|
* [android] update map feedback URLŁukasz Paczos2018-11-203-9/+9
|
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-2019-37/+82
|
* [ios, macos] Enable CODEOWNERS for iOS/macOS/Darwin directories. (#13368)Julian Rex2018-11-191-0/+9
|
* [ios] Don't pause camera animations when zoom/pitch/rotate/scroll are disabledNadia Barbosa2018-11-192-0/+7
| | | | | | | | [ios] Move up code [ios] Changelog newline
* [ios, macos] Layer manager for Darwin platformsMikhail Pozdnyakov2018-11-1934-47/+587
| | | | | The newly introduced `MGLStyleLayerManager` is now responsible for creating both style layer objects and their obj C peers on Darwin.
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-199-50/+60
| | | | | | So that it does not downcast `Layer::Impl` instances. Also, an unneeded `std::vector` construction was removed from `Parser::fontStacks()`.
* [core] Construct RenderItem objects in-place and remove unused headersAlexander Shalamov2018-11-191-9/+5
|
* [core] Remove RenderLayer's is<> as<> methodsAlexander Shalamov2018-11-1911-65/+0
|
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-1912-56/+109
|
* [core] Remove casts in bucketsAlexander Shalamov2018-11-197-24/+18
|
* [core] Add use LayerTypeInfo::Layout for the layers that require LayoutAlexander Shalamov2018-11-196-6/+10
|
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-197-9/+21
|
* [core] Remove casts for Custom and Background render layersAlexander Shalamov2018-11-195-15/+26
|
* [core] Move layer specific color ramp updates behind common update() methodAlexander Shalamov2018-11-197-12/+26
|
* [core] Move RenderTile filtering / sorting logic to render layersAlexander Shalamov2018-11-195-51/+71
|
* [core] Move markContextDestroyed() to the RenderLayerAlexander Shalamov2018-11-195-10/+15
|
* [core] Remove downcasts for layers that require 3D render passAlexander Shalamov2018-11-191-7/+2
|
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-1912-19/+136
|
* [build] Add more vendor packagesThiago Marcos P. Santos2018-11-1612-11/+33
| | | | | | * jni.hpp * cheap-ruler-cpp * pixelmatch-cpp
* [android] changelog for 6.7.1Łukasz Paczos2018-11-161-0/+3
|
* [ios, macos] Harmonize bundle identifiersMinh Nguyễn2018-11-157-22/+16
| | | | For consistency with each other and with their product name and module name, the iOS and macOS map SDKs now have a bundle identifier of com.mapbox.Mapbox, whether in the form of a static or dynamic framework. The logging subsystem identifier has also been changed to match.
* Setting UTF-8 encoding for JavaDoc task (#13384)Osana Babayan2018-11-151-0/+6
|
* [core] add test about number of maximum concurrent requestsHuyen Chau Nguyen2018-11-154-3/+40
|
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-1510-42/+30
|
* [ios] Fixed changelog typo (#13376)Julian Rex2018-11-151-1/+1
|
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1549-323/+256
| | | | | | | | | The `LayerTypeInfo` contains static meta data about certain layer type. Each layer module should have a single immutable `LayerTypeInfo` instance for the represented layer type. Both `LayerImpl` and `LayerFactory` from the module always refer to the same `LayerTypeInfo` instance, so address of this instance can be used as a layer module Id during the process life time.
* [ios] Release preparations for 4.7.0-alpha.1 (#13375)ios-v4.7.0-alpha.1Julian Rex2018-11-144-4/+6
|
* [ios, macos] Logging. (#13235)Fabian Guerra Soto2018-11-1448-71/+721
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Update the logging subsystem to platform agnostic. * [ios, macos] Add coordinate to string function. * [ios, macos] Add BOOL to string function. * [ios, macos] Add tracing logs. * [ios, macos] Add tracing logs to generated style classes. * [ios, macos] Split logging categories accordingly to MGLLoggingLevel. * [ios, macos] Log network requests. * [ios, macos] Migrate NSAssert to MGLAssert. * [ios, macos] Include MGLLoggingConfiguration to filesource-files.txt. * [ios, macos] Fix logger string specifier for the line parameter. * [ios, macos] Add logs to shapes classes. * [ios, macos] Add logs to offline classes. * [ios, macos] Add logs to annotation classes. * [ios, macos] Add logs to foundation classes. * [ios, macos] Fix snapshotter size logging. * [macos] Add logs to map view. * [ios, macos] Fix string from boolean prefix, add custom function for NSCAssert. * Log size test * [ios, macos] Add logging conditional compilation flag. * [ios, macos] Rename function NSStringFromMGLTransition to MGLStringFromMGLTransition. * [ios, macos] Remove verbose logging for release builds. * [ios, macos] Rename NSStringFromCLLocationCoordinate2D to MGLStringFromCLLocationCoordinate2D. * [ios, macos] Clean unnecesary blank lines in MGLLight.mm set methods. * [ios, macos] Fix logging grammar, format, function names. * [ios, macos] Remove compilation flag, rename flags.