summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
* [ios] Updates the change log with 4.7.1 changes. (#13690)Julian Rex2019-01-091-0/+8
|
* [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView ↵Julian Rex2019-01-094-34/+53
| | | | selectAnnotation:animated:] was ignored. (#13689)
* [android] - update changelog for android v7.1.0-alpha.1android-v7.1.0-alpha.1tobrun2019-01-091-10/+21
|
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-0923-930/+884
|
* [ios, macos] Bump code comments to streets-v8Nadia Barbosa2019-01-082-2/+2
|
* [ios, macos] Renames MGLStyle.enablePlacementTransitions (#13685)Fabian Guerra Soto2019-01-085-10/+10
| | | | | | * [ios, macos] Rename enablePlacementTransitions to performsPlacementTransitions. * [ios, macos] Update changelogs.
* [android] v7.0.0 changelog (#13684)Osana Babayan2019-01-071-0/+5
|
* [iOS] Upgrade Events submodule to v0.8.0 (#13676)Randall Lee2019-01-071-0/+0
|
* [android] fix location interval workaround initializationŁukasz Paczos2019-01-071-12/+12
|
* [android] - fix random bounds generation in test app bounds activityupstream/osana-v7.0.0-changelogtobrun2019-01-071-8/+5
|
* [Qt] Support local font family in QMapboxGLSettingsBruno de Oliveira Abinader2019-01-045-4/+35
|
* [Qt] Implement LocalGlyphRasterizerBruno de Oliveira Abinader2019-01-042-1/+75
|
* [ios, macos] Added missing mapViewDidBecomeIdle for iOS. Fixed typo. (#13666)Julian Rex2019-01-042-1/+15
|
* [android] cancel camera transitions only when set CameraMode is not NoneŁukasz Paczos2019-01-042-8/+52
|
* [all] - update licenses to 2019tobrun2019-01-045-5/+5
|
* [android] - save debug cache state vs map statetobrun2019-01-021-2/+6
|
* [android] Add "localIdeographs" option to OfflineRegionDefinition.Chris Loer2018-12-214-9/+82
|
* [ios, macos] Add "includesIdeographicGlyphs" option to MGLOfflineRegion.Chris Loer2018-12-218-53/+109
|
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-212-9/+23
|
* [android] changelog for 6.8.1 (#13647)Langston Smith2018-12-211-1/+5
| | | | | | | | * [android] changelog updates for 6.8.1 * Removed blank line * Update to style revert pr number
* 7.0.0-beta.2 changelog (#13634)Osana Babayan2018-12-211-0/+9
|
* macos-v0.13.0Minh Nguyễn2018-12-202-2/+2
|
* [ios, macos] Cleaned up changelogsMinh Nguyễn2018-12-202-17/+17
|
* [ios, macos] Updated changelog entries that missed being updated prior to 4.7.0Julian Rex2018-12-202-2/+5
|
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-203-19/+5
|
* [android] - remove timber in favor of mapbox loggertobrun2018-12-201-4/+4
|
* [android] changelog for 6.8.0Łukasz Paczos2018-12-201-0/+12
|
* [android] update core stylesŁukasz Paczos2018-12-192-10/+10
| | | | | | | | | includes: streets-v11 outdoors-v11 light-v10 dark-v10 satellite-streets-v11
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-1913-245/+170
|
* adding param (#13597)Langston Smith2018-12-191-0/+11
|
* [android] dismiss the foreground color only when the style is loadedŁukasz Paczos2018-12-191-4/+6
|
* mas upgrade to 4.3.0 (#13610)Osana Babayan2018-12-191-1/+1
|
* Release v.4.7.0 stable prep (#13602)Julian Rex2018-12-184-5/+11
|
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-186-6/+55
|
* [mac, ios] Enable core-only layersMikhail Pozdnyakov2018-12-183-11/+45
| | | | | `LayerManagerDarwin` can add layer types that are enabled only for JSON style. It allows to exclude the SDK wrappers for these layers from the project and decrease binary size.
* [android] location update fastest interval workaroundŁukasz Paczos2018-12-181-2/+16
|
* [ios] Update release notes template for correct Cocoapods/Carthage links ↵Julian Rex2018-12-171-1/+1
| | | | (#13567)
* [core] Refactor duplicated code in Asset and File sourcesAlexander Shalamov2018-12-174-57/+56
|
* [core] Use util::readFile for Local and Asset file sourcesAlexander Shalamov2018-12-172-8/+10
| | | | | Use exception free util::readFile instead of util::read_file for LocalFileSource and AssetFileSource implementations.
* [ios, macos] Fix number conversions when expressions cast to large numbers. ↵Fabian Guerra Soto2018-12-144-2/+12
| | | | | | | | (#13580) * [ios, macos] Fix number conversions when expressions cast to large numbers. * [ios, macos] Update changelogs.
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-1476-719/+855
|
* [android] properly stop renderer when dismissing an example dialogŁukasz Paczos2018-12-141-4/+9
|
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-149-46/+215
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-138-15/+89
|
* [ios, macos] Add enablePlacementTransitions to MGLStyle. (#13565)Fabian Guerra Soto2018-12-135-0/+42
| | | | | | * [ios, macos] Add enablePlacementTransitions to MGLStyle. * [ios, macos] Update changelogs.
* [android] - move MapboxMapTest to java unit testtobrun2018-12-133-232/+111
|
* [androd] - add weak references checks to all jni callbacksTobrun2018-12-133-6/+24
|
* [android] - validate if weakreference is still validTobrun2018-12-131-12/+51
|
* [ios, darwin] Make MGLFeature.attributes non-nullable and add integration testAlexander Shalamov2018-12-136-15/+70
| | | | | | | | | Enforce non-nullable semantics for MGLFeature.attributes, to avoid construction of invalid mbgl::Feature properties from nil NSDictionary object and align with public SDK property definition. Integration test "testShapeSourceWithLineDistanceMetrics" is added to verify that MGLFeature is correctly converted. Fixes issue #13378
* [android] register compass sensor listener only if provided data is consumed ↵Łukasz Paczos2018-12-138-22/+288
| | | | by the location layer or location camera