summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/offline.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Change definition of "complete" so offline packs created before #11055...Julian Rex2019-03-211-1/+1
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-211-2/+4
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-201-7/+27
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-141-0/+2
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-141-1/+1
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-3/+3
* Fix platform dependent number type `unsigned long` -> `uint64_t`Asheem Mamoowala2017-09-201-1/+1
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-081-1/+3
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-2/+2
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-2/+2
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-1/+1
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-2/+10
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-1/+6
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+16
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-6/+7
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+181