summaryrefslogtreecommitdiff
path: root/platform/ios/sdk-files.json
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Add MGLCompassButton and MGLOrnamentVisibilityJason Wray2019-07-111-0/+3
|
* [ios] Integrate Mapbox Mobile Events 0.9.4 (#14868)Alf Watt2019-06-061-12/+13
| | | | | | | | | | * [ios] Mapbox Events 0.9.4 * Run `scripts/generate-file-lists.js` * Explicitly use the shared manager instead of init * There can be only one `Scripts`
* [ios,macos] refactor MGLMapViewImplKonstantin Käfer2019-05-291-0/+4
|
* [ios] Add SKU tokens to all Mapbox requests (#14421)Jason Wray2019-04-171-0/+1
|
* [iOS] Events submodule update (#14388)Randall Lee2019-04-101-35/+4
| | | | | | | * [iOS] Update Events submodule to v0.9.3 Internal change -- shouldn't require changelog notes.
* [ios] Deactivate MGLMapView IBDesignable (#14379)Fabian Guerra Soto2019-04-101-2/+0
| | | | | | | | | | | | Removed MGLMapView's IBDesignable attribute. The map's view render attributes uses GL, making changes through the inspectables were not reflected in the storyboard and were causing IB crashes. * [ios] Deactivate MGLMapView IBDesignable. * [ios] Remove IBDesignable agent code. * [ios, macos] Remove NSProcessInfo category from iOS.
* [ios, macos] Add Mapbox Maps SDK metrics manager. (#13997)Fabian Guerra Soto2019-04-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Added MGLSDKMetricsManager to keep track of SDK related events such as tile download times. * [ios, macos] Add tile download performance event. * [ios, macos] Modify the performance event format. * [ios, macos] Add Mapbox Maps SDK events manager. * [ios, macos] Remove events delegate. * [ios, macos] Remove deprecated macro. * [ios, macos] Rename MGLEventsManager to MGLMetricsManager. * [ios, macos] Make MGLMetricsDelegate follow delegate convention. * [ios, macos] Remove mbgl-filesource target dependency on MGLMetricsManager. * [ios, macos] Update metrics manager documentation. * [ios, macos] Add device metadata. * [ios, macos] Rename MGLMetricsManager to MGLSDKMetricsManager.
* Update to `mapbox-events-ios` release `v0.9.1` (#14194)Alf Watt2019-03-211-2/+2
| | | | MMENSDateWrapper -> MMEDate Add SKIP_DOCS flag to build pipeline for iOS
* [ios] Deleted unused NSData categoryMinh Nguyễn2019-03-181-2/+0
|
* [ios, macos] Add format expression convenience methods support. (#14094)Fabian Guerra Soto2019-03-151-0/+2
| | | | | | | | | | | Added the ios/macos format expression bindings. The equivalent is mgl_attributed: or mgl_attributed({}) when making an expression using the expressionForFormat selector. A new constructor called mgl_expressionForAttributedExpressions:(NSArray<NSExpression*>*)attributedExpressions was added to NSExpression+MGLAdditions category. Updated the symbol style layer text test to use the bindings. Updated the Predicates and Expressions.md and For Style Authors.md.ejs template with the bindings.
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-111-0/+2
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [iOS] Update to Events SDK v0.9.0 (#13951)Randall Lee2019-02-191-0/+2
| | | | | | | | | | * Update to Events SDK v0.9.0 Minor bug fixes and addition of internal turnstile attributes. Also enables LTO compiler flag. * Add CLLocationManager+MMEMobileEvents category * Generate file lists
* [ios, macos] Expose the url session configuration object. (#13886)Fabian Guerra Soto2019-02-181-1/+1
| | | | The `MGLNetworkConfiguration` class was make public, and added `sessionConfiguration` property to let developers customize the `NSURLSessionConfiguration` object that is used to make HTTP requests in the SDK.
* [ios] Reverts "Enable customize positions of mapview ornaments (#13556)" ↵Julian Rex2019-02-051-2/+0
| | | | | (#13870) This reverts commit e22d28c285c1543ebbf75d205f0129e74b0fbb8a.
* [ios] Enable customize positions of mapview ornaments (#13556)Lloyd Sheng2019-01-301-0/+2
| | | | | | | | | * APIs for customize positions of ornaments * Adopt anchors layout * Remove iOS8 layout code
* [ios, macos] Support getLeaves (and related) clustering methods (#12952) ↵Julian Rex2019-01-141-0/+1
| | | | following feature extension API (#13382)
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-0/+330