summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump Podspecs & changelog for ios-v4.10.0-beta.3upstream/ios-v4.10.beta.3-liquidNadia Barbosa2019-04-054-3/+4
|
* [core] Move should not call destructorsAlexander Shalamov2019-04-053-18/+108
|
* [ios] Cocoapods bump to v4.10.0-beta.2 (#14323) (#14327)ios-v4.10.0-beta.2Fabian Guerra Soto2019-04-035-3/+5
| | | | | * [ios] Update podspec to beta.2. * [ios] Update changelogs.
* [ios] Add iOS bindings and example for missing icons event. (#14302)Jordan Kiley2019-04-036-0/+83
| | | | | | Added a new mapView delegate method that allows reload a style icon in case it couldn't load it from the style. Added an iosapp test example.
* [ios] Enable/disable presentsWithTransaction to address #14232 (CP #14307) ↵Julian Rex2019-04-032-12/+142
| | | | (#14318)
* Update `mapbox-events-ios` to `v0.9.2` (#14288) (#14306)Alf Watt2019-04-021-0/+0
|
* [core] add onStyleImageMissing to allow dynamically loaded or generated ↵Ansis Brammanis2019-04-0225-37/+280
| | | | | | images (#14253) Also make `Style#updateImage(...)` much faster when the image doesn't change size. This can be useful for asynchronously generating images.
* CP [ios,macos, core] Release Liquid cherry picks (#14274)Julian Rex2019-04-0216-36/+85
| | | | | | | | * [core] don't access empty texture pos optionals when buckets are out of sync * [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional (#14241) * [ios, macos] Added missing changelog entries for #14241 (#14250) * [ios] Tweak change log for clarity * [core] Adds target branch parameter to clang-tools.sh (#14301)
* [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
|