summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
|
* [android] provide more information when the OfflineManager test times outŁukasz Paczos2019-03-261-31/+52
|
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-251-1/+1
|
* [ios, macos, build] Remove DEBUG from logging configuration. (#13933)Fabian Guerra Soto2019-03-253-1/+4
| | | | | | * [ios, macos] Change the debug flag usage to NDEBUG. * [ios, macos] Add NDEBUG preprocessor macro to ios/macos project conf.
* quick typo fix for OnDidFinishRenderingMapListener method (#14209)Sam Fader2019-03-251-2/+2
|
* [core] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-252-2/+2
|
* [android] - validate license generatrion with nitpick on CItobrun2019-03-252-0/+27
|
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-235-27/+28
|
* [ios, macos] Support expressions in formatting parameters. (#14198)Fabian Guerra Soto2019-03-229-78/+75
| | | | | Modified MGLAttributedExpression object to support NSExpressions as formatting attributes only. This aligns with GL and Android implementation and specification. Modified the documentation accordingly, and changed MGLFontSizeAttribute to MGLFontScaleAttribute to clarify the true function of the formatting parameter.
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-2212-151/+153
| | | | comments
* [android] - make a singular FragmentBackStack testtobrun2019-03-221-18/+0
|
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, ↵tobrun2019-03-222-9/+5
| | | | don't destroy map renderer when surface is destroyed as it can be recreated later
* [android] - add integration test suitetobrun2019-03-2216-306/+378
|
* [android] - add GLSurfaceView RecylerView example to test for regressionstobrun2019-03-228-157/+199
|
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-223-13/+10
|
* [android] - bump snapshot version to 7.4.0tobrun2019-03-221-1/+1
|
* [android] fix formatting of the 7.3.0-beta.1 changelogŁukasz Paczos2019-03-221-6/+6
|
* [android] - improve reliability of UiAutomator teststobrun2019-03-222-18/+10
|
* Update to `mapbox-events-ios` release `v0.9.1` (#14194)Alf Watt2019-03-214-14/+17
| | | | MMENSDateWrapper -> MMEDate Add SKIP_DOCS flag to build pipeline for iOS
* [ios] Bumped podspecs for v4.10.0-beta.1 (#14197)Jordan Kiley2019-03-213-3/+3
|
* [ios] Nitpicky style edits of recent changesJason Wray2019-03-212-15/+18
|
* [ios] Copy-edit changelog for 4.10.0-beta.1Jason Wray2019-03-211-6/+14
|
* [android] - call getMapAsync when restoring map fragment from saved instance ↵tobrun2019-03-212-10/+18
| | | | state
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-217-76/+5535
|
* [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
|