Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ios][android] Add change log entry | Mikhail Pozdnyakov | 2019-08-29 | 2 | -0/+7 |
| | |||||
* | [core] const variables for OfflineDownload batch sizes | Mikhail Pozdnyakov | 2019-08-29 | 1 | -2/+9 |
| | |||||
* | [core] Mark offline region resources in batches | Mikhail Pozdnyakov | 2019-08-29 | 5 | -47/+48 |
| | |||||
* | [core] Add OfflineDatabase::markUsedResources() | Mikhail Pozdnyakov | 2019-08-29 | 2 | -0/+14 |
| | |||||
* | [core] Move semantics for OfflineDownload::ensureResource() | Mikhail Pozdnyakov | 2019-08-29 | 2 | -5/+5 |
| | |||||
* | [android] expose camera padding option | Łukasz Paczos | 2019-08-29 | 23 | -1112/+832 |
| | | | | This removes the cached insets on the Android side, making the core TransformState the source of truth. This still leaves an option to lazily set the padding which is going to be applied only when the next camera animation is started. | ||||
* | [core] make padding optional when camera position is requested. | Łukasz Paczos | 2019-08-29 | 6 | -7/+7 |
| | | | | When padding is not provided, the current one that's cached in the TransformState is going to be returned. | ||||
* | [android] do not clear native layers and sources when style is reloading | Łukasz Paczos | 2019-08-29 | 3 | -21/+1 |
| | | | | This prevents unnecessary layers blink when the same components are re-added after the style reload. | ||||
* | [ios] Prepare v5.3.0 release (#15516) | Jordan Kiley | 2019-08-28 | 4 | -5/+5 |
| | |||||
* | [android] invalidate foreground icon sources even when location layer is hidden | Łukasz Paczos | 2019-08-28 | 3 | -2/+38 |
| | |||||
* | [core] Add filtering option to test-runner | Alexander Shalamov | 2019-08-28 | 3 | -45/+56 |
| | | | | | | | This change adds filter command line option to render test runner, so that test can be filtered by providing regular expression, for instance: mbgl-render-test -f .*hillshade.* | ||||
* | [core] Bump mbgl/linux-gcc-5-qt-5.9 image to 5cd92d7d1c | Alexander Shalamov | 2019-08-28 | 1 | -1/+1 |
| | | | | New docker image contains Noto Sans CJK font that is used by the unit tests | ||||
* | [core][qt] Update unit tests and include Korean symbols | Alexander Shalamov | 2019-08-28 | 8 | -4/+20 |
| | | | | | | | - Decrease pixelmatch tolerance for local glyph rasterizer - Add Korean symbols to test fixture - Fix ifdefs, as the QT and Apple related blocks were using same results - Add NotoSansCJK test for QT / Linux platform | ||||
* | [core][qt] Check if QFont supports glyph and adjust backing image width | Alexander Shalamov | 2019-08-28 | 1 | -9/+16 |
| | | | | | | | - Don't rasterize glyphs if font does not support requested code point - Render symbols at hardcoded baseline, so that locally rasterized glyphs align better with server side generated fonts. - Resize backing QImage width to be at least 24px | ||||
* | [android] cancel CameraAnimatorActivity joint example when the map is destroyed | Łukasz Paczos | 2019-08-28 | 1 | -1/+6 |
| | |||||
* | [android] add font array attribute configuration for local ideograph font, ↵ | tobrun | 2019-08-28 | 7 | -12/+190 |
| | | | | add enable flag attribute configuration | ||||
* | [core] Remove programCacheDir parameter from ProgramParameters | Ander Conselvan de Oliveira | 2019-08-27 | 26 | -80/+25 |
| | | | | | | Binary shader support has been removed in commit c2f974f2a573 ([core] Remove binary shader support). This left-over parameter is not used anywhere anymore. | ||||
* | [android] ignore project wide gradle.properties file | tobrun | 2019-08-27 | 1 | -0/+2 |
| | |||||
* | [android] reorder android-check make command | tobrun | 2019-08-27 | 1 | -2/+2 |
| | |||||
* | Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer (#15492) | zmiao | 2019-08-27 | 4 | -7/+13 |
| | | | | | | | | * Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer * Add bracket for ios changelog number * Add more brackets | ||||
* | [test runner] Use allocation peak values for memory metrics | Mikhail Pozdnyakov | 2019-08-27 | 5 | -10/+25 |
| | |||||
* | [test runner] Test metrics reports. Check metrics results. | Mikhail Pozdnyakov | 2019-08-27 | 6 | -31/+128 |
| | |||||
* | [test runner] Introduce probe_memory_.. API for render tests | Mikhail Pozdnyakov | 2019-08-27 | 2 | -2/+40 |
| | |||||
* | [test runner] Overload global new/delete | Mikhail Pozdnyakov | 2019-08-27 | 1 | -0/+17 |
| | |||||
* | [test runner] Introduce AllocationIndex | Mikhail Pozdnyakov | 2019-08-27 | 3 | -0/+140 |
| | |||||
* | [ios, build] Verify upload integrity during deployment | Jason Wray | 2019-08-26 | 3 | -27/+32 |
| | |||||
* | [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456) | zmiao | 2019-08-26 | 11 | -121/+198 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [core] fix icon symbol rendring when sdf and non-sdf icon in the same symbol layer * fix build error * fix typo * revert renderableSegment change * simplify codes * fix build error * refine sdf icon flag * [core] fix mixed sdf + non-sdf icon rendering in one layer * remove iconstatus getter in stymbol bucket * fix review findings * provide bitwise operator for SymbolContent enum * use MBGL_MBGL_CONSTEXPR * add one missing update for sdfIcon * make renderer symbol type as enum | ||||
* | [android] initialize CameraPositionActivity listeners after the style is loaded | Łukasz Paczos | 2019-08-26 | 1 | -4/+4 |
| | |||||
* | [render tests] gl-native baseline for debug/collision- tests | Mikhail Pozdnyakov | 2019-08-26 | 6 | -5/+0 |
| | |||||
* | [ios] Added pending completion blocks (#15122) | Julian Rex | 2019-08-25 | 4 | -31/+484 |
| | |||||
* | [ios] Improve tilt gesture recognizer detection. (#15349) | Fabian Guerra Soto | 2019-08-23 | 3 | -36/+100 |
| | | | | | | | | | | | | | | | | | | * [ios] Improve tilt gesture recognizer detection. * [ios] Update tilt gesture detection angles. * [ios] Fix a delay at the beginning of the drag gesture. * [ios] Update tilt gesture recognizer tests. * [ios] Update changelog. * [ios] Add horizontal tilt gesture test. * [ios] Addresses review feedback. * [ios] Add comments to clarify the tilt gesture initialization. | ||||
* | [android] changelog for v8.2.2 | Łukasz Paczos | 2019-08-23 | 1 | -0/+13 |
| | |||||
* | [ios] Fix a couple minor warnings in iosapp | Jason Wray | 2019-08-23 | 2 | -9/+9 |
| | |||||
* | [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442) | Aleksandar Stojiljkovic | 2019-08-23 | 6 | -16/+41 |
| | | | | | | | Remove unecessary tile coordinate unproject -> project step. Unproject+project isn't always a noop and this was the issue leading to wrong cover calculation in high pitch values. Fixes: https://github.com/mapbox/mapbox-gl-native/issues/15442 | ||||
* | [android] jni binding refactor | Sudarsana Babu Nagineni | 2019-08-23 | 6 | -160/+179 |
| | | | | | Move registerNatives() call to a separate file to make jni.cpp less dependent on native headers. | ||||
* | [core] Export symbol placement update status from MapObserver | Mikhail Pozdnyakov | 2019-08-23 | 18 | -25/+27 |
| | |||||
* | [ios, macos] Clarify current best practices with animated camera changes | Nadia Barbosa | 2019-08-22 | 1 | -8/+16 |
| | |||||
* | [android] bindings for aggregated cluster properties (#15425) | zmiao | 2019-08-22 | 9 | -5/+92 |
| | | | | | | | | | | * [android] bindings for aggregated cluster properties * [android] change the parameter type for adding clusterProperty * [android] add changelog * remove extra emplty line | ||||
* | [android] changelog for v8.3.0-beta.1 | Łukasz Paczos | 2019-08-22 | 1 | -6/+11 |
| | |||||
* | [core] Fill layer pattern change must cause re-layout | Mikhail Pozdnyakov | 2019-08-22 | 1 | -0/+1 |
| | | | | | | Otherwise, pattern properties update is not taken in action. This caused the following render tests failure: `build/mbgl-render-test runtime-styling/layer-add-fill regressions/mapbox-gl-js#3107 --recycle-map` | ||||
* | [android] update snapshot version number to 8.4.0 | tobrun | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | [core] Fix GeoJSON tiles update | Mikhail Pozdnyakov | 2019-08-22 | 7 | -9/+10 |
| | | | | | | | | | | | | | Before this change, GeoJSON tiles data were updated before the corresponding layers were applied, therefore `GeometryTileWorker` parsed new data with the outdated layers. It caused the following render test failure: `mbgl-render-test text-max-width/unlimited regressions/mapbox-gl-native#9976 --recycle-map` Now a GeoJSON tile, which needs relayout, is not parsed until the valid layers are set. | ||||
* | [ios] Use iOS property names in changelog (#15448) | Jordan Kiley | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Release iOS v5.3.0-beta.2 (#15446) | Jordan Kiley | 2019-08-21 | 4 | -9/+6 |
| | |||||
* | [ios] Remove obsolete iosapp telemetry debug logging | Jason Wray | 2019-08-21 | 3 | -60/+0 |
| | | | | This has been superceded by features in the standalone events library. | ||||
* | [ios] Refactor NSUserDefaults key variable names | Jason Wray | 2019-08-21 | 6 | -40/+49 |
| | |||||
* | [ios] Fix integration tests failing on iOS 9 (due to UIWindow deallocation), ↵ | Julian Rex | 2019-08-21 | 3 | -3/+7 |
| | | | | and random fails waiting for rendering. (#15433) | ||||
* | [core] add missing changelog for symbol fading issue (#15443) | Ansis Brammanis | 2019-08-21 | 3 | -0/+3 |
| | |||||
* | [android] Updating HttpRequestUrl to separate offline requests from Maps SKU ↵ | Langston Smith | 2019-08-21 | 3 | -6/+13 |
| | | | | (#15363) | ||||
* | Merge pull request #15437 from mapbox/lp-revert-14989 | Łukasz Paczos | 2019-08-21 | 3 | -85/+22 |
| | | | Revert "[android] invalidate camera when setting a padding" |