1. 18 5月, 2021 1 次提交
  2. 08 5月, 2021 1 次提交
  3. 26 4月, 2021 2 次提交
  4. 23 4月, 2021 2 次提交
  5. 16 4月, 2021 1 次提交
  6. 02 4月, 2021 1 次提交
  7. 31 3月, 2021 1 次提交
  8. 29 3月, 2021 1 次提交
  9. 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
  10. 17 3月, 2021 1 次提交
  11. 12 3月, 2021 2 次提交
  12. 09 3月, 2021 1 次提交
  13. 04 3月, 2021 1 次提交
    • S
      feat(gui): add code comments (#359) (PR #1127) · 4e5fac4b
      skylot 提交于
      * feat(gui): add code comments (#359)
      * refactor: replace instanceof search with method dispatch in RegionGen
      * fix: various bug fixes and improvements for code comments
      * fix(gui): support multiline code comments
      * fix: resolve code differences after class reload
      * fix(gui): add search for comments, allow search in active tab only
      * fix: correct search for inner classes
      * fix(gui): run full index on search dialog open
      4e5fac4b
  14. 02 3月, 2021 1 次提交
  15. 21 2月, 2021 2 次提交
    • S
      refactor: use interface for CodeWriter · b873c6ae
      Skylot 提交于
      Details:
      - add simple and annotated code writers to allow
         skip code annotations processing in jadx-cli and other places
      - add annotated code info to use only than needed
      - allow to set provider for codewriter in JadxArgs
      - add JadxArgs argument to constructor to allow change output
      - add cli option to insert debug line numbers as code comments
         (example for previous change)
      b873c6ae
    • S
      fix(gui): compact TabComponent labels and TabToolTip (#1120) (PR #1121) · 4835b1b8
      Surendrajat 提交于
      * Compact CodePanel labels and TabToolTip
      * Remove top padding from tab title
      4835b1b8
  16. 13 2月, 2021 3 次提交
  17. 04 2月, 2021 1 次提交
  18. 31 1月, 2021 1 次提交
  19. 28 1月, 2021 3 次提交
  20. 27 1月, 2021 1 次提交
  21. 25 1月, 2021 2 次提交
  22. 24 1月, 2021 1 次提交
  23. 23 1月, 2021 1 次提交
  24. 19 1月, 2021 1 次提交
  25. 15 1月, 2021 1 次提交
  26. 01 1月, 2021 2 次提交
  27. 31 12月, 2020 1 次提交
  28. 30 12月, 2020 1 次提交
    • G
      feat(gui): allow use regex in the search dialog (PR #1069) · 1b8b377f
      green9317 提交于
      * Implements the option to use Regex on the Search Dialog
      
      * Updated the way search works to pass a search settings class with options set rather than method arguments
      
      * Fixing style issues
      
      * Updating Style Fix
      
      * Cleaning code
      
      * Updating code to combine SearchSettings and Search Impl as well as efficiency improvements.
      
      * Fixing bug caused from moving code in the searchImpl class
      
      * Fixing a minor bug
      
      * adding style fixes
      1b8b377f
  29. 24 12月, 2020 1 次提交
  30. 21 12月, 2020 1 次提交