| Commit message (Expand) | Author | Age | Files | Lines |
* | [android] file:// example | Ivo van Dongen | 2016-09-30 | 5 | -0/+8941 |
* | [darwin] NSURL remove workaround for file urls | Ivo van Dongen | 2016-09-30 | 1 | -7/+0 |
* | [android][ios][macos][linux][qt] included default LocalFileSource | Ivo van Dongen | 2016-09-30 | 5 | -1/+6 |
* | [core] LocalFileSource implementation and tests | Ivo van Dongen | 2016-09-30 | 2 | -1/+71 |
* | [android] - fix polygon test activity state, introduced config class and tool... | Tobrun | 2016-09-30 | 2 | -52/+105 |
* | [android] - convert bearing value coming from core to degrees (#6526) | Tobrun | 2016-09-30 | 2 | -2/+2 |
* | [core] move OpenGL extension loading to their own headers | Konstantin Käfer | 2016-09-29 | 5 | -2/+5 |
* | [core] remove dependence on gl.h types | Konstantin Käfer | 2016-09-29 | 2 | -0/+4 |
* | [android] user agent string | Ivo van Dongen | 2016-09-29 | 4 | -7/+56 |
* | [android] update telemetry user-agent | Ivo van Dongen | 2016-09-29 | 1 | -9/+12 |
* | Optionable textureview (#6480) | Tobrun | 2016-09-29 | 5 | -4/+106 |
* | [android] - update to lost 1.1.1 (#6476) | Tobrun | 2016-09-29 | 1 | -1/+1 |
* | 6453 restore tilt after orientation (#6491) | Tobrun | 2016-09-29 | 6 | -99/+16 |
* | [ios, macos] Guard against nil bundle identifier during tests | Jesse Bounds | 2016-09-28 | 1 | -2/+11 |
* | [ios, macos] Rewrote CI scripts | Minh Nguyễn | 2016-09-28 | 2 | -7/+55 |
* | [macos] Restored unit tests on CI | Minh Nguyễn | 2016-09-28 | 1 | -0/+1 |
* | [Qt] Connect to finished() and error() signals from QNetworkReply | Bruno de Oliveira Abinader | 2016-09-28 | 2 | -5/+6 |
* | 6402 update offline metadata android (#6456) | Tobrun | 2016-09-28 | 9 | -31/+377 |
* | [ios] Update changelog for annotation view fix | Jesse Bounds | 2016-09-27 | 1 | -0/+1 |
* | [ios] Always show annotation view even when view reuse is not used | Jesse Bounds | 2016-09-27 | 1 | -1/+5 |
* | [ios, macos] flesh out iOS runtime styling docs (#6466) | Justin R. Miller | 2016-09-27 | 15 | -15/+175 |
* | [core] move GL value accessors to gl::value namespace | Konstantin Käfer | 2016-09-27 | 1 | -9/+10 |
* | [Qt] Header cleanup (#6477) | Thiago Marcos P. Santos | 2016-09-27 | 21 | -64/+71 |
* | [android] - disable general purpose logging during transformation change (#6452) | Tobrun | 2016-09-27 | 2 | -28/+1 |
* | [core] standardize on uint16_t for texture sizes | Konstantin Käfer | 2016-09-27 | 9 | -24/+30 |
* | [core, qt] Generalized source change notification | Minh Nguyễn | 2016-09-26 | 2 | -2/+2 |
* | [core] Extract some GlyphRange-related constants | John Firebaugh | 2016-09-26 | 1 | -3/+3 |
* | [core] Provide rationale for blocking queue while errors resolve | John Firebaugh | 2016-09-26 | 1 | -0/+17 |
* | [core] Don't allow OfflineDownload to flood the request queue | John Firebaugh | 2016-09-26 | 2 | -80/+67 |
* | [core] Avoid some copies | John Firebaugh | 2016-09-26 | 1 | -1/+1 |
* | [core] Source-driven attribution | Minh Nguyễn | 2016-09-26 | 3 | -2/+3 |
* | [Qt] Simplify QML example | Thiago Marcos P. Santos | 2016-09-26 | 1 | -374/+256 |
* | [Qt] Implement QQuickMapboxGL::error{,String} properties | Bruno de Oliveira Abinader | 2016-09-26 | 2 | -12/+25 |
* | [Qt] Replace remaining Mapbox-specific features as MapParameter | Bruno de Oliveira Abinader | 2016-09-26 | 4 | -66/+56 |
* | [Qt] Update QML runtime style example | Bruno de Oliveira Abinader | 2016-09-26 | 9 | -275/+112 |
* | [Qt] Added 'image' MapParameter type | Bruno de Oliveira Abinader | 2016-09-26 | 3 | -1/+29 |
* | [Qt] s/QQuickMapboxGL{Style,StyleProperty}/QQuickMapboxGLMapParameter | Bruno de Oliveira Abinader | 2016-09-26 | 17 | -403/+538 |
* | [Qt] Added QQuickMapboxGLMapParameter | Bruno de Oliveira Abinader | 2016-09-26 | 6 | -1/+136 |
* | [Qt] Qt conversion toNumber() should accept QVariant::Int | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -1/+1 |
* | [Qt] Fix RVO warning in QMapbox::addAnnotationIcon | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -1/+1 |
* | [Qt] QQuickMapboxGLRenderer is now a friend of QQuickMapboxGL | Bruno de Oliveira Abinader | 2016-09-26 | 4 | -92/+48 |
* | [Qt] Move QMapboxGL::MapChange to QMapbox namespace | Bruno de Oliveira Abinader | 2016-09-26 | 8 | -63/+66 |
* | [ios, macos] Doc gen handles arrays as required property values (#6448) | David Clark | 2016-09-24 | 1 | -5/+18 |
* | clarify circle color as fill (#6447) | Justin R. Miller | 2016-09-23 | 4 | -18/+18 |
* | [ios, macos] Allow full hexadecimal colors in layer documentation (#6444) | Minh Nguyễn | 2016-09-23 | 1 | -19/+8 |
* | [node] fix bad conditional, actually run tests | Mike Morris | 2016-09-23 | 1 | -3/+2 |
* | [ios, android] add visual tests for fill, line, & numeric filter styling (#6433) | Justin R. Miller | 2016-09-23 | 10 | -9/+57125 |
* | [Qt] Add a more compelling runtime style example | Thiago Marcos P. Santos | 2016-09-23 | 7 | -272/+1404 |
* | [Qt] Add map pitch support on the example app | Thiago Marcos P. Santos | 2016-09-23 | 1 | -1/+3 |
* | [Qt] Add API for adding icon to the style | Thiago Marcos P. Santos | 2016-09-23 | 2 | -9/+28 |