| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Match only one font name attribute at a time | Minh Nguyễn | 2020-04-24 | 1 | -7/+5 |
* | [ios, macos] Added and updated documentation | Minh Nguyễn | 2020-04-24 | 1 | -38/+96 |
* | [ios, macos] Get glyph metrics from font | Minh Nguyễn | 2020-04-24 | 1 | -33/+56 |
* | [ios, macos] Avoid redundant fallback in font cascade list | Minh Nguyễn | 2020-04-24 | 1 | -15/+38 |
* | [ios, macos] Choose fonts from font stack that match local fonts | Minh Nguyễn | 2020-04-24 | 1 | -47/+51 |
* | [ios, macos] Take font family names from user defaults | Minh Nguyễn | 2020-04-24 | 1 | -5/+8 |
* | [ios, macos] Allow specifying multiple fonts or font families for local font ... | Minh Nguyễn | 2020-04-24 | 1 | -6/+25 |
* | [ios, macos] Fixed receiving local file URL response | Minh Nguyễn | 2020-04-24 | 1 | -0/+2 |
* | [darwin] Remove debug leftover | Thiago Marcos P. Santos | 2020-03-31 | 1 | -3/+0 |
* | Add NSURLSession delegation to http_file_source.mm (#16321) | Julian Rex | 2020-03-25 | 3 | -33/+58 |
* | [core] Fix performance-unnecessary-value-param errors | Thiago Marcos P. Santos | 2020-03-23 | 2 | -4/+4 |
* | [ios, macos] Redirect documentation to mapbox-gl-native-ios | Minh Nguyễn | 2020-02-27 | 1 | -2/+3 |
* | [ios, macos] Deleted iOS/macOS map SDK sources, resources, scripts | Minh Nguyễn | 2020-02-27 | 306 | -57466/+0 |
* | [core] OnlineFileSource is never accessed directly | Mikhail Pozdnyakov | 2020-02-26 | 2 | -3/+3 |
* | [core] FileSourceManager::getFileSource() returns PassRefPtr | Mikhail Pozdnyakov | 2020-02-26 | 1 | -2/+2 |
* | Revert "[ios, macos] Include SKU token for offline requests (#16130)" (#16193) | Jordan Kiley | 2020-02-19 | 2 | -4/+6 |
* | style::Style::getImage() returns optional<style::Image> | Mikhail Pozdnyakov | 2020-02-11 | 1 | -1/+1 |
* | Bump GL-JS | zmiao | 2020-02-11 | 1 | -2/+4 |
* | [build] Remove unused files | Thiago Marcos P. Santos | 2020-02-07 | 2 | -21/+0 |
* | [core] Add platform::setCurrentThreadPriority(double) | Alexander Shalamov | 2020-02-06 | 1 | -0/+10 |
* | [build] Adding a build flag to build without GL if needed (#16120) | Thomas Moenicke | 2020-02-03 | 2 | -2/+2 |
* | [core] Pass std::shared_ptr<UpdateParameters> to the render orchestrator | Mikhail Pozdnyakov | 2020-01-22 | 1 | -1/+1 |
* | [ios, macos] Include SKU token for offline requests (#16130) | Jordan Kiley | 2020-01-21 | 2 | -6/+4 |
* | [darwin] Use new FileSourceManager interface | Alexander Shalamov | 2020-01-13 | 7 | -36/+52 |
* | [core] Modularize FileSource codebase (#15768) | Alexander Shalamov | 2020-01-13 | 1 | -0/+1 |
* | [ios, macos]Remove iOS/macOS codes from native codes (#16031) | m-stephen | 2019-12-14 | 5 | -20/+197 |
* | [core][android][darwin] Fix GeoJSONOptions handling | Mikhail Pozdnyakov | 2019-11-29 | 3 | -22/+24 |
* | [ios] Refactor host checks (#15948) | Julian Rex | 2019-11-20 | 1 | -2/+9 |
* | [build] Enable more warnings on the next build | Thiago Marcos P. Santos | 2019-11-15 | 3 | -5/+5 |
* | [darwin] Fix image roundrip conversion | Alexander Shalamov | 2019-11-11 | 8 | -21/+33 |
* | [darwin] Add conversion for resolvedImage | Alexander Shalamov | 2019-11-11 | 13 | -38/+53 |
* | [darwin] Update image expression evaluated type name | Alexander Shalamov | 2019-11-11 | 1 | -7/+7 |
* | [core,android,darwin,qt] Add fields related to feature-state | Juha Alanen | 2019-10-28 | 4 | -15/+30 |
* | [core] map image type to string until we have a dedicated implementation | Konstantin Käfer | 2019-10-14 | 1 | -0/+9 |
* | Add iOS bindings for cluster properties (#15515) | Jordan Kiley | 2019-10-11 | 9 | -8/+239 |
* | [ios] Fix for iOS 9 crash (seen in simulator) (#15771) | Julian Rex | 2019-10-11 | 1 | -1/+27 |
* | [ios, macos] Changed exception to assert and nil return, since attribution me... | Julian Rex | 2019-10-05 | 3 | -3/+18 |
* | [ios] Adds pointForCoordinate/coordinateForPoint to MGLMapSnapshotOverlay (#1... | Julian Rex | 2019-10-04 | 3 | -10/+95 |
* | [core][android][darwin] Move number format to i18n | Alexander Shalamov | 2019-09-26 | 2 | -29/+38 |
* | [core][android][darwin] Move platform specific Collator impls from expression | Alexander Shalamov | 2019-09-26 | 1 | -6/+3 |
* | [core] Fix performance-move-const-arg | Thiago Marcos P. Santos | 2019-09-25 | 1 | -1/+1 |
* | [ios]Add errors reporting (#15391) | m-stephen | 2019-09-20 | 5 | -2/+58 |
* | [ios, macos] Fix MGLOfflinePack invalidate crash (#15582) | Julian Rex | 2019-09-18 | 6 | -6/+320 |
* | [ios, macos] (Re)add tilesize rounding. (#15656) | Julian Rex | 2019-09-18 | 1 | -1/+1 |
* | [ios] Speculative fix for failing test: MGLDocumentationExampleTests.testMGLH... | Julian Rex | 2019-09-18 | 3 | -14/+16 |
* | [ios] Fix for failing tests: | Julian Rex | 2019-09-18 | 1 | -44/+51 |
* | [ios, macos] Ensure potential variables that might be nil have a fallback. (#... | Julian Rex | 2019-09-17 | 1 | -3/+12 |
* | [ios, macos] Tail work from 15385 (#15647) | Julian Rex | 2019-09-17 | 1 | -1/+0 |
* | [ios, macos] Introduce custom drawing overlays for MGLMapSnapshotter | Nadia Barbosa | 2019-09-16 | 2 | -17/+122 |
* | [core, ios, macos] SDK objects should hold weak pointers to the core style ob... | Mikhail Pozdnyakov | 2019-09-09 | 16 | -50/+152 |