Ahmed Ashour
d111fd0680
feat: add a flag to disable debug info ( #276 ) (PR #502 )
2019-03-23 10:35:00 +03:00
Ahmed Ashour
d3dbdb24af
test: use @NYI instead of commented TODO (PR #499 )
2019-03-23 10:26:44 +03:00
Ahmed Ashour
e585c4ec46
test: add MissingGenericsTypesTest (PR #498 )
2019-03-23 10:25:14 +03:00
Skylot
66421be942
test: add tests for some known issues
2019-03-22 21:00:34 +03:00
Ahmed Ashour
9695291e37
test: case for #62 (PR #497 )
2019-03-22 21:00:10 +03:00
Ahmed Ashour
b65c386b6a
test: migrate all assertions to JUnit5 (PR #496 )
2019-03-22 20:37:20 +03:00
Ahmed Ashour
cd6f6b7a83
test: add NotYetImplemented feature (PR #495 )
2019-03-22 20:11:36 +03:00
Skylot
5169dc52dd
fix: remove invalid chars from class names ( #488 )
2019-03-22 19:54:45 +03:00
Skylot
f72abb2867
test: add test methods for load and check classes from smali files
2019-03-22 19:51:29 +03:00
Skylot
2c0725390e
fix: check variable usage before convert indexed loop to for-each variant ( #483 )
2019-03-22 19:30:20 +03:00
Ahmed Ashour
16b6345c7f
test: migrate to JUnit 5 (PR #493 )
2019-03-22 17:36:13 +03:00
tRuNKator
5f0dbf856b
fix: don't rename R class fields alias (PR #492 )
...
* fix: R class fields alias
* implemented with clearer approach
2019-03-22 14:54:22 +03:00
tRuNKator
650cf31562
fix: resource qualifiers (PR #487 )
2019-03-22 11:05:08 +03:00
tRuNKator
42b7843761
fix: use quantity attribute for plurals (PR #486 )
2019-03-22 11:04:30 +03:00
Ahmed Ashour
d5f4266283
fix: rename class with reserved java keywords ( #485 ) (PR #488 )
2019-03-22 10:55:44 +03:00
Ahmed Ashour
988ada3ce9
style: remove unneeded casts (PR #481 )
...
As detected by Eclipse, and the test case doesn't depend on the explicit casting.
2019-03-21 17:16:33 +03:00
Ahmed Ashour
74562e6868
test: assertion already passes (PR #482 )
2019-03-21 17:14:00 +03:00
Ahmed Ashour
dd2e7e879b
fix: add missing import for class generics map (PR #480 )
...
* Fix missing import for class Generics map.
* Add import only when needed (in non-inner class declaration)
* Remove unneeded import
2019-03-21 17:11:56 +03:00
Ahmed Ashour
2b242b9109
style: remove unused imports (PR #475 )
2019-03-20 13:28:58 +03:00
Skylot
03ae3bcefa
fix: process field init code in dependency collector ( #467 )
2019-03-19 16:45:40 +03:00
Skylot
52deb48aac
fix: move instruction out of try/catch ( #468 )
2019-03-19 16:45:40 +03:00
Skylot
7654661b77
fix: inline desugared lambda classes ( #467 )
2019-03-15 22:19:43 +03:00
Skylot
51a9c741a5
chore: update dependencies and gradle
2019-03-15 19:37:19 +03:00
tRuNKator
a4a8b05ef0
fix: replace dot character with underscore in style resource name (PR #466 )
2019-03-14 15:46:37 +03:00
Skylot
6116a75022
fix: rename R fields using resource names ( #465 )
2019-03-12 20:27:25 +03:00
Skylot
7243ab5cb6
fix: don't replace resources names with field names ( #465 )
2019-03-12 19:35:05 +03:00
Jan S
43538902a3
fix: restore support for AAR files (issue #95 ) (PR #464 )
2019-03-09 17:20:34 +03:00
Skylot
28d348b364
fix: additional checks for synthetic methods remove, rename and inline ( #452 )
2019-02-22 17:50:31 +03:00
Jan S
91691fbd6a
fix: allow APK files without code (no contained dex files) (PR #455 )
2019-02-22 17:45:21 +03:00
Skylot
9856b6d3c5
fix: remove invalid chars from class names ( #453 )
2019-02-21 19:14:55 +03:00
Skylot
e1ca290424
fix: avoid ConcurrentModificationException in EliminatePhiNodes pass
2019-02-21 15:29:38 +03:00
Skylot
0fa19fb0ac
fix: remove unreachable blocks ( #451 )
2019-02-21 15:24:18 +03:00
Skylot
f8acc31b0b
fix(gui): remove output directories from persistent settings ( #447 )
2019-02-20 10:40:39 +03:00
Skylot
db1b027da2
fix: improve bridge methods renaming ( #397 )
2019-02-16 13:07:13 +03:00
Skylot
7f4e641860
fix: skip duplicated block in complex if ( #441 )
2019-02-15 16:27:43 +03:00
Skylot
710245d597
fix: replace recursive analysis algorithms with iterations to avoid StackOverflow on big methods ( #441 )
2019-02-14 21:17:31 +03:00
skylot
8c7140d6b8
fix: change not allowed access modifiers for methods ( #387 ) (PR #439 )
...
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`)
2019-02-11 14:56:03 +03:00
Skylot
82d0d622a8
fix: refactor, improve performance and fix some issues in resource processing
...
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)
2019-01-22 18:51:09 +03:00
Skylot
aec986447e
fix: support multi-exception catch blocks ( #421 )
2019-01-19 16:28:25 +03:00
Skylot
da41efa3db
fix: force rename by checks from RenameVisitor ( #432 )
2019-01-18 16:50:11 +03:00
Skylot
618b014b3d
fix: rename method wrapped by synthetic only from same class ( #430 )
2019-01-16 22:27:50 +03:00
Jan S
72b2663949
fix: ArrayIndexOutOfBoundsException in string concatenation visitor ( #427 )
...
* 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)
2019-01-12 21:12:28 +03:00
Skylot
727285e3df
chore: update dependencies and gradle
2019-01-12 19:07:37 +03:00
Donlon
fd3498add6
fix: show method alias in "method not decompiled" messages ( #410 )
2019-01-06 14:02:37 +03:00
Skylot
eadf046b2c
chore: show try/catch processing problems in code comments
2018-12-25 17:29:36 +03:00
Skylot
e9591efd7e
fix: search exception handler splitter block by offset if jump source unknown ( #406 )
2018-12-25 17:27:42 +03:00
Skylot
0f27eba1b1
fix: don't rename constructors and class init methods in deobfuscator ( #415 )
2018-12-22 13:03:06 +03:00
Skylot
a841d0ebe7
fix: use '$' for inner classes also in methods and fields ( #415 )
2018-12-22 13:02:27 +03:00
Skylot
e0624ce986
fix: use '$' as separator for inner classes in .jobf file ( #415 )
2018-12-21 19:44:25 +03:00
Skylot
6d59f77165
fix: process try/catch without move-exception instruction ( #395 )
2018-11-26 14:31:49 +03:00