summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+1
|
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-192-0/+10
|
* [core] CameraOptions receives and outputs angle and pitch as degrees, not ↵Bruno de Oliveira Abinader2018-10-196-18/+17
| | | | radians
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-1/+0
|
* [ios] Update changelog for 4.6.0-alpha.1ios-v4.6.0-alpha.1upstream/fb-ios-v4.6.0-alpha.1Jason Wray2018-10-171-0/+5
|
* [ios] Fix inaccuracies in 4.5.0 and 4.4.0 changelogsJason Wray2018-10-171-6/+6
|
* [ios] Bump podspecs for 4.6.0-alpha.1Jason Wray2018-10-173-3/+3
|
* [tests, darwin] Standardize on 10 second timeout for map loadingChris Loer2018-10-174-4/+4
| | | | 5 second timeouts have been intermittently failing on CI.
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-173-3/+8
|
* [darwin,test] Add "must-revalidate" support to putResourceWithURLChris Loer2018-10-173-7/+12
| | | | | Testing must-revalidate: true required an expiration date in the future, which exposed a round-tripping problem from translating NSDate to time_point based on now(). Use epoch of 1970 instead (although technically it's not guaranteed to be the epoch for system_clock until C++20)
* [test] Test[ MGLOfflineStorage putResourceForURL]Chris Loer2018-10-171-0/+53
|
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-173-1/+56
| | | | Useful for pre-warming the ambient cache
* [darwin] Add MGLOfflineStorage putResourceForURLChris Loer2018-10-172-0/+44
| | | | Useful for pre-warming the ambient cache
* [core] Promote DefaultFileSource::put to general use.Chris Loer2018-10-171-4/+4
|
* [android] - update changelog for 6.7.0-alpha.1 and 6.6.1android-v6.7.0-alpha.1Tobrun2018-10-171-1/+15
|
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-162-7/+5
|
* [android] - bump snapshot version to 6.7.0Tobrun2018-10-161-1/+1
|
* [core, test] Add BiDi unit testChris Loer2018-10-151-2/+7
| | | | | | - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-154-2/+69
| | | | | | - No dedicated support for creating format expressions - Java accessors for 'text-field' flatten back to String - 'text-field' setter implicitly creates a 'format' expression. For tests, use JsonArray to build an equivalent format expression by hand.
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-157-13/+62
| | | | Add support for `MGL_FUNCTION('format', <text>, <options dictionary>)`
* [core] Initial implementation of 'format' expressionChris Loer2018-10-152-17/+32
|
* [core] Bidi support for styled text.Chris Loer2018-10-152-22/+123
| | | | Remove use of QString from non-ICU Qt stub bidi implementation since we weren't making use of it.
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
|
* [android] - include mapbox sdk services proguard configurationTobrun2018-10-151-0/+6
|
* [android] - avoid printing exception for valid code execution pathTobrun2018-10-151-5/+8
|
* [android] - add equals, hashcode and toString to camera update types from ↵Tobrun2018-10-121-0/+157
| | | | CameraUpdateFactory
* [android] - infer nullityTobrun2018-10-12131-415/+1375
|
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-1227-28/+47
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-117-77/+1062
|
* [android] changelog for 6.6.0Łukasz Paczos2018-10-111-1/+1
|
* [ios] Bump podspecs to 4.5.0 and update changelog.Fabian Guerra2018-10-104-4/+4
|
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-094-1/+41
|
* [ios] Fix divide-by-zero when setting FPS on iOS <10Jason Wray2018-10-091-0/+4
|
* [ios] Add support for Simulator in UIDevice.mgl_isLegacyDeviceJason Wray2018-10-091-2/+4
|
* [android] - fix readme to point to correct developing.md in rootTobrun2018-10-091-1/+1
|
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
|
* [linux] add map_snapshotter.*pp to linux core buildear7h2018-10-091-0/+4
|
* [ios, macos] Updated world tour locationsMinh Nguyễn2018-10-082-8/+10
|
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
|
* [ios] Ignore deprecation warnings for MGLMapView.userLocationVerticalAlignmentJason Wray2018-10-051-1/+12
|
* [ios, macos] Enable offline merge test.Fabian Guerra2018-10-044-19/+16
|
* [ios] release v4.5.0 beta.1 podspec bump and changelog updates. (#13027)Fabian Guerra Soto2018-10-035-5/+5
| | | | | | * [ios] Bump podspec to v4.5.0-beta.1 * [ios, macos] Update changelogs.
* [ios, macos, android, node] update changelogsMolly Lloyd2018-10-034-0/+4
|
* [ios] Update events library to include symbol namespace fixJason Wray2018-10-032-0/+1
|
* [ios, build] Check symbol namespacing for mapbox-events-iosJason Wray2018-10-031-0/+37
|
* [darwin] Rename 'make check-public-symbols' to darwin-check-public-symbolsJason Wray2018-10-032-2/+2
|
* [android] - changelog for 6.6.0-beta.1Łukasz Paczos2018-10-031-0/+4
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-034-10/+50
| | | | displacement is big
* [android] - add configuration to change the animation duration multiplier ↵Łukasz Paczos2018-10-035-6/+69
| | | | when tracking location
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-0212-8/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update method name More API drafting Add deprecation flag Add Swift delegate integration test Update method name and documentation Update deprecation notices Update method name Offset anchor point relative to contentFrame Update docs Only run through switch statement if delegate is unimplemented Account for content inset + refactor logic Adjust edgePaddingForFollowing Fix Swift delegate integration test Set up integration test Set up test location manager . Remove unused file reference from test Return CGPoint value from delegate method within integration test setup Test anchor points Make updateUserLocationAnnotationView public Refactor test Update test location manager Changelog entry Doc fixes