| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios] Standardize exception definitions | Jason Wray | 2018-08-09 | 2 | -6/+15 |
* | [ios] Add MGLMapViewDecelerationRate typed enum | Jason Wray | 2018-08-09 | 2 | -6/+9 |
* | [ios] Fix location manager null reset. | Fabian Guerra | 2018-08-01 | 2 | -15/+15 |
* | [ios] Add preferred FPS setting; vary maximum FPS by device capability | Jason Wray | 2018-07-31 | 4 | -3/+140 |
* | [darwin] Use FOUNDATION_EXTERN instead of plain extern | Jason Wray | 2018-07-24 | 2 | -4/+4 |
* | [ios] Mapbox's Location Manager new API. (#12013) | Fabian Guerra Soto | 2018-07-20 | 3 | -15/+57 |
* | [iOS] Fix unbalanced change delimiter crash (#12148) | Lloyd Sheng | 2018-07-18 | 1 | -1/+0 |
* | [iOS] Update annotation view touch handling (with offsets) (#12234) | Julian Rex | 2018-07-09 | 1 | -20/+13 |
* | Add pitch argument to cameraThatFits functions (#12213) | Bobby Sudekum | 2018-07-02 | 2 | -3/+59 |
* | [ios] Add custom events library start-up delay (#12088) | Randall Lee | 2018-06-08 | 1 | -13/+25 |
* | [ios] Use 'Recognized' state for tap gesture handlers | Jason Wray | 2018-06-01 | 1 | -58/+48 |
* | [ios] Updated MGLScaleBar to use rendered UIImages instead of MGLScaleBarLabe... | Julian Rex | 2018-05-24 | 1 | -60/+131 |
* | [ios] Use standard callout positioning for unanimated user location changes | Jason Wray | 2018-05-22 | 1 | -24/+8 |
* | [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi... | Julian Rex | 2018-05-21 | 2 | -15/+25 |
* | Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-master | Fabian Guerra | 2018-05-17 | 5 | -20/+56 |
|\ |
|
| * | [ios] Fix MGLAnnotationView.rotatesToMatchCamera clobbering other transforms | Jason Wray | 2018-05-08 | 1 | -8/+18 |
| * | [ios, macos] Add to-rgba expression operator. (#11725) | Fabian Guerra Soto | 2018-05-07 | 1 | -1/+1 |
| * | [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0 | Fabian Guerra Soto | 2018-05-04 | 2 | -1/+2 |
| * | [ios] Switched to use center property (instead of frame) when repositioning a... | Julian Rex | 2018-05-03 | 1 | -3/+5 |
| * | [ios, macos] Fix possible retain cycles in blocks | Jason Wray | 2018-04-27 | 1 | -3/+11 |
| * | [ios, macos] Fix for camera movement when selecting visible annotations (#11731) | Julian Rex | 2018-04-24 | 1 | -3/+18 |
| * | [ios] Mark -metersPerPixelAtLatitude: as unavailableupstream/fb-metersPerPixelAtLatitude-unavailable | Jason Wray | 2018-04-23 | 1 | -1/+1 |
* | | [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776) | Jason Wray | 2018-04-27 | 9 | -99/+82 |
|/ |
|
* | [ios] Mark -presentCalloutFromRect:inView:constrainedToView:animated: unavail... | Julian Rex | 2018-04-19 | 1 | -1/+1 |
* | [ios] Mark unused parameter of -[MGLMapView reloadStyle:] as nullable | Jason Wray | 2018-04-17 | 1 | -1/+1 |
* | [ios, macos] Convert various class methods to class properties | Jason Wray | 2018-04-16 | 1 | -1/+1 |
* | [ios] Remove more deprecated bits for release-boba | Jason Wray | 2018-04-16 | 2 | -51/+6 |
* | [ios] Change MGLAnnotationView.scalesWithViewingDistance default value to NOupstream/fb-undefault-scalesWithViewingDistance | Jason Wray | 2018-04-12 | 2 | -5/+5 |
* | [ios, macos] Eliminated MGLAbstractShapeSource | Minh Nguyễn | 2018-04-02 | 1 | -1/+0 |
* | [ios, macos] Renamed MGLVectorSource to MGLVectorTileSource | Minh Nguyễn | 2018-04-02 | 4 | -14/+14 |
* | [ios, macos] Renamed MGLRasterSource to MGLRasterTileSource | Minh Nguyễn | 2018-04-02 | 2 | -5/+5 |
* | Eviscerate mbgl expression to Foundation JSON object conversion (#11389) | Minh Nguyễn | 2018-03-30 | 2 | -0/+56 |
* | [ios,macos] Selecting offscreen annotation pans map to fit annotation & callo... | Julian Rex | 2018-03-21 | 3 | -23/+126 |
* | [ios] Fix pinch drift ignoring delegate camera change response | Jason Wray | 2018-03-14 | 1 | -3/+7 |
* | [ios] Improved heading indicator arrow visibility | Jason Wray | 2018-03-14 | 1 | -1/+1 |
* | [ios, macos] Fix an issue where a wrong annotation may selected if annotation... | Lloyd Sheng | 2018-03-13 | 1 | -26/+23 |
* | [ios] Add MGLMapView.showsScale to control scale bar visibility (#11335) | Jason Wray | 2018-03-02 | 3 | -7/+37 |
* | [ios] Provide haptic feedback when user rotates to due north | Jason Wray | 2018-02-27 | 2 | -0/+34 |
* | [ios, macos] Unwrap coordinate bounds | Minh Nguyễn | 2018-02-21 | 2 | -40/+44 |
* | [ios] Fix loop when first asking for location permission (#11229) | Jason Wray | 2018-02-20 | 1 | -1/+2 |
* | Replace embedded telem implementation with mapbox-mobile-events library (#10698) | Jesse Bounds | 2018-02-20 | 8 | -1199/+130 |
* | [ios, macos] Mark deprecated methods as unavailable (#11205) | Jordan Kiley | 2018-02-16 | 2 | -63/+8 |
* | Merge branch 'master' into release-boba | Fabian Guerra | 2018-02-15 | 8 | -69/+363 |
|\ |
|
| * | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 1 | -0/+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 | 1 | -2/+2 |
| * | Merge tag 'ios-v3.7.4' into master | Fabian Guerra | 2018-02-13 | 7 | -67/+353 |
| |\ |
|
| | * | [ios] Adds camera change delegate methods with reason parameter. (#11151) | Julian Rex | 2018-02-12 | 3 | -64/+294 |
| | * | Adjust radius (#11132) | Randall C Lee | 2018-02-06 | 1 | -1/+1 |
| | * | [ios] Add Radius Configuration (#11070) | Randall C Lee | 2018-02-05 | 4 | -3/+59 |