summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] expose LOCATION_SOURCE constantupstream/lp-expose-component-constants-classŁukasz Paczos2019-04-041-1/+6
|
* [android] expose LocationComponentConstants classŁukasz Paczos2019-04-041-1/+1
|
* [ios] Bump to v4.11.0-alpha.1ios-v4.11.0-alpha.1Jason Wray2019-04-034-3/+7
|
* [ios] Remove unused line from MGLExpressionTestsJason Wray2019-04-031-1/+0
|
* [ios] Update to Swift 5.0Jason Wray2019-04-031-14/+7
|
* [darwin, build] Update CircleCI to Xcode 10.2Jason Wray2019-04-031-33/+6
| | | | Except macos-debug, which has issues compiling some files.
* [ios] Cocoapods bump to v4.10.0-beta.2 (#14323)Fabian 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.
* [android] Updated Changelog for 7.4.0-alpha.1 release (#14317)android-v7.4.0-alpha.1Osana Babayan2019-04-031-0/+22
|
* [ios] Enable/disable presentsWithTransaction to address #14232 (#14307)Julian Rex2019-04-032-12/+142
|
* [android] clean up location permissions annotationŁukasz Paczos2019-04-031-14/+2
|
* [android] disable leak canary during instrumentation testsŁukasz Paczos2019-04-034-2/+23
|
* [ios] Update `mapbox-events-ios` to `v0.9.2` (#14288) (#14303)Alf Watt2019-04-021-0/+0
| | | * [ios] Update `mapbox-events-ios` to `v0.9.2` (#14288)
* [core] Adds target branch parameter to clang-tools.sh (#14301)Julian Rex2019-04-023-9/+10
|
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-0225-37/+280
| | | Also make `Style#updateImage(...)` much faster when the image doesn't change size. This can be useful for asynchronously generating images.
* [core] Disable binary programs until we fix #14294Thiago Marcos P. Santos2019-04-022-2/+3
|
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-029-9/+482
|
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-0210-29/+37
| | | | | | | This patch removes the `RenderLinePaintProperties` by making `LineFloorWidth` part of the `style::LinePaintProperties`. It normalizes paint properties evaluation for the line layer.
* [core] Simplify render symbol layer initializationMikhail Pozdnyakov2019-04-025-33/+20
| | | | Obviate few extra calls from the renderer impl parts initializing symbol layers.
* [android] change the firebase device for arm-v7 test run to htc_m8Łukasz Paczos2019-04-021-2/+2
|
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-023-71/+88
|
* Remove support v7 (#14265)Kevin Li2019-04-025-25/+5
| | | | | | * remove support v7 * update license
* [linux] add a new run step to build the offline cli (#14272)Antonio Zugaldia2019-04-011-0/+3
|
* [android] reset scale/rotate focal point in each stepŁukasz Paczos2019-04-012-57/+45
|
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-012-2/+34
|
* [android] - LatLng#distanceTo uses TurfMeasurement#distancetobrun2019-04-012-23/+25
|
* [android] add #toString override for formatted sectionsŁukasz Paczos2019-04-012-0/+18
|
* [glfw] Remove unused map objectSudarsana Babu Nagineni2019-04-011-2/+0
| | | | | Remove unused map object that was accidentally added in 7af00a4.
* [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
|