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

Major dependency/build fixes #21

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 1, 2023

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

Commits on Oct 2, 2023

  1. Fixed dependency problems.

    There were problems with uncompyle6 and xdis. Replaced the uncompyle6 submodule with the pip packaged. (This is a change in neox-tools and requires the correct version).
    Blaumeise03 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bb94509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccbfce View commit details
    Browse the repository at this point in the history
  3. Fixed docker build.

    Updated the docker file according to the new install procedure. Because python 3.11 is unsupported, the image has been switched from "alpine:edge" to "python:3.10-alpine".
    Added docker_fix_xdis.py which automatically applies the hotfix described in INSTALLATION.md.
    Added unnpk to the cargo-build section and the required dependencies to build it.
    Updated the README.md file with instructions on how to correctly build the docker image.
    Removed unnpk from .gitmodules because it does not work, it is required to manually clone it (updated the installation instructions accordingly).
    Blaumeise03 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8692b0b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Blaumeise03 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    880a80c View commit details
    Browse the repository at this point in the history
  5. Update .gitattributes

    Blaumeise03 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f79ce33 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Added support for .tar extraction.

    Can now extract data from an android backup .tar archive instead of a xapk file.
    Blaumeise03 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fec5f0c View commit details
    Browse the repository at this point in the history