| Commit message (Expand) | Author | Age | Files | Lines |
* | GCC sucksupstream/fix-5599 | John Firebaugh | 2018-03-22 | 1 | -1/+3 |
* | [core] Don't resolve tokens after evaluating a text-field or icon-image expre... | John Firebaugh | 2018-03-22 | 6 | -25/+26 |
* | [ios,macos] Selecting offscreen annotation pans map to fit annotation & callo... | Julian Rex | 2018-03-21 | 14 | -43/+508 |
* | [android] - update changelog for v6.0.0-beta.4 (#11485)android-v.6.0.0-beta.4 | Tobrun | 2018-03-21 | 2 | -1/+22 |
* | [ios, macos] Document to use subclasses of MGLFeature to access attributes (#... | Jordan Kiley | 2018-03-20 | 6 | -6/+12 |
* | [android] bumped gestures library version to 0.1.0 (#11483) | Łukasz Paczos | 2018-03-20 | 5 | -51/+44 |
* | [core] don't hide icons if text is an empty string | Ansis Brammanis | 2018-03-19 | 2 | -4/+3 |
* | Expression filters (#11429) | Tobrun | 2018-03-19 | 36 | -426/+436 |
* | [android] - verify optional before accessing it | Tobrun | 2018-03-19 | 1 | -4/+6 |
* | [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt eve... | Guardiola31337 | 2018-03-19 | 6 | -10/+14 |
* | [android] high-level jni bindings for geojson conversion | Ivo van Dongen | 2018-03-19 | 23 | -198/+320 |
* | update to MAS3.0-beta.4 (#11468) | Osana Babayan | 2018-03-16 | 2 | -3/+3 |
* | [android] - implement expression literal on arrays | Tobrun | 2018-03-16 | 2 | -9/+73 |
* | Test activity for gestures manager (#11449) | Łukasz Paczos | 2018-03-16 | 8 | -140/+640 |
* | [android] fixed TWO_FINGER_TAP telemetry event (#11460) | Łukasz Paczos | 2018-03-16 | 1 | -0/+2 |
* | [core] Update mapbox-gl-js | John Firebaugh | 2018-03-14 | 3 | -2/+10 |
* | [core] Stringify expression syntax, not function syntax | John Firebaugh | 2018-03-14 | 2 | -137/+19 |
* | [ios] Prepare changelog for ios-v3.7.6upstream/fb-ios-v3.7.6-boba-cherry-picks | Jason Wray | 2018-03-14 | 1 | -1/+4 |
* | [ios, build] Move iOS release builds to CircleCI | Jason Wray | 2018-03-14 | 3 | -99/+35 |
* | [ios] Add camera limit debug option to iosapp | Jason Wray | 2018-03-14 | 1 | -1/+42 |
* | [ios] Fix pinch drift ignoring delegate camera change response | Jason Wray | 2018-03-14 | 2 | -3/+8 |
* | [ios] Improved heading indicator arrow visibility | Jason Wray | 2018-03-14 | 2 | -1/+5 |
* | [android] build release Test App before publishing (#11418) | Łukasz Paczos | 2018-03-14 | 2 | -1/+4 |
* | [ios, macos] Fix an issue where a wrong annotation may selected if annotation... | Lloyd Sheng | 2018-03-13 | 4 | -51/+49 |
* | [android] - revisit proguard configuration for release-boba | Tobrun | 2018-03-12 | 2 | -19/+35 |
* | [core] TileJSON conversion clamps bounds longitude to [-180,180], per spec | Asheem Mamoowala | 2018-03-09 | 2 | -0/+12 |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-09 | 17 | -336/+423 |
* | [android] - add expression conversion, add getters (#11352) | Tobrun | 2018-03-08 | 53 | -13860/+2453 |
* | [android] calculating camera's LatLng for bounds without map padding (#11410) | Łukasz Paczos | 2018-03-08 | 5 | -38/+29 |
* | [android] - check for null body on http request, cleanup code | Tobrun | 2018-03-08 | 2 | -77/+89 |
* | [macos] Upgraded tests to Swift 4 | Minh Nguyễn | 2018-03-07 | 2 | -12/+17 |
* | [macos] Fixed title casing based on current orthography | Minh Nguyễn | 2018-03-07 | 1 | -1/+5 |
* | [macos] Assume sRGB for mbgl expressions, CSS in attribution | Minh Nguyễn | 2018-03-07 | 5 | -13/+37 |
* | Expose more gestures settings (#11407) | Łukasz Paczos | 2018-03-07 | 6 | -215/+325 |
* | [android] - revert java8 support in the SDK | tobrun | 2018-03-06 | 5 | -37/+68 |
* | [android] take advantage of MAS 3.0-beta.3 changes | Osana Babayan | 2018-03-06 | 3 | -80/+73 |
* | [android] - rework match expression to style specification syntax | Tobrun | 2018-03-06 | 2 | -27/+61 |
* | [android] - make javadoc configuration compatible with Gradle 4.4 | Tobrun | 2018-03-05 | 1 | -8/+5 |
* | [android] reworked zoomIn and zoomOut to use ValueAnimators (#11382) | Łukasz Paczos | 2018-03-05 | 4 | -79/+111 |
* | Port fix for "at" expression off-by-1 error (#11375) | Anand Thakker | 2018-03-02 | 3 | -4/+13 |
* | [ios] Add MGLMapView.showsScale to control scale bar visibility (#11335) | Jason Wray | 2018-03-02 | 8 | -13/+112 |
* | [android] - delete local ref pixel buffer when converting Image.java to core | Tobrun | 2018-03-02 | 1 | -1/+1 |
* | [android] - use float for pixelratio when creating a snapshotter | Tobrun | 2018-03-02 | 1 | -3/+3 |
* | [android] - validate if width and height aren't 0 when creating options class | Tobrun | 2018-03-02 | 1 | -0/+3 |
* | Release android v6.0.0-beta.3 (#11369) | Łukasz Paczos | 2018-03-02 | 1 | -4/+23 |
* | Remove deprecated location APIs (#11351) | Łukasz Paczos | 2018-03-02 | 49 | -4679/+30 |
* | Update mapbox-gl-js | John Firebaugh | 2018-03-01 | 1 | -0/+0 |
* | Relax type checking for "length" | John Firebaugh | 2018-03-01 | 5 | -7/+102 |
* | Infer type assertions for object | John Firebaugh | 2018-03-01 | 1 | -1/+1 |
* | [android] add support for mapzen terrarium raster-dem encoding (#11339) | Molly Lloyd | 2018-03-01 | 1 | -0/+20 |