summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement icon-anchor propertyupstream/icon-anchorLauren Budorick2017-08-2827-114/+550
|
* [core] initialize OfflineDatabase asynchronously in DefaultFileSourceKonstantin Käfer2017-08-281-13/+18
| | | | Sometimes, initialization can take hundreds of milliseconds, in particular when the database doesn't exist yet, or when the app/device is doing a lot of I/O already. Instead of synchronously initializing the OfflineDatabase objects, we're now asynchronously initializing the object through a self-sent message that by virtue of being the first message for this actor guarantees that the object is there when it's needed by other member functions.
* [core] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-252-21/+55
| | | | | | Ports fix for GL JS issue #5112. Line label projection can't be based on tile geometry that's behind the plane of the camera. The relevant tests are still ignored because the overzoomed collision behavior is different between native and JS.
* [core] Add optional type template parameter to util::unit, so that it ↵Chris Loer2017-08-251-2/+2
| | | | doesn't always pick up the default type of 'double' from util::mag.
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-258-24/+48
|
* [core] Don't throttle placement in still modeBruno de Oliveira Abinader2017-08-252-2/+8
|
* [test] Un-ignore regressions/mapbox-gl-native#9792Bruno de Oliveira Abinader2017-08-251-1/+0
|
* Revert "[core] Ensure image dependencies in ↵Bruno de Oliveira Abinader2017-08-251-6/+1
| | | | | | GeometryTileWorker::onImagesAvailable" This reverts commit cd8eb13ba2d8b65f6cac12a36e0586abc56fcb9f.
* [core] No need to skip glClear optimization in overdraw modeJohn Firebaugh2017-08-241-5/+0
|
* [core] Eliminate temporary sources setJohn Firebaugh2017-08-241-11/+8
|
* [core] Clean up includes and forward declarationsJohn Firebaugh2017-08-243-25/+13
|
* [core] Inline Renderer::Impl::doRenderJohn Firebaugh2017-08-243-41/+25
|
* [core] Remove unnecessary members from UpdateParametersJohn Firebaugh2017-08-243-8/+2
|
* [core] Create BackendScopes in Renderer, assert in ImplJohn Firebaugh2017-08-242-9/+7
| | | | This avoids a long series of reset() calls in the Impl.
* [core] Inline RenderItem and RenderDataJohn Firebaugh2017-08-243-50/+18
|
* [core] Merge RenderStyle into Renderer::ImplJohn Firebaugh2017-08-248-608/+477
|
* [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-243-23/+14
|
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-2421-96/+78
|
* [android] - build SNAPSHOT from release branchTobrun Van Nuland2017-08-241-1/+1
|
* Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest"Tobrun Van Nuland2017-08-245-262/+202
| | | | This reverts commit a059c74a54302f9604f3e3b28143be7645e6204f.
* Update ignores + suite_implementationLauren Budorick2017-08-233-3/+10
|
* [ios][macos][node][android] Updated documentation and Changelogs for #9821Asheem 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
|