summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage/offline_download.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-151-3/+7
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-8/+13
* [core] Add virtual Source::getTileSize()John Firebaugh2016-06-141-5/+5
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-8/+13
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-6/+12
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-15/+15
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+0
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-1/+9
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-6/+18
|\
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-171-6/+18
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-6/+5
|/
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-111-0/+8
* [core] Deactivate OfflineDownload when the tile count limit is hitJohn Firebaugh2016-03-091-0/+1
* [core] Fix offline status reporting regressionsJohn Firebaugh2016-03-081-28/+35
* [core] Ensure OfflineRegionStatus::downloadState is accurately reportedJohn Firebaugh2016-03-071-0/+4
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-041-9/+6
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+8
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-5/+5
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-2/+2
* [core] Retry errors encountered during offline downloadsJohn Firebaugh2016-02-101-2/+2
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+241