summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] Javadoc changes to clarify OfflineManager methods (#15519)Langston Smith2019-08-291-5/+16
|
* [core] Add requiredTileCount to OfflineRegionStatusBruno de Oliveira Abinader2019-08-291-4/+10
|
* [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-294-27/+30
|
* [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.
* [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][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-2716-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 filetobrun2019-08-271-0/+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
* [ios, build] Verify upload integrity during deploymentJason Wray2019-08-263-27/+32
|
* [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-261-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
|
* [android] jni binding refactorSudarsana Babu Nagineni2019-08-236-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 MapObserverMikhail Pozdnyakov2019-08-2310-12/+12
|
* [ios, macos] Clarify current best practices with animated camera changesNadia Barbosa2019-08-221-8/+16
|
* [android] bindings for aggregated cluster properties (#15425)zmiao2019-08-229-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 Paczos2019-08-221-6/+11
|
* [android] update snapshot version number to 8.4.0tobrun2019-08-221-1/+1
|
* [ios] Use iOS property names in changelog (#15448)Jordan Kiley2019-08-211-1/+1
|
* Release iOS v5.3.0-beta.2 (#15446)Jordan Kiley2019-08-214-9/+6
|
* [ios] Remove obsolete iosapp telemetry debug loggingJason Wray2019-08-213-60/+0
| | | | This has been superceded by features in the standalone events library.
* [ios] Refactor NSUserDefaults key variable namesJason Wray2019-08-216-40/+49
|
* [ios] Fix integration tests failing on iOS 9 (due to UIWindow deallocation), ↵Julian Rex2019-08-213-3/+7
| | | | and random fails waiting for rendering. (#15433)
* [core] add missing changelog for symbol fading issue (#15443)Ansis Brammanis2019-08-213-0/+3
|
* [android] Updating HttpRequestUrl to separate offline requests from Maps SKU ↵Langston Smith2019-08-213-6/+13
| | | | (#15363)
* Merge pull request #15437 from mapbox/lp-revert-14989Łukasz Paczos2019-08-213-85/+22
| | | Revert "[android] invalidate camera when setting a padding"
* [render test] mapbox-gl-native baseline for text-pitch-alignment testsMikhail Pozdnyakov2019-08-211-3/+0
|
* [android][ios] Add change log entriesMikhail Pozdnyakov2019-08-212-2/+4
|
* [ios] Update MGLTileSetTests.testTileSetFromTileURLTemplates for Xcode 11Jason Wray2019-08-211-5/+14
|
* [ios] Add threshold for triggering the rotate gesture recognizer (#14929)Jordan Kiley2019-08-206-30/+229
|
* [ios] Updates for offline pricingJason Wray2019-08-204-14/+31
|
* [ios] Fix bug where scale bar shows 0 mm instead of 0 (#15381)Jordan Kiley2019-08-201-2/+13
|
* [android] bump gestures library to v0.5.1Łukasz Paczos2019-08-203-1/+2
|
* [ios] Removes mismatched function declaration. (#15423)Julian Rex2019-08-201-1/+0
|
* [ios] Adds annotation selection tests with rotation & scaling of the map ↵Julian Rex2019-08-204-6/+278
| | | | (#15123)
* [android] update javadoc on style image missingtobrun2019-08-202-2/+9
|
* [ios][macos][android][node] Update changelog for icon-text-fit fixesAlexander Shalamov2019-08-204-0/+8
|
* [core] Unskip icon-text-fit render testsAlexander Shalamov2019-08-201-13/+1
|