Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] - update CI image to NDK 20upstream/tvn-ndk-20 | tobrun | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | [android]Add MicroSoft AppCenter lib. (#14995) | Kevin Li | 2019-06-26 | 17 | -16/+53 |
| | |||||
* | [core] Implement C++ render test runner | Bruno de Oliveira Abinader | 2019-06-25 | 14 | -23/+1356 |
| | |||||
* | [core] Fix macOS clang exception error in expression-tests/to-number/2-ary | Bruno de Oliveira Abinader | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | [core] DefaultFileSource dynamic support for cache-only requests | Bruno de Oliveira Abinader | 2019-06-25 | 5 | -17/+40 |
| | |||||
* | [core] Added vendor/filesystem | Bruno de Oliveira Abinader | 2019-06-25 | 6 | -0/+23 |
| | |||||
* | [darwin] Ensure the runloop is awake in RunLoop::runOnce() | Bruno de Oliveira Abinader | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | [build] Update boost vendor module | Bruno de Oliveira Abinader | 2019-06-25 | 2 | -0/+5 |
| | |||||
* | [build] Added vendor/mapbox-gl-styles | Bruno de Oliveira Abinader | 2019-06-25 | 2 | -0/+3 |
| | |||||
* | [build] Added vendor/mvt-fixtures | Bruno de Oliveira Abinader | 2019-06-25 | 2 | -0/+3 |
| | |||||
* | [android] - add setVerbosity to Logger, add LogLevel IntDef | tobrun | 2019-06-25 | 2 | -10/+200 |
| | |||||
* | [android] invalidate camera when setting a padding | Łukasz Paczos | 2019-06-25 | 3 | -23/+86 |
| | |||||
* | [core] Introduce RenderOrchestrator | Mikhail Pozdnyakov | 2019-06-25 | 6 | -705/+783 |
| | |||||
* | [core] Introduce RenderTree | Mikhail Pozdnyakov | 2019-06-25 | 6 | -93/+243 |
| | | | | Split orchestration from rendering in the `Renderer::Impl` implementation. | ||||
* | [core] PaintParameters do not need UpdateParameters | Mikhail Pozdnyakov | 2019-06-25 | 3 | -10/+17 |
| | |||||
* | [core] Remove RenderPass::Upload | Mikhail Pozdnyakov | 2019-06-25 | 5 | -8/+4 |
| | |||||
* | [core] Simplify RenderLayer::upload() | Mikhail Pozdnyakov | 2019-06-25 | 6 | -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 locale | Jason Wray | 2019-06-24 | 5 | -3/+21 |
| | |||||
* | [android] - change Firebas test lab device to Nexus 7 | tobrun | 2019-06-24 | 1 | -2/+2 |
| | |||||
* | [android] refactor LocationComponentTest to use consistent mocking tools | Łukasz Paczos | 2019-06-24 | 1 | -28/+27 |
| | |||||
* | [android] reset location layer animators when render mode changes | Łukasz Paczos | 2019-06-24 | 4 | -4/+96 |
| | |||||
* | [android] - update LatLngBounds example with animating bottomsheet scroll ↵ | Tobrun | 2019-06-24 | 5 | -198/+328 |
| | | | | behavior (#14924) | ||||
* | [ios, macos] Added completion handlers to animated MGLMapView methods | Minh Nguyễn | 2019-06-21 | 8 | -127/+545 |
| | |||||
* | [ios] Fix failing annotation selection integration tests (#14976) | Julian Rex | 2019-06-21 | 2 | -11/+13 |
| | |||||
* | [android] updated android 8.1.0 changelog with kitkat crash info (#14975) | Langston Smith | 2019-06-20 | 1 | -0/+6 |
| | |||||
* | [ios] Require two fingers for duration of tilt gesture | Jason Wray | 2019-06-20 | 2 | -0/+10 |
| | |||||
* | [android] updated android changelog for stable 8.1.0 release (#14973) | Langston Smith | 2019-06-20 | 1 | -0/+9 |
| | |||||
* | [android] - limit concurrent request for Android 4.4 and below to 10 (#14971) | Tobrun | 2019-06-20 | 1 | -3/+9 |
| | |||||
* | [android] ensure to re-enable move when quickzoom finishes | Łukasz Paczos | 2019-06-20 | 1 | -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 tailwork | Jason Wray | 2019-06-19 | 2 | -8/+20 |
| | |||||
* | [ios] Prepare for ios-v5.1.0 release | Jason Wray | 2019-06-19 | 4 | -4/+7 |
| | |||||
* | [ios] Simplify -[MGLOfflineStorageTests testAddFileContent] | Jason Wray | 2019-06-19 | 1 | -60/+20 |
| | |||||
* | [android] - optimise CameraUpdateFactory#newLatLngBounds to use camera ↵ | Tobrun | 2019-06-19 | 2 | -12/+213 |
| | | | | position tilt and bearing values (#14953) | ||||
* | [core] Add storage unit tests for MapboxTileLimitExceeded | Thiago Marcos P. Santos | 2019-06-19 | 1 | -0/+98 |
| | |||||
* | [core] Fix offline regions reporting the wrong number of tiles | Thiago Marcos P. Santos | 2019-06-19 | 1 | -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 flags | Jason Wray | 2019-06-18 | 2 | -7/+46 |
| | |||||
* | [android] added noneCompass and noneGps to LocationModesActivity (#14945) | Langston Smith | 2019-06-18 | 1 | -0/+10 |
| | |||||
* | [android] removed duplicate soloader changelog line (#14946) | Langston Smith | 2019-06-18 | 1 | -1/+0 |
| | |||||
* | [android] bump SNAPSHOT version to 8.2.0 | Łukasz Paczos | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | [benchmark] Add benchmark tests for resizing the database | Thiago Marcos P. Santos | 2019-06-18 | 1 | -0/+65 |
| | |||||
* | [tests] Add unit tests for cache size | Thiago Marcos P. Santos | 2019-06-18 | 1 | -0/+134 |
| | |||||
* | [core] Add method for setting a maximum size for the ambient cache | Thiago Marcos P. Santos | 2019-06-18 | 5 | -36/+125 |
| | | | | | | | - Removed this parameter from the constructor, now that we have a method to set it. - Add the method and enforce the limits if the ambient cache exceeds the size. | ||||
* | [core] Clear/Invalidate should also work on non-tile resources | Thiago Marcos P. Santos | 2019-06-18 | 6 | -61/+134 |
| | | | | | These methods were only affecting tiles, but they should really work on every resource like style, glyphs, etc. | ||||
* | [core] Rename resetCache to resetDatabase | Thiago Marcos P. Santos | 2019-06-18 | 8 | -14/+14 |
| | | | | | Avoid confusion about what is being reset. In this case, the whole database and not only the ambient cache. | ||||
* | [tests] Follow-up of previews PR, these tests need write permission | Thiago Marcos P. Santos | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | [android] accept floating numbers during core->platform color conversion | Łukasz Paczos | 2019-06-18 | 2 | -5/+29 |
| | |||||
* | [android] - store shared librariesas CI artefact (#14937) | Tobrun | 2019-06-17 | 1 | -0/+2 |
| | |||||
* | [node] - fix README type, granualar to granular (#14933) | Tobrun | 2019-06-17 | 1 | -1/+1 |
| | |||||
* | [core] Change severity of too many data-driven properties to "Info" | Thiago Marcos P. Santos | 2019-06-15 | 1 | -13/+13 |
| | | | | So it can be filtered by the SDKs using a Log::Observer. | ||||
* | [ios, build] Add MORE_SIMULATORS option to iOS make commandsupstream/friedbunny-adds-more-simulators | Jason Wray | 2019-06-14 | 2 | -3/+32 |
| |