summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Nitpicky style edits of recent changesupstream/friedbunny-copyedits-changelog-4.10.0-beta.1Jason Wray2019-03-212-15/+18
|
* [ios] Copy-edit changelog for 4.10.0-beta.1Jason Wray2019-03-211-6/+14
|
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-217-76/+5535
|
* [ios, macos] Fix conditional expression parsing error. (#14181)Fabian Guerra Soto2019-03-214-24/+6
| | | | Fixed an error that caused conditional expressions to crash when a conditional parameter was also a conditional expression.
* [core] Change definition of "complete" so offline packs created before ↵Julian Rex2019-03-213-1/+6
| | | | #11055 can complete. (#14188)
* [android] changelog for 7.3.0-beta.1Łukasz Paczos2019-03-202-1/+15
|
* [build] correct the code_coverage time to follow ISO 8601Łukasz Paczos2019-03-201-7/+6
|
* [android] cache source/layer only when successfully addedŁukasz Paczos2019-03-201-5/+5
|
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-202-4/+8
|
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-2065-467/+659
|
* [core] Cleanup Map::Impl ctorBruno de Oliveira Abinader2019-03-203-54/+30
|
* [darwin] [MGLOfflineStorage mbglFileSource] is now a shared_ptrBruno de Oliveira Abinader2019-03-208-32/+24
|
* [android] - add offline troubleshooting link to javadoc of OfflineManagertobrun2019-03-201-0/+4
|
* [ios, macos] Fix format expression parsing. (#14168)Fabian Guerra Soto2019-03-202-13/+25
| | | Fixed a parsing issue when a non-constant expression was passed to MGLAttributedExpression.expression property.
* [core] Expose a way of flushing the graphics pipelineThiago Marcos P. Santos2019-03-206-0/+23
| | | | | Useful for apps before going to background that are restricted by the OS of performing any operation.
* [core] move cleanup to gfx::ContextKonstantin Käfer2019-03-204-15/+20
|
* [core] move ProgramMap to within the gl::Program objectKonstantin Käfer2019-03-2053-327/+819
|
* [core] use constexpr string concatenation for uniform/attribute namesKonstantin Käfer2019-03-2027-533/+621
|
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-2051-541/+541
|
* [core] expose vertex binding count in gfx::ContextKonstantin Käfer2019-03-204-13/+12
|
* [core] remove gl/context.hpp from more files, cast where necessaryKonstantin Käfer2019-03-2023-77/+92
|
* [android] - refactor idling resource from testtobrun2019-03-201-60/+42
|
* [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
|