- 21 Feb, 2019 2 commits
- 20 Feb, 2019 1 commit
-
-
Skylot authored
-
- 17 Feb, 2019 3 commits
- 16 Feb, 2019 1 commit
-
-
Skylot authored
-
- 15 Feb, 2019 1 commit
-
-
Skylot authored
-
- 14 Feb, 2019 1 commit
-
-
Skylot authored
fix: replace recursive analysis algorithms with iterations to avoid StackOverflow on big methods (#441)
-
- 11 Feb, 2019 1 commit
-
-
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`)
-
- 23 Jan, 2019 5 commits
- 22 Jan, 2019 1 commit
-
-
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)
-
- 21 Jan, 2019 2 commits
- 19 Jan, 2019 2 commits
- 18 Jan, 2019 3 commits
-
-
Skylot authored
-
Jan S authored
* fix: unsynchronized search index creation (code usage) results in ArrayIndexOutOfBoundsException and stuck at 99% * fix: use computeIfAbsent instead of synchronized block
-
Jan S authored
* feat: APK signature check v1/v2 using the apksig library from Google * fix: proposed changes implemented
-
- 16 Jan, 2019 1 commit
-
-
Skylot authored
-
- 15 Jan, 2019 1 commit
-
-
Jan S authored
fix(gui): unsynchronized search index creation results in NullPointerException upon performing search (#429)
-
- 12 Jan, 2019 3 commits
-
-
Jan S authored
* fix: ArrayIndexOutOfBoundsException in string concatenation visitor * fix: typo in comment * fix: StringBuilder chain processing created wrong code * test: simple JUnit test cases added for testing StringBuilder chain processing (chains that can be and that can't be simplified)
-
Skylot authored
-
Skylot authored
-
- 10 Jan, 2019 1 commit
-
-
Skylot authored
-
- 07 Jan, 2019 1 commit
-
-
Skylot authored
-
- 06 Jan, 2019 2 commits
-
-
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
-
Donlon authored
-
- 26 Dec, 2018 1 commit
-
-
Jan Peter Stotz authored
-
- 25 Dec, 2018 2 commits
- 22 Dec, 2018 4 commits
- 21 Dec, 2018 1 commit
-
-
Skylot authored
-