summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [darwin] Add plural override for 'text-writing-mode' layout propertyAlexander Shalamov2019-08-137-46/+63
|
* [darwin] Bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-136-5/+189
|
* [android] Android bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-137-1/+88
|
* [ios] Bump to libmbxaccounts 1.0.1upstream/friedbunny-accounts-v1.0.1Jason Wray2019-08-121-0/+0
|
* [android] Added #15330 to the 8.3.0-alpha.2 changelog (#15335)Langston Smith2019-08-121-0/+1
|
* [android] add fallback support to local ideograph font families, allow ↵tobrun2019-08-128-12/+167
| | | | setting a collection of fonts
* [ios] Minor style edits to changelogJason Wray2019-08-081-8/+3
|
* [darwin] Remove unnecessary framework imports from Swift-based testsJason Wray2019-08-083-12/+0
| | | | | | Was tripping up Xcode 11 betas with: Imported declaration 'UITableViewDiffableDataSourceCellProvider' could not be mapped to 'UITableViewDiffableDataSourceReference.CellProvider'
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-083-0/+8
|
* [ios] Release v5.3.0 alpha.2 (#15336)ios-v5.3.0-alpha.2Jordan Kiley2019-08-074-9/+5
| | | | | | | | | | | | | | * [ios] Update podspecs * [ios] Update changelog * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
* [android] updated changelog for 8.3.0-alpha.2 release (#15334)android-v8.3.0-alpha.2Langston Smith2019-08-071-0/+6
|
* [android] Do not try to wake up the RunLoop if a wake is already pendingThiago Marcos P. Santos2019-08-072-5/+12
| | | | | | | Do not flood the RunLoop with wake up calls, potentially causing the socket buffer to overflow. Also, write calls are syscalls and will cause a context switch.
* Enable render tests flaky on node-gcc8Aleksandar Stojiljkovic2019-08-071-5/+0
| | | | We don't use node-gcc8 bot to run render tests and no need to have the tests ignored.
* [ios] Document how scale bar visibility is determined (#15304)Jordan Kiley2019-08-051-3/+10
| | | | | | * [ios] document scale bar visibility * [ios] finished trailing sentence
* [core] Enable opaque pass for background layer. fix heatmap+background test.Aleksandar Stojiljkovic2019-08-051-1/+0
| | | | | | Follow the approach from mapbox-gl-js for enabling opaque pass for background layer (same as for fill layer). Fix combinations/heatmap-translucent--background-opaque render test.
* [macos,ios] Fix rare crash when downloading tiles that returned a 404Konstantin Käfer2019-08-051-3/+5
| | | | We were capturing the reference to an object that could go away when the request was canceled. However, the lambda could still be invoked by NSURLSession, creating a race condition with a resulting crash when the response to a tile request was 404 Not Found.
* [android] adding latitude value check for android test app ↵Langston Smith2019-08-011-0/+12
| | | | CameraPositionActivity (#15286)
* [android] - load style without url or jsontobrun2019-08-019-7/+103
|
* [core] revert platform/ios/vendor/mapbox-events-ios change submittedAleksandar Stojiljkovic2019-08-011-0/+0
|
* [android] remove unnecessary android:appComponentFactory referenceŁukasz Paczos2019-08-011-3/+1
|
* [core] Changelog entry for #15195Aleksandar Stojiljkovic2019-08-013-0/+13
|
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-011-0/+0
| | | | | | | | | | | | | Patch partly fixes #15163 in a way that it doesn't allow loading tens of thousands of tiles and attempt to show area above horizon: Limit pitch based on edge insets. It is not too bad - current limit of 60 degrees stays active until center of perspective is moved towards the bottom, to 84% of screen height. The plan is to split removal of 60 degrees limit to follow up patch. Fix max Z calculation in getProjMatrix. TransformState::getProjMatrix calculation of farZ was complex with possibility to lead to negative z values. Replacing it with simpler, precise calculation: furthestDistance = cameraToCenterDistance / (1 - tanFovAboveCenter * std::tan(getPitch())); TransformState::getProjMatrix calculation of farZ was an aproximation. Replacing it with simpler, but precise calculation. Related to: #15163
* [ios] Release 5.3.0-alpha.1 (#15279)ios-v5.3.0-alpha.1Jordan Kiley2019-07-314-5/+5
| | | | | | * [ios] Bumped podspecs * Update platform/ios/CHANGELOG.md
* [android] Additional changelog item to v7.4.1 mojito patch release section ↵Langston Smith2019-07-311-0/+1
| | | | (#15277)
* [android] updated android changelog for 7.4.1 patch release (#15274)Langston Smith2019-07-311-0/+7
|