summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [android] updating android changelog for 8.0.2 patch release (#15273)Langston Smith2019-07-311-0/+9
|
* [android] updated android changelog for 8.2.1 patch release (#15272)Langston Smith2019-07-311-0/+6
|
* [android] update changelog for the v8.3.0-alpha.1 releaseandroid-v8.3.0-alpha.1tobrun2019-07-311-1/+18
|
* [android] do not reinitialize camera/render mode if it hasn't changedŁukasz Paczos2019-07-315-41/+107
| | | | Camera/Render mode updates can be streamed from various different stateless sources and we should make sure to skip an update to a mode that's already set. This keeps the callbacks tidy and does not perform unnecessary work.
* [android] save location animation timestamp only when fedŁukasz Paczos2019-07-311-20/+20
| | | | When all location layer animations were reset, due to the mode change, we were recalculating the time of the animation, while we should be taking the remaining duration. Frequent recalculation requests resulted in a really short animation duration.
* [android] package ideographs flag in the offline definition parcelŁukasz Paczos2019-07-312-0/+4
|
* [android] do not include CJK ideographs in the offline packs by defaultŁukasz Paczos2019-07-312-2/+2
|
* [ios] Update changelog for 4.11.2, 5.0.2, 5.1.2 (#15259)Julian Rex2019-07-301-0/+15
|
* [ios, build] Automatically deploy to CocoaPodsJason Wray2019-07-301-0/+44
|
* [ios, build] Install cocoapods as a deployment dependencyJason Wray2019-07-301-1/+39
|
* [android] ensure default local ideographs font family is not overwroteŁukasz Paczos2019-07-302-3/+19
|
* [android] harden MapGestureDetector testsŁukasz Paczos2019-07-301-26/+19
|
* [build] Use mapbox-base optionalBruno de Oliveira Abinader2019-07-292-19/+15
|
* [ios, build] Stop copying iosapp token script into frameworkJason Wray2019-07-261-4/+0
|
* [android] - update changelog for release v8.1.1 (#15224)Tobrun2019-07-261-0/+12
|
* [android] align gesture animation reasonŁukasz Paczos2019-07-251-3/+2
|
* [ios, macos]MGLLoggingConfiguration can filter logs from core (#15120)m-stephen2019-07-2511-38/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] update proj config * [ios, macos] implement the logging logic * [ios, macos] update comments * [ios, macos] update mac os config * [ios, macos] re-generate sdk files * [ios, macos] re-generate sdk files json * [ios, macos]re-generate json files * [ios, macos] re-generate ios json files * [ios] change conditions to bit mask * [ios, macos]send messages to platform * [ios, macos] add changelogs * [ios, macos] revert `logging_nslog` * [ios, macos] add event name and code into log msg * [ios, macos] update changlog * [ios, macos] fix a nit * [ios, macos]Fix nits.
* [ios] Prepare ios-v5.2.0 releaseJason Wray2019-07-244-7/+22
|
* [android] changelog for 8.2.0Łukasz Paczos2019-07-241-0/+6
|
* [android] remove layers first when clearing the styleŁukasz Paczos2019-07-222-11/+26
|
* [android] 8.2.0 QA fixes for the test appŁukasz Paczos2019-07-227-10154/+14165
|
* [ios][andoid] Add change log entryMikhail Pozdnyakov2019-07-222-1/+11
|
* [tests] Bump GL JS to run render test for #15139Thiago Marcos P. Santos2019-07-193-0/+13
| | | | https://github.com/mapbox/mapbox-gl-js/pull/8510
* [android] - update dependencies, target SDK, support library (#15135)Tobrun2019-07-1934-236/+409
|
* Merge pull request #15170 from mapbox/tvn-snapshotTobrun2019-07-191-1/+1
| | | Update snapshot version for the q release
* [docs] Remove references to increasing offline tile limitHeather Stenson2019-07-182-4/+1
|
* [android] ignore a flaky MapSnapshotter test until #11669 is resolvedŁukasz Paczos2019-07-181-0/+2
|
* [android] changelog for 8.2.0-beta.1Łukasz Paczos2019-07-181-27/+37
|
* [android] fail MapSnapshotter test in case of an error returned from coreŁukasz Paczos2019-07-181-2/+5
|
* [ios] Prepare ios-v5.2.0-beta.1 releaseios-v5.2.0-beta.1Jason Wray2019-07-174-22/+23
|
* [core] Fix collision with content insetsAleksandar Stojiljkovic2019-07-171-4/+6
| | | | | | | | | | | | | | | Viewport center offset usage was wrongly submitted in #14664. It was part of alternative approach that used enlarged viewport. Existing and added tests were not sufficient to spot the regression, since the collision check padding is usually larger than the center offset x and y. Annotation picking has tolerance of only 10 pixels but no annotation integration test was using content insets. Usage of offset is not needed because `posMatrix` in e.g. `CollisionIndex::projectPoint(const mat4& posMatrix, const Point<float>& point)` already incorporates center offset (projection matrix) and the code in current master was just offsetting all by the value. Modified [ios] MGLAnnotationViewIntegrationTests.testSelectingAnnotationWithCenterOffset to use different insets. It verifies the fix. Fixes [iOS] Annotations are not selectable (added via iosapp menu) #15106: In case of #15106, view's original content insets is {top:88, bottom:34}, causing that center offset is {x:0, y:27} and selection with tolerance of 10 wouldn't select annotation. After tapping the view, so that the header gets removed, view's content insets get changed to {top:44, bottom:34}, center offset is {x:0, y:5} and annotation selection would work, as described in #15106. Fixes: #15106
* [ios] Add changelog entry for Cache Management API (#15131)Jordan Kiley2019-07-172-2/+7
|
* [ios, macos] Update Jazzy theme (#15125)Nadia Barbosa2019-07-174-10/+7
| | | | | | | | * [ios, macos] Update Jazzy theme module_version -> module-version * Update platform/macos/scripts/document.sh
* [ios] Add MGLMapViewZoomTestsJason Wray2019-07-172-0/+144
|
* [ios] Check center coordinate in MGLMapViewDirectionTestsJason Wray2019-07-171-4/+20
|
* [ios] Clean-up direction and compass testsJason Wray2019-07-173-55/+56
|
* [android] update Bintray's package nameŁukasz Paczos2019-07-172-1/+2
|
* Bump mapbox-gl-js versionMikhail Pozdnyakov2019-07-171-9/+11
|
* [ios, macos] Change "map ID" to "tileset ID" (#15116)upstream/15022_memory_consumptionHeather Stenson2019-07-1612-25/+27
| | | | | | | | * map id --> tileset id * styles map id -> style url * update changelog
* [ios] Cache Management API (#14978)Jordan Kiley2019-07-166-37/+288
|
* [android] - create map snapshot from testcasetobrun2019-07-161-6/+32
|