summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android][wip] temporary snapshot release setupupstream/lp-android-camera-apiŁukasz Paczos2019-09-062-2/+2
|
* [android][wip] minimal camera docsŁukasz Paczos2019-09-064-10/+89
|
* [android][wip] camera transition buildersŁukasz Paczos2019-09-066-12/+115
|
* [android][wip] additional camera callbacksŁukasz Paczos2019-09-062-11/+35
|
* [android][wip] option to cancel camera transitionsŁukasz Paczos2019-09-062-55/+84
|
* [android][wip] use framework choreographer to sync camera animationsŁukasz Paczos2019-09-062-157/+130
|
* [android][wip] camera transitions listenersŁukasz Paczos2019-09-052-14/+46
|
* [android][wip] camera transitions queueŁukasz Paczos2019-09-051-15/+50
|
* [android][wip] synchronize camera animation threadŁukasz Paczos2019-09-052-122/+142
|
* [android][wip] camera - exposed bearing, pitch, paddingŁukasz Paczos2019-09-044-0/+115
|
* [android][wip] camera zoom propertyŁukasz Paczos2019-09-037-51/+87
|
* [android][wip] interpolatorŁukasz Paczos2019-09-033-43/+72
|
* [android][wip] basic animation thread and target animationŁukasz Paczos2019-09-037-2/+386
|
* [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)Aleksandar Stojiljkovic2019-08-3018-527/+522
| | | | | | | | | | | 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)zmiao2019-08-3010-143/+205
| | | | | | | | | | | | | | | | | | * 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 Smith2019-08-291-5/+16
|
* [core] Add requiredTileCount to OfflineRegionStatusBruno de Oliveira Abinader2019-08-294-4/+28
|
* [ios][android] Add change log entryMikhail Pozdnyakov2019-08-292-0/+7
|
* [core] const variables for OfflineDownload batch sizesMikhail Pozdnyakov2019-08-291-2/+9
|
* [core] Mark offline region resources in batchesMikhail Pozdnyakov2019-08-295-47/+48
|
* [core] Add OfflineDatabase::markUsedResources()Mikhail Pozdnyakov2019-08-292-0/+14
|
* [core] Move semantics for OfflineDownload::ensureResource()Mikhail Pozdnyakov2019-08-292-5/+5
|
* [android] expose camera padding optionŁukasz Paczos2019-08-2923-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 Paczos2019-08-296-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 Paczos2019-08-293-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 Kiley2019-08-284-5/+5
|
* [android] invalidate foreground icon sources even when location layer is hiddenŁukasz Paczos2019-08-283-2/+38
|
* [core] Add filtering option to test-runnerAlexander Shalamov2019-08-283-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 5cd92d7d1cAlexander Shalamov2019-08-281-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 symbolsAlexander Shalamov2019-08-288-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 widthAlexander Shalamov2019-08-281-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 Paczos2019-08-281-1/+6
|
* [android] add font array attribute configuration for local ideograph font, ↵tobrun2019-08-287-12/+190
| | | | add enable flag attribute configuration
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-2726-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 filetobrun2019-08-271-0/+2
|
* [android] reorder android-check make commandtobrun2019-08-271-2/+2
|
* Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer (#15492)zmiao2019-08-274-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 metricsMikhail Pozdnyakov2019-08-275-10/+25
|
* [test runner] Test metrics reports. Check metrics results.Mikhail Pozdnyakov2019-08-276-31/+128
|
* [test runner] Introduce probe_memory_.. API for render testsMikhail Pozdnyakov2019-08-272-2/+40
|
* [test runner] Overload global new/deleteMikhail Pozdnyakov2019-08-271-0/+17
|
* [test runner] Introduce AllocationIndexMikhail Pozdnyakov2019-08-273-0/+140
|
* [ios, build] Verify upload integrity during deploymentJason Wray2019-08-263-27/+32
|
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-2611-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 Paczos2019-08-261-4/+4
|
* [render tests] gl-native baseline for debug/collision- testsMikhail Pozdnyakov2019-08-266-5/+0
|
* [ios] Added pending completion blocks (#15122)Julian Rex2019-08-254-31/+484
|
* [ios] Improve tilt gesture recognizer detection. (#15349)Fabian Guerra Soto2019-08-233-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 Paczos2019-08-231-0/+13
|
* [ios] Fix a couple minor warnings in iosappJason Wray2019-08-232-9/+9
|