| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Remove duplicated variables between MGLMapSnapshotOptions and MG...upstream/fabian-ss-redundant-10435 | Fabian Guerra | 2017-12-19 | 2 | -142/+35 |
* | Saving/restoring MyLocationViewSettings (#10746) (#10748) | Tobrun | 2017-12-19 | 7 | -43/+134 |
* | [android] Updated Spanish, Vietnamese translations | Minh Nguyễn | 2017-12-19 | 2 | -4/+6 |
* | Android SDK renaming (#10609) | Langston Smith | 2017-12-19 | 5 | -7/+7 |
* | [android] - use default icon when compass icon fails to decode (#10694) | Tobrun | 2017-12-19 | 1 | -0/+6 |
* | [android] - remove startup flash from fragment, rework OnMapReady callback fo... | Tobrun | 2017-12-19 | 2 | -16/+44 |
* | [android] Add Configuration hook for local ideograph font family and demo act... | Chris Loer | 2017-12-18 | 14 | -38/+196 |
* | [android] Android implementation of local CJK glyph rendering | Chris Loer | 2017-12-18 | 5 | -1/+209 |
* | [core] Hook LocalGlyphRasterizer "font family" configuration up to Renderer | Chris Loer | 2017-12-18 | 9 | -8/+33 |
* | [core] Enable local glyph generation using TinySDF. | Chris Loer | 2017-12-18 | 10 | -6/+86 |
* | [core] C++ port of TinySDF | Chris Loer | 2017-12-18 | 3 | -0/+127 |
* | [ios, macos] Cleaned up base localization files | Minh Nguyễn | 2017-12-18 | 4 | -2/+8 |
* | [android] - update instrumented make target, move code style validation befor... | Tobrun | 2017-12-18 | 2 | -21/+8 |
* | [android] - activate filesource when creating an offline region (#10718) | Tobrun | 2017-12-18 | 1 | -0/+3 |
* | [ios] update constraints when updating content inset | Fredrik Karlsson | 2017-12-14 | 1 | -1/+1 |
* | [ios] Fix an Interface Builder crash for IBInspectable properties. | Fabian Guerra | 2017-12-14 | 2 | -2/+4 |
* | [ios] Fix the content insets for the scale and compass view. | Fabian Guerra | 2017-12-14 | 1 | -4/+8 |
* | Post camera listener invocations (#10690) | Tobrun | 2017-12-14 | 2 | -133/+81 |
* | [android] - update documentation on update metadata | Tobrun | 2017-12-13 | 1 | -3/+0 |
* | [android] - scale factor value of 1 should zoom out | Tobrun | 2017-12-13 | 1 | -1/+1 |
* | [android] - allow configurable http logging | Tobrun | 2017-12-12 | 3 | -14/+46 |
* | [android] - post animation callback invocation | Tobrun | 2017-12-12 | 2 | -28/+36 |
* | [ios] Update changelog and bump podspec to 3.7.1 (#10651)ios-v3.7.1 | Fabian Guerra Soto | 2017-12-06 | 4 | -5/+9 |
* | [android] - update changelog for 5.2.1 releaseandroid-v5.2.1 | Tobrun | 2017-12-06 | 1 | -0/+14 |
* | [ios, macos] Rename the iOS and macOS SDKs (#10610) | Jordan Kiley | 2017-12-06 | 36 | -112/+119 |
* | [core, ios, qt, android] Close race condition in RunLoop (issue #9620) | Chris Loer | 2017-12-06 | 4 | -8/+16 |
* | [android] - add FileSource activation/deactivation to MapSnapshotter, handle ... | Tobrun | 2017-12-06 | 5 | -33/+49 |
* | [android] - handle destroying activity programmatically as part of theme swit... | Tobrun | 2017-12-06 | 1 | -2/+6 |
* | [android] - use concurrent lists for camera change listeners (#10542) | Tobrun | 2017-12-06 | 1 | -26/+25 |
* | [android] - harden MarkerView integration by checking for null bitmap (#10532) | Tobrun | 2017-12-06 | 1 | -1/+1 |
* | [android] - activate filesource to list offline regions (#10531) | Tobrun | 2017-12-06 | 1 | -2/+5 |
* | [android] Enable map rendering when app is paused | Ivo van Dongen | 2017-12-06 | 4 | -4/+21 |
* | [ios, macos] Snapshot classes added to jazzy | Julio Cesar Fausto | 2017-12-05 | 2 | -0/+6 |
* | [android] remove unnecessary jar generation from gradle-publish.gradle (#10625) | Pablo Guardiola | 2017-12-05 | 3 | -47/+36 |
* | [ios, macos] Refactor snapshot attribution. | Fabian Guerra | 2017-12-04 | 3 | -86/+143 |
* | [macos] Fixed logo view distortion on macOS High Sierra | Minh Nguyễn | 2017-11-30 | 2 | -1/+2 |
* | [ios, macos] Update changelogs. | Fabian Guerra | 2017-11-30 | 2 | -1/+11 |
* | [ios, macos] Fix an issue that triggers didSelectAnnotations for MGLAnnotatio... | Fabian Guerra | 2017-11-30 | 2 | -2/+2 |
* | [ios] Fix minimumZoomLevel is not getting set. | Fabian Guerra | 2017-11-29 | 1 | -0/+1 |
* | [android] - attribtuion anchor point calculation fix for short text with full... | Tobrun | 2017-11-29 | 1 | -1/+1 |
* | [android] use location engine abstraction instead of location source (lost) i... | Pablo Guardiola | 2017-11-29 | 1 | -2/+1 |
* | [build] Added CircleCI macos-release-node{4,6} jobs | Bruno de Oliveira Abinader | 2017-11-28 | 3 | -85/+81 |
* | [android] Set a larger limit for the HTTP dispatcher (#10567) | Antonio Zugaldia | 2017-11-27 | 1 | -2/+10 |
* | [android] - bump okhttp, remove workaround for Android Oreo (#10515) | Tobrun | 2017-11-23 | 2 | -9/+2 |
* | [ios] Add easy to use demo app for developers (#10524) | Jesse Bounds | 2017-11-22 | 11 | -0/+996 |
* | [build] Added CircleCI macos-debug-qt5 job | Bruno de Oliveira Abinader | 2017-11-21 | 3 | -74/+49 |
* | release android v5.2.0 (#10487) | Pablo Guardiola | 2017-11-20 | 2 | -2/+6 |
* | [node, build] Don't fail on non-node tags | Jason Wray | 2017-11-20 | 1 | -0/+2 |
* | [build] Set clang-tidy timeout to 20 minutesupstream/fb-clang-tidy-timeout-bump | Jason Wray | 2017-11-20 | 1 | -0/+1 |
* | Update comment from onDestroy to onDestroyView (#10501) | Victor Akap Oben | 2017-11-20 | 1 | -1/+1 |