summaryrefslogtreecommitdiff
path: root/platform/default/mbgl
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-142-4/+4
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-133-11/+10
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-132-3/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-023-28/+29
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+0
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-12/+12
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-102-7/+6
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-272-23/+32
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-272-13/+26
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-1/+1
* [core] Fix race condition that could lead to a UNIQUE constraint failure (#4677)John Firebaugh2016-04-111-0/+14
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-304-31/+65
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+1
| * [core] Add additional logging for exceptions during database connection / cre...John Firebaugh2016-03-181-10/+23
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-172-7/+20
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-172-17/+24
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-242-10/+7
|/
* [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-082-29/+38
* [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-043-18/+28
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-243-15/+120
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-244-14/+16
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-242-74/+154
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-5/+5
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-2/+2
* [core] return std::move() prevents copy elisionKonstantin Käfer2016-02-111-1/+1
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-102-3/+3
* [core] Eliminate tilesets tableJohn Firebaugh2016-02-103-88/+65
* [core] Optimize offline database schemaJohn Firebaugh2016-02-103-73/+84
* [core] Retry errors encountered during offline downloadsJohn Firebaugh2016-02-101-2/+2
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-102-64/+54
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-102-25/+128
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-102-112/+130
* [core] Disable SQLite busy timeouts so that multiple readers can access the s...John Firebaugh2016-02-101-0/+5
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-105-13/+606
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-6/+6
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-105-0/+484