summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [glfw] Initial style from MAPBOX_STYLE_URL if setBruno de Oliveira Abinader2016-09-221-3/+9
|
* [Qt] Added missing `qt-lib` target (#6427)Thiago Marcos P. Santos2016-09-221-0/+4
| | | | | Build the shared library. Fixes #6415
* [ios, macos] increase timeout to 2 secondsFredrik Karlsson2016-09-211-2/+2
|
* [ios, macos] Short-circuit packs testMinh Nguyễn2016-09-211-3/+6
| | | | If the packs property is already populated, there’s no need to wait for a change notification.
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-2112-43/+67
| | | | | | * [core, ios, android] Use `auto` value for properties with calculated defaults * Fix render tests
* [ios] revamp settings/debug UI in test app (#6421)Justin R. Miller2016-09-211-253/+438
|
* [android] #6418 - Release Android v4.2.0-beta.3android-v4.2.0-beta.3Antonio Zugaldia2016-09-211-5/+11
| | | | | | | | * [android] #6418 - update VERSION_NAME to 4.2.0-beta.3 * revert VERSION_NAME for development * Update CHANGELOG.md
* [ios] fix #6361: source query nullability & return nil for unfound results ↵Justin R. Miller2016-09-212-11/+5
| | | | | (#6408) Also removes some dead code in MGLStyle.mm.
* [ios, macos] Clarify MGLGeoJSONSource option units in API docs (#6411)Jesse Bounds2016-09-211-9/+9
|
* [android] enable RELRO (#6419)Ivo van Dongen2016-09-212-0/+1
|
* [ios, macos] Add more predicate operator to mbgl filter translationsJesse Bounds2016-09-213-20/+113
| | | Adds several new translations to prevent data loss.
* [core] check GL errors in loopMike Morris2016-09-212-18/+53
| | | | | | As recommended in https://www.opengl.org/wiki/GLAPI/glGetError char* -> std::string
* [core] add GL_CONTEXT_LOST case to checkErrorMike Morris2016-09-211-4/+7
| | | | | and reorder according to hex value https://www.opengl.org/wiki/OpenGL_Error#Testing_for_errors
* [android] Sources: peer model, mutability (#6054)Ivo van Dongen2016-09-2124-87/+886
|
* [ios, macos] Ignore progress updates after suspendingMinh Nguyễn2016-09-204-11/+23
| | | | -suspend and -resume are now presumed to be synchronous, even if technically they remain asynchronous under the hood.
* [core] - mutable geojson sources. make tiles protected for ↵Tobrun2016-09-205-19/+31
| | | | geojson_source_impl (#6347)
* [android] - increase timeout to 15 minutes (#6399)Tobrun2016-09-201-1/+1
|
* [build] use Mason's sqlite when linking Qt tests (#6395)Konstantin Käfer2016-09-201-0/+2
|
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-205-0/+51
|
* [android] update mas dependency (#6398)Ivo van Dongen2016-09-201-1/+1
|
* [core] Fix ThreadPool race condition (#6388)John Firebaugh2016-09-202-7/+13
|
* [core] Allow queryRenderedFeatures prior to symbol placement (#6376)John Firebaugh2016-09-201-2/+5
|
* [build] upgrade dependenciesKonstantin Käfer2016-09-203-10/+10
| | | | | | | | libuv 1.7.5 => 1.9.1 libjpeg-turbo 1.4.2 => 1.5.0 libpng 1.6.20 => 1.6.25 libzip 0.11.2 => 1.1.3 nunicode 1.6 => 1.7.1
* [android] - optimise execution time of Android CI integration (#6283)Tobrun2016-09-201-1/+1
|
* [android] fire onMapReady only after style is loaded (#6046)Ivo van Dongen2016-09-201-2/+13
|
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-205-4/+80
| | | | So far, we didn't properly disable layers that are outside the zoom range. This means that we rendered layers that should not have been rendered, albeit we didn't make any attempt to load tiles for those layers. However, when zooming in/out, existing tiles might already have been loaded in the source which continued to be rendered. In most cases they weren't actually visible because either the matrices weren't updated, or the clip IDs weren't set so that they would be "rendered" off-screen and clipped completely. In any case, we did way too much work.
* [tests] Remove memory fragmentation test (#6226)Thiago Marcos P. Santos2016-09-201-62/+0
| | | It is not reliable.
* [core] MapChangeDidFinishLoadingStyle - Ensure style is loaded (#6392)Ivo van Dongen2016-09-201-3/+2
|
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-205-0/+29
|
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-2010-933/+946
|
* [android] - do not update marker while creating (#6314)Tobrun2016-09-198-18/+239
| | | | | | | | * [android] - do not update marker while creating, add activity to prevent regression * [core] - add asserts to incorrect usage of update and remove annotations api * [android] - fix marker tests
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-1916-26/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | * src/mbgl/annotation/annotation_manager.hpp * src/mbgl/algorithm/update_renderables.hpp * src/mbgl/geometry/glyph_atlas.hpp * src/mbgl/renderer/painter.cpp and src/mbgl/renderer/render_item.hpp * src/mbgl/renderer/symbol_bucket.hpp and src/mbgl/text/glyph_store.hpp * src/mbgl/sprite/sprite_atlas.hpp * include/mbgl/storage/network_status.hpp * src/mbgl/text/collision_tile.cpp * src/mbgl/style/update_batch.hpp * platform/default/mbgl/storage/offline_download.hpp * Add GlyphRangeSet typedef * Fix whitespace & unused imports
* Adjust logging level for failed OkHttp requests (#6378)Antonio Zugaldia2016-09-192-4/+12
| | | | | | * log level depending on the error type * Squashing and Merging * remove unnecessary log (with wrong tag)
* [ios] add OS_ACTIVITY_MODE=disable for Xcode 8 spew (#6382)Justin R. Miller2016-09-191-0/+7
|
* [ios] Don't specify Swift version for jazzy doc generation (#6377)Jason Wray2016-09-191-3/+0
|
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-1921-231/+177
|
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-1921-619/+507
|
* [build] Upgrade GLFW to 3.2.1, SQLite to 3.14.2 and libwebp to 0.5.1Konstantin Käfer2016-09-195-7/+9
|
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-162-6/+42
| | | | Carries over any query strings from mapbox://-prefixed styles urls, source urls and tile urls to the api.mapbox.com requests.
* fixed readme image and links in contributing file (#6357)Cameron Mace2016-09-162-3/+3
|
* [core] Document the ActorRef<O> argument passed to O's constructorJohn Firebaugh2016-09-161-6/+7
|
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-1641-818/+1191
|
* [ios] fixes #6248: properly handle all NSNumber types in filters (#6290)Justin R. Miller2016-09-164-7/+236
|
* [core] Correct evaluation of interval functionsclydebarrow2016-09-162-2/+13
|
* [android] Move unused icon burning script to Android folder (#6310)Jason Wray2016-09-161-2/+2
| | | Trying the new Squash and Merge Green Button functionality. I'm told that FF is now enabled, but haven't seen firsthand until now.
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-163-15/+15
|
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-164-42/+41
|
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-168-59/+97
|
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-167-9/+9
|
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-1516-54/+160
| | | add runloop to test