| Commit message (Expand) | Author | Age | Files | Lines |
* | [android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390) | Tobrun | 2016-10-26 | 6 | -24/+24 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 29 | -521/+288 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 24 | -276/+382 |
* | removed brew cask install android studio instruction (#6723) | Cameron Mace | 2016-10-25 | 1 | -9/+2 |
* | [android] - MarkerView is responsible for managing height and width of a Mark... | Tobrun | 2016-10-25 | 2 | -15/+43 |
* | [android] - remove timer from compassView, make fading when facing north opti... | Tobrun | 2016-10-25 | 11 | -76/+165 |
* | [android] - move marker view click handling to core (#5639) | Tobrun | 2016-10-25 | 3 | -25/+57 |
* | [android] fix exception class | Ivo van Dongen | 2016-10-25 | 1 | -1/+1 |
* | [glfw] Added queryPointAnnotations shortcut | Bruno de Oliveira Abinader | 2016-10-25 | 1 | -1/+5 |
* | [android] - only pin certificates on current used environement. (#6766) | Tobrun | 2016-10-24 | 1 | -21/+23 |
* | [qt] Fix macOS Qt demo app with Qt4.x | Bruno de Oliveira Abinader | 2016-10-24 | 1 | -0/+10 |
* | [android] - cap width/height at maximum, don't throw exception. (#6788) | Tobrun | 2016-10-24 | 1 | -4/+10 |
* | [node] publish Bitrise tag builds | Mike Morris | 2016-10-22 | 1 | -6/+33 |
* | Android Bitrise cleanup (#6782) | Tobrun | 2016-10-21 | 1 | -46/+136 |
* | [android] - remove jni method logging, only keep lifecycle related logs (#6787) | Tobrun | 2016-10-21 | 1 | -80/+0 |
* | Made telemetry dialog material (#6726) | Cameron Mace | 2016-10-21 | 6 | -81/+48 |
* | [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceive | Mike Morris | 2016-10-20 | 2 | -6/+2 |
* | [node] remove internal NodeRequest class from public API | Mike Morris | 2016-10-20 | 4 | -7/+4 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 19 | -13/+183 |
* | [glfw] add map change callback methods to glfw_view | Ivo van Dongen | 2016-10-20 | 1 | -0/+10 |
* | [android] - add realtime geojson example from gl-js (#6751) | Tobrun | 2016-10-20 | 4 | -0/+169 |
* | [android] geojson source - remove explicit repaint requests | Ivo van Dongen | 2016-10-20 | 3 | -20/+0 |
* | [android] - Configure Gradle properties as part of the instalation process. (... | Tobrun | 2016-10-20 | 4 | -5/+10 |
* | [android] - move instrumentation test code to correct package for Android Stu... | Tobrun | 2016-10-20 | 62 | -57/+3675 |
* | [android] - configures AWS Device farm plugin from testapp. (#6750) | Tobrun | 2016-10-20 | 2 | -11/+14 |
* | Adds map dialog activity to testapp (#6741) | Cameron Mace | 2016-10-19 | 6 | -2/+167 |
* | [ios, macos] Raise correct style layer misuse exception (#6738) | Minh Nguyễn | 2016-10-18 | 2 | -4/+10 |
* | [android] - update map change events javadoc (#6732) | Tobrun | 2016-10-19 | 1 | -33/+51 |
* | [android] - add package-info.java for net package (#6733) | Tobrun | 2016-10-18 | 1 | -0/+4 |
* | [android] - fixup MyLocationView heading (#6671) | Tobrun | 2016-10-18 | 9 | -81/+80 |
* | [ios, macos] Use swift_name for MGLMultiPoint and subclasses (#6727) | Jesse Bounds | 2016-10-17 | 3 | -4/+3 |
* | ios-v.3.4.0-beta.1ios-v3.4.0-beta.1 | Jason Wray | 2016-10-17 | 2 | -2/+2 |
* | [macos] Added MGLTileSet to project (#6713) | Minh Nguyễn | 2016-10-17 | 2 | -6/+18 |
* | [ios, macos] Change runtime styling category method prefix to mgl_ | Jason Wray | 2016-10-17 | 7 | -20/+20 |
* | [ios, macos] Documented MGLStyleValue | Minh Nguyễn | 2016-10-17 | 1 | -2/+143 |
* | [ios, macos] Designated initializers | Minh Nguyễn | 2016-10-17 | 3 | -7/+33 |
* | [ios, macos] Expand changes to entire API | Minh Nguyễn | 2016-10-17 | 55 | -1810/+1073 |
* | [ios, macos] Replaced MGLStyleAttributeValue with MGLStyleValue | Minh Nguyễn | 2016-10-17 | 6 | -12/+256 |
* | [ios, macos] Update changelogs (#6714) | Minh Nguyễn | 2016-10-17 | 2 | -12/+28 |
* | [core] Optimize OfflineDownload::ensureResource (#6707) | Tore Halset | 2016-10-17 | 3 | -9/+77 |
* | [android] added wearable module (#6702) | Cameron Mace | 2016-10-17 | 20 | -0/+500 |
* | Reusable point fromScreenLocation (#6652) | Tobrun | 2016-10-17 | 2 | -13/+28 |
* | 6700 proguard update (#6718) | Tobrun | 2016-10-17 | 4 | -10/+19 |
* | MarkerView more robust when updates are asynchronous (#6717) | Tobrun | 2016-10-17 | 3 | -19/+21 |
* | [android] fix android style code gen script | Ivo van Dongen | 2016-10-17 | 1 | -1/+1 |
* | [qt] Fix Qt5 bitrise bot | Bruno de Oliveira Abinader | 2016-10-17 | 1 | -2/+3 |
* | [ios, macos] fixes #6346: add support for configurable API base URL (#6709) | Justin R. Miller | 2016-10-15 | 6 | -4/+88 |
* | [android] don't delete local reference on value copy | Ivo van Dongen | 2016-10-15 | 2 | -19/+32 |
* | [ios, macos] Deprecate -[MGLMapViewDelegate mapView:alphaForShapeAnnotation:]... | Jason Wray | 2016-10-14 | 8 | -30/+45 |
* | [ios, macos] Teach features and shapes about GeoJSON and mbgl types | Jesse Bounds | 2016-10-14 | 28 | -251/+748 |