Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new event handler to allow tracking of progress of extraction progress for individual entry #226

Merged
merged 6 commits into from
Apr 25, 2017

Commits on Apr 20, 2017

  1. Add new feature to allow injection of an action into the extraction p…

    …rocess. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract.
    Anders Gardebring committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    467fc2d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Revert "Add new feature to allow injection of an action into the extr…

    …action process. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract."
    
    This reverts commit 467fc2d.
    Anders Gardebring committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b8ef1ec View commit details
    Browse the repository at this point in the history
  2. Add new event to be able to track progress of extraction of individua…

    …l entry when extracting an archive. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract.
    Anders Gardebring committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    683d271 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Use strongly typed ReaderProgress instead of object[]

    Anders Gardebring committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    e05f984 View commit details
    Browse the repository at this point in the history
  2. Create new TransferTo method and pass Entry and IReaderExtractionList…

    …ener instead of passing an action lambda.
    Anders Gardebring committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    0990b06 View commit details
    Browse the repository at this point in the history
  3. Remove begin and end events since this can now be tracked via progres…

    …s instead
    Anders Gardebring committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    2aa123c View commit details
    Browse the repository at this point in the history