1. 15 Mar, 2019 1 commit
  2. 14 Mar, 2019 2 commits
  3. 12 Mar, 2019 2 commits
  4. 09 Mar, 2019 1 commit
  5. 22 Feb, 2019 2 commits
  6. 21 Feb, 2019 3 commits
  7. 20 Feb, 2019 1 commit
  8. 17 Feb, 2019 3 commits
  9. 16 Feb, 2019 1 commit
  10. 15 Feb, 2019 1 commit
  11. 14 Feb, 2019 1 commit
  12. 11 Feb, 2019 1 commit
    • skylot's avatar
      fix: change not allowed access modifiers for methods (#387) (PR #439) · 8c7140d6
      skylot authored
      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
  13. 23 Jan, 2019 5 commits
  14. 22 Jan, 2019 1 commit
    • Skylot's avatar
      fix: refactor, improve performance and fix some issues in resource processing · 82d0d622
      Skylot authored
      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
  15. 21 Jan, 2019 2 commits
  16. 19 Jan, 2019 2 commits
  17. 18 Jan, 2019 3 commits
  18. 16 Jan, 2019 1 commit
  19. 15 Jan, 2019 1 commit
  20. 12 Jan, 2019 3 commits
  21. 10 Jan, 2019 1 commit
  22. 07 Jan, 2019 1 commit
  23. 06 Jan, 2019 1 commit
    • Jan S's avatar
      fix: various UI improvements (#419) · f60bb6b1
      Jan S authored
      * 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