| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Support fill-extrusion-vertical-gradient | Bruno de Oliveira Abinader | 2018-11-29 | 4 | -1/+99 |
* | [darwin] Add platform-agnostic MGLStringFromSize() method | Jason Wray | 2018-11-28 | 2 | -13/+18 |
* | [core] LayerManager can disable annotations | Mikhail Pozdnyakov | 2018-11-28 | 1 | -0/+2 |
* | [ios][documentation] link expression guide to NSExpression(MGLAdditions) | Josh Erb | 2018-11-27 | 1 | -8/+10 |
* | [core][Android][Darwin] LayerManager creates RenderLayer instances | Mikhail Pozdnyakov | 2018-11-27 | 24 | -59/+58 |
* | [ios, macos] Pass program cache path and local font family config options to ... | Chris Loer | 2018-11-24 | 1 | -1/+5 |
* | [ios] Adds support for MGLCollisionBehaviorPre4_0 in NSUserDefaults (#13426) | Julian Rex | 2018-11-21 | 5 | -14/+152 |
* | [ios] Added teardown of core objects when receiving UIApplicationWillTerminat... | Julian Rex | 2018-11-20 | 2 | -2/+48 |
* | [darwin] Fix stray semicolon at end of method definitionupstream/friedbunny-fixes-some-warnings | Jason Wray | 2018-11-20 | 1 | -1/+1 |
* | [darwin] Don't redefine mbgl::style::GeoJSONOptions struct as a class | Jason Wray | 2018-11-20 | 1 | -1/+1 |
* | [darwin] Rename variables to avoid shadow declarations | Jason Wray | 2018-11-20 | 5 | -13/+15 |
* | [darwin] Fix typos in pragma diagnostic declarations | Jason Wray | 2018-11-20 | 1 | -2/+2 |
* | [darwin] Fix GCC_WARN_SIGN_COMPARE warnings | Jason Wray | 2018-11-20 | 8 | -18/+18 |
* | [ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an N... | Julian Rex | 2018-11-20 | 7 | -7/+79 |
* | [ios, macos] Layer manager for Darwin platforms | Mikhail Pozdnyakov | 2018-11-19 | 27 | -45/+438 |
* | [ios, macos] Harmonize bundle identifiers | Minh Nguyễn | 2018-11-15 | 2 | -13/+6 |
* | [core] define number of concurrent downloads in online file source variable | Huyen Chau Nguyen | 2018-11-15 | 1 | -4/+0 |
* | [ios, macos] Logging. (#13235) | Fabian Guerra Soto | 2018-11-14 | 42 | -39/+523 |
* | [ios] Address bad access exception in `MGLAttributionInfo` (#13300) | Jordan Kiley | 2018-11-13 | 1 | -4/+14 |
* | [ios][documentation] link API documentation to ios-sdk/examples | Josh Erb | 2018-11-13 | 29 | -20/+290 |
* | [build] Update to geometry v1.0.0 | Bruno de Oliveira Abinader | 2018-11-13 | 3 | -4/+51 |
* | [ios, macos] Renamed ambient cache prewarming method | Minh Nguyễn | 2018-11-08 | 3 | -27/+35 |
* | [mac] Fix wrong allocation at layerFromMBGLLayerupstream/jrex/4352-resize-mapview | Mikhail Pozdnyakov | 2018-11-07 | 1 | -9/+9 |
* | [ios] Changed event attributes to be JSON serialization friendly. (#13266) | Julian Rex | 2018-11-02 | 2 | -2/+2 |
* | Remove style::Layer::is()/as() | Mikhail Pozdnyakov | 2018-10-31 | 12 | -45/+45 |
* | [ios, macos] Added $lineProgress expression variable | Minh Nguyễn | 2018-10-30 | 5 | -0/+36 |
* | [ios, macos] Fixed typo in style authors guide | Minh Nguyễn | 2018-10-30 | 1 | -1/+1 |
* | [ios, macos] Fixed crash on nullary vararg expression function | Minh Nguyễn | 2018-10-27 | 2 | -4/+43 |
* | Add a custom logging for the Mapbox Maps SDK for iOS. | Fabian Guerra | 2018-10-26 | 3 | -0/+169 |
* | [ios, macos] Refined MGLLineStyleLayer.lineGradient documentation | Minh Nguyễn | 2018-10-25 | 2 | -4/+9 |
* | [ios][documentation] add two links for delegates | Josh Erb | 2018-10-24 | 1 | -0/+2 |
* | [ios] Log event when offline pack is created | Nadia Barbosa | 2018-10-23 | 4 | -0/+52 |
* | [core] CameraOptions receives and outputs angle and pitch as degrees, not rad... | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -1/+1 |
* | [tests, darwin] Standardize on 10 second timeout for map loading | Chris Loer | 2018-10-17 | 2 | -2/+2 |
* | [darwin,test] Add "must-revalidate" support to putResourceWithURL | Chris Loer | 2018-10-17 | 3 | -7/+12 |
* | [test] Test[ MGLOfflineStorage putResourceForURL] | Chris Loer | 2018-10-17 | 1 | -0/+53 |
* | [darwin] Add MGLOfflineStorage putResourceForURL | Chris Loer | 2018-10-17 | 2 | -0/+44 |
* | [ios, macos] Minimal darwin wrappers of 'format' expression | Chris Loer | 2018-10-15 | 7 | -13/+62 |
* | [ios, macos] Enable offline merge test. | Fabian Guerra | 2018-10-04 | 2 | -8/+6 |
* | [ios, macos] Fixed camera initialization with eye coordinate | Minh Nguyễn | 2018-10-01 | 2 | -11/+50 |
* | [ios, macos] Added MGLMapCamera.viewingDistance property | Minh Nguyễn | 2018-10-01 | 3 | -2/+52 |
* | [ios, macos] Distinguish between viewing distance and altitude | Minh Nguyễn | 2018-10-01 | 5 | -6/+124 |
* | Moved MGLAltitudeForZoomLevel and MGLZoomLevelForAltitude to public API (#12986) | Dave Prukop | 2018-10-01 | 2 | -19/+20 |
* | [ios, macos] Disable offline merge test. | Fabian Guerra | 2018-10-01 | 1 | -9/+13 |
* | [ios, macos] Add crossSourceCollissions property. (#12941) | Fabian Guerra Soto | 2018-09-26 | 2 | -0/+17 |
* | [ios] Bump more test timeouts for Xcode 10 sluggishness | Jason Wray | 2018-09-26 | 2 | -4/+3 |
* | [ios] Fix for user location annotation jittering (and view annotations laggin... | Julian Rex | 2018-09-26 | 1 | -0/+7 |
* | [ios, tests] Bump most waitForExpectationsWithTimeout's to 5s | Jason Wray | 2018-09-20 | 4 | -13/+13 |
* | [ios, tests] Work around improper verbing of 'optional' | Jason Wray | 2018-09-20 | 1 | -0/+7 |
* | [ios, macos] Fix add file content test, create Documents folder when missing. | Fabian Guerra | 2018-09-19 | 1 | -3/+8 |