summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] initialize OfflineDatabase asynchronously in DefaultFileSourceupstream/defaultfilesource-async-initKonstantin Käfer2017-08-251-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] 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
|
* [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
|