summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [darwin, docs] Use shared mapbox/jazzy-theme submoduleupstream/friedbunny-fiddles-with-jazzyJason Wray2019-01-3026-1194/+7
|
* [ios, docs] Support custom jazzy header contentJason Wray2019-01-301-2/+4
|
* [ios] Bump podspec to 4.8.0.Fabian Guerra2019-01-303-3/+3
|
* [ios][documenation] add additional code snippets to API docsJosh Erb2019-01-308-54/+180
|
* [core] change loop variable type to autoKonstantin Käfer2019-01-301-1/+1
| | | | We used `const std::pair<T, std::shared_ptr<Expression>>`, but the actual type is `const std::pair<const T, std::shared_ptr<Expression>>` which resulted in an implicit copy
* [android]added generic performance event (#13795)Osana Babayan2019-01-303-1/+89
|
* [android] LocationComponent max fps javadocŁukasz Paczos2019-01-304-6/+53
|
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-3011-188/+454
|
* [android] expose OnRenderModeChangedListenerŁukasz Paczos2019-01-302-1/+24
|
* [android] optimize location animators memory footprint and add animation ↵Łukasz Paczos2019-01-3019-442/+351
| | | | rate throttle option
* [qt] Use QVector instead of QListThiago Marcos P. Santos2019-01-304-17/+17
| | | | | | | For our use case `QVector` is more efficient and will do less memory allocations. Fixes: #13830
* [android] - update changelog for v7.1.0 (#13832)Tobrun2019-01-301-0/+4
|
* [ios] Enable customize positions of mapview ornaments (#13556)Lloyd Sheng2019-01-3012-222/+583
| | | | | | | | | * APIs for customize positions of ornaments * Adopt anchors layout * Remove iOS8 layout code
* [darwin, docs] Improve method/property linking in jazzyJason Wray2019-01-294-27/+27
|
* [darwin, docs] Add jazzy styling for deprecated/unavailable methodsJason Wray2019-01-294-5/+20
|
* [build, ios] Update jazzy to 0.9.5Jason Wray2019-01-293-21/+35
|
* [android] run vendor submodule checkŁukasz Paczos2019-01-291-10/+9
|
* [android] android nitpick script, verify submodule pinsŁukasz Paczos2019-01-295-1/+77
|
* [android] revert modules vendorization and keep submodules onlyŁukasz Paczos2019-01-2912-89/+68
|
* [android] change SNAPSHOT version to 7.2.0Łukasz Paczos2019-01-291-1/+1
|
* [ios] Fix jazzy building.Fabian Guerra2019-01-281-2/+2
|
* remove some outdated integration test ignores (#13800)Vladimir Agafonkin2019-01-281-5/+0
|
* [android] - prioritise running benchmarks when building master release build ↵Tobrun2019-01-281-16/+16
| | | | (#13801)
* Add image support with drawable overload (#13793)Tobrun2019-01-284-2/+121
| | | * [android] - add addImage support that takes a Drawable as parameter
* [core] update CA bundleKonstantin Käfer2019-01-261-24/+185
|
* Update platform/ios/DEVELOPING.mdJason Wray2019-01-251-1/+1
| | | Co-Authored-By: riastrad <josherb4@gmail.com>
* [ios][docs] update code snippet instructionsJosh Erb2019-01-251-11/+12
|
* [ios] Fix typo in MGLComputedShapeSource error messageJesse Crocker2019-01-251-1/+1
|
* [ios] Update more URLs to docs.mapbox.com/iosJason Wray2019-01-2534-104/+109
|
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-254-9/+8
|
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-257-66/+182
|
* [android, darwin] Fix core-only layer creationMikhail Pozdnyakov2019-01-252-20/+20
| | | | | In the layer manager implementations `addLayerTypeCoreOnly()` should be called with core-only modules.
* [android] fix LocationEngine's annotationŁukasz Paczos2019-01-251-2/+2
| | | | It's always safe to pass a null engine.
* [android] - update project readme with buck source file ignore configurationtobrun2019-01-241-0/+3
|
* [android] fix zoom precision in GeoJSON cluster exampleŁukasz Paczos2019-01-241-1/+2
|
* [android] return empty string instead of null in offline examplesŁukasz Paczos2019-01-241-2/+3
|
* [android] fix ViewPagerActivity style not loading after rotationŁukasz Paczos2019-01-241-4/+37
|
* [android] fix CameraAnimatorActivity leaksŁukasz Paczos2019-01-241-33/+28
|
* [ios] Podspec bump to v4.8.0-beta.1 (#13785)Fabian Guerra Soto2019-01-235-6/+25
| | | | Bumps podspec to 4.8.0-beta.1. and adds categories to the changelog.
* [ios, macos] Add Czech and Hungarian translations. (#13782)Fabian Guerra Soto2019-01-2313-0/+627
| | | | Added Czech translations.
* [ios] Fix links in documentationNadia Barbosa2019-01-2318-61/+58
| | | | | | [ios] Update to docs.mapbox.com Update links
* [android] - remove deprecated javacompile, resolve AS 3.3.0 warning on ↵tobrun2019-01-231-1/+1
| | | | deprecation
* [android] - update changelog for v7.1.0-beta.1tobrun2019-01-231-0/+11
|
* [core] - trigger core benchmark run as part of merging a PR to mastertobrun2019-01-231-2/+10
|
* [ios] Fix wrong coordinates bounds when setting direction. (#13761)Fabian Guerra Soto2019-01-222-5/+4
| | | | Fixes an issue calculating the view port when setting visible coordinates with a direction.
* [ios, macos] MGLMapView logging improvements. (#13776)Fabian Guerra Soto2019-01-223-1/+14
| | | | | Added NSEdgeInsets to NSString function to improve the debugging on macOS. Added debug logs to MGLMapView.
* [ios] Partially offscreen annotations (without callouts) are no longer moved ↵Julian Rex2019-01-2210-61/+562
| | | | on-screen (#13727)
* [android] - ignore unused arguments for all configurationstobrun2019-01-221-4/+3
|
* [android] import gestures dimens using the correct package structureŁukasz Paczos2019-01-221-1/+2
|
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-222-0/+24
|