Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Add number-format expression | Juha Alanen | 2019-06-27 | 1 | -0/+23 |
| | |||||
* | [ios] Remove previously deprecated unavailable methods and properties | Jason Wray | 2019-06-26 | 3 | -41/+4 |
| | |||||
* | Remove assert from deconstructor of run_loop.cpp | Michael Muesch | 2019-06-26 | 1 | -1/+0 |
| | | | In the deconstructor of run_loop.cpp there is an assert that checks to make sure the Scheduler is null before setting it to null. In some rare scenarios where the app is being put into the background or closed the Scheduler can be null before the deconsturctor is called. This can cause an unnecessary crash. Since the goal here is to just set the Scheduler to null either way, it should not matter what the state of the Scheduler is before the function call. | ||||
* | [darwin] Ensure the runloop is awake in RunLoop::runOnce() | Bruno de Oliveira Abinader | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | [darwin] Add warning about certain tests requiring en_US locale | Jason Wray | 2019-06-24 | 4 | -3/+16 |
| | |||||
* | [ios, macos] Added completion handlers to animated MGLMapView methods | Minh Nguyễn | 2019-06-21 | 1 | -3/+114 |
| | |||||
* | [ios] Simplify -[MGLOfflineStorageTests testAddFileContent] | Jason Wray | 2019-06-19 | 1 | -60/+20 |
| | |||||
* | [ios, docs] Fix grammatical issue in GeoJSON guide | Sam Fader | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | [ios] Added offline query parameter (#14857) | Julian Rex | 2019-06-11 | 2 | -11/+106 |
| | |||||
* | [ios] get sku token return value | Fredrik Karlsson | 2019-06-11 | 1 | -19/+6 |
| | |||||
* | [ios] Update libmbxaccounts for navigation SDK override (#14802) | Jason Wray | 2019-06-05 | 1 | -18/+18 |
| | | | | | * Use a stringy selector... yerg. * Bump to libmbxaccounts 1.0.0 | ||||
* | [core] fix warnings with Xcode 11's updated Clang version | Konstantin Käfer | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | [ios] Fix content insets with custom edge padding. (#14813) | Fabian Guerra Soto | 2019-06-03 | 3 | -10/+17 |
| | | | | | | | | | | | | * [ios] Fix content insets with custom edge padding. * [ios, macos] Consolidated edge insets math * [macos] Add content insets to edge padding when setting camera * [ios, macos] Updated changelogs * [ios, macos] Clarify setCamera:withDuration:animationTimingFunction:edgePadding method documentation. | ||||
* | [ios,macos] refactor MGLMapViewImpl | Konstantin Käfer | 2019-05-29 | 4 | -18/+11 |
| | |||||
* | [ios] Update Raster Tiles API name and link | Jason Wray | 2019-05-28 | 2 | -2/+2 |
| | | | | Also update another link to avoid a redirect. | ||||
* | [core] option to perform platform specific operations when ↵ | Łukasz Paczos | 2019-05-22 | 1 | -0/+7 |
| | | | | creating/destroying core threads | ||||
* | [ios] Enable SKU tokens for all requests | Jason Wray | 2019-05-20 | 3 | -46/+10 |
| | | | Removes conditional code that relied on a plist flag. Other small cleanups. | ||||
* | [ios] Rename performance's metrics variable names.android-v7.5.0-beta.1 | Fabian Guerra | 2019-05-16 | 3 | -17/+35 |
| | |||||
* | [ios] Update to libmbxaccounts 0.0.5 (#14683) | Jason Wray | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | [build, darwin] Fix ENOBUFS in build scripts on NodeJS 12.x | Jason Wray | 2019-05-13 | 2 | -2/+2 |
| | |||||
* | [core] Make the BackgroundScheduler a singleton | Thiago Marcos P. Santos | 2019-05-10 | 1 | -7/+1 |
| | | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`. | ||||
* | [core] upgrade mapbox-gl-js pin to the most recent version | Konstantin Käfer | 2019-05-08 | 1 | -2/+5 |
| | |||||
* | [core] render extrusions directly in the main framebuffer | Konstantin Käfer | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | [ios, macos] Include fix-it suggestions in deprecation warnings | Minh Nguyễn | 2019-05-07 | 2 | -2/+2 |
| | |||||
* | [ios, macos] Removed MGLStyleValue references from documentation (#14552) | Minh Nguyễn | 2019-05-07 | 1 | -7/+7 |
| | |||||
* | [ios] Static analysis fix tweaks - part 2 (#14572) | Julian Rex | 2019-05-02 | 4 | -12/+17 |
| | |||||
* | [ios, macos] Fixes for static analyzer warnings (#14453) | Julian Rex | 2019-04-30 | 5 | -11/+20 |
| | |||||
* | [ios] Remove events=true from new SKU requests | Jason Wray | 2019-04-29 | 1 | -9/+6 |
| | |||||
* | [ios] Enable/Disable sku token handling (#14467) | Julian Rex | 2019-04-24 | 3 | -13/+48 |
| | |||||
* | [ios] Make MGLLocationManager protocol swift friendly. (#14477) | Fabian Guerra Soto | 2019-04-24 | 1 | -3/+23 |
| | | | | | | | | Improved MGLLocationManager protocol bridging to swift. * [ios] Make MGLLocationManager protocol swift friendly. * [ios] Update changelog. | ||||
* | [ios] Add SKU tokens to all Mapbox requests (#14421) | Jason Wray | 2019-04-17 | 3 | -14/+63 |
| | |||||
* | [darwin] Generate style code for symbol-sort-key | Alexander Shalamov | 2019-04-17 | 3 | -2/+116 |
| | |||||
* | [ios, macos] Fix MGLSymbolStyleLayer.text localization issue. (#14405) | Fabian Guerra Soto | 2019-04-15 | 4 | -0/+20 |
| | | | | | | | | | | Fixed an MGLSymbolStyleLayer.text localization bug caused by the introduction of MGLAttributedExpression object. The localization parsing was ignoring the latter. * [ios, macos] Fix a localization issue. * [ios, macos] Add formating expressions localization test. * [ios, macos] Update MGLSymbolStyleLayer.text documentation. | ||||
* | [ios, macos] Premultiply color values for mgl_color | Nadia Barbosa | 2019-04-12 | 1 | -2/+7 |
| | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/14329 | ||||
* | [ios] Deactivate MGLMapView IBDesignable (#14379) | Fabian Guerra Soto | 2019-04-10 | 3 | -21/+5 |
| | | | | | | | | | | | | Removed MGLMapView's IBDesignable attribute. The map's view render attributes uses GL, making changes through the inspectables were not reflected in the storyboard and were causing IB crashes. * [ios] Deactivate MGLMapView IBDesignable. * [ios] Remove IBDesignable agent code. * [ios, macos] Remove NSProcessInfo category from iOS. | ||||
* | [ios] Update mapbox/jazzy-theme | Jason Wray | 2019-04-10 | 1 | -0/+0 |
| | |||||
* | [ios, macos] Add Mapbox Maps SDK metrics manager. (#13997) | Fabian Guerra Soto | 2019-04-09 | 6 | -5/+287 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added MGLSDKMetricsManager to keep track of SDK related events such as tile download times. * [ios, macos] Add tile download performance event. * [ios, macos] Modify the performance event format. * [ios, macos] Add Mapbox Maps SDK events manager. * [ios, macos] Remove events delegate. * [ios, macos] Remove deprecated macro. * [ios, macos] Rename MGLEventsManager to MGLMetricsManager. * [ios, macos] Make MGLMetricsDelegate follow delegate convention. * [ios, macos] Remove mbgl-filesource target dependency on MGLMetricsManager. * [ios, macos] Update metrics manager documentation. * [ios, macos] Add device metadata. * [ios, macos] Rename MGLMetricsManager to MGLSDKMetricsManager. | ||||
* | [core] move GLContextMode to RendererBackend | Konstantin Käfer | 2019-04-05 | 2 | -8/+0 |
| | |||||
* | [core] refactor RendererBackend | Konstantin Käfer | 2019-04-05 | 3 | -3/+7 |
| | |||||
* | [core] move BackendScope to gfx namespace | Konstantin Käfer | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | [ios] Remove unused line from MGLExpressionTests | Jason Wray | 2019-04-03 | 1 | -1/+0 |
| | |||||
* | add onStyleImageMissing to allow dynamically loaded or generated images (#14253) | Ansis Brammanis | 2019-04-02 | 1 | -1/+6 |
| | | | Also make `Style#updateImage(...)` much faster when the image doesn't change size. This can be useful for asynchronously generating images. | ||||
* | [Darwin] Improve documentation for enum array propertiesupstream/az-accounts | Mikhail Pozdnyakov | 2019-03-29 | 2 | -1/+21 |
| | |||||
* | [darwin] Support for variable text placement API | Mikhail Pozdnyakov | 2019-03-29 | 5 | -27/+228 |
| | |||||
* | [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵ | Julian Rex | 2019-03-27 | 3 | -8/+23 |
| | | | | (#14241) | ||||
* | [ios, macos, build] Remove DEBUG from logging configuration. (#13933) | Fabian Guerra Soto | 2019-03-25 | 1 | -1/+1 |
| | | | | | | * [ios, macos] Change the debug flag usage to NDEBUG. * [ios, macos] Add NDEBUG preprocessor macro to ios/macos project conf. | ||||
* | [core] Fix signature of fluent interface setters | Bruno de Oliveira Abinader | 2019-03-23 | 2 | -5/+6 |
| | |||||
* | [ios, macos] Support expressions in formatting parameters. (#14198) | Fabian Guerra Soto | 2019-03-22 | 7 | -76/+73 |
| | | | | | 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. | ||||
* | [ios, macos] Fix conditional expression parsing error. (#14181) | Fabian Guerra Soto | 2019-03-21 | 2 | -24/+4 |
| | | | | Fixed an error that caused conditional expressions to crash when a conditional parameter was also a conditional expression. | ||||
* | [core] Remove file source from public Map ctor | Bruno de Oliveira Abinader | 2019-03-20 | 6 | -14/+33 |
| |