| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Match operator function implementation refactor.upstream/fabian-coalesce-match-operators-11009 | Fabian Guerra | 2018-03-23 | 5 | -26/+25 |
* | [ios, macos] Match operator implementation is moved to NSPredicate. | Fabian Guerra | 2018-03-22 | 4 | -16/+12 |
* | [ios, macos] Add coalesce operator test. | Fabian Guerra | 2018-03-19 | 1 | -2/+15 |
* | [ios, macos] Add coalesce operator support. | Fabian Guerra | 2018-03-19 | 1 | -2/+17 |
* | [ios, macos] Add match expressions support. | Fabian Guerra | 2018-03-16 | 2 | -0/+61 |
* | [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 |
* | [android] rotated map VisibleRegion returns incorrect bounds when going over ... | Osana Babayan | 2018-03-01 | 1 | -8/+46 |
* | [android] - don't disable zoom button controller zooming whem zooming gesture... | Tobrun | 2018-03-01 | 1 | -4/+3 |
* | [android] - decouple map padding from overlain views | Tobrun | 2018-03-01 | 1 | -5/+0 |
* | [android] - check if hosting Activity isn't finishing before showing an dialog | Tobrun | 2018-03-01 | 1 | -1/+12 |
* | [android] custom layer example - remove dependencies on mbgl logging and stri... | Ivo van Dongen | 2018-03-01 | 1 | -22/+24 |
* | [android] custom layer example - add error checking to debug issues more easily | Ivo van Dongen | 2018-03-01 | 1 | -28/+142 |
* | [android] custom layer example - fix fragment shader source for opengl es 2 p... | Ivo van Dongen | 2018-03-01 | 1 | -1/+1 |
* | [core] blacklist vao usage on mali t720 (sapphire 650) | Ivo van Dongen | 2018-03-01 | 1 | -2/+9 |
* | [core] check opengl error state after custom layer invocations | Ivo van Dongen | 2018-03-01 | 1 | -3/+4 |
* | [android] expose ImageSource coordinates setter (#11262) | Łukasz Paczos | 2018-03-01 | 3 | -1/+20 |