| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios] Bump testMGLMapSnapshotter timeout to 5s | Jason Wray | 2018-02-20 | 1 | -1/+1 |
* | [ios] Fix iOS 8's broken pluralization in MGLCoordinateFormatterTests | Jason Wray | 2018-02-20 | 1 | -3/+18 |
* | [ios] Fix type conversion warnings in MGLFeatureTests | Jason Wray | 2018-02-20 | 1 | -10/+17 |
* | [ios] Fix safeAreaInsets availability warning in MGLMapViewLayoutTests | Jason Wray | 2018-02-20 | 1 | -1/+1 |
* | [android] - remove camera api from MapboxMap, refactor test app code to Camer... | Tobrun | 2018-02-20 | 5 | -256/+37 |
* | Replace embedded telem implementation with mapbox-mobile-events library (#10698) | Jesse Bounds | 2018-02-20 | 16 | -1261/+485 |
* | method name typo fix (#11245) | Langston Smith | 2018-02-20 | 2 | -2/+2 |
* | [android] missing DeleteLocalRef | Osana Babayan | 2018-02-20 | 4 | -21/+33 |
* | [android] incorrect latlngBounds in the VisibleRegion with map is rotated | Osana Babayan | 2018-02-19 | 1 | -5/+6 |
* | [ios, macos] Mark deprecated methods as unavailable (#11205) | Jordan Kiley | 2018-02-16 | 16 | -278/+36 |
* | [android] initialize events when creating mapbox instance (#11211) | Pablo Guardiola | 2018-02-16 | 2 | -1/+7 |
* | [ios, macos] Remove the duplicated entries in changelogs.upstream/fabian-master-release-boba | Fabian Guerra | 2018-02-16 | 2 | -3/+1 |
* | [android] Reverted master changes that doesn't apply to boba. | Fabian Guerra | 2018-02-16 | 3 | -4/+3 |
* | [ios, macos] Added missing files | Fabian Guerra | 2018-02-15 | 1 | -8/+8 |
* | Merge branch 'master' into release-boba | Fabian Guerra | 2018-02-15 | 97 | -617/+4690 |
|\ |
|
| * | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 44 | -30/+3206 |
| * | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 1 | -1/+1 |
| * | [ios] Release cached tiles on entering background. | Chris Loer | 2018-02-14 | 1 | -0/+7 |
| * | [core] Rename "onLowMemory" to "reduceMemoryUse". | Chris Loer | 2018-02-14 | 5 | -8/+8 |
| * | Merge branch 'fabian-merge-3.7.4-master' | Fabian Guerra | 2018-02-14 | 22 | -278/+628 |
| |\ |
|
| | * | [ios] Remove unused reference to reachabilityupstream/fabian-merge-3.7.4-master | Jesse Bounds | 2018-02-13 | 1 | -10/+0 |
| | * | [android] Add Timber library import. | Fabian Guerra | 2018-02-13 | 1 | -0/+2 |
| | * | Merge tag 'ios-v3.7.4' into master | Fabian Guerra | 2018-02-13 | 22 | -280/+638 |
| | |\ |
|
| | | * | [ios] Bump podspec to 3.7.4 (#11179)ios-v3.7.4 | Fabian Guerra Soto | 2018-02-12 | 5 | -3/+5 |
| | | * | [ios, macos] Fix memory leaks in MGLMapSnapshotter. (#11133) | Fabian Guerra Soto | 2018-02-12 | 2 | -165/+177 |
| | | * | [ios] Adds camera change delegate methods with reason parameter. (#11151) | Julian Rex | 2018-02-12 | 7 | -73/+325 |
| | | * | [android] - update SNAPSHOT version to v5.4.2 | Tobrun | 2018-02-12 | 1 | -1/+1 |
| | | * | [android] - update changelog for 5.4.1 | Tobrun | 2018-02-12 | 1 | -0/+7 |
| | | * | [android] - don't invoke onLowMemory on map when the map isn't fully created yet | Tobrun | 2018-02-12 | 1 | -1/+3 |
| | | * | [android] - don't recreate surface as part of view resizeandroid-v5.4.1 | tobrun | 2018-02-09 | 1 | -8/+6 |
| | | * | [android] - add optional location provider lost to proguard configuration | tobrun | 2018-02-09 | 1 | -1/+4 |
| | | * | [ios, macos] Added option to restrict tile source to bounds | Minh Nguyễn | 2018-02-08 | 8 | -1/+55 |
| | | * | [android] - programmatically create GlSurfaceView | tobrun | 2018-02-08 | 2 | -9/+2 |
| | | * | [android] - introduce mapview weak reference in global layout listener | tobrun | 2018-02-08 | 1 | -17/+29 |
| | | * | Adjust radius (#11132) | Randall C Lee | 2018-02-06 | 1 | -1/+1 |
| | | * | [ios] Add Radius Configuration (#11070) | Randall C Lee | 2018-02-05 | 5 | -3/+71 |
| | | * | [android] - update changelog for 5.4.0android-v5.4.0 | Tobrun | 2018-02-05 | 2 | -2/+17 |
| | | * | [android] - create Handler using the main thread looper | Tobrun | 2018-02-05 | 1 | -1/+2 |
| | | * | [android] - log lack of permissions only if enabling location | Łukasz Paczos | 2018-02-05 | 1 | -1/+1 |
| | | * | Implement new bearingTrackingMode GPS_NORTH_FACING | Martin Hellwig | 2018-02-05 | 2 | -6/+24 |
| * | | | [android] - update changelog for 6.0.0-beta.2 | Tobrun | 2018-02-14 | 1 | -0/+10 |
| |/ / |
|
| * | | [android] Integration of the new events library (#10999) | Pablo Guardiola | 2018-02-13 | 27 | -466/+203 |
| * | | [android] - update changelog for 5.4.1 | Tobrun | 2018-02-12 | 1 | -0/+7 |
| * | | [android] remove unnecessary @jar and @aar dependencies suffixes (#11161) (#1... | Pablo Guardiola | 2018-02-12 | 7 | -91/+6 |
| * | | [qt] Add an interface for Static rendering | Thiago Marcos P. Santos | 2018-02-09 | 5 | -5/+123 |
| * | | [qt] Refresh the docs | Thiago Marcos P. Santos | 2018-02-09 | 1 | -0/+16 |
| * | | [qt] Make sure that methods are being called on the right thread | Thiago Marcos P. Santos | 2018-02-09 | 4 | -61/+109 |
| * | | [qt] Implement FBO handling | Thiago Marcos P. Santos | 2018-02-09 | 8 | -34/+45 |
| * | | [qt] Only use the MapRenderer as scheduler if there is no other | Thiago Marcos P. Santos | 2018-02-09 | 2 | -9/+19 |
| * | | [qt] Expose an interface to create a renderer on a separated thread | Thiago Marcos P. Santos | 2018-02-09 | 2 | -6/+37 |