summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] Fix klint warnings.upstream/tarigo_android_use_weak_refs_for_layer_and_sourceIgor Tarasov2019-09-271-2/+1
|
* [android] Unit tests: expect IllegalStateException in ↵Igor Tarasov2019-09-271-1/+3
| | | | "updateSourceAfterStyleLoad".
* [android] Update mapbox-base.Igor Tarasov2019-09-271-0/+0
|
* [android] Style sources - revert back to use strong ref.Igor Tarasov2019-09-202-2/+1
| | | | | Still having null pointer deref crash in FinalizerDeamon, something wrong with "peer release".
* [android] Style source: cleanup, error logging.Igor Tarasov2019-09-191-15/+16
|
* [android] For now, lets ignore the issue in GeoJsonSource's async methods.Igor Tarasov2019-09-192-1/+13
|
* [android] Style source: keep java's native peer by weak reference.Igor Tarasov2019-09-192-1/+2
| | | | It prevents native peer to be destroyed by core layer during updates.
* [android] Remove detach workaround for sources from style.Igor Tarasov2019-09-171-6/+0
|
* [android] Remove detach workaround from java layer of style sources.Igor Tarasov2019-09-172-18/+0
|
* [android] Style source - use weak pointer.Igor Tarasov2019-09-172-12/+10
|
* [android] Fix - initialize pointer.Igor Tarasov2019-09-171-1/+1
|
* [android] Style sources - handle invalidated core source.Igor Tarasov2019-09-168-43/+62
|
* [android] Style sources - raw pointer instead of reference for core sources.Igor Tarasov2019-09-1617-57/+57
| | | | First step on the way to use weak pointers.
* [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
|
* [core] Coalesce buckets updates from several tilesMikhail Pozdnyakov2019-09-133-6/+24
|
* [core] Initiate new placement only when a new bucket appearesMikhail Pozdnyakov2019-09-133-14/+23
|
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-137-65/+40
|
* [core] Fix placement for updated bucketsMikhail Pozdnyakov2019-09-132-16/+10
| | | | | Buckets update initiates new placement, so that newly added symbols are placed and shown immediately.
* [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
|
* [core] Fix compilation failure caused by compilation warning for gcc 8Ming Li2019-09-121-2/+7
| | | | | | | When compiling with gcc 8.3 under linux, I've got compiler error caused by the following warning: ../src/mbgl/util/chrono.cpp:26:26: error: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Werror=format-truncation=] I need to slightly increase the buffer size to get rid of the warning.
* [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-113-3/+4
|
* [ios][android] Add change log entriesMikhail Pozdnyakov2019-09-122-0/+4
|
* [core] Add Map.Issue15342 unit testMikhail Pozdnyakov2019-09-122-2/+51
| | | | | The newly added test checks the fix for constant repaint, caused by `RenderSource::hasFadingTiles()` returning `true` all the time.
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-1212-18/+24
|
* [core] Set fading tiles flag at TilePyramid::updateFadingTiles()Mikhail Pozdnyakov2019-09-121-3/+3
|
* [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
|
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-1112-216/+228
|
* [test] Added style light setProperty testsBruno de Oliveira Abinader2019-09-111-0/+23
|
* [core] Expose mbgl::style::Light::setPropertyBruno de Oliveira Abinader2019-09-114-0/+204
| | | | Works the same way as mbgl::style::set{Paint,Layout}Property functions.
* [build] Remove CXX11 flagThiago Marcos P. Santos2019-09-116-46/+1
| | | | No longer needed after we vendorized so many deps.
* [core] Add unit test to verify that Offline usage tag is not setAlexander Shalamov2019-09-111-1/+79
| | | | | New unit test checks that Offline usage flag is not set for invalidated offline region resource requests.
* [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-1010-231/+8
|
* [core, ios, macos] SDK objects should hold weak pointers to the core style ↵Mikhail Pozdnyakov2019-09-0935-69/+315
| | | | 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] Ignore file generated by testsTom Payne2019-09-061-0/+1
|
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-055-4/+9
| | | | | | * [core] fix integer overflow * [core] Add change log