summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] changelog for v7.1.1upstream/lp-backport-13853-to-javaŁukasz Paczos2019-02-011-0/+4
|
* [android] bump gestures library to v0.4.0Łukasz Paczos2019-02-013-5/+2
|
* [android] nitpick - explicitly fetch tags for each vendor submoduleŁukasz Paczos2019-02-011-0/+5
| | | | (cherry picked from commit 9c7b6f1)
* [ios] Bump podspec to 4.8.0.ios-v4.8.0Fabian Guerra2019-01-303-3/+3
|
* [ios][documenation] add additional code snippets to API docsJosh Erb2019-01-308-54/+180
|
* [android] - update changelog for v7.1.0 (#13833)android-v7.1.0Tobrun2019-01-301-0/+4
|
* [darwin, docs] Improve method/property linking in jazzyupstream/friedbunny-cherry-picks-13819-and-13827-to-release-javaJason 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
|
* [ios] Fix typo in MGLComputedShapeSource error messageJesse Crocker2019-01-291-1/+1
|
* [ios] Update more URLs to docs.mapbox.com/iosJason Wray2019-01-2934-104/+109
|
* [android] sync vendor pinsŁukasz Paczos2019-01-293-0/+0
|
* [android] run vendor submodule checkŁukasz Paczos2019-01-291-10/+9
|
* [android] android nitpick script, verify submodule pinsŁukasz Paczos2019-01-295-1/+77
| | | | (cherry picked from commit e598146399a9d53a2d78b3b45eb1a69ca367dcf3)
* [android] revert modules vendorization and keep submodules onlyŁukasz Paczos2019-01-299-89/+68
| | | | (cherry picked from commit ca8625fba1bc86a42323236f27cb2c7f803a11c5)
* [ios] Fix jazzy building.Fabian Guerra2019-01-281-2/+2
|
* [ios] Podspec bump to v4.8.0-beta.1 (#13785) (#13786)ios-v4.8.0-beta.1Fabian 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) (#13784)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] - update changelog for v7.1.0-beta.1android-v7.1.0-beta.1tobrun2019-01-231-0/+11
|
* [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
|
* [android] - use ReLinker as default library loader for the test appTobrun2019-01-213-1/+17
|
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-214-4/+13
|
* [build] don't explicitly add -lstdc++ for Android 😱Konstantin Käfer2019-01-211-2/+0
|
* [build] upgrade minimum CMake versionKonstantin Käfer2019-01-212-1/+2
|
* [android] - ignore lint complaints about array min sizetobrun2019-01-211-0/+5
|
* [android] - update tooling of project and upstream dependenciestobrun2019-01-218-7/+4
|
* [build] use optional polyfill on Android, and upgrade to NDK r19Konstantin Käfer2019-01-214-7/+11
| | | | <experimental/optional> is not available anymore in newer STL versions, e.g. according to libc++'s TS deprecation policy: https://libcxx.llvm.org/TS_deprecation.html
* [android] - update changelog for v7.1.0-alpha.3android-v7.1.0-alpha.3upstream/lp-v7.1.0-alpha.3-build-testTobrun2019-01-211-0/+16
|
* [android] adjust maven pom file with vendorized libraries versionsŁukasz Paczos2019-01-212-0/+62
|
* [android] - update mock definition of LocationLayerControllerTest, update ↵Tobrun2019-01-212-6/+16
| | | | mockito
* [android] - add library loading to peer objectstobrun2019-01-212-0/+11
|
* [core] Remove tile sorting from the clip and mask algorithmsMikhail Pozdnyakov2019-01-185-14/+28
| | | | | | | | | | The tile sorting can be now removed from the algorithms, which calculate tile mask and clip ids, because their client code provides tiles being already sorted (in `TilePyramid`). This patch brings significant improvements to the Tile-related performance tests results, for example the `TileMaskGeneration` benchmark test runs 33 times faster with these changes applied.
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-178-16/+17
| | | | | | * [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
* Revert "[android] - add library loading to peer objects"tobrun2019-01-172-11/+0
| | | | This reverts commit 16718b0df77119dd4bbebc383bfbd70afb1c0518.
* Ability to disable any layer using pre-processing flags.Michael Muesch2019-01-173-3/+115
|
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-173-18/+146
|
* [android] - make all library loader load the native library only oncetobrun2019-01-171-6/+6
|
* [android] - add library loading to peer objectstobrun2019-01-172-0/+11
|
* [android] - avoid printing warning on recursively loading shared objecttobrun2019-01-171-1/+6
|
* Added MBGL_ before each of the flagsMichael Muesch2019-01-171-4/+4
|
* [Android] Allow offline and snapshotter to be disabled.Michael Muesch2019-01-171-0/+8
|
* [android] - avoid leaking compassView context through animatortobrun2019-01-172-1/+6
|
* [ios] Podspec bump to 4.8.0-alpha.2. (#13747)ios-v4.8.0-alpha.2Fabian Guerra Soto2019-01-163-3/+3
|
* [macos] Fixes MGLMapView.visibleAnnotations (#13745)Julian Rex2019-01-162-1/+2
|