Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use MockUIPanGestureRecognizer subclassupstream/friedbunny-adds-mglmapview-pitch-tests | Jason Wray | 2019-07-08 | 1 | -65/+64 |
| | |||||
* | Add more tests; add comments | Jason Wray | 2019-07-08 | 1 | -25/+65 |
| | |||||
* | [ios, build] Add MGLMapViewPitchTests | Jason Wray | 2019-07-08 | 2 | -0/+120 |
| | |||||
* | [ios] Prepare ios-v5.2.0-alpha.2 releaseios-v5.2.0-alpha.2 | Jason Wray | 2019-07-08 | 4 | -9/+6 |
| | |||||
* | [ios] Mapbox Events - v0.9.5 (#15077) | Alf Watt | 2019-07-08 | 1 | -0/+0 |
| | |||||
* | Revert "[core] Change severity of too many data-driven properties to "Info"" | Thiago Marcos P. Santos | 2019-07-08 | 1 | -13/+13 |
| | | | | This reverts commit 2125080dc34381e7458695ed584ea94398d0e9b2. | ||||
* | [android] - introduce MapboxMapOptins facility creation method. | tobrun | 2019-07-08 | 7 | -9/+21 |
| | |||||
* | [android] - add snapshotter and offline test | tobrun | 2019-07-08 | 4 | -0/+128 |
| | |||||
* | [android] Add command to run app center in Makefile (#15056)upstream/je-node-v4.2.0-release | Kevin Li | 2019-07-05 | 1 | -0/+5 |
| | | | | | | * Add command to run app center in Makefile * rename command | ||||
* | [core] RenderSource creates render items | Mikhail Pozdnyakov | 2019-07-04 | 14 | -107/+141 |
| | |||||
* | [core] Remove down-casting of render sources | Mikhail Pozdnyakov | 2019-07-04 | 10 | -54/+10 |
| | |||||
* | [core] Introduce ImageSourceRenderData and RenderSource::getImageRenderData() | Mikhail Pozdnyakov | 2019-07-04 | 5 | -36/+45 |
| | | | | | Image source render data is owned by render source, which is simpler than the previous approach and aligned with the render tiles ownership model. | ||||
* | [core] ImageManager is not used at tile upload stage | Mikhail Pozdnyakov | 2019-07-04 | 6 | -29/+58 |
| | |||||
* | [core] Introduce ImageManager::getSharedImage | Mikhail Pozdnyakov | 2019-07-04 | 2 | -1/+9 |
| | |||||
* | [core] Introduce TileRenderData | Mikhail Pozdnyakov | 2019-07-04 | 15 | -131/+268 |
| | | | | Remove rendering functionality from Tile implementations. | ||||
* | [core] Geometry tile keeps layout result as a shared pointer | Mikhail Pozdnyakov | 2019-07-04 | 3 | -41/+42 |
| | |||||
* | [core] Remove orchestration methods from RenderTile | Mikhail Pozdnyakov | 2019-07-04 | 13 | -33/+42 |
| | |||||
* | [android] - add ktlint, optimise code for ktlint validation | tobrun | 2019-07-04 | 51 | -274/+564 |
| | |||||
* | [node] Parse 'sdf' option when adding an image | Bruno de Oliveira Abinader | 2019-07-04 | 2 | -1/+7 |
| | |||||
* | [android] changelog for 8.2.0-alpha.2android-v8.2.0-alpha.2 | Łukasz Paczos | 2019-07-03 | 1 | -1/+10 |
| | |||||
* | [ios] Add removeStyleImage to MGLMapView (#14769) | Fabian Guerra Soto | 2019-07-02 | 14 | -0/+66 |
| | | | | | | | | * [ios] Add shoulRremoveStyleImage to MGLMapViewDelegate. * [ios] Changelog update. * [ios, macos] Update shouldRemoveStyle method documentation. | ||||
* | [ios, build] Add podspec lint script | Jason Wray | 2019-07-02 | 3 | -2/+85 |
| | |||||
* | [ios, build] Stop packaging local podspec with releases | Jason Wray | 2019-07-02 | 2 | -42/+0 |
| | |||||
* | [core] Update changelog files | Mikhail Pozdnyakov | 2019-07-02 | 2 | -0/+11 |
| | |||||
* | [core] Remove unused PaintPropertyBinders::constants() | Mikhail Pozdnyakov | 2019-07-02 | 1 | -12/+0 |
| | |||||
* | [core] RenderSource does re-layout if layer's data-driven properties change. | Mikhail Pozdnyakov | 2019-07-02 | 1 | -1/+6 |
| | |||||
* | [core] Geometry tile updates layer render data if its constants mask remains | Mikhail Pozdnyakov | 2019-07-02 | 4 | -11/+13 |
| | | | | | | Thus, we do not have to wait for tile update completion in case the updated properties have the same constants mask, i.e. fit the existing bucket. | ||||
* | [core] Introduce LayerProperties::constantsMask() | Mikhail Pozdnyakov | 2019-07-02 | 22 | -1/+84 |
| | | | | | | Constants mask for data-driven paint properties is a reliable criteria of whether the given updated properties can still be used with the existing bucket (and the gl program instance). | ||||
* | [android] - add binding integration for cache management API | tobrun | 2019-07-02 | 16 | -38/+722 |
| | |||||
* | [core] Minor change to silence documentation warning on iOS. | Julian Rex | 2019-07-02 | 1 | -2/+2 |
| | |||||
* | [build] clean up cloudformation template and policies | Zachariah Mully | 2019-07-01 | 2 | -223/+117 |
| | |||||
* | [core] Fix error handling in HeadlessFrontend::render() | Mikhail Pozdnyakov | 2019-06-28 | 2 | -7/+22 |
| | |||||
* | [tests] Update test expecations | Thiago Marcos P. Santos | 2019-06-28 | 4 | -0/+0 |
| | |||||
* | [core] include Hiragana and Katakana glyph ranges to LocalGlyphRasterizer | Thiago Marcos P. Santos | 2019-06-28 | 2 | -9/+10 |
| | | | | Fixes #14993 | ||||
* | [core] Add number-format expression | Juha Alanen | 2019-06-27 | 25 | -7/+533 |
| | |||||
* | [android] - update CI image to NDK 20 | tobrun | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | [ios] Fix ios-v5.2.0-alpha.1 podspec versions | Jason Wray | 2019-06-26 | 3 | -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.1 | Jason Wray | 2019-06-26 | 4 | -6/+15 |
| | |||||
* | [ios] Remove previously deprecated unavailable methods and properties | Jason Wray | 2019-06-26 | 5 | -59/+5 |
| | |||||
* | [ios, macos] Deprecate methods in favor of new completion handler versions | Jason Wray | 2019-06-26 | 8 | -49/+42 |
| | |||||
* | Fixes problems associated with node 10 and NAN (#14847) | Blake Thompson | 2019-06-26 | 4 | -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.1 | Tobrun | 2019-06-26 | 1 | -7/+11 |
| | |||||
* | [android] - bring back opacity manual regression test | tobrun | 2019-06-26 | 1 | -0/+9 |
| | |||||
* | [build] GCC 8.0 now implements 'cast-function-type' | Bruno de Oliveira Abinader | 2019-06-26 | 1 | -1/+5 |
| | |||||
* | Remove assert from deconstructor of run_loop.cpp | Michael Muesch | 2019-06-26 | 1 | -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 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 |
| |