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