summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] fix: MapSnapshotter.withApiBaseUri functionGuillaume2019-09-181-1/+1
|
* [ios] Fixed test name (since validAccessToken has been removed in another ↵Julian Rex2019-09-172-13/+42
| | | | PR). Added some more asserts. (#15643)
* [ios, macos] Ensure potential variables that might be nil have a fallback. ↵Julian Rex2019-09-171-3/+12
| | | | | | | | (#15645) * [ios] Ensure potential variables that might be nil have a fallback. * [ios, macos] (potentially) free the returned arch info.
* [ios, macos] Tail work from 15385 (#15647)Julian Rex2019-09-1716-24/+19
| | | | | | | | * [ios] Tweak iosapp headers. * [ios] Revert bundle identifier change. * [ios, macos] Remove parameter not referenced.
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-174-0/+4
| | | | | | | | | | | | * [core] Take max/min zoom option from style if they are set * [core] std::move input value * [Core] Add changelogs * [Core] Fix clang-format reported error * [Core] fix clang-tidy reported error
* [android] - ignore location tracking mode based animations when the camera ↵Łukasz Paczos2019-09-172-0/+92
| | | | is transitioning
* [build] Remove Qt builds from legacy buildsystemThiago Marcos P. Santos2019-09-173-338/+0
|
* [build] Fix clang format and tidy checksThiago Marcos P. Santos2019-09-172-11/+11
|
* [build] Fix iOS nitsThiago Marcos P. Santos2019-09-178-8/+8
| | | | | | - Hardcoded the bundle identifier on Info.plist, CMake is not picking it up. - Do not use installed headers when building the framework.
* [build] Disable a test that requires a debug buildThiago Marcos P. Santos2019-09-171-0/+1
| | | | Overdraw debug layer is only available on debug builds.
* [build] Remove Qt test dependency on coreThiago Marcos P. Santos2019-09-172-7/+13
| | | | | This test is testing the Qt bindings and should only link with QMapboxGL.
* [build] Use the system CURL on LinuxThiago Marcos P. Santos2019-09-171-121/+43
| | | | And we don't need to use Mason anymore.
* [build] Mark explicitly visible symbolsThiago Marcos P. Santos2019-09-173-1/+6
| | | | | Easier to maintain than a linker script. We build everything with visibility hidden by default.
* [build] Make the default styles part of GL NativeThiago Marcos P. Santos2019-09-173-33/+1
| | | | | The reason is applications using it, like GLFW, don't need to depend on code inside platform/default.
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-175-16/+16
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [ios] Add support for running tests (that require an access token) ↵Julian Rex2019-09-162-6/+12
| | | | individually. (#15629)
* [ios, macos] Introduce custom drawing overlays for MGLMapSnapshotterNadia Barbosa2019-09-165-17/+189
|
* [ios] Update change log. (#15626)Julian Rex2019-09-161-8/+1
|
* [ios] Small fixes to the Swift Playground (#15603)Jordan Kiley2019-09-162-6/+3
|
* [ios] Add custom XCTestSuite to check for "pending" tests and tests ↵Julian Rex2019-09-136-84/+56
| | | | requiring a valid access token. (#15477)
* [android] Adjusted 8.4.0-alpha.2 changelog to fix since section (#15610)Langston Smith2019-09-131-1/+1
|
* [ios][android] Add a change log entryMikhail Pozdnyakov2019-09-132-0/+9
|
* [android] Fix MapSnapshotter regression and add activity sanity tests (#15580)Peng Liu2019-09-126-10/+24
| | | | | | | | | | | | | | | | * [android] Include more generated sanity tests for Android test app. * [android] Add null check for camera position padding. * [android] Skip map load tests if no mapView is found, include more generated sanity tests for Android test app. * [android] Set mapboxMap to null during the mapView destroy process, fix failed sanity tests. * [android] Add file source related activities to the sanity test exclude list. * [android] Fixes according to @tobrun's review. * [android] Add more activities to exclude list, keep MapSnapshotterActivity for regression test.
* [android] Fix debugTree path for generating JacocoReport. (#15620)Peng Liu2019-09-121-1/+1
|
* [android] Keep CompassView's state up to date when compass is enabled. (#15606)Peng Liu2019-09-124-4/+21
| | | | | | | | * [android] Keep CompassView's state up to date when compass is enabled. * [android] Add unit test for updating compass view. * [android] Add change log.
* [node] release v4.3.0 (#15428)Rebecca Rice2019-09-112-2/+3
|
* [ios][android] Add change log entriesMikhail Pozdnyakov2019-09-122-0/+4
|
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-128-12/+12
|
* [ios] Update podspecs (#15611)ios-v5.4.0-alpha.2Julian Rex2019-09-113-3/+3
|
* [android] updated android changelog for 8.4.0-alpha.2 release (#15609)android-v8.4.0-alpha.2Langston Smith2019-09-111-0/+7
|
* [build] Remove CXX11 flagThiago Marcos P. Santos2019-09-111-8/+0
| | | | No longer needed after we vendorized so many deps.
* [android] Fix leaked window in test app's BulkMarkerActivity. (#15597)Peng Liu2019-09-101-0/+3
|
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-101-1/+1
|
* [core, ios, macos] SDK objects should hold weak pointers to the core style ↵Mikhail Pozdnyakov2019-09-0924-62/+266
| | | | objects (#15539)
* [ios] Refactor way location permissions are requestedJason Wray2019-09-091-27/+21
|
* [darwin] Use en_US as default test locale/languageJason Wray2019-09-099-78/+51
|
* [ios] Fix change log typos and re-order (#15571)Julian Rex2019-09-091-6/+13
| | | | Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
* [android] update tooling and gradle wrapper to latest stable version (#15434)Tobrun2019-09-092-2/+2
|
* [android] - increase timeout of offline download test (#15419)Tobrun2019-09-091-17/+14
|
* [Core] Update ChangeLog of Integer Overflow fix of pr #15560 (#15586)zmiao2019-09-094-4/+4
| | | | | | * Update ChangeLog * Fix extra space
* [android] Bumped Java SDK dependency to 4.9.0-alpha.1 (#15570)Langston Smith2019-09-063-3/+3
|
* [core] Fix build with old ICU versionsThiago Marcos P. Santos2019-09-061-0/+4
| | | | Use the old API for number formatting.
* [linux] Fix run test instructionsTom Payne2019-09-061-2/+2
|
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-054-2/+7
| | | | | | * [core] fix integer overflow * [core] Add change log
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-057-16/+142
|
* [ios] Update pod specs and change log for ristretto alpha.1 (#15564)ios-v5.4.0-alpha.1Julian Rex2019-09-044-5/+5
|
* [ios] Add changelog entry for #15562 (#15563)Jordan Kiley2019-09-041-3/+7
|
* [ios] Remove feature flag for rotation threshold (#15562)Jordan Kiley2019-09-041-102/+4
|
* [ios, macos] Fix content inset documentation. (#15552)Fabian Guerra Soto2019-09-042-4/+4
|
* [ios] Fix compass font weight being too light on iOS 13m-stephen2019-09-042-2/+10
|