summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [docs] [ios] update offline to reflect billing changes (#15518)ios-v5.3.0Chloe Krawczyk2019-08-281-1/+7
| | | | | | | | | | * [docs] [ios] update offline to reflect billing changes fix linebreaks maintain consistency with docs on `@interface MGLOfflineStorage` https://docs.mapbox.com/ios/api/maps/5.3.0-beta.1/Classes/MGLOfflineStorage.html#/Adding%20Contents%20of%20File
* [ios] Prepare v5.3.0 release (#15516) (#15517)Jordan Kiley2019-08-284-5/+7
|
* [android] invalidate foreground icon sources even when location layer is hiddenandroid-v8.3.0Łukasz Paczos2019-08-283-2/+38
|
* [android] add font array attribute configuration for local ideograph font, ↵tobrun2019-08-287-12/+204
| | | | add enable flag attribute configuration
* Cherry-pick #15456 [core] fix mixed sdf + non-sdf icon rendering in one ↵zmiao2019-08-274-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | layer (#15494) * [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456) * [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 * Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer (#15492) * Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer * Add bracket for ios changelog number * Add more brackets
* [android] changelog for v8.3.0-beta.1android-v8.3.0-beta.1Łukasz Paczos2019-08-221-6/+11
|
* CP Release iOS v5.3.0-beta.2 (#15447)ios-v5.3.0-beta.1Jordan Kiley2019-08-214-9/+6
|
* [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
|
* [android] provide default font list for pre lollipoptobrun2019-08-203-9/+25
|
* [ios, docs] Update CocoaPods installation instructionsJason Wray2019-08-191-5/+17
|
* [android] synchronize TextureView EGL context creationŁukasz Paczos2019-08-191-6/+10
|
* [ios,android] Added changelog entry for use after std::move fixThiago Marcos P. Santos2019-08-192-0/+2
|
* [android] check if the CustomGeometrySource's java peer is valid when the ↵Łukasz Paczos2019-08-192-10/+15
| | | | thread is shutting down
* [android] move #15398 out of `v8.3.0-alpha.3` changelog (#15401)Łukasz Paczos2019-08-161-1/+2
|
* [android][ios] Add change log entryMikhail Pozdnyakov2019-08-162-0/+2
|
* Enable text-variable-anchor/{pitched-rotated-debug|rotated-offset} render testsMikhail Pozdnyakov2019-08-161-2/+0
|
* [core][test] fix leaks from sqlite usageDane Springmeyer2019-08-161-0/+1
|
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-1/+0
| | | | | | | | | | * indroduce clusterProperty option for aggregation * remove unnecessary codes * update geojson_option conversion * fix reviewing findings
* [android] changelog for 8.3.0-alpha.3android-v8.3.0-alpha.3Łukasz Paczos2019-08-161-6/+14
|
* [android] execute quickzoom scale change based on the Y axis delta changeŁukasz Paczos2019-08-154-18/+68
| | | | | | Using finger's Y axis position allows for a linear zoom additions/deductions during the quick-zoom changes. This is in contrast to the previously used scale factor, which is based on the current span (distance from the origin) to previous span ratio and increases the closer the finger is to the origin of a gesture because the values are smaller. The scale ratio based changes are also reliant on series of motion events' values and because the Android framework can skip some events, going back and forth during a quick-zoom might not have resulted in the same transformation. This was reproduced by the round-tripping test introduced in this commit.
* [core] Ignore updated icon-text-fit render testsAlexander Shalamov2019-08-151-1/+13
|
* [core][node] Serialize formatted expression's text-color optionAlexander Shalamov2019-08-151-0/+5
| | | | This enables proper round-tripping for serialized format expression.
* [android] bring back scale delta span threshold when rotation is started firstŁukasz Paczos2019-08-154-6/+41
|
* [android] improve rotation inertia, adjust velocity ratios for screen densityŁukasz Paczos2019-08-153-32/+53
|
* [android] improve scale + rotation behaviorŁukasz Paczos2019-08-155-51/+103
|
* [android] improve scale inertiaŁukasz Paczos2019-08-153-3/+18
|
* [android] bump gestures library to v0.5.0Łukasz Paczos2019-08-153-2/+2
|
* [ios] Release v5.3.0-alpha.3 (#15379)ios-v5.3.0-alpha.3Jordan Kiley2019-08-144-10/+5
|
* [android] Test app tweaks from 8.3.0-alpha.2 QA (#15360)Langston Smith2019-08-132-5/+11
|
* [core] Unskip text-rotate/with-offset fixed by #14932Alexander Shalamov2019-08-131-1/+0
|
* [ios][Android] Add changelog entriesMikhail Pozdnyakov2019-08-132-0/+2
|
* Enable number format expression testsMikhail Pozdnyakov2019-08-131-4/+1
|
* [macos][ios][android][node] Add changelog entry for text-writing-mode layout ↵Alexander Shalamov2019-08-134-0/+11
| | | | property
* [darwin] Update documentation text for enum array valueAlexander Shalamov2019-08-132-9/+9
|
* [darwin] Generate plural version of property name, yet, keep singular ↵Alexander Shalamov2019-08-138-67/+94
| | | | version of an enum