summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios][macos][node][android] Updated documentation and Changelogs for #9821upstream/default-max-zoom-22Asheem Mamoowala2017-08-225-1/+14
|
* [tests] Enforce the schema downgrade behaviorThiago Marcos P. Santos2017-08-222-0/+24
| | | | Which is, delete and recreate the database.
* [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-221-1/+1
| | | | Previously we were throwing an exception.
* [test] Re-added API.ZoomHistoryBruno de Oliveira Abinader2017-08-223-0/+66
|
* [core] Update ZoomHistory.lastInteger{Zoom,Time} if different from floor zoomBruno de Oliveira Abinader2017-08-221-16/+21
|
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-216-6/+11
|
* [android] - update changelog with 5.1 patch releasesTobrun Van Nuland2017-08-211-0/+44
|
* [android] - configure loggin of HttpRequest, cleanup HttpRequestTobrun Van Nuland2017-08-195-202/+262
|
* [android] update docs replacing bitrise mentions with circleciAntonio Zugaldia2017-08-183-3/+3
|
* Skip test for issue #9792, as it currently causes the test harness to time out.Chris Loer2017-08-181-0/+1
|
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-185-13/+22
| | | | | Fixes issue#9768. Port of GL JS PR #5100.
* [glfw] Getopt: Don't handle 0 valueMattias Bengtsson2017-08-181-3/+0
| | | | | | | | Since we don't have any options with non-null flags we don't need to handle the case where getopt_long returns 0. The case that handled 0 was susceptible to switch fall-through and made the code not compile with -Werror=implicit-fallthrough=.
* [android] - style image accessorTobrun Van Nuland2017-08-185-0/+80
|
* bumped MAS version numberCameron Mace2017-08-181-1/+1
|
* [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-173-57/+19
|
* [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-173-8/+37
| | | | crosses the dateline
* [android] - update project readme with checkstyle and ndk-stack informationTobrun Van Nuland2017-08-171-0/+9
|
* [android] - add make android-check which wraps checkstyle and lint executionTobrun Van Nuland2017-08-171-0/+4
|
* [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-161-1/+1
|
* Initialize Xcode project build settings (#9777)Anand Thakker2017-08-167-0/+38
|
* [android] - deprecate MyLocationView in favor of LocationLayer pluginTobrun Van Nuland2017-08-154-0/+37
|
* [android] - increase firebase timeout for CI testingTobrun Van Nuland2017-08-151-1/+1
|
* [android] - re-add projectedMetersTobrun Van Nuland2017-08-151-0/+15
|
* [test] Added API.RecycleMapUpdateImages testBruno de Oliveira Abinader2017-08-144-0/+59
|
* [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailableBruno de Oliveira Abinader2017-08-141-1/+6
|
* [android] - restore max zoom to 25.5Tobrun Van Nuland2017-08-141-1/+1
|
* [test] Added Map.SetStyleDefaultCamera testBruno de Oliveira Abinader2017-08-112-0/+21
|
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-117-62/+30
|
* [android] - add example of camera zoom function on a symbol layer.Tobrun2017-08-108-218/+144
|
* [android] - optimise icon managementTobrun Van Nuland2017-08-107-16/+248
|
* [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-101-3/+27
| | | | matrix length
* [android] - refactor resource reading into utilTobrun2017-08-106-147/+72
|
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-108-33/+165
|
* [android] - update LatLngBounds activity with BottomSheet interactionTobrun2017-08-095-58/+211
|
* [android] Allow overriding abi from IDEIvo van Dongen2017-08-091-2/+5
| | | | | - This allows to build a different architecture then the default for a device, for example armeabi-v7a instead of arm64-v8a (which allows for better stack traces usually) - Set in compiler > command-line options: -Pmapbox.abis=...
* [all] ensure runloop is the current schedulerIvo van Dongen2017-08-097-41/+30
|
* [default] use the current scheduler in the online file sourceIvo van Dongen2017-08-091-1/+1
|
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-094-8/+8
|
* [core] make RunLoop::schedule publicIvo van Dongen2017-08-091-6/+6
|
* [core] current schedulerIvo van Dongen2017-08-094-7/+30
| | | | - Adds a way to set the current scheduler on the thread to be used whenever a mailbox is created that needs to reply on this thread
* [core] fix shadowing argument on apple clangIvo van Dongen2017-08-091-3/+3
|
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-0811-45/+46
| | | | Broadcom GPUs don't cope well with using the least significant bit for this.
* [tests] Ignore render test failuresJohn Firebaugh2017-08-081-0/+7
|
* [core] Bump vector-tile to v1.0.0-rc7Thiago Marcos P. Santos2017-08-081-1/+1
| | | | This version builds on Android + GCC.
* [core] finish must-revalidate supportKonstantin Käfer2017-08-0822-142/+316
|
* [core] make actor self reference optional - againIvo van Dongen2017-08-082-2/+38
| | | | - uses a different method of constructor selection that also works on Apple clang < 8.2.
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-072-39/+0
| | | | | | | | | | Not in use at the moment, was causing a compiler error on Apple LLVM version 8.0.0 (clang-800.0.42.1). ``` src/mbgl/sprite/sprite_loader.cpp:25:11: error: call to constructor of 'Actor<mbgl::SpriteLoaderWorker>' is ambiguous ```
* [android] fix formatting zoom position DebugModeActivity crash (#9718)Pablo Guardiola2017-08-071-1/+1
|
* [android] make text not selectable to fix infowindow issues caused because ↵Pablo Guardiola2017-08-078-10/+10
| | | | selectable text consumes the click event (#9717)
* [core] Update dependenciesThiago Marcos P. Santos2017-08-071-5/+5
| | | | Bump to a new version that old compilers can build.