summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated round and square launcher iconsupstream/ls-test-app-icon-and-color-scheme-blue-tweakLangston2017-05-1214-1/+1
|
* Updated colors to current Mapbox brandingLangston2017-05-121-7/+7
|
* [build] Don't run Travis 'check' build on masterBruno de Oliveira Abinader2017-05-122-1/+4
|
* [build] Explicitely set Clang as compiler in 'check' Travis CI buildBruno de Oliveira Abinader2017-05-121-3/+4
|
* [tidy] modernize-make-uniqueBruno de Oliveira Abinader2017-05-121-1/+1
|
* [tidy] modernize-loop-convertBruno de Oliveira Abinader2017-05-123-9/+9
|
* [tidy] modernize-deprecated-headersBruno de Oliveira Abinader2017-05-123-3/+3
|
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-128-25/+25
|
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-126-13/+19
|
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-122-3/+3
|
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-126-12/+7
|
* [tidy] modernize-use-nullptrBruno de Oliveira Abinader2017-05-123-16/+16
|
* [tidy] modernize-use-bool-literalsBruno de Oliveira Abinader2017-05-121-1/+1
|
* [tidy] modernize-use-overrideBruno de Oliveira Abinader2017-05-124-4/+4
|
* [tidy] modernize-use-default-member-initBruno de Oliveira Abinader2017-05-123-13/+10
|
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-1213-38/+67
|
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-1225-50/+49
|
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-1213-14/+14
|
* [core] Removed unused namedColorCountBruno de Oliveira Abinader2017-05-121-3/+0
| | | | warning: unused variable 'namedColorCount' [clang-diagnostic-unused-const-variable]
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-122-7/+9
| | | | warning: deleted member function should be public [modernize-use-equals-delete]
* [core] Explicitly use mbgl::optional in IdentityStops::evaluateBruno de Oliveira Abinader2017-05-121-2/+3
| | | | | | error: call to constructor of 'optional<std::array<float, 2> >' (aka 'std::experimental::fundamentals_v1::optional<std::array<float, 2> >') is ambiguous [clang-diagnostic-error]
* [core] Avoid calling virtual GeometryTile::cancel() on dtorBruno de Oliveira Abinader2017-05-122-1/+7
| | | | | warning: Call to virtual function during destruction will not dispatch to derived class [clang-analyzer-optin.cplusplus.VirtualCall]
* [tidy] Disable clang-analyzer-core.{NullDereference,NonNullParamChecker}Bruno de Oliveira Abinader2017-05-121-1/+1
| | | | This caused unrelated issues coming from rapidjson headers.
* [tidy] Added test/.clang-tidyBruno de Oliveira Abinader2017-05-121-0/+2
| | | | | Disabled some clang-tidy tests that were erroneously catching errors from gtest header macros.
* [build] Bump clang-{tidy,format} to 4.0.0Bruno de Oliveira Abinader2017-05-121-37/+41
|
* [android] Update attribution wordmark (#8774)Eric Wolfe2017-05-1213-58/+62
| | | | | | | | * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin
* [core] allow filesource url transform resetIvo van Dongen2017-05-121-6/+10
|
* [android] Fix gradle developer config creation task with discussed ↵Pablo Guardiola2017-05-123-6/+59
| | | | | | | | suggestions (#8897) * fix gradle developer config creation task with discussed suggestions * fix access token not set error message
* [core, android, ios, macos] Added Traffic Day/Night to default stylesMinh Nguyễn2017-05-1114-39/+170
| | | | | | The Styles API section of the Mapbox API Documentation site now lists Traffic Day v2 and Traffic Night v2, so this change adds those styles to all the places where styles are listed. Also switched iosapp and macosapp to unversioned style factory methods since MGLStyleDefaultVersion is no longer applicable for all styles.
* [ios, macos] Undeprecated unversioned style URL factory methodsMinh Nguyễn2017-05-117-59/+124
| | | | | | Undeprecated the unversioned style URL factory methods in MGLStyle for consistency with the Android and Qt SDKs. Added warnings about using them with the runtime styling API. Refactored mbgl::util::default_styles to track different versions for different styles.
* [ios, macos] Updated documented default style versionMinh Nguyễn2017-05-112-19/+6
| | | | MGLStyleDefaultVersion is just for Streets now. Deleted style version documentation tests because not all styles are on the same version.
* [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-1111-21/+22
| | | | Upgraded from v9 default styles to v10 wherever the developer expects to get the latest and greatest, as well as in a couple tests where it may be beneficial to ensure that we can handle a two-digit version number in the style URL.
* [ios] remove Secure Transport exception from demo appKonstantin Käfer2017-05-112-15/+1
|
* [android] - build SNAPSHOT from release branch (#8958)Tobrun2017-05-111-1/+1
|
* [Qt] Add example of adding a layer before other layerThiago Marcos P. Santos2017-05-111-2/+5
|
* [Qt] Make it possible to add a layer before another layerThiago Marcos P. Santos2017-05-112-7/+9
|
* [android] fix ui test filter in makefileIvo van Dongen2017-05-111-1/+1
|
* [android] url getter on sourcesIvo van Dongen2017-05-1110-2/+92
|
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-112-15/+16
|
* [android] refactor move unit tests from test app to sdk and add some ↵Pablo Guardiola2017-05-1144-389/+939
| | | | annotation manager tests (add marker and add markers) (#8261)
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-1014-150/+1
| | | | The functionality this provided has been subsumed by the runtime styling API.
* [ios] Use map view frame to calculate annotation view reuse adjustments (#8926)Jesse Bounds2017-05-091-8/+6
| | | | | | * [ios] Use map view frame to calculate annotation view reuse adjustments The value for determining the visible viewport buffer and also the distance to move offscreen an annotation view outside of that buffer was based on the annotation view width and height. This changes that to use the map viewport width and height as constants and avoids a class of bugs where the annotation view would become detached from the tracking system when it did not have a size or was animating from a small to large size.
* [build] Suppress GLFW redefining GLAPIENTRY errorBruno de Oliveira Abinader2017-05-093-5/+19
|
* [android] Added Swedish localization from TransifexMinh Nguyễn2017-05-082-0/+16
|
* [ios, macos] Updated localizations from TransifexMinh Nguyễn2017-05-0815-22/+253
| | | | | | Pulled various translations from Transifex. Although Transifex supports the stringsdict format, it doesn’t allow translators to customize the format. This change splits out a separate “level” key for the same format string and moves any prefixes and suffixes into the “level” and “count” keys. For now, each localization has been updated manually, but future updates will come from Transifex.
* [ios] Configured stringsdict from TransifexMinh Nguyễn2017-05-081-1/+11
|
* [ios, macos] Moved DDS guide examples to Swift unit testMinh Nguyễn2017-05-088-134/+344
| | | | Moved example code from DDS guide to a unit test written in Swift. The code is inserted into the guide at codegen time.
* [ios, macos] Fixed syntax error in DDS guideMinh Nguyễn2017-05-083-10/+9
|
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-0819-187/+131
| | | | | | | | | | | This adds a `convertJSON` template, to be used like: Error error optional<Foo> foo = convertJSON<Foo>(string, error); Internally, it parses the string with RapidJSON and then calls `convert<Foo>(parsed, error)`. While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
* [ios] Re-enable all console messages in iosappJason Wray2017-05-081-7/+0
| | | | | The Xcode 8 spew that prompted the addition of this setting has been fixed and leaving it enabled was hiding important error messages.