summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Partial revert of 12895: remove presentsWithTransaction, disable implicit ↵upstream/jrex/partial-revert-12895Julian Rex2019-04-021-3/+5
| | | | actions
* [android][ios] Update changelogsMikhail Pozdnyakov2019-04-012-0/+4
|
* [Darwin] Improve documentation for enum array propertiesMikhail Pozdnyakov2019-04-012-1/+21
|
* [darwin] Support for variable text placement APIMikhail Pozdnyakov2019-04-015-27/+228
|
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-04-018-33/+50
|
* [android] Fix style code generation if array default value is missingMikhail Pozdnyakov2019-04-012-2/+6
|
* Enable text-variable-anchor render testsMikhail Pozdnyakov2019-04-011-18/+3
|
* [core] Introduce variable text placement for point labels - Placement partMikhail Pozdnyakov2019-04-0110-73/+267
|
* [core] Introduce variable text placement for point labels - Render partAlexander Shalamov2019-04-015-6/+103
|
* Export hideGlyphs and addDynamicAttributes symbolsAlexander Shalamov2019-04-011-0/+5
|
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-04-0117-129/+361
|
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-04-015-4/+9
|
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-04-0110-6/+98
|
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-04-0119-4/+152
|
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-04-013-14/+65
| | | | | | | | | | Before this change, symbol layer was only checking whether top level 'text-field' layout property expression is FormatExpression and if it has paint property overrides. This change takes into account that 'text-field' might have nested expressions, thus, requires traversal over child expressions. Fixes: #14254
* [android] changelog for v7.3.0android-v7.3.0Łukasz Paczos2019-03-281-0/+6
|
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
|
* remove unneeded permissions (#14208) (#14226)Jordan Kiley2019-03-251-112/+0
|
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-257-76/+5535
|
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-2513-153/+155
| | | | comments
* [android] - make a singular FragmentBackStack testtobrun2019-03-251-18/+0
|
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, ↵tobrun2019-03-252-9/+5
| | | | don't destroy map renderer when surface is destroyed as it can be recreated later
* [android] - add integration test suitetobrun2019-03-2516-314/+378
|
* [android] - add GLSurfaceView RecylerView example to test for regressionstobrun2019-03-258-157/+199
|
* [ios, macos] Support expressions in formatting parameters. (#14198)Fabian Guerra Soto2019-03-229-78/+75
| | | | | Modified MGLAttributedExpression object to support NSExpressions as formatting attributes only. This aligns with GL and Android implementation and specification. Modified the documentation accordingly, and changed MGLFontSizeAttribute to MGLFontScaleAttribute to clarify the true function of the formatting parameter.
* [android] fix formatting of the 7.3.0-beta.1 changelogŁukasz Paczos2019-03-221-6/+6
|
* [ios] Podspecs for v4.10.0 beta.1 (#14196)ios-v4.10.0-beta.1Jordan Kiley2019-03-216-24/+35
|
* Update to `mapbox-events-ios` release `v0.9.1` (#14195)Alf Watt2019-03-215-15/+20
| | | | MMENSDateWrapper -> MMEDate Add SKIP_DOCS flag to build pipeline for iOS
* [ios, macos] Fix conditional expression parsing error. (#14181) (#14191)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. (CP #14188) (#14190)
* [ios, macos] Fix format expression parsing. (#14168) (#14178)Fabian Guerra Soto2019-03-212-13/+25
| | | CP [ios, macos] Fix format expression parsing. (#14168)
* [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()