summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [core] Add storage unit tests for MapboxTileLimitExceededThiago Marcos P. Santos2019-06-191-0/+98
* [tests] Add unit tests for cache sizeThiago Marcos P. Santos2019-06-181-0/+134
* [core] Add method for setting a maximum size for the ambient cacheThiago Marcos P. Santos2019-06-181-13/+34
* [core] Clear/Invalidate should also work on non-tile resourcesThiago Marcos P. Santos2019-06-181-29/+59
* [core] Rename resetCache to resetDatabaseThiago Marcos P. Santos2019-06-181-3/+3
* [tests] Follow-up of previews PR, these tests need write permissionThiago Marcos P. Santos2019-06-181-2/+2
* [tests] Improve unit test for deleting offline region and concurrent useThiago Marcos P. Santos2019-06-131-12/+39
* [tests] Add unit test for clearing the ambient cacheThiago Marcos P. Santos2019-06-131-11/+39
* [core] Remove priority from the constructorThiago Marcos P. Santos2019-05-282-5/+8
* [core] Introduce usage tag for resourcesThiago Marcos P. Santos2019-05-281-1/+8
* [core] invoke optional resource path change completion listenerŁukasz Paczos2019-05-241-0/+12
* [tests] Add unit tests for offline data invalidationThiago Marcos P. Santos2019-05-211-0/+67
* [test] Add unit test for clearCache APISudarsana Babu Nagineni2019-04-291-0/+14
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-131-0/+8
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-213-35/+117
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-143-3/+3
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-3/+3
* [core] add test about number of maximum concurrent requestsHuyen Chau Nguyen2018-11-152-3/+12
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-2/+2
* [test] Add test for when requesting the same resource many timesThiago Marcos P. Santos2018-11-131-1/+19
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-232-1/+92
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-232-3/+63
* [core] Always request 1x and @2x sprite images for portabilityKonstantin Käfer2018-09-241-5/+7
* [android] add support for gnustlKonstantin Käfer2018-09-112-4/+6
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-281-0/+31
* Require minimum side-loaded database user_version=6Asheem Mamoowala2018-08-281-1/+1
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-281-0/+203
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-203-91/+81
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-141-4/+4
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-19/+20
* [test] add test for pending offline download when the disk is fullKonstantin Käfer2018-08-141-1/+77
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-143-190/+487
* [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary sizeJohn Firebaugh2018-08-101-6/+10
* Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()"Bruno de Oliveira Abinader2018-08-081-9/+0
* [core] Replace Boost.Spirit with std::regex in CacheControl::parse()Bruno de Oliveira Abinader2018-08-081-0/+9
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1
* [core] consolidate database opening workflowKonstantin Käfer2018-06-122-27/+4
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-122-2/+30
* [test] verify log messages of OfflineDatabase testsKonstantin Käfer2018-06-121-19/+127
* [test] standardize on database file name and move I/O functions to utilKonstantin Käfer2018-06-121-76/+47
* [test] pull out using namespace mbgl to reduce verbosityKonstantin Käfer2018-06-121-66/+3
* [core] offline database - batch region resource insertsIvo van Dongen2018-06-041-0/+54
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-092-16/+13
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-022-35/+42
* [core] refactor SQLite error/status codesKonstantin Käfer2018-03-021-1/+1
* [tests] Added a test for getting resources from the databaseThiago Marcos P. Santos2018-02-261-0/+34
* [core] align implementations of local and asset file sourceKonstantin Käfer2018-01-252-0/+52
* [test] Only use our SQLite3 wrapper in testsBruno de Oliveira Abinader2018-01-081-44/+2
* [core] correctly alter sprite URLs when attaching sprite.png/sprite.json file...Konstantin Käfer2017-10-171-0/+8