summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add number-format expressionupstream/jmalanen-number-formatJuha Alanen2019-06-2725-7/+533
|
* [ios] Fix ios-v5.2.0-alpha.1 podspec versionsJason Wray2019-06-263-3/+3
| | | | Versions had a period instead of a dash between the numbers and pre-release string.
* [ios] Release ios-v5.2.0-alpha.1ios-v5.2.0-alpha.1Jason Wray2019-06-264-6/+15
|
* [ios] Remove previously deprecated unavailable methods and propertiesJason Wray2019-06-265-59/+5
|
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-268-49/+42
|
* Fixes problems associated with node 10 and NAN (#14847)Blake Thompson2019-06-264-53/+60
| | | | | | | | * Fixes problems associated with node 10 and NAN * Follow up removal of unnecessary linking to map object * Remove header left over from debugging
* [android] - update changelog for v8.2.0-alpha.1android-v8.2.0-alpha.1Tobrun2019-06-261-7/+11
|
* [android] - bring back opacity manual regression testtobrun2019-06-261-0/+9
|
* [build] GCC 8.0 now implements 'cast-function-type'Bruno de Oliveira Abinader2019-06-261-1/+5
|
* Remove assert from deconstructor of run_loop.cppMichael Muesch2019-06-261-1/+0
| | | In the deconstructor of run_loop.cpp there is an assert that checks to make sure the Scheduler is null before setting it to null. In some rare scenarios where the app is being put into the background or closed the Scheduler can be null before the deconsturctor is called. This can cause an unnecessary crash. Since the goal here is to just set the Scheduler to null either way, it should not matter what the state of the Scheduler is before the function call.
* [android]Add MicroSoft AppCenter lib. (#14995)Kevin Li2019-06-2617-16/+53
|
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-2514-23/+1356
|
* [core] Fix macOS clang exception error in expression-tests/to-number/2-aryBruno de Oliveira Abinader2019-06-251-1/+1
|
* [core] DefaultFileSource dynamic support for cache-only requestsBruno de Oliveira Abinader2019-06-255-17/+40
|
* [core] Added vendor/filesystemBruno de Oliveira Abinader2019-06-256-0/+23
|
* [darwin] Ensure the runloop is awake in RunLoop::runOnce()Bruno de Oliveira Abinader2019-06-251-0/+1
|
* [build] Update boost vendor moduleBruno de Oliveira Abinader2019-06-252-0/+5
|
* [build] Added vendor/mapbox-gl-stylesBruno de Oliveira Abinader2019-06-252-0/+3
|
* [build] Added vendor/mvt-fixturesBruno de Oliveira Abinader2019-06-252-0/+3
|
* [android] - add setVerbosity to Logger, add LogLevel IntDeftobrun2019-06-252-10/+200
|
* [android] invalidate camera when setting a paddingŁukasz Paczos2019-06-253-23/+86
|
* [core] Introduce RenderOrchestratorMikhail Pozdnyakov2019-06-256-705/+783
|
* [core] Introduce RenderTreeMikhail Pozdnyakov2019-06-256-93/+243
| | | | Split orchestration from rendering in the `Renderer::Impl` implementation.
* [core] PaintParameters do not need UpdateParametersMikhail Pozdnyakov2019-06-253-10/+17
|
* [core] Remove RenderPass::UploadMikhail Pozdnyakov2019-06-255-8/+4
|
* [core] Simplify RenderLayer::upload()Mikhail Pozdnyakov2019-06-256-34/+25
| | | | | | Now `RenderLayer::upload()` accepts only `uploadPass`, similar to other uploadable objects. Few simplifications were made in the `LineLayer` prepare stage.
* [darwin] Add warning about certain tests requiring en_US localeJason Wray2019-06-245-3/+21
|
* [android] - change Firebas test lab device to Nexus 7tobrun2019-06-241-2/+2
|
* [android] refactor LocationComponentTest to use consistent mocking toolsŁukasz Paczos2019-06-241-28/+27
|
* [android] reset location layer animators when render mode changesŁukasz Paczos2019-06-244-4/+96
|
* [android] - update LatLngBounds example with animating bottomsheet scroll ↵Tobrun2019-06-245-198/+328
| | | | behavior (#14924)
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-218-127/+545
|
* [ios] Fix failing annotation selection integration tests (#14976)Julian Rex2019-06-212-11/+13
|
* [android] updated android 8.1.0 changelog with kitkat crash info (#14975)Langston Smith2019-06-201-0/+6
|
* [ios] Require two fingers for duration of tilt gestureJason Wray2019-06-202-0/+10
|
* [android] updated android changelog for stable 8.1.0 release (#14973)Langston Smith2019-06-201-0/+9
|
* [android] - limit concurrent request for Android 4.4 and below to 10 (#14971)Tobrun2019-06-201-3/+9
|
* [android] ensure to re-enable move when quickzoom finishesŁukasz Paczos2019-06-201-2/+11
| | | | Because the double tap event can be canceled and stop delivering events whenever ACTION_CANCEL or ACTION_POINTER_DOWN is dispatched, we need to make the #onScaleEnd callback responsible for re-enabling the move detector as well
* [ios] Address iosapp state manager tailworkJason Wray2019-06-192-8/+20
|
* [ios] Prepare for ios-v5.1.0 releaseJason Wray2019-06-194-4/+7
|
* [ios] Simplify -[MGLOfflineStorageTests testAddFileContent]Jason Wray2019-06-191-60/+20
|
* [android] - optimise CameraUpdateFactory#newLatLngBounds to use camera ↵Tobrun2019-06-192-12/+213
| | | | position tilt and bearing values (#14953)
* [core] Add storage unit tests for MapboxTileLimitExceededThiago Marcos P. Santos2019-06-191-0/+98
|
* [core] Fix offline regions reporting the wrong number of tilesThiago Marcos P. Santos2019-06-191-8/+10
| | | | | | | | | | - The SQL query used for checking if the tile was already in the cache was wrong. - Tiles being refereed by two or more regions were not always counted as one. Fixes #13437.
* [ios, build] Add more specific iOS testing flagsJason Wray2019-06-182-7/+46
|
* [android] added noneCompass and noneGps to LocationModesActivity (#14945)Langston Smith2019-06-181-0/+10
|
* [android] removed duplicate soloader changelog line (#14946)Langston Smith2019-06-181-1/+0
|
* [android] bump SNAPSHOT version to 8.2.0Łukasz Paczos2019-06-181-1/+1
|
* [benchmark] Add benchmark tests for resizing the databaseThiago Marcos P. Santos2019-06-181-0/+65
|
* [tests] Add unit tests for cache sizeThiago Marcos P. Santos2019-06-181-0/+134
|