1. 06 5月, 2019 1 次提交
  2. 29 4月, 2019 1 次提交
  3. 25 4月, 2019 1 次提交
  4. 22 4月, 2019 1 次提交
  5. 12 4月, 2019 1 次提交
  6. 03 4月, 2019 1 次提交
  7. 01 4月, 2019 1 次提交
  8. 28 3月, 2019 1 次提交
  9. 25 3月, 2019 1 次提交
  10. 17 3月, 2019 1 次提交
  11. 17 2月, 2019 1 次提交
  12. 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
  13. 23 1月, 2019 1 次提交
  14. 21 1月, 2019 1 次提交
  15. 18 1月, 2019 1 次提交
  16. 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
  17. 29 10月, 2018 1 次提交
  18. 28 10月, 2018 1 次提交
  19. 28 8月, 2018 1 次提交
  20. 21 8月, 2018 1 次提交
  21. 19 8月, 2018 2 次提交
  22. 05 7月, 2018 1 次提交
    • A
      gui: show app certificate (#305) · 03a09deb
      asviridenko 提交于
      * add node
      
      * add node
      
      * add certificate panel
      
      * add certifcate manager
      
      * работа над проектом
      
      * ресурсы
      
      * включение возможности показа
      
      * небольшие исправления
      
      * start tests
      
      * more tests
      
      * signature test
      
      * fingerprint test
      
      * public key test
      
      * удалено лишний код
      
      * add scroll
      03a09deb
  23. 20 6月, 2018 1 次提交
  24. 02 6月, 2018 1 次提交
  25. 18 2月, 2018 1 次提交
  26. 12 2月, 2018 2 次提交
  27. 03 1月, 2018 1 次提交
  28. 05 4月, 2016 1 次提交
  29. 27 3月, 2016 1 次提交
  30. 13 3月, 2016 1 次提交
  31. 08 3月, 2016 2 次提交
  32. 11 8月, 2015 1 次提交
  33. 09 8月, 2015 1 次提交
    • S
      gui: improve memory usage (#79) · 43592c3e
      Skylot 提交于
      - don't use suffix tree in search
      - decrease default working threads count (only 1 for background jobs)
      - use string refs for store only one code string without duplicates
      - use cache for creating UI nodes
      - allow to disable autostart for background jobs (decompilation and index)
      43592c3e
  34. 26 7月, 2015 1 次提交
  35. 15 7月, 2015 1 次提交
  36. 31 5月, 2015 2 次提交