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

MAKE dex2jar GREAT AGAIN! #486

Draft
wants to merge 188 commits into
base: 2.x
Choose a base branch
from
Draft

MAKE dex2jar GREAT AGAIN! #486

wants to merge 188 commits into from

Commits on Mar 20, 2021

  1. Create gradle.yml

    automatically built by GitHub Actions
    geilige authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f4eef16 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    automatically built by GitHub Actions
    geilige authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    3429e9b View commit details
    Browse the repository at this point in the history
  3. fix issue pxb1988#207 pxb1988#207

    By 陈艺玲 committed on 5 Dec 2019
    geilige committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    61691c8 View commit details
    Browse the repository at this point in the history
  4. fix issue pxb1988#217 pxb1988#217 By Claudia committed on 22 Sep 2018

    Fix IllegalFormatConversionException
    geilige committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    fe0f643 View commit details
    Browse the repository at this point in the history
  5. pr386 Increase heap size

    -Xmx1024 is not enough to decompile Android's framework.jar
    geilige committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    5af69b5 View commit details
    Browse the repository at this point in the history
  6. pr219

    geilige committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    09e4ab0 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Merge some PR to fix some issues
    geilige authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ef9bbb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Update dependencies

    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f142815 View commit details
    Browse the repository at this point in the history
  2. Apply miscellaneous fixes

    Most of these are from some fork
    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f6dc51e View commit details
    Browse the repository at this point in the history
  3. Fix upstream errors

    These are fixes by myself. Most APKs are actually working now thanks to my signature fix ;)
    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    85e4152 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    ... and remove some bugs :)
    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6134247 View commit details
    Browse the repository at this point in the history
  5. Update README

    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6a4bf67 View commit details
    Browse the repository at this point in the history
  6. Fix warnings

    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    8bf6149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f1e5d8 View commit details
    Browse the repository at this point in the history
  8. Update ASM

    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    600f04a View commit details
    Browse the repository at this point in the history
  9. Add flag to skip the workflow

    ci skip
    ThexXTURBOXx authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ddc7e3b View commit details
    Browse the repository at this point in the history
  10. Fix unsafe operations in tests

    ci skip
    ThexXTURBOXx committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    cdf7bf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

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

    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    16ed5ea View commit details
    Browse the repository at this point in the history
  3. Fix README and Travis CI

    ci skip
    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    6e9dd2d View commit details
    Browse the repository at this point in the history
  4. Introduce develop branch

    This makes the CI/CD process more managable
    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    66c0b3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b201849 View commit details
    Browse the repository at this point in the history
  6. Remove ci skip option

    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c9cc718 View commit details
    Browse the repository at this point in the history
  7. Fix grammar

    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3384c99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fe37ad View commit details
    Browse the repository at this point in the history
  9. Add D8, just for fun

    That was just a joke.... I might add some possibility to compile using D8 instead of DX at some point...
    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b9ef531 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87c21c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e23cad View commit details
    Browse the repository at this point in the history
  12. Update Gradle Wrapper

    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    eac9d74 View commit details
    Browse the repository at this point in the history
  13. Fix last linter warnings

    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b708f0a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d43e89 View commit details
    Browse the repository at this point in the history
  15. Fix even more APKs

    ThexXTURBOXx committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    487593e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d1e30ce View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a3091a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    2758d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e33a2 View commit details
    Browse the repository at this point in the history
  3. Move libs folder

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    274970b View commit details
    Browse the repository at this point in the history
  4. Reformat

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    37518ff View commit details
    Browse the repository at this point in the history
  5. Add serialVersionUIDs

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    cd36ca4 View commit details
    Browse the repository at this point in the history
  6. Fix end of files

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d11627a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6c2252 View commit details
    Browse the repository at this point in the history
  8. Delete Mercurial stuff

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    946ea9e View commit details
    Browse the repository at this point in the history
  9. Add missing alt tag

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    90f72cb View commit details
    Browse the repository at this point in the history
  10. Update modification date

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    fc685af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56e6c86 View commit details
    Browse the repository at this point in the history
  12. Update dates

    ThexXTURBOXx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    65860c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Reformat code based on CheckStyle

    No, I won't add the CheckStyle plugin for Gradle... It just needs to long to check all files
    ThexXTURBOXx committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    612b17b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

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

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    6034a0d View commit details
    Browse the repository at this point in the history
  2. Remove Java 6 compat

    It didn't work anyways.... Besides, you should definetly NOT use Java 6 nowadays
    ThexXTURBOXx committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3a13f99 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Cleanup

    ThexXTURBOXx committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    aff6269 View commit details
    Browse the repository at this point in the history
  2. Fix workflow

    ThexXTURBOXx committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    a75f2ef View commit details
    Browse the repository at this point in the history
  3. Fix CheckStyle

    ThexXTURBOXx committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    4e13edd View commit details
    Browse the repository at this point in the history
  4. Add external libraries

    ThexXTURBOXx committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    7f991a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Fix some more typos

    ThexXTURBOXx committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    9c154e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9334471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfe116d View commit details
    Browse the repository at this point in the history
  4. Fix possible NPE

    ThexXTURBOXx committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    6a0902f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

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

Commits on Sep 4, 2021

  1. Fix typo with bad consequences

    Fixes #6
    ThexXTURBOXx committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    ffa0574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1da047 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Fix inheritance issue in ClassCastException causing InvokePolymorphic…

    …Expr
    
    NewTransformer#findInvokeExpr attempts to cast InvokePolymorphicExpr to InvokeExpr under certain inputs, which causes a ClassCastException. It appears that InvokePolymorphicExpr was meant to extend InvokeExpr for this reason.
    nick-botticelli committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    9c6cde4 View commit details
    Browse the repository at this point in the history
  2. Fix InvokeExpr subclasses even more

    Maybe this fix is superfluous, but well... Why not? :)
    ThexXTURBOXx committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    9c0db1d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Merge pull request #7 from nick-botticelli/main

    Fix inheritance issue in InvokePolymorphicExpr causing ClassCastException
    ThexXTURBOXx authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    43238bf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Fix NPE

    ThexXTURBOXx committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    9335d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b398e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    22abca5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from ThexXTURBOXx/develop

    Fix some possible issues everywhere
    ThexXTURBOXx authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    145f112 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Cleanup

    ThexXTURBOXx committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2f21cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f0d79 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Fix inner class bug

    ThexXTURBOXx committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    cc35ac9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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

Commits on Dec 8, 2021

  1. fix pxb1988#165

    --debug-info support line number convert
    [email protected] committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    dc542ea View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

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

Commits on Dec 14, 2021

  1. Update dependencies

    ThexXTURBOXx committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    30d1836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fa650 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Update Gradle wrapper

    ThexXTURBOXx committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    c5c39f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d1e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16234f9 View commit details
    Browse the repository at this point in the history
  4. Update Shadow plugin

    Fixes log4j vulnerabilities
    ThexXTURBOXx committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    961267d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Update Gradle and Shadow plugin

    More Log4j vulnerabilities
    ThexXTURBOXx committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    d37a64a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Update D8

    ThexXTURBOXx committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    0dde1ae View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Create SECURITY.md

    ThexXTURBOXx authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ddc41b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Update Gradle wrapper

    ThexXTURBOXx committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    c238b60 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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

Commits on Feb 26, 2022

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

Commits on Mar 29, 2022

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

Commits on Apr 1, 2022

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

Commits on Apr 2, 2022

  1. Cleanup

    ThexXTURBOXx committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    b04929c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Update Gradle and ASM

    ThexXTURBOXx committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    63334e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Extract Hex class resource logic to a separate method (#20)

    * feat: Extract Hex class resource logic to a separate method
    
    Sorry for the weird commit message, I couldn't find a way to word it better. Anyways..
    
    This commit extracts the `getResourceAsStream` call to a separate, protected method so it can be overrided, and we can provide the Hex class from a different source.
    
    * fix: Check if Hex class stream is null
    omeraydindev authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    0bb5e1c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. fix typos of hex strings decoding

    Marukohe authored and ThexXTURBOXx committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    a490433 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Update dependencies

    ThexXTURBOXx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    84c8f31 View commit details
    Browse the repository at this point in the history
  2. Fix MethodCodeTooLargeException

    Is there a better solution?
    ThexXTURBOXx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e073500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87f29ea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 12, 2022

  1. Update to ASM 9.4

    ThexXTURBOXx committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b5dfc0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df1c02f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update GitHub Actions

    ThexXTURBOXx committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6f8b680 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Fix issues with J2IRConverter

    Fixes #28
    ThexXTURBOXx committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    09273cd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Update Gradle wrapper

    ThexXTURBOXx committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    fa311e7 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ThexXTURBOXx committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    fa12232 View commit details
    Browse the repository at this point in the history
  3. Better warning

    ThexXTURBOXx committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    da62063 View commit details
    Browse the repository at this point in the history
  4. Downgrade ANTLR4 again

    ThexXTURBOXx committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    dd5cc4e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. More deterministic output

    Fixes #32
    ThexXTURBOXx committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    34cdd5e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Add BCV to README

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    fd40bd2 View commit details
    Browse the repository at this point in the history
  2. Update to Gradle 8.1

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    6e36a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f260c37 View commit details
    Browse the repository at this point in the history
  4. Migrate from JUnit 4 to 5 (#34)

    * Migrate from JUnit 4 to 5
    
    * Specify parallel execution for JUnit platform
    
    * Emit path and class name when using arg-container as test parameters
    
    ---------
    
    Co-authored-by: Nico Mexis <[email protected]>
    Col-E and ThexXTURBOXx authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    12c39ef View commit details
    Browse the repository at this point in the history
  5. Downgrade r8

    8.x versions need Java 11+
    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    f5c755a View commit details
    Browse the repository at this point in the history
  6. Cleanup

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    26e93de View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    568fc41 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ThexXTURBOXx committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c4439ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    571a90c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    0128d9a View commit details
    Browse the repository at this point in the history
  2. Fix error messages

    ThexXTURBOXx committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    24e712e View commit details
    Browse the repository at this point in the history
  3. Better Lambda adapter

    ThexXTURBOXx committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1096eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca973ae View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    fb5777f View commit details
    Browse the repository at this point in the history
  2. Temp fix for dex 040

    ThexXTURBOXx committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3bdb743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    994ced1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 28, 2023

  1. Bump dependencies

    ThexXTURBOXx committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ae273a8 View commit details
    Browse the repository at this point in the history
  2. Fix bug I found randomly

    ThexXTURBOXx committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f90e6bf View commit details
    Browse the repository at this point in the history
  3. Workaround for #25

    ThexXTURBOXx committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2920e8d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Nov 30, 2023

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

    ThexXTURBOXx committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    606e7aa View commit details
    Browse the repository at this point in the history
  3. Properly update ASM

    ThexXTURBOXx committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b1c1fc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2511e26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2891dde View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Better ignore rules

    ThexXTURBOXx committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a191670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4394ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b4dba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b142393 View commit details
    Browse the repository at this point in the history
  5. Adjust workflows

    ThexXTURBOXx committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3f0104e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fef1f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c587559 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4dd9e6 View commit details
    Browse the repository at this point in the history
  9. Hopefully fix signing

    ThexXTURBOXx committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9056e6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75ab50e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d71e5d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 11, 2023

  1. Cleanup single file

    ThexXTURBOXx committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3f7e379 View commit details
    Browse the repository at this point in the history
  2. Fix HTML 5 tags

    ThexXTURBOXx committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    bdbc641 View commit details
    Browse the repository at this point in the history
  3. Introduce build conventions

    This helps cleaning up and maintaining Gradle
    ThexXTURBOXx committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a74597e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dc11e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Introduce develop branch

    ThexXTURBOXx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2e8b579 View commit details
    Browse the repository at this point in the history
  2. Fix version in help menu

    ThexXTURBOXx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    406c438 View commit details
    Browse the repository at this point in the history
  3. Temporary fix for remapping types

    Fixes #27
    ThexXTURBOXx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3946a9d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    9c9580b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f6e9e0 View commit details
    Browse the repository at this point in the history
  3. Update upload-artifact

    ThexXTURBOXx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    534c0ed View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Fix line endings

    ThexXTURBOXx committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e8f68d2 View commit details
    Browse the repository at this point in the history
  2. Add download information

    ThexXTURBOXx committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b66663a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Feb 9, 2024

  1. Update dependencies

    ThexXTURBOXx committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8521b93 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary dependency

    Issue is fixed upstream. Will re-enable test when ASM releases the next version
    ThexXTURBOXx committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cfe1fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    408398a View commit details
    Browse the repository at this point in the history
  4. Fix CI

    ThexXTURBOXx committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    db4c1fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a30d0a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Update ANTLR and hence CI to Java 11

    This does NOT mean that dex2jar now requires Java 11! You can still use dex2jar with Java 8 as usual. Just building dex2jar on your own requires Java 11.
    Thank ANTLR for this change...
    ThexXTURBOXx committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0ce6fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e0936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d462cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55c5df7 View commit details
    Browse the repository at this point in the history
  5. Update Gradle to 8.6

    ThexXTURBOXx committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6598690 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Add Java version switch

    ThexXTURBOXx committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b93da87 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ThexXTURBOXx committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    aba21c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on May 17, 2024

  1. Update dependencies

    ThexXTURBOXx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1c4cd5e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    8e7e9b0 View commit details
    Browse the repository at this point in the history
  2. Update commons-compress

    ThexXTURBOXx committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4a2d13f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c278ab View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Update Gradle wrapper

    ThexXTURBOXx committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    b12af56 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    bfd23fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09db1cf View commit details
    Browse the repository at this point in the history
  3. Migrate even more plugins to libs.versions.toml

    In the background, I should also have fixed the CI/CD workflow by changing the username and password settings for the OSSRH
    ThexXTURBOXx committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8e13540 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix errors in Jasmin parser

    Fixed error in inner class parsing, sastore opcode and .enclosing method declaration
    luca-saggese authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ac8c02d View commit details
    Browse the repository at this point in the history
  2. fix unwanted change

    luca-saggese authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7ee7bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ba4db View commit details
    Browse the repository at this point in the history
  4. Nicer code

    ThexXTURBOXx committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7f9e183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c7f2dd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Fix workflow badge

    ThexXTURBOXx committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    adade85 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    290d877 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ThexXTURBOXx committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e1786dd View commit details
    Browse the repository at this point in the history