Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core][android]Decouple offline storage vacuum and the deleteRegion API #15899

Merged
merged 6 commits into from
Nov 12, 2019

Commits on Nov 12, 2019

  1. [core] OfflineDatabase pack API

    - introduce `OfflineDatabase::pack()` standing for incremental vacuum
    - make pack optional at offline region deletion
    - update `OfflineDatabase.DeleteRegion` test accordingly to the items above
    pozdnyakov committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    357975a View commit details
    Browse the repository at this point in the history
  2. [core] Extend DefaultFileSource API

    Add `packDatabase()` method and `bool pack` argument to the `deleteOfflineRegion()` method.
    pozdnyakov committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    67ee90f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21abddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34bbb30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bc3aa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13ed8a8 View commit details
    Browse the repository at this point in the history