summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[core] Modularize FileSource codebase (#15768)"Alexander Shalamov2020-01-311-8/+0
| | | | This reverts commit 879c44f661c5eb762c93a721b657859a71aabfc7.
* [core] Prepare changelog for maps-v1.0.0 (2020.01-release-unicorn) releasemaps-v1.0.0Alexander Shalamov2020-01-271-1/+6
|
* [core] Update changelogAlexander Shalamov2020-01-271-0/+4
|
* [core] Update changelogAlexander Shalamov2020-01-231-0/+4
|
* Add change log entryMikhail Pozdnyakov2020-01-221-0/+6
|
* [core] Update changelogAlexander Shalamov2020-01-151-0/+4
|
* Add change log entry for PR #16106Mikhail Pozdnyakov2020-01-131-0/+2
|
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [core] Introduce FileSourceManager and use it for default platform impl - Add `FileSourceManager` interface that provides access to `FileSource` instances and means of registering / unregistering `FileSource` factories - Split `DefaultFileSource` into smaller parts - Add `DatabaseFileSource` interface and it's default implementation - Remove inter-dependencies between concrete `FileSource` classes * [build] Add files to next build system * [core] Add generic property setters / getters * [core] Remove setOnlineStatus from OnlineFileSource interface * [core] Hide threading implementation details from DatabaseFileSource interface * [core] Make DB file source methods virtual * [core] Add documentation for DatabaseFileSource and rename one method * [core] Use simple callback instead of ActorRef * [core] Remove ActorRef from OnlineFileSource public header * [core] Add callback to FileSource::forward async API * [core] Pass OfflineRegionDefinition by value * [core] Update tests to use modular file sources * [core] Update unit tests * [core] Update unit tests after rebase * [core] Backport low prio fix for cached requests * [core] Backport pack database * [core] Return removed factory from unRegisterFileSourceFactory * [core] Rename shadowed args in onlinefilesource * [core] Remove simple std::function callback aliases * [core] Expose online file source property keys in public header file * [test-runner] Add proxy file source test runner * [cache] Update mbgl-cache utility to use new file source * [metrics] Rebaseline binary size metrics * [offline] Update offline utility * [core] Update changelog
* Update change log and binary size metricsMikhail Pozdnyakov2020-01-081-0/+4
|
* [core] Update changelogAlexander Shalamov2019-12-171-0/+4
|
* [core] Update changelogAlexander Shalamov2019-12-171-0/+4
|
* [core] Create gl-native changelog with entries since the last releaseAlexander Shalamov2019-12-131-5/+92
|
* Name tweak (#13520)Langston Smith2018-12-071-1/+1
|
* [ios, macos] Rename the iOS and macOS SDKs (#10610)Jordan Kiley2017-12-041-2/+2
|
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-1/+1
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [core, osx] Updated changelogsMinh Nguyễn2016-05-111-4/+5
|
* Relative paths to platform-specific changelogsMinh Nguyễn2016-03-281-4/+4
|
* [android] [ios] #4432 - Switch links to blob instead of treeBrad Leege2016-03-251-2/+2
|
* [node] #4432 - Adding Node.js to primary CHANGELOG and listing platforms ↵Brad Leege2016-03-251-1/+2
| | | | alphabetically
* [android] [ios] #4432 - Splitting the CHANGELOG into iOS and Android ↵Brad Leege2016-03-251-263/+3
| | | | specific CHANGELOGS
* [ios] Fix up center coordinate after lopsided pinch gestureMinh Nguyễn2016-03-221-0/+1
| | | | | | The gesture recognizer only reports the gesture’s current center point, so use the previous center point to anchor the transition. Fixes #4315.
* [all] Set maximum maxZoom to 21John Firebaugh2016-03-211-0/+1
| | | | Numbers greater than 21 trigger various bugs.
* [android] #4419 - Beta 2 Changelogandroid-v4.0.0-beta.2Brad Leege2016-03-211-3/+12
|
* [ios, osx] Unified offline and ambient cachesMinh Nguyễn2016-03-181-1/+2
| | | | | | There is now only one instance of mbgl::OfflineFileSource, created when the shared MGLOfflineStorage object is initialized. Also create and use the shared MGLOfflineStorage object when initializing an MGLMapView object. The unified cache file is located in a subdirectory of Application Support, where the SDK has control over the file’s lifetime. The subdirectory is already named after the host application’s bundle identifier, ensuring that each Mapbox-powered application has an independent tile limit. If there’s an ambient cache in a subdirectory of Caches, delete it. If there’s an offline cache in a subdirectory of Documents on iOS or Caches on OS X, move it to the unified cache location in a subdirectory of Application Support. Fixes the iOS/OS X side of #4338.
* [ios] Updated changelogMinh Nguyễn2016-03-181-1/+1
| | | | ec072b437aa21315b174affb9eac03e2b845fc37 was unintentionally committed directly to the release branch, so no PR was created.
* [ios] Copy dynamic framework .dSYM into distributionMinh Nguyễn2016-03-181-0/+1
|
* [android] #4317 - Adding 4.0.0-beta.1 to CHANGELOGandroid-v4.0.0-beta.1Brad Leege2016-03-151-0/+8
|
* [ios] Fix incorrect issue link in v3.1.0 sectionJason Wray2016-03-131-1/+1
| | | [skip ci]
* [ios] Copyedited changelog entriesMinh Nguyễn2016-03-111-4/+4
|
* [core] Fix screen coordinates when crossing the antimeridian (#2)Bruno de Oliveira Abinader2016-03-111-1/+1
| | | | Added missing case. Really fixes #4155 this time.
* [ios, osx] Updated changelogMinh Nguyễn2016-03-101-0/+1
|
* [ios] Remove duplicate entry from changelogJason Wray2016-03-101-1/+0
| | | [skip ci]
* [ios] Disable implicit animation of user dot boundsMinh Nguyễn2016-03-101-0/+1
| | | | ref #1125
* [core] Fix screen coordinates when crossing the antimeridianBruno de Oliveira Abinader2016-03-101-0/+1
| | | | | | | | | If the center and point coordinates are not in the same side of the antimeridian, we need to unwrap the point longitude to make sure it can still be seen from the visible side of the antimeridian that is opposite to the center side. Fixes #4155.
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-101-0/+1
| | | | | | | | | | | | | | | - Make returning LatLngs unwrapped by default. - PointAnnotation and ShapeAnnotation are always wrapped so they can be selected via intersection from the visible tile boundaries. - Fixes LatLng::wrap() calculation. - Fixes LatLng::unwrapForShortestPath() calculation. The new unwrapForShortestPath algorithm unwraps the start coordinate either forwards or backwards depending on the end coordinate value, so we can always cross the antimeridian when needed and still obtain a wrapped end coordinate in the end. Fixes #4214.
* Merge branch 'release-ios-v3.2.0'Jesse Bounds2016-03-031-10/+11
|\
| * Update podspec, changelog for 3.2.0-pre.1-symbolsJesse Bounds2016-02-271-13/+21
| |
* | [ios] Updated changelogMinh Nguyễn2016-02-271-3/+11
|/ | | | | Updated the changelog with @boundsj’s notes; corrected a bad merge in 17f44d7bd99f2c44e45eadc36d671dc29c88c64d. [skip ci]
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-241-2/+14
|\
| * [ios] Restored framework dependencies to static installation instructionsMinh Nguyễn2016-02-221-0/+5
| | | | | | | | Backed out documentation about #4029 because it doesn’t apply when using a storyboard, and the installation instructions use a storyboard.
| * [ios, osx] Exclude misses from nearby annotationsMinh Nguyễn2016-02-101-0/+1
| | | | | | | | | | | | After filtering out elements of a vector using std::remove_if(), it’s apparently necessary to resize the vector. Otherwise, removing only has the effect of shifting the non-matching items to the end of the vector. This change reduces the annotation tap target back to almost what it was before #3261, except that these days the target is centered around the annotation image rather than the center point. There remains a much smaller slop area around the annotation, but nothing close to the effective padding before this change. Fixes #3880.
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-101-0/+1
| | | | | | | | | | | | Introduced a setter/getter for constrain mode. On iOS and OS X, the zoom level inspectable causes the zoom level to be set independently from the longitude and latitude. Thus, the latitude inspectable had no effect because the latitude was constrained to 0 at z0. Temporarily removing the heightwise constraint allows the map to center on the intended location before zooming, which is the usual case for storyboards and XIBs. On iOS, the only guarantee we have timing-wise is that all the inspectables are applied after initialization but before the view is added to a window. So we reimpose the heightwise constraint as soon as the view is added to a window, that is, before the user has a chance to pan the map out of bounds. Fixes #3868.
| * [ios, osx] Fixed crash reselecting annotationMinh Nguyễn2016-02-101-0/+1
| | | | | | | | | | | | Handle the case where the currently selected annotation isn’t one of the nearby annotations. This hasn’t come up before on OS X because clicking an annotation while another annotation is selected only dismisses the callout popover. Fixes #3284.
| * [ios] Conform to SMCalloutViewDelegateMinh Nguyễn2016-02-091-0/+1
| | | | | | | | | | | | #3322 #3456 replaced SMCalloutViewDelegate conformance with MGLCalloutViewDelegate conformance. Unfortunately, the two protocols differ in some symbols. This change restores SMCalloutViewDelegate methods alongside MGLCalloutViewDelegate methods. Fixes #3871.
| * [ios] Set dynamic framework minimum deployment target to iOS 8.0Minh Nguyễn2016-02-091-0/+1
| | | | | | | | Fixes #3870.
| * [ios] Load categories in MGLAccountManager for FabricMinh Nguyễn2016-02-091-1/+5
| | | | | | | | These categories need to be loaded explicitly so that they’re linked into the application binary. In the dynamic framework, they’re loaded inside the InitializeMapbox() framework initializer; for static frameworks, we recommend setting the -ObjC flag. Fabric uses the static framework without setting the -ObjC flag, so these redundant calls are needed.
| * ios-v3.1.0-pre.4ios-v3.1.0-pre.4Minh Nguyễn2016-02-051-2/+0
| |
* | [ios] Fixed zoom level for map feedback toolMinh Nguyễn2016-02-221-0/+1
| | | | | | | | The map feedback tool uses mapbox.js, so its zoom levels are one off the zoom levels used by Mapbox GL.
* | [ios] Set default polyline and polygon color to the map view tint colorJason Wray2016-02-181-0/+2
|/ | | | Fixes #3927
* [ios] Updated documentation and changelog for 3.1.0Minh Nguyễn2016-02-051-2/+4
|