summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-134-11/+35
|
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-138-48/+377
|
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-138-58/+64
| | | | | | | Using different exception pointers to specify the loading failure makes an awkward API. Most users rethrow the exception only to figure out what type of error happened so it can be reported properly. So replace the exception pointer with a enum an string description of the failure.
* [ios, build] Remove unnecessary clean step from release packagingJason Wray2019-03-121-1/+0
|
* [node] Change Map/FileSource relationship to compositionBruno de Oliveira Abinader2019-03-122-12/+27
|
* [darwin] Fix MGLMapView.direction wrappingJason Wray2019-03-125-13/+113
| | | Re-adds the 0-to-360° wrapping for MGLMapView.direction. Without this wrapping, we’d get ±180° from core, which results in invalid CLLocationDirection for the negative half of the rotational spectrum.
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-122-15/+17
|
* [android] explicitly declare MapboxIssueRegistry's lint versionŁukasz Paczos2019-03-121-0/+4
|
* [android] fix quick-zoom + double-tap gestures combo regressionŁukasz Paczos2019-03-121-4/+18
|
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-1113-229/+558
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-113-4/+50
|
* [android] remove unnecessary JSON style declaration in the gradient line exampleŁukasz Paczos2019-03-111-1/+0
|
* [core, node] Use es5 syntax for imports in expressions testsAlexander Shalamov2019-03-111-3/+3
| | | | | Instead of forcing ES6 module syntax, at this point, it is less distruptive to fix expression tests to use ES5 import syntax.
* Revert "[core] Use ES6 import / export syntax for node test harness"Alexander Shalamov2019-03-114-12/+12
| | | | This reverts commit c6598fc5da063f9b60204639cd619647cbbc89da.
* [Qt] Fix race when locking a FileSourceThiago Marcos P. Santos2019-03-081-2/+5
| | | | | | We were returning the FileSource, it could have expired already. We _need_ to check if the lock() on the weak pointer worked before returning.
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-087-18/+45
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [android] publish SNAPSHOTs to oss.jfrog.orgŁukasz Paczos2019-03-084-3/+21
|
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-081-13/+12
| | | | | | | Instead of having individual APIs for setting axonometric and skew options, create ProjectionMode struct that holds all the relevant options for Axonometric rendering and introduce setter/getter on the Map for those options.
* [core] Use ES6 import / export syntax for node test harnessAlexander Shalamov2019-03-084-12/+12
|
* [ios, macos] Fix a bug with multiple format expressions. (#14064)Fabian Guerra Soto2019-03-074-1/+32
| | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters.
* [ios] Reset access token state after running testsJason Wray2019-03-075-1/+13
|
* [ios] Enable test run-order randomizationJason Wray2019-03-071-1/+2
|
* [android] changelog for 7.3.0-alpha.1android-v7.3.0-alpha.1Łukasz Paczos2019-03-071-0/+19
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-079-58/+63
| | | | drawables programmatically
* [android] build correct POM when publishing to mavenŁukasz Paczos2019-03-077-269/+85
|
* [android] initial additions for bintray plugin setupLangston Smith2019-03-077-3/+165
|
* [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1Jordan Kiley2019-03-064-4/+4
|
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-061-1/+37
|
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-062-9/+52
|
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-068-7/+94
|
* Add option to prefetch low-resolution tiles (#14031)m-stephen2019-03-063-0/+21
| | | * Add option to prefetch low-resolution tiles
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-056-48/+51
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-0514-147/+984
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [ios] Mute warnings about OpenGL deprecation. (#14019)Julian Rex2019-03-051-0/+3
|
* Skip failing render testsMikhail Pozdnyakov2019-03-051-1/+5
|
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-043-0/+20
|
* [qt] Also use the base API URL as key for sharing the cache.Thiago Marcos P. Santos2019-03-041-2/+3
| | | | | Otherwise we will have a URL pointing to different servers and potentially different data.
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-042-0/+27
|
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-047-21/+27
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-0412-48/+67
|
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-046-32/+49
|
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-045-11/+16
|
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-046-41/+56
|
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-044-2/+8
|
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-042-4/+4
|
* [qt] Cleanup QMapboxGL::coordinateZoomForBounds()Bruno de Oliveira Abinader2019-03-041-14/+1
|
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-043-18/+14
|
* [android] add plural style builder methodsŁukasz Paczos2019-03-042-0/+200
|
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-013-6/+19
|
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-1/+1
| | | | Remove custom vtable, base implementation on `std::unique_ptr`.