1. 21 Feb, 2019 2 commits
  2. 20 Feb, 2019 1 commit
  3. 17 Feb, 2019 3 commits
  4. 16 Feb, 2019 1 commit
  5. 15 Feb, 2019 1 commit
  6. 14 Feb, 2019 1 commit
  7. 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
  8. 23 Jan, 2019 5 commits
  9. 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
  10. 21 Jan, 2019 2 commits
  11. 19 Jan, 2019 2 commits
  12. 18 Jan, 2019 3 commits
  13. 16 Jan, 2019 1 commit
  14. 15 Jan, 2019 1 commit
  15. 12 Jan, 2019 3 commits
  16. 10 Jan, 2019 1 commit
  17. 07 Jan, 2019 1 commit
  18. 06 Jan, 2019 2 commits
  19. 26 Dec, 2018 1 commit
  20. 25 Dec, 2018 2 commits
  21. 22 Dec, 2018 4 commits
  22. 21 Dec, 2018 1 commit