summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] - avoid leaking dialog when context is being stoppedtobrun2019-01-103-6/+24
|
* [android] - update changelog for v7.0.1tobrun2019-01-101-0/+3
|
* [android] Add list of skipped core unit testsAlexander Shalamov2019-01-101-0/+9
|
* [android] Implement android test runner for core unit testsAlexander Shalamov2019-01-107-99/+110
|
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-103-2/+2
| | | | | | * [android] rename offline.db to offline_test.db to avoid working around the .gitignore rule * [android] update code references to database file
* [build] add missing filesKonstantin Käfer2019-01-102-0/+2
|
* [android] - throw IllegalStateException when setting an maximum fps while ↵tobrun2019-01-101-0/+2
| | | | the mapRenderer isn't created yet
* [android] - update symbol layer example with regression test for symbols ↵tobrun2019-01-101-7/+24
| | | | flashing
* [android] lift Parcelable inheritance to the OfflineRegionDefinitionŁukasz Paczos2019-01-103-7/+9
|
* [android] - espresso tests reworkTobrun2019-01-1058-834/+283
|
* [ios] Migrated tests, playground to Swift 4.2Minh Nguyễn2019-01-092-10/+5
|
* [ios] Podspec bump to v4.8.0 alpha.1 (#13696)ios-v4.8.0-alpha.1Fabian Guerra Soto2019-01-094-4/+4
| | | | | | * [ios, macos] Podspec bump to 4.8.0-alpha.1. * [ios] Update changelogs.
* [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
|