1. 10 12月, 2022 1 次提交
  2. 20 10月, 2022 1 次提交
  3. 07 10月, 2022 1 次提交
  4. 03 10月, 2022 1 次提交
  5. 06 9月, 2022 1 次提交
  6. 21 8月, 2022 1 次提交
  7. 14 8月, 2022 1 次提交
  8. 11 8月, 2022 1 次提交
  9. 03 8月, 2022 1 次提交
  10. 14 7月, 2022 2 次提交
  11. 12 6月, 2022 1 次提交
    • J
      feat(gui): support export to deobfuscation mapping file formats (#1491)(PR #1505) · a2cd8e1e
      Julian Burner 提交于
      * Add option to export mappings as Tiny v2 file
      
      * Comply with JADX's import order conventions
      
      * Only use Java 8 features
      
      * Only use Java 8 features (2)
      
      * Export comments to mappings file
      
      * Method args test (doesn't work)
      
      * Make method arg mapping exports work now
      
      * Use `getTopParentClass()` instead of `getParentClass()`
      
      See https://github.com/skylot/jadx/pull/1505#issuecomment-1145064865
      
      * Remove unneeded method load call
      
      * Small code cleanup; initial (broken) support for method vars
      
      * Fixes regarding inner classes
      
      * Add option to export mappings as Enigma directory
      
      * Add option to export mappings as Enigma file/directory
      
      Temporarily move to my mapping-io fork until this PR gets merged: https://github.com/FabricMC/mapping-io/pull/19
      
      * Fix method vars' lv-indices
      
      * Use correct offset value for method var mappings
      
      * Also supply lvt-index for method var mappings
      
      * Clarify why we're using local mapping-io fork; comment out Fabric Maven for now
      
      * Remove unnecessary `public` modifier
      
      * Make an `if` condition less complicated
      
      * Move mapping export code into jadx-gui (for now)
      
      * Make mapping export async; make export menu only clickable when everything is loaded
      
      * Fix export mappings menu field declaration position
      a2cd8e1e
  12. 31 5月, 2022 1 次提交
  13. 29 5月, 2022 1 次提交
  14. 18 5月, 2022 1 次提交
    • S
      feat(gui): disk code cache and search rewrite (PR #1483) · 0606c90f
      skylot 提交于
      * feat: implement disk code cache
      * feat: rewrite code metadata handling, remove code index
      * feat: rewrite search
      * fix: code cleanup and fixes for previous commits
      * feat: run code search in parallel
      * fix: reset code strings cache on low memory, code cleanup
      * fix: include input files timestamp into code hash
      0606c90f
  15. 27 4月, 2022 1 次提交
  16. 18 4月, 2022 1 次提交
  17. 06 4月, 2022 1 次提交
  18. 20 3月, 2022 1 次提交
  19. 11 3月, 2022 1 次提交
  20. 14 2月, 2022 1 次提交
  21. 26 1月, 2022 1 次提交
  22. 13 1月, 2022 1 次提交
  23. 24 12月, 2021 1 次提交
  24. 15 12月, 2021 1 次提交
  25. 12 12月, 2021 1 次提交
  26. 21 11月, 2021 1 次提交
  27. 20 11月, 2021 2 次提交
  28. 13 11月, 2021 1 次提交
  29. 11 11月, 2021 1 次提交
  30. 18 10月, 2021 1 次提交
  31. 28 8月, 2021 1 次提交
  32. 05 8月, 2021 1 次提交
    • Y
      feat(gui): use SVG icons, xml resources impovements (PR #1221) · ee12f0bd
      Yaroslav 提交于
      * fix(xml): add more file based resources type to skip
      * fix(res): fix #1060, styles might contain dots in name
      * fix(res): use lowercase name on deobfuscated\renamed resources names and id in hex format
      * feat(gui): update gui under FlatLaf
      * fix(gui): use FlatSVGIcon to fix icons brightness difference
      * fix(gui): use source lines only decompiled java code
      Co-authored-by: NMrIkso <mrkso821@gmail.com>
      ee12f0bd
  33. 02 8月, 2021 2 次提交
  34. 22 5月, 2021 1 次提交
  35. 23 4月, 2021 1 次提交
  36. 28 3月, 2021 1 次提交
    • L
      feat(gui): add a smali debugger (#1136) (PR #1137) · 4705194a
      LBJ-the-GOAT 提交于
      * add a smali debugger
      * debugger: support android 11, support 9(may be) & 10 if debug_info available, add rerun.
      * debugger: support get/set fields of this, change icons, fix bugs.
      * debugger: add timeout to attach
      
      Co-authored-by: tobias <tobias.hotmail.com>
      4705194a
  37. 17 3月, 2021 1 次提交