summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] reset scale/rotate focal point in each stepupstream/lp-location-gestures-14246Łukasz Paczos2019-04-012-57/+45
|
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-012-2/+34
|
* [android] - add pixel dimension annotation to public UiSettings methodstobrun2019-04-011-18/+31
|
* [android] disable move gesture detector foreseeing the quickzoomŁukasz Paczos2019-04-011-7/+7
|
* [android] - update snapshot activity example with idle listener, convert to ↵tobrun2019-04-013-126/+80
| | | | kotlin
* [Darwin] Improve documentation for enum array propertiesupstream/az-accountsMikhail Pozdnyakov2019-03-292-1/+21
|
* [darwin] Support for variable text placement APIMikhail Pozdnyakov2019-03-295-27/+228
|
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-298-33/+50
|
* [android] Fix style code generation if array default value is missingMikhail Pozdnyakov2019-03-292-2/+6
|
* Enable text-variable-anchor render testsMikhail Pozdnyakov2019-03-291-18/+3
|
* [core] Introduce variable text placement for point labels - Placement partMikhail Pozdnyakov2019-03-2910-73/+267
|
* [core] Introduce variable text placement for point labels - Render partAlexander Shalamov2019-03-295-6/+103
|
* Export hideGlyphs and addDynamicAttributes symbolsAlexander Shalamov2019-03-291-0/+5
|
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-2917-129/+361
|
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-295-4/+9
|
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-2910-6/+98
|
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-2919-4/+152
|
* [scripts] Add retry logic to fetch coverage reportSudarsana Babu Nagineni2019-03-291-13/+26
| | | | | Retry fetching coverage report from codecov in case of timeout issues.
* [android] - use different Activity launchmode setup.tobrun2019-03-297-16/+47
| | | | | This faills on pre 6.0 and post 9.0 Androdid OS versions. Stabilize tests. Ignore telemetry dialog test.
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-03-283-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] - fix thread assertion issue while running instrumentation teststobrun2019-03-281-0/+3
|
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-2828-74/+107
| | | | Move pixelRatio property from Map constructor to MapOptions.
* [test] Add unit tests for MapOptionsSudarsana Babu Nagineni2019-03-281-0/+30
|
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-2828-85/+102
|
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-287-11/+33
|
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-284-13/+12
| | | | | Instead of having individual getter for each Map option, add a common getter for all Map options.
* [build] Metrics: publish Github StatsBruno de Oliveira Abinader2019-03-283-1/+165
|
* [core] Add code coverage metrics for coreSudarsana Babu Nagineni2019-03-283-1/+165
| | | | | Collect code coverage ratio from codecov.io for a given commit hash, and upload it to the S3 bucket.
* [android] changelog for v7.3.0Łukasz Paczos2019-03-281-0/+6
|
* [android] - remove NativeMap#update()tobrun2019-03-272-11/+0
|
* [android] - remove request render from MapboxMap#onStarttobrun2019-03-271-1/+0
|
* [ios, macos] Added missing changelog entries for #14241 (#14250)Julian Rex2019-03-272-0/+2
|
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵Julian Rex2019-03-2710-24/+70
| | | | (#14241)
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
|
* [core] don't access empty texture pos optionals when buckets are out of syncKonstantin Käfer2019-03-272-3/+3
|
* [ios, macos] Open project using selected toolchainFredrik Karlsson2019-03-261-2/+2
|
* [android] provide more information when the OfflineManager test times outŁukasz Paczos2019-03-261-31/+52
|
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-2513-21/+24
|
* [core] harden fetching camera for bounds when padding is excessiveŁukasz Paczos2019-03-252-2/+19
|
* [ios, macos, build] Remove DEBUG from logging configuration. (#13933)Fabian Guerra Soto2019-03-253-1/+4
| | | | | | * [ios, macos] Change the debug flag usage to NDEBUG. * [ios, macos] Add NDEBUG preprocessor macro to ios/macos project conf.
* quick typo fix for OnDidFinishRenderingMapListener method (#14209)Sam Fader2019-03-251-2/+2
|
* [core] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-256-9/+14
|
* [android] - validate license generatrion with nitpick on CItobrun2019-03-252-0/+27
|
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-239-57/+58
|
* [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.
* remove unneeded permissions (#14208)Zack Mully2019-03-221-112/+0
|
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-2213-153/+155
| | | | comments
* [android] - make a singular FragmentBackStack testtobrun2019-03-221-18/+0
|
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, ↵tobrun2019-03-222-9/+5
| | | | don't destroy map renderer when surface is destroyed as it can be recreated later
* [android] - add integration test suitetobrun2019-03-2216-306/+378
|