summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Fix conditional expression parsing error. (#14181)Fabian Guerra Soto2019-03-214-24/+6
| | | | Fixed an error that caused conditional expressions to crash when a conditional parameter was also a conditional expression.
* [core] Change definition of "complete" so offline packs created before ↵Julian Rex2019-03-212-0/+5
| | | | #11055 can complete. (#14188)
* [android] changelog for 7.3.0-beta.1Łukasz Paczos2019-03-202-1/+15
|
* [android] cache source/layer only when successfully addedŁukasz Paczos2019-03-201-5/+5
|
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-202-4/+8
|
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-2030-228/+242
|
* [darwin] [MGLOfflineStorage mbglFileSource] is now a shared_ptrBruno de Oliveira Abinader2019-03-208-32/+24
|
* [android] - add offline troubleshooting link to javadoc of OfflineManagertobrun2019-03-201-0/+4
|
* [ios, macos] Fix format expression parsing. (#14168)Fabian Guerra Soto2019-03-202-13/+25
| | | Fixed a parsing issue when a non-constant expression was passed to MGLAttributedExpression.expression property.
* [android] - refactor idling resource from testtobrun2019-03-201-60/+42
|
* [ios, macos] Add text-color support to format expressions. (#14146)Fabian Guerra Soto2019-03-1912-9/+176
| | | | | | | | Added the possibility of overriding paint properties inside the format expression. Added an example of how to create an MGLAttributedExpression object and documented the attributes keys and value types. Fixed a bug that ignored the font names.
* [android] update licensesŁukasz Paczos2019-03-191-12/+6
|
* [android] expose LocationComponent's layer IDsŁukasz Paczos2019-03-191-6/+26
|
* [android] unit and instrumentation tests code coverage reportŁukasz Paczos2019-03-195-6/+74
|
* [ios] Deleted unused NSData categoryMinh Nguyễn2019-03-186-103/+0
|
* [android] bump telemetry version to 4.3.0Łukasz Paczos2019-03-182-1/+1
|
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-182-24/+33
|
* [android] - remove base idlingResource setuptobrun2019-03-1822-735/+495
|
* [ios, macos] Add format expression convenience methods support. (#14094)Fabian Guerra Soto2019-03-1520-22/+329
| | | | | | | | | | | Added the ios/macos format expression bindings. The equivalent is mgl_attributed: or mgl_attributed({}) when making an expression using the expressionForFormat selector. A new constructor called mgl_expressionForAttributedExpressions:(NSArray<NSExpression*>*)attributedExpressions was added to NSExpression+MGLAdditions category. Updated the symbol style layer text test to use the bindings. Updated the Predicates and Expressions.md and For Style Authors.md.ejs template with the bindings.
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-158-123/+376
|
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-145-22/+24
| | | | | | | | Group bounds, minimum and maximum zoom related methods together using the new BoundOptions. v2: Document that getBounds() initializes all optional fields. - Add test for getBounds() on a map with default values.
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-21/+19
| | | | | | | | This is a first step into grouping together bounds related Map methods into one that takes a "BoundOptions" object. LatLngBounds::unbounded() replaces an undefined optional<LatLngBounds>. v2: Document LatLngBounds::unbounded()
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
|
* [ios] Updated podspecs (#14110)ios-v4.10.0-alpha.2Jordan Kiley2019-03-133-3/+3
|
* [ios] Generate iOS code coverage for metrics (#14015)Jordan Kiley2019-03-132-0/+42
|
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-133-1/+6
|
* [android] changelog for 7.3.0-alpha.2Łukasz Paczos2019-03-131-0/+12
|
* [android] when changing the resource path, recreate database instead of the ↵Łukasz Paczos2019-03-135-107/+121
| | | | whole FileSource
* [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
|
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-1314-1/+594
| | | | | | | | | | | | * [android] adding galician strings * [ios] adding galician strings * [ios, macos] Added Galician localization to Xcode projects * [ios, macos] Converted Galician localization to UTF-8 * [android, ios, macos] Updated changelogs
* [android] Updated Android readme links and writing (#14090)Langston Smith2019-03-131-8/+4
|
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-1315-34/+18
|
* [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
|