Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/android-libzipsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.20
Choose a base ref
...
head repository: dotnet/android-libzipsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.22
Choose a head ref
  • 19 commits
  • 36 files changed
  • 1 contributor

Commits on Aug 19, 2020

  1. Build on Windows again (#71)

    Commit 755a42a reverted the system which built the native libzip.dll in Windows.
    This was because we suspected that the change from using mingw was causing a runtime
    crash. However this turned out not to be the case (see #67).
    
    So this PR adds back in the code which builds the windows dll on windows.
    
    It also updates the libzip-changes.patch so that it would apply on windows via `git apply`.
    This patch now works on all platforms.
    
    Also testing out a new release package system. Rather than just publishing to stable on nuget,
    we will first publish an `x.x.x-rc` release candidate. This will allow us to do a test PR on
    xamarin.android without breaking the current stable package. We had a situation over
    the last few months where the "stable" package actually had a crash on windows.
    This is not ideal for people consuming the nuget.
    
    So from now on we will publish an `-rc` do a bump in xamarin.android and if that
    passes, then we can publish a stable release.
    dellis1972 authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    8f2053c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    668babc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge pull request #74 from dellis1972/permstest

    Add Unit Test for setting file permissions on extraction.
    dellis1972 authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    438aceb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    9dca4fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from dellis1972/localise

    Initial commit of localisation
    dellis1972 authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3fa042b View commit details
    Browse the repository at this point in the history
  3. Fix nuget signing

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    dab0cf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d75cc6d View commit details
    Browse the repository at this point in the history
  5. Try a different fix

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    5a215c1 View commit details
    Browse the repository at this point in the history
  6. Try a different fix

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    5b05348 View commit details
    Browse the repository at this point in the history
  7. Try v1 signing

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    118b038 View commit details
    Browse the repository at this point in the history
  8. Fix the condition

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    944b188 View commit details
    Browse the repository at this point in the history
  9. Try to signTags

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    af23477 View commit details
    Browse the repository at this point in the history
  10. Go back to v2 signing

    dellis1972 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    aa586ad View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    2ab6943 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    ed5585c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    8afe791 View commit details
    Browse the repository at this point in the history
  2. Archive the SignList.xml

    dellis1972 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    03cd66b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    3b610c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    9f563dd View commit details
    Browse the repository at this point in the history
Loading