summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-0/+1
|
* [ios] Add nightly build infrastructureJason Wray2017-03-101-0/+1
|
* [macos, ios] query source featuresIvo van Dongen2017-03-091-0/+1
|
* [ios, macos] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-041-0/+1
|
* [ios] Add changelog entry for the pause / resume API updateJesse Bounds2017-03-011-0/+1
|
* [ios, macos] Update changelog for style and layer removal behaviorJesse Bounds2017-02-231-1/+1
|
* [core] Return null when removing nonexistent layerEimantas Vaiciunas2017-02-231-0/+1
| | | | | In case of exception, silently ignore removal of nonexistent layer and return nullptr
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.2Minh Nguyễn2017-02-211-0/+8
|\
| * ios-v3.4.2, macos-v0.3.1macos-v0.3.1ios-v3.4.2upstream/release-ios-v3.4.0Minh Nguyễn2017-02-211-1/+3
| |
| * [ios, macos] Updated changelogsMinh Nguyễn2017-02-181-5/+5
| | | | | | | | Removed a duplicate entry; moved the #7125 entry to the right release; added a blurb about #7937.
| * [ios, macos] Short-circuit redundant camera changesMinh Nguyễn2017-02-181-0/+1
| | | | | | | | | | | | | | | | Avoid canceling transitions (and triggering preexisting completion handlers) until we get a chance to ensure that a new transition really does have to begin. Consistently avoid mbgl transitions for redundant camera changes. Upon bailing, schedule the completion handler to run asynchronously on a delay equivalent to the requested animation duration. Added a “functional” equality method to MGLMapCamera that avoids trivial differences. Fixed invocations of XCTAssertEqualWithAccuracy() that incorrectly expressed the accuracy as a number of digits rather than a scalar tolerance.
| * [ios] persistent user tracking modeFredrik Karlsson2017-02-061-0/+4
| |
* | [ios] Update changelog for iOS 8 deployment targetJason Wray2017-02-211-0/+1
| |
* | [ios, macos] Added Lithuanian localizationMinh Nguyễn2017-02-201-1/+1
| |
* | [ios, macos] Polish, Russian, Spanish, Ukrainian translationsMinh Nguyễn2017-02-201-1/+1
| |
* | [macos,ios] expose callback for transforming URLsKonstantin Käfer2017-02-201-0/+1
| |
* | [ios, macos] Convert NSColor/UIColor expressions to CSS color string valuesMinh Nguyễn2017-02-181-0/+1
| | | | | | | | When converting a constant NSExpression to an mbgl::Value, turn an NSColor or UIColor into an std::string containing a CSS color string. This allows developers to set an attribute of an MGLFeature to an NSColor or UIColor (rather than a CSS color string, which would be foreign), then use it in an MGLStyleFunction with identity interpolation.
* | [ios] Disable region monitoring when stopping location monitoring (#7833)Jesse Crocker2017-02-161-0/+1
| |
* | [ios, macos] Reorganized changelogsMinh Nguyễn2017-02-151-3/+6
| |
* | [ios] Round tap-zoom gestures to nearest integerJason Wray2017-02-131-0/+1
| | | | | | | | | | | | | | | | | | Round double-tap and two-finger tap zoom gestures to the nearest integer zoom level. This has the benefits for raster tiles, as well as styles with zoom-based functions. This results in a wider possible zoom range — ~0.5-1.5: Old: z4.6 → z5.6 (+1.0), z4.4 → z5.4 (+1.0) New: z4.6 → z6.0 (+1.4), z4.4 → z5.0 (+0.6)
* | [ios] Do not deselect annotations any longer when map is zoomed/panned or ↵Benedikt Huss2017-02-111-0/+1
| | | | | | | | annotation is moved out of the visible bounds
* | Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-0/+1
| | | | | | | | | | CJK characters and adjacent punctuation now remain upright in vertically oriented labels that have line placement. Fixes #1682.
* | [ios, macos] Updated changelogMinh Nguyễn2017-02-091-0/+1
| | | | | | | | Added mention of #7621.
* | [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-1/+2
| | | | | | | | | | | | | | | | * [core] Introduce dedicated filter types for $type and $id special cases * [ios, macos] Special-case $id, $type in predicates Also support $id ≟ nil.
* | Delegate method to restrict movement (#5584)Minh Nguyễn2017-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Added delegate method to restrict movement Added a way for the delegate to restrict where the user can move within the map using gestures. Fixes #2457. * [ios] Added support to restrict movement in pinch/rotate gestures * [ios] Added support to restrict movement in double tap/quick zoom/two finger drag gestures * [ios] fixed camera reset before two finger drag gesture is complete * [ios] fixed camera comparison in double tap gestures * [ios] Changelog update * [macos] Changelog updated * [ios, macos] Changelog cleanup * [ios, macos] Added documentation to clarify performance impact * [ios] clarified variable name * [ios] blocking gestures implementation changed to a predictive approach * [ios] gesture delegate methods refactoring * [ios] Removed duplicated methods, improved code readability * [ios] code refactoring to clarify the conditions to execute a gesture
* | [ios, macos] Brazilian Portuguese, French, German, Japanese, Swedish, VietnameseMinh Nguyễn2017-02-091-1/+1
| | | | | | | | Pulled translations from Transifex. Added locales with at least one file translated 80% or more.
* | [ios, macos] Updated changelogsMinh Nguyễn2017-02-091-4/+10
| | | | | | | | Added mention of #7786, #7989, #7902. Moved #7956 to the correct section.
* | [ios, macos] Update changelogs for data-driven styling (#7993)Jesse Bounds2017-02-081-2/+3
| |
* | [ios, macos] 7955 fix MGLMapView leaks MGLReachability objects (and threads) ↵danielmatzke2017-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | (#7956) * fix MGLMapView leaks MGLReachability objects (and threads) * fix leak of MGLReachability objects and threads in MGLMapView.commonInit * update changelogs
* | Make `MGLOfflinePack` instances post notificationsEimantas Vaiciunas2017-02-061-0/+1
| | | | | | | | | | | | | | This commit also gets rid of private `MGLOfflinePackDelegate` protocol. `userInfo` dictionary in notification objects retain the `state` and `progress` values for backwards compatibility. They can be removed in later major release.
* | [ios, macos] Traditional Chinese localizationMinh Nguyễn2017-02-031-1/+1
| |
* | [ios, macos] added a distance formatterFredrik Karlsson2017-01-271-0/+1
| |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.1-masterMinh Nguyễn2017-01-261-2/+9
|\ \ | |/
| * [ios, macos] Copy-edit changelogsJason Wray2017-01-251-2/+2
| |
| * [ios, macos] Deprecate style class API (#7785)fabian-guerra2017-01-251-1/+2
| |
| * [ios, macos] Make MGLMapView non opaque by default (#7859)fabian-guerra2017-01-251-0/+1
| |
| * [ios] Publicized MGLOpenGLStyleLayer.hMinh Nguyễn2017-01-251-0/+1
| |
| * [ios, macos] Wrap camera heading (#7724)Minh Nguyễn2017-01-241-0/+4
| | | | | | | | | | | | * [ios, macos] Fixed negative camera heading when facing northwest * [ios] Corrected counterclockwise rotation test
| * [macos] Check for implementation before calling -toolTipMinh Nguyễn2017-01-161-2/+2
| | | | | | | | Also fixed a couple typos in changelogs.
* | [ios, macos] Updated changelogsMinh Nguyễn2017-01-191-4/+22
| | | | | | | | Updated changelogs to mention #7446, #7356, #7465, #7616, #7445, #7444, #7526, #7586, #7574, and #7770. Also corrected the blurb about #7711.
* | refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-181-0/+1
| |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-7/+9
|\ \ | |/
| * [ios, macos] Revert deprecation of alphaForShapeAnnotation: delegate methodJason Wray2017-01-131-1/+0
| |
| * [ios, macos] Allow creation of shape collections with no shapes (#7632)Jesse Bounds2017-01-081-0/+1
| |
| * [ios, macos] Aliased MGLMultiPointFeature to MGLPointCollectionFeatureMinh Nguyễn2017-01-021-1/+1
| |
| * [ios, macos] Updated changelogsMinh Nguyễn2016-12-231-0/+2
| |
| * [ios, macos] Update and reformat documentation for runtime styling (#7475)Minh Nguyễn2016-12-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Optimized changelog for runtime styling Changelog entries related to style JSON now lead off with the analogous portion of the runtime styling API. * [ios, macos] Autolink cross-class property references in docs jazzy can autolink `Class.property` references in documentation comments. * [ios, macos] Removed extra blank lines * [ios, macos] Corrected typo in MGLMultiPoint docs * [ios, macos] Rewrote shape and feature docs Rewrote documentation about MGLShape, its subclasses, and MGLFeature to emphasize runtime styling uses over annotation uses, associate each type with real-world concepts, cross-reference related style layer classes, and cross-reference related or easily confused shape classes. Links to the GeoJSON specification have been updated to RFC 7946. * [ios, macos] Expanded style layer docs With this change, documentation about style layer classes is nominally based on the documentation in the style specification. However, all the existing layer types’ documentation has been overridden to explain what the layer looks like, relate the layer to a real-world concept, and cross-reference related geometry classes. This change also corrects the description of MGLBackgroundStyleLayer, which erroneously stated that the identifier must be “background”, whereas that only happens to be true by default for Studio template styles. * [ios, macos] Wrap style layer docs * [ios, macos] Removed unused code * [ios, macos] Corrected symbol references in docs * [ios, macos] Corrected typo in abstract class exception
* | [macos] Added Simplified Chinese localizationMinh Nguyễn2016-12-211-1/+1
| |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-2/+5
|\ \ | |/ | | | | Also reran make style-code and manually discarded anything related to fill extrusion layers.
| * [ios] Updated changelog for iOS 3.4.0 beta 5ios-v3.4.0-beta.5Jesse Bounds2016-12-141-0/+1
| |