1. 08 4月, 2019 1 次提交
  2. 03 4月, 2019 1 次提交
  3. 01 4月, 2019 3 次提交
  4. 28 3月, 2019 1 次提交
  5. 27 3月, 2019 2 次提交
  6. 26 3月, 2019 1 次提交
  7. 25 3月, 2019 1 次提交
  8. 24 3月, 2019 2 次提交
  9. 23 3月, 2019 2 次提交
  10. 22 3月, 2019 2 次提交
  11. 21 3月, 2019 1 次提交
  12. 20 3月, 2019 2 次提交
  13. 17 3月, 2019 1 次提交
  14. 20 2月, 2019 1 次提交
  15. 18 2月, 2019 1 次提交
  16. 17 2月, 2019 2 次提交
  17. 11 2月, 2019 1 次提交
    • S
      fix: change not allowed access modifiers for methods (#387) (PR #439) · 8c7140d6
      skylot 提交于
      Fix visibility access modifies for methods (see discussions in #370 and #387):
          * all virtual methods become public
          * direct methods become private (instead constructors and static methods for now)
          * such modifications perform by default and can be disabled by the option in preferences (`--respect-bytecode-access-modifiers` in jadx-cli)
          * if changed to method added comment (`Access modifiers changed, original: private`)
      8c7140d6
  18. 23 1月, 2019 4 次提交
  19. 22 1月, 2019 1 次提交
    • S
      fix: refactor, improve performance and fix some issues in resource processing · 82d0d622
      Skylot 提交于
      fix(gui): instead gradle export was executed normal export
      fix(gui): content of some resource files was not shown
      perf: direct resource files saving without full length buffer in memory
      perf(gui): line numbers will be disabled on big files due to performance issue
      feat(gui): click on HeapUsageBar will run GC and update memory info
      feat(gui): add more file types for syntax highlights
      refactor: ResContainer class changed for support more types of data (added link to resource file)
      82d0d622
  20. 21 1月, 2019 2 次提交
  21. 18 1月, 2019 2 次提交
  22. 15 1月, 2019 1 次提交
  23. 11 1月, 2019 1 次提交
  24. 06 1月, 2019 1 次提交
    • J
      fix: various UI improvements (#419) · f60bb6b1
      Jan S 提交于
      * fixed wait time for background jobs
      * enable multi-threaded decompiling
      * added preference for excluding certain packages from decompiling and indexing
      * show message dialog in case classes are not indexed because of low memory
      * added heap usage bar for visualizing Java memory usage
      f60bb6b1
  25. 27 12月, 2018 1 次提交
  26. 22 12月, 2018 1 次提交
  27. 06 12月, 2018 1 次提交