summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* [ios,android] Added changelog entry for use after std::move fixThiago Marcos P. Santos2019-08-191-0/+1
|
* [android][ios] Add change log entryMikhail Pozdnyakov2019-08-161-0/+1
|
* [ios] Release v5.3.0-alpha.3 (#15379)ios-v5.3.0-alpha.3Jordan Kiley2019-08-141-7/+2
|
* [ios][Android] Add changelog entriesMikhail Pozdnyakov2019-08-131-0/+1
|
* [macos][ios][android][node] Add changelog entry for text-writing-mode layout ↵Alexander Shalamov2019-08-131-0/+6
| | | | property
* [ios] Minor style edits to changelogJason Wray2019-08-081-8/+3
|
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-081-0/+6
|
* [ios] Release v5.3.0 alpha.2 (#15336)ios-v5.3.0-alpha.2Jordan Kiley2019-08-071-6/+2
| | | | | | | | | | | | | | * [ios] Update podspecs * [ios] Update changelog * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
* [core] Changelog entry for #15195Aleksandar Stojiljkovic2019-08-011-0/+6
|
* [ios] Release 5.3.0-alpha.1 (#15279)ios-v5.3.0-alpha.1Jordan Kiley2019-07-311-2/+2
| | | | | | * [ios] Bumped podspecs * Update platform/ios/CHANGELOG.md
* [ios] Update changelog for 4.11.2, 5.0.2, 5.1.2 (#15259)Julian Rex2019-07-301-0/+15
|
* [ios, macos]MGLLoggingConfiguration can filter logs from core (#15120)m-stephen2019-07-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] update proj config * [ios, macos] implement the logging logic * [ios, macos] update comments * [ios, macos] update mac os config * [ios, macos] re-generate sdk files * [ios, macos] re-generate sdk files json * [ios, macos]re-generate json files * [ios, macos] re-generate ios json files * [ios] change conditions to bit mask * [ios, macos]send messages to platform * [ios, macos] add changelogs * [ios, macos] revert `logging_nslog` * [ios, macos] add event name and code into log msg * [ios, macos] update changlog * [ios, macos] fix a nit * [ios, macos]Fix nits.
* [ios] Prepare ios-v5.2.0 releaseJason Wray2019-07-241-4/+19
|
* [ios][andoid] Add change log entryMikhail Pozdnyakov2019-07-221-1/+8
|
* [ios] Prepare ios-v5.2.0-beta.1 releaseios-v5.2.0-beta.1Jason Wray2019-07-171-19/+20
|
* [ios] Add changelog entry for Cache Management API (#15131)Jordan Kiley2019-07-171-1/+6
|
* [ios, macos] Change "map ID" to "tileset ID" (#15116)upstream/15022_memory_consumptionHeather Stenson2019-07-161-1/+2
| | | | | | | | * map id --> tileset id * styles map id -> style url * update changelog
* [ios , macos] Exclude CJK resources from offline download by default (#14952)m-stephen2019-07-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [iOS, macOS] exclude CJK glyphs resources download by default. * [iOS, macOS] update iosapp * [iOS, macOS] update macOS * [iOS, macOS] update iOS change log * [iOS, macOS] update macOS change log * [iOS, macOS] update comment & add test cases * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
* [ios] Adds thread safe access to MGLNetworkConfiguration events dictionary ↵Julian Rex2019-07-151-0/+1
| | | | (#15113)
* Added changelog entryJulian Rex2019-07-141-0/+1
|
* [ios][android] Change log updateMikhail Pozdnyakov2019-07-121-0/+6
|
* [ios] Add MGLCompassButton and MGLOrnamentVisibilityJason Wray2019-07-111-0/+1
|
* [ios][android] Changelog updateMikhail Pozdnyakov2019-07-111-0/+1
|
* [ios] Prepare ios-v5.2.0-alpha.3 releaseios-v5.2.0-alpha.3Jason Wray2019-07-101-6/+3
|
* [ios, macos] Default to local rendering of CJK characters, using system font ↵m-stephen2019-07-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14862) * Change default CJK font from "PingFang" to "Helvetica" * Add CHANGELOG. * Update CHANGELOG. * [ios] Enable client-side rendering and use `Helvetica` by default. Set `MGLIdeographicFontFamilyName` to `NULL` for using your custom remote font. * [ios] Update change log * [ios] Change default CJK configuration in `iosapp` project * [ios] Update comment * [ios] return local font name using default system font. * [ios] Update changelog * [ios] update changelogs & comments * [iOS, macOS]Support mac os * [iOS, macOS] fix bug * [iOS, macOS] update change log * [iOS, macOS] fix nit. * [iOS, macOS] Ability to specify an array of fonts for fallbacks for `localIdeographicFontFamily` * [iOS, macOS] Update comments * [iOS, macOS] Update change log * [iOS, macOS] update for mac OS font family names * Fix nit. * Update platform/ios/CHANGELOG.md Co-Authored-By: Minh Nguyễn <mxn@1ec5.org> * [iOS, macOS] Set `MGLIdeographicFontFamilyName` to a Boolean value `NO` for using your custom remote font. * [iOS, macOS] remove `MGLIdeographicFontFamilyName` from info.plist & update Info.plist Keys.md * [iOS, macOS] remove `MGLIdeographicFontFamilyName` from macOS demo app project and update info.plist Keys.md * [iOS, macOS] update macOS changelog * [iOS, macOS] Change docs * Update Change log * [iOS, macOS] Test case * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/src/MGLRendererConfiguration.mm Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLRendererConfigurationTests.mm Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * [iOS, macOS] update comments * [iOS, macOS] add plist value test && filter for invalid string * [iOS, macOS] fix nit * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * [iOS, macOS] add invalid value type test * Apply own suggestions from code review
* Issue #15065 changelogs and nit fix.Aleksandar Stojiljkovic2019-07-091-0/+1
|
* [android][ios][macos] Update changelog for #14930Alexander Shalamov2019-07-091-0/+4
|
* [ios] Prepare ios-v5.2.0-alpha.2 releaseios-v5.2.0-alpha.2Jason Wray2019-07-081-6/+3
|
* [ios] Add removeStyleImage to MGLMapView (#14769)Fabian Guerra Soto2019-07-021-0/+4
| | | | | | | | * [ios] Add shoulRremoveStyleImage to MGLMapViewDelegate. * [ios] Changelog update. * [ios, macos] Update shouldRemoveStyle method documentation.
* [core] Update changelog filesMikhail Pozdnyakov2019-07-021-0/+6
|
* [ios] Release ios-v5.2.0-alpha.1ios-v5.2.0-alpha.1Jason Wray2019-06-261-3/+12
|
* [ios] Remove previously deprecated unavailable methods and propertiesJason Wray2019-06-261-0/+1
|
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-261-0/+1
|
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-211-0/+7
|
* [ios] Require two fingers for duration of tilt gestureJason Wray2019-06-201-0/+4
|
* [ios] Prepare for ios-v5.1.0 releaseJason Wray2019-06-191-1/+4
|
* [ios] Bump podspec to v5.1.0-beta.1Fabian Guerra2019-06-131-5/+5
|
* [android][mac][ios] Update changelogsMikhail Pozdnyakov2019-06-121-0/+1
|
* [ios] Update changelog for #14810Alexander Shalamov2019-06-051-0/+4
|
* [ios] Fix content insets with custom edge padding. (#14813)Fabian Guerra Soto2019-06-031-0/+4
| | | | | | | | | | | | * [ios] Fix content insets with custom edge padding. * [ios, macos] Consolidated edge insets math * [macos] Add content insets to edge padding when setting camera * [ios, macos] Updated changelogs * [ios, macos] Clarify setCamera:withDuration:animationTimingFunction:edgePadding method documentation.
* [ios] Bump podspec to v5.1.0-alpha.1 (#14800)ios-v5.1.0-alpha.1Fabian Guerra Soto2019-05-291-2/+2
| | | | | | * [ios] Podspec bump to v5.1.0-alpha.1 * [ios] Update changelog.
* Asymmetric viewport changelog entryAleksandar Stojiljkovic2019-05-281-0/+6
| | | | Check edge insets difference, in addition to isEqualToMapCamera in all the places in MGLMapView before map.easeTo/map.flyTo.
* [ios] Add missing tick to Podspec specification (#14729)Nadia Barbosa2019-05-221-1/+1
| | | | | | * [ios] Add missing tick to Podspec specification * [ios] Remove unnecessary parenthesis from link in changelog
* [ios] Podspec & changelog updates for v5.0.0 (#14717)Nadia Barbosa2019-05-211-4/+11
| | | | | | * [ios] Podspec bumps for v5.0.0 * [ios] Update changelog for 5.0.0
* [ios] Update podspec to v4.11.0.Fabian Guerra2019-05-151-4/+13
|
* [macos] Copyedited changelogMinh Nguyễn2019-05-101-3/+3
| | | | Synchronized the changelog with the iOS changelog. Removed some entries about internal changes or iOS-only changes. Recategorized entries.
* [ios] Podspec & changelog updates for v4.12.0-alpha.2ios-v4.12.0-alpha.2Nadia Barbosa2019-05-081-1/+2
|
* [ios] Interpret negative direction as unchanged when setting visible ↵Minh Nguyễn2019-05-031-1/+1
| | | | | | | | coordinates (#14575) * [ios] Fixed negative direction when setting visible coordinates * [ios] Document behavior of negative direction
* [ios] Add changelog header for v4.12.0-alpha.1Nadia Barbosa2019-05-011-0/+4
|
* [ios] Update podspecs for 4.11.0-beta.2 (#14556)Julian Rex2019-05-011-0/+1
|