Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560) | zmiao | 2019-09-05 | 4 | -2/+7 |
| | | | | | | * [core] fix integer overflow * [core] Add change log | ||||
* | [core, ios] Call transitionFinishFn for jumpTo. (#15473) | Julian Rex | 2019-09-05 | 7 | -16/+142 |
| | |||||
* | [ios] Update pod specs and change log for ristretto alpha.1 (#15564)ios-v5.4.0-alpha.1 | Julian Rex | 2019-09-04 | 4 | -5/+5 |
| | |||||
* | [ios] Add changelog entry for #15562 (#15563) | Jordan Kiley | 2019-09-04 | 1 | -3/+7 |
| | |||||
* | [ios] Remove feature flag for rotation threshold (#15562) | Jordan Kiley | 2019-09-04 | 1 | -102/+4 |
| | |||||
* | [ios, macos] Fix content inset documentation. (#15552) | Fabian Guerra Soto | 2019-09-04 | 2 | -4/+4 |
| | |||||
* | [ios] Fix compass font weight being too light on iOS 13 | m-stephen | 2019-09-04 | 2 | -2/+10 |
| | |||||
* | [android] Update changelog for the v8.4.0-alpha.1 release (#15561)android-v8.4.0-alpha.1 | Langston Smith | 2019-09-04 | 1 | -3/+14 |
| | |||||
* | [android] Call callback.onFinish() when camera is already at the correct ↵ | Tobrun | 2019-09-04 | 2 | -0/+103 |
| | | | | | position [android] Call callback.onFinish() when camera is already at the correct position | ||||
* | [android] avoid converting float to long in android_conversion.hpp (#15557) | Tobrun | 2019-09-04 | 2 | -2/+30 |
| | |||||
* | [darwin] Reset number formatter digits for currency style | Alexander Shalamov | 2019-09-04 | 1 | -0/+4 |
| | | | | | | As we are using singleton formatter, fraction digits must be reset when number formatter is used when initialized for decimal / currency style. | ||||
* | [android][ios] Change log entries | Mikhail Pozdnyakov | 2019-09-03 | 2 | -0/+2 |
| | |||||
* | [Darwin] Update MGLSymbolStyleLayer documentation | Mikhail Pozdnyakov | 2019-09-03 | 1 | -8/+5 |
| | |||||
* | [core] Enable `text-offset` with variable label placement | Mikhail Pozdnyakov | 2019-09-03 | 1 | -6/+6 |
| | | | | Port of https://github.com/mapbox/mapbox-gl-js/pull/8642 | ||||
* | Add number format expression (#15424) | Tobrun | 2019-09-02 | 4 | -13/+351 |
| | | | * [android] add number format expression | ||||
* | [build] Use jni.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | [ios] Allow MGLScaleBar to support dark mode on iOS 13 | Nadia Barbosa | 2019-08-30 | 2 | -2/+2 |
| | | | | Add changelog PR link | ||||
* | [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694) | Aleksandar Stojiljkovic | 2019-08-30 | 1 | -0/+1 |
| | | | | | | | | | | | This is first part of work on porting mapbox/mapbox-gl-js#8694 - in follow up patch(es) it is required to remove CPU side copy using 2d canvas support on all supported platforms, similar to approach taken in gl.js https://github.com/mapbox/mapbox-gl-js/pull/8694/files#diff-34dbe5f7de34dc4b9a8745dcde9bdc37R48 Decoding on CPU removed. Padding is still done in DEMData() but, instead od doing it wwhile decoding, it is using memcpy to pad original values. Rebase to latest mapbox-gl-js master and re-generate shaders. Partly fixes: #15503 | ||||
* | [core] fix collisionBox alignment when Icon/text translation is enabled (#15467) | zmiao | 2019-08-30 | 4 | -0/+6 |
| | | | | | | | | | | | | | | | | | | * add initial fix * fix bug for collision circle * refind code structure * fix indentation * update test * refind code structure * Add changelog * Add comment for boolean | ||||
* | [android] Javadoc changes to clarify OfflineManager methods (#15519) | Langston Smith | 2019-08-29 | 1 | -5/+16 |
| | |||||
* | [core] Add requiredTileCount to OfflineRegionStatus | Bruno de Oliveira Abinader | 2019-08-29 | 1 | -4/+10 |
| | |||||
* | [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 | 4 | -27/+30 |
| | |||||
* | [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. | ||||
* | [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][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 | 16 | -42/+14 |
| | | | | | | 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 |
| | |||||
* | 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 | ||||
* | [ios, build] Verify upload integrity during deployment | Jason Wray | 2019-08-26 | 3 | -27/+32 |
| | |||||
* | [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 | 1 | -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 |
| | |||||
* | [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 | 10 | -12/+12 |
| | |||||
* | [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 |
| | |||||
* | [android] update snapshot version number to 8.4.0 | tobrun | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | [ios] Use iOS property names in changelog (#15448) | Jordan Kiley | 2019-08-21 | 1 | -1/+1 |
| |