summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] fix formatting of the 7.3.0-beta.1 changelogupstream/lp-backport-changelog-7.3.0-beta.1-formattingŁukasz Paczos2019-03-211-6/+6
|
* [android] changelog for 7.3.0-beta.1android-v7.3.0-beta.1Łukasz Paczos2019-03-201-0/+14
|
* [android] cache source/layer only when successfully addedŁukasz Paczos2019-03-201-5/+5
|
* [android] clear the style object when the map is destroyedupstream/nb-liquid-earliestŁukasz Paczos2019-03-202-4/+8
|
* [ios, macos] Add text-color support to format expressions. (#14146)Fabian Guerra Soto2019-03-1912-9/+176
| | | | | | | | Added the possibility of overriding paint properties inside the format expression. Added an example of how to create an MGLAttributedExpression object and documented the attributes keys and value types. Fixed a bug that ignored the font names.
* [android] update licensesŁukasz Paczos2019-03-191-12/+6
|
* [android] expose LocationComponent's layer IDsŁukasz Paczos2019-03-191-6/+26
|
* [android] unit and instrumentation tests code coverage reportŁukasz Paczos2019-03-197-7/+95
|
* [ios] Deleted unused NSData categoryMinh Nguyễn2019-03-186-103/+0
|
* [build] Add sha to the coverage json (#14145)Jordan Kiley2019-03-181-2/+6
|
* [android] bump telemetry version to 4.3.0Łukasz Paczos2019-03-182-1/+1
|
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-182-24/+33
|
* [android] - remove base idlingResource setuptobrun2019-03-1822-735/+495
|
* [ios, macos] Add format expression convenience methods support. (#14094)Fabian Guerra Soto2019-03-1520-22/+329
| | | | | | | | | | | Added the ios/macos format expression bindings. The equivalent is mgl_attributed: or mgl_attributed({}) when making an expression using the expressionForFormat selector. A new constructor called mgl_expressionForAttributedExpressions:(NSArray<NSExpression*>*)attributedExpressions was added to NSExpression+MGLAdditions category. Updated the symbol style layer text test to use the bindings. Updated the Predicates and Expressions.md and For Style Authors.md.ejs template with the bindings.
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-15156-2567/+2480
| | | Graphics refactor #4
* [android] - older device for running gnustl instrumentation tests on firebasetobrun2019-03-151-28/+28
|
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-158-123/+376
|
* [core] Forward evaluation context directly to evaluated propertyAlexander Shalamov2019-03-151-1/+5
| | | | | So that default value owned by the FormatSectionOverride, can be evaluated based on required context parameters.
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-1411-56/+123
| | | | | | | | Group bounds, minimum and maximum zoom related methods together using the new BoundOptions. v2: Document that getBounds() initializes all optional fields. - Add test for getBounds() on a map with default values.
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-1410-44/+58
| | | | | | | | This is a first step into grouping together bounds related Map methods into one that takes a "BoundOptions" object. LatLngBounds::unbounded() replaces an undefined optional<LatLngBounds>. v2: Document LatLngBounds::unbounded()
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-148-85/+3
| | | | | | | | | Support for limiting pitch was introduced in commit c4fc89977bcb ([core] Added {set,get}{Min,Max}Pitch) in 2017 but was never exposed by the platform SDKs. Simplify the Map interface by removing this unused feature. v2: Add util::PITCH_MIN
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
|
* [build] Fix for ci.template cloudformationAlexander Shalamov2019-03-141-1/+1
|
* [ios] Updated podspecs (#14110)ios-v4.10.0-alpha.2Jordan Kiley2019-03-133-3/+3
|
* [android, ios] Fix issue in binary size scriptNadia Barbosa2019-03-131-4/+8
|
* [ios] Generate iOS code coverage for metrics (#14015)Jordan Kiley2019-03-135-0/+82
|
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-1314-693/+145
|
* [android] rearrange execution time of the binary size metric collection scriptandroid-v7.3.0-alpha.2Łukasz Paczos2019-03-131-5/+5
|
* [android] changelog for 7.3.0-alpha.2Łukasz Paczos2019-03-131-0/+12
|
* [core] Remove fileSource from render.benchmark.cppAlexander Shalamov2019-03-131-1/+1
| | | | | | There were two PRs that are in mergeable state, yet, had dependencies between each other, therefore, introduced build break on master for benchmark target.
* [android] when changing the resource path, recreate database instead of the ↵Łukasz Paczos2019-03-135-107/+121
| | | | whole FileSource
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-136-11/+45
|
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-138-48/+377
|
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-1314-1/+594
| | | | | | | | | | | | * [android] adding galician strings * [ios] adding galician strings * [ios, macos] Added Galician localization to Xcode projects * [ios, macos] Converted Galician localization to UTF-8 * [android, ios, macos] Updated changelogs
* [scripts] Fix local code coverage scriptSudarsana Babu Nagineni2019-03-131-14/+24
| | | | | Fix the code cov script for coverage data collection and report generation.
* [android] Updated Android readme links and writing (#14090)Langston Smith2019-03-131-8/+4
|
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-1336-66/+46
|
* [core] Lazy-load {Image,Glyph}Manager on Renderer::ImplBruno de Oliveira Abinader2019-03-132-9/+18
|
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-1340-256/+4792
| | | | | | | | | | | | | | | | | | expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides
* [build] Upload documentation coverage metrics to S3Ander Conselvan de Oliveira2019-03-132-2/+31
|
* [build] Check documentation coverage on CIAnder Conselvan de Oliveira2019-03-134-9/+108
| | | | | | Add a CI target that checks documentation coverage and reports back to github. While at it, change the output of doxy-coverage to a json file so it is easy to consume.
* [build] Ignore private symbols when calculating documentation coverageAnder Conselvan de Oliveira2019-03-131-1/+2
|
* [build] A build target to check for doxygen documentation coverageAnder Conselvan de Oliveira2019-03-133-0/+220
| | | | | | | Add a cmake target that builds doxygen documentation and reports on coverage using doxy-coverage. Script was copied from: https://github.com/alobbs/doxy-coverage/commit/29a0bbf43bfecb6872cdca0e4a11733954d25196
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-1311-62/+94
| | | | | | | Using different exception pointers to specify the loading failure makes an awkward API. Most users rethrow the exception only to figure out what type of error happened so it can be reported properly. So replace the exception pointer with a enum an string description of the failure.
* [ios, build] Remove unnecessary clean step from release packagingJason Wray2019-03-121-1/+0
|
* [node] Change Map/FileSource relationship to compositionBruno de Oliveira Abinader2019-03-122-12/+27
|
* [darwin] Fix MGLMapView.direction wrappingJason Wray2019-03-125-13/+113
| | | Re-adds the 0-to-360° wrapping for MGLMapView.direction. Without this wrapping, we’d get ±180° from core, which results in invalid CLLocationDirection for the negative half of the rotational spectrum.
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-122-15/+17
|
* [android] explicitly declare MapboxIssueRegistry's lint versionŁukasz Paczos2019-03-121-0/+4
|
* [android] fix quick-zoom + double-tap gestures combo regressionŁukasz Paczos2019-03-121-4/+18
|