summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core]Disable RenderAnnotationSource when annotations are disabledupstream/mikhail_disable_annotation_sourceMikhail Pozdnyakov2018-12-112-1/+11
| | | | | | This patch disables creation of `RenderAnnotationSource` instances and thus saves extra 4Ki on Android when `LayerManager::annotationsEnabled` is `false`.
* [ios] Announce POI categories where availableMinh Nguyễn2018-12-081-2/+5
|
* [ios] Added CJK string transformsMinh Nguyễn2018-12-083-1/+34
|
* [ios, macos] Add Streets-v8 field names to accessibility checksJason Wray2018-12-081-3/+4
|
* [ios, macos] Update for streets-v8 data and coalesced name fields in v11 stylesJason Wray2018-12-076-18/+31
|
* Name tweak (#13520)Langston Smith2018-12-071-1/+1
|
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ↵Osana Babayan2018-12-075-84/+76
| | | | (#13428)
* [ios] Add turnstile events for Snapshotter (#13476)Lloyd Sheng2018-12-061-0/+6
| | | | * Add turnstile events for iOS MGLMapSnapshotter
* [ios] Bump podspec to 4.7.0-beta.1.Fabian Guerra2018-12-053-3/+3
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-12-052-17/+20
|
* [core, build] Use -Os for RelWithDebInfo darwin buildsJason Wray2018-12-051-2/+8
| | | | This makes a 17% difference in binary size.
* [core, build] Disable GCC_GENERATE_DEBUGGING_SYMBOLS for ReleaseJason Wray2018-12-051-2/+2
|
* [ios, build] Move symbol strip settings to Xcode projectJason Wray2018-12-052-10/+4
|
* [ios, build] Add RelWithDebInfo build configurationJason Wray2018-12-051-17/+285
|
* [ios, build] Replace -symbols with -stripped build flavorJason Wray2018-12-057-12/+27
|
* [android] expose endpoint change for snapshotterŁukasz Paczos2018-12-052-2/+27
|
* [android] mapbox-java 4.2.0 bumpŁukasz Paczos2018-12-051-1/+1
|
* [android] - expose setAccesToken on Mapbox.javaTobrun2018-12-052-1/+25
|
* [android, ios, macos] Updated French translationsMinh Nguyễn2018-12-042-6/+3
| | | | Removed an incompatible localized format string.
* [ios, macos] Refined source removal errorsMinh Nguyễn2018-12-044-14/+13
| | | | | | Clarified and copyedited the descriptions of errors that are raised when attempting to remove a source from a style. Worded the changelog entry more generically because the same method in Swift throws an error instead of returning. A mismatch would occur if the identifier is used by a different source than the one being removed. An application could cause this error to occur by keeping a reference to an MGLSource after changing the style URL of an MGLMapView. Another way would be to remove a source from the style, add another source to the style with the same identifier, then attempt to re-remove the original source from the style.
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-0410-26/+129
|
* [android] telemetry v4.1.1 bumpŁukasz Paczos2018-12-042-5/+2
|
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-045-121/+423
|
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-048-41/+55
|
* Add basic shader minification (#13500)Vladimir Agafonkin2018-12-0428-1616/+957
| | | | | | * add basic shader minification (same GL JS does) * don't remove line break at shader end
* [android] immediately notify core about forced connectivity stateŁukasz Paczos2018-12-034-43/+52
|
* [ios] Update French translation - telemetry (#13360)Maxime Le Moine2018-12-013-28/+32
| | | | | | | | * Update French translation - telemetry "Make better" is better translated by "Améliorer". "Rend meilleure les cartes Mapbox" is also grammatically incorrect. * Update from Transifex
* increase threshold to 1% (#13364)Dane Springmeyer2018-11-301-1/+6
|
* [core] OverscaledTileID::isChildOf should check wrap values.Chris Loer2018-11-303-2/+10
| | | | Fixes issue #13478
* changelog for v7.0.0-alpha.3 (#13489)android-v7.0.0-alpha.3Osana Babayan2018-11-301-0/+8
|
* [android] changelog for v6.7.2 (#13487)Łukasz Paczos2018-11-301-2/+5
|
* [core] layermanager folderMikhail Pozdnyakov2018-11-3030-152/+204
| | | | Move `LayerManager` and `LayerFactory` abstract classes to a dedicated folder.
* [android] removed unnecessary appcompat exclusion from the telemetry dependencyŁukasz Paczos2018-11-291-3/+1
|
* [android] reference GMS proguard fix, temporary jacoco proguard fixŁukasz Paczos2018-11-292-0/+6
|
* [android] bumped to telemetry v4.1.0Łukasz Paczos2018-11-292-2/+2
|
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-2910-224/+421
|
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, ↵Andrey Li2018-11-296-130/+149
| | | | bumped gms to 16.0.0
* [android] remove default zoom level restrictions when activating the ↵Łukasz Paczos2018-11-296-131/+14
| | | | location component
* [android] require context in AttributionParser.BuilderŁukasz Paczos2018-11-294-36/+20
|
* [android] don't cancel core transitions on MotionEvent#ACTION_CANCELŁukasz Paczos2018-11-291-1/+0
|
* [core] Do not consider X axis when constraining scaleBruno de Oliveira Abinader2018-11-294-9/+7
|
* [android,ios,macos] Update changelogsBruno de Oliveira Abinader2018-11-293-0/+5
|
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-2930-1575/+1829
|
* Send turnstile event while create MapSnapshotter instance (#13475)Kevin Li2018-11-291-0/+7
|
* [ios] Updated podspecs for 4.7.0-alpha.3 (#13472)ios-v4.7.0-alpha.3Julian Rex2018-11-283-3/+3
|
* [ios] Reordered the 4.7.0 change log (#13471)Julian Rex2018-11-281-8/+16
|
* [darwin] Add platform-agnostic MGLStringFromSize() methodJason Wray2018-11-282-13/+18
|
* [android] deprecated annotations package (#13468)Osana Babayan2018-11-2816-3/+57
|
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-289-18/+93
| | | | | | | | | | | | | At the moment, the annotations implementation in the `mapbox-gl-native` core is creating concrete layer instances apart from `LayerManager/LayerFactory` code path. So, annotations must be disabled if the `LayerManager` implementation does not provide line, fill or symbol layers (those, used by the annotations). Note: in future, annotations implementation will be moved from the core to the platform SDK level(see https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation) and `LayerManager` won't need to disable it.
* [build] use newer compiler versions for some buildsKonstantin Käfer2018-11-287-54/+30
|