Ahmed Ashour
|
c134329ce9
|
fix: cast of int-to-(number) when int is boolean (#596) (PR #602)
|
2019-04-20 19:29:41 +03:00 |
|
Ahmed Ashour
|
2148d4b0f5
|
test: add test case for #597 (PR #603)
|
2019-04-15 21:25:47 +03:00 |
|
Ahmed Ashour
|
632cc3ec16
|
fix: add primitive cast in ternary for byte and short (PR #601)
|
2019-04-15 18:09:01 +03:00 |
|
Ahmed Ashour
|
bcfed5b362
|
fix: generics constructor types (PR #594)
|
2019-04-14 22:01:08 +03:00 |
|
Skylot
|
4cb9f23a7d
|
fix: inline anonymous classes with not default constructor (#450)
|
2019-04-14 19:02:42 +03:00 |
|
Ahmed Ashour
|
0aa7173e83
|
chore: upgrade smali to 2.2.7 (PR #593)
|
2019-04-14 15:30:21 +03:00 |
|
Ahmed Ashour
|
b1b49e6195
|
fix: remove declaration of unused variable (PR #590)
|
2019-04-14 14:29:38 +03:00 |
|
Ahmed Ashour
|
d23f4ac16a
|
feat: support smali files (#391) (PR #588)
|
2019-04-14 12:05:07 +03:00 |
|
Ahmed Ashour
|
01da127c4e
|
fix: remove generics cast when object types match (#591) (PR #592)
|
2019-04-14 11:39:27 +03:00 |
|
Skylot
|
ccb9c46005
|
style: fix imports and indents
|
2019-04-12 18:23:41 +03:00 |
|
Ahmed Ashour
|
01dfae4ac7
|
test: add test case for anonymous type, and move assertions to NYI (PR #589)
|
2019-04-12 18:15:08 +03:00 |
|
Ahmed Ashour
|
395cae439e
|
fix: handle NPE for methods with removed instructions (#342) (PR #583)
|
2019-04-12 18:12:38 +03:00 |
|
Ahmed Ashour
|
eb77aa51b2
|
fix: conditions in ternary if (#449) (PR #558)
|
2019-04-12 18:11:22 +03:00 |
|
Ahmed Ashour
|
ac1d1a5858
|
fix(gui): disable all components on saving the settings (PR #586)
|
2019-04-12 18:10:16 +03:00 |
|
Ahmed Ashour
|
74a72a5ce0
|
feat: add options to configure "renaming" (#570) (PR #582)
|
2019-04-12 18:08:50 +03:00 |
|
Ahmed Ashour
|
a1bfdc6323
|
fix: remove static field redundant array type when initialized (PR #580)
|
2019-04-11 13:07:14 +03:00 |
|
Ahmed Ashour
|
0720992998
|
test: add test case for #130 (PR #578)
|
2019-04-09 19:10:47 +03:00 |
|
Ahmed Ashour
|
ef28875a8e
|
test: add test case for #43 (PR #576)
|
2019-04-09 19:02:04 +03:00 |
|
Ahmed Ashour
|
10fb57f6fb
|
test: add test case for #101 (PR #577)
|
2019-04-09 18:45:40 +03:00 |
|
Ahmed Ashour
|
7186a4a2d7
|
test: add two cases for switch-try-break combination (PR #575)
|
2019-04-09 18:04:16 +03:00 |
|
Ahmed Ashour
|
ab4721a8b3
|
fix: don't rename R class in deobfuscation (#572) (PR #573)
|
2019-04-09 17:39:59 +03:00 |
|
Ahmed Ashour
|
23c05bb5f6
|
fix: search in resource classes by original name, not by alias (#562) (PR #571)
|
2019-04-09 17:36:51 +03:00 |
|
Ahmed Ashour
|
fe41174be8
|
feat: add generic method information to .jcst (PR #564)
|
2019-04-09 17:35:34 +03:00 |
|
Ahmed Ashour
|
513766d45b
|
fix: remove field redundant array type when initialized (PR #567)
|
2019-04-08 17:21:07 +03:00 |
|
Ahmed Ashour
|
79ccaadaff
|
fix: handle big .jar files (using multi-dex option) (#390) (PR #568)
|
2019-04-08 17:20:04 +03:00 |
|
Ahmed Ashour
|
ecaa87e7ae
|
fix: remove redundant array type when initialized with declaration (PR #566)
|
2019-04-08 13:07:34 +03:00 |
|
Ahmed Ashour
|
0a08d8b653
|
fix(gui): NPE if the autosave is enabled and project is initial (PR #565)
|
2019-04-08 13:05:22 +03:00 |
|
Ahmed Ashour
|
7b18d3a3a8
|
fix: ignore not generated insns in CodeShrinker visitor (PR #560)
|
2019-04-08 13:04:45 +03:00 |
|
Ahmed Ashour
|
058e4c9fd7
|
fix: remove redundant wrapping for same arith operations (PR #559)
|
2019-04-04 15:22:05 +03:00 |
|
Ahmed Ashour
|
9d257cd115
|
fix(res): ignore resource entry with -1 key (#556) (PR #557)
|
2019-04-03 12:11:33 +03:00 |
|
Ahmed Ashour
|
1e5541175e
|
fix: move test class and rename GUI message (PR #555)
|
2019-04-02 23:05:58 +03:00 |
|
Ahmed Ashour
|
bae7f1b09c
|
fix: field increment (PR #550)
|
2019-04-02 12:10:44 +03:00 |
|
Ahmed Ashour
|
e6e8f6367e
|
fix: variable usage with enhanced for loop (#535) (PR #547)
|
2019-04-01 21:07:28 +03:00 |
|
Ahmed Ashour
|
3970fce503
|
test: use NYI instead of comment (PR #551)
|
2019-04-01 21:05:51 +03:00 |
|
Ahmed Ashour
|
eda2272430
|
chore: use functional interface instead of ISettingsUpdater (PR #548)
|
2019-04-01 15:33:47 +03:00 |
|
Ahmed Ashour
|
207ce6cbbe
|
chore: fix "unused" warnings (PR #549)
|
2019-04-01 15:19:09 +03:00 |
|
Ahmed Ashour
|
1d3e6ecbcf
|
chore: use lambda (PR #544)
|
2019-03-31 21:36:11 +03:00 |
|
Ahmed Ashour
|
a5a951cfa1
|
test: add test case for #535 (PR #545)
|
2019-03-31 21:34:18 +03:00 |
|
Ahmed Ashour
|
a6f935ed68
|
fix: close resource (PR #546)
|
2019-03-31 21:33:45 +03:00 |
|
Ahmed Ashour
|
b09c7ba6b8
|
feat(gui): support project (#526) (PR #543)
|
2019-03-31 20:20:27 +03:00 |
|
Ahmed Ashour
|
ec66476ac6
|
fix: better String constructor from byte and char arrays (#530) (PR #533)
|
2019-03-31 20:17:14 +03:00 |
|
Skylot
|
008216d599
|
fix: don't cast overloaded methods with generics from other class (#448)
|
2019-03-30 20:50:12 +03:00 |
|
Skylot
|
4a92275adb
|
test: allow use Eclipse compiler in tests (#536)
|
2019-03-29 16:25:52 +03:00 |
|
Ahmed Ashour
|
6fca311de0
|
test: add test case for #536 (PR #537)
|
2019-03-29 16:10:33 +03:00 |
|
Skylot
|
8e279f55f1
|
style: fix editorconfig to preserve formating in IntelliJ Idea
|
2019-03-29 12:42:02 +03:00 |
|
Skylot
|
2caac21b73
|
test: limit auto check execution time
|
2019-03-29 12:40:51 +03:00 |
|
Skylot
|
c5d977baca
|
test: always use runtime compiler for build dex (#536)
|
2019-03-29 12:39:58 +03:00 |
|
Ahmed Ashour
|
b5344f4577
|
fix: redundant byte and short cast (#538) (PR #539)
|
2019-03-29 11:33:39 +03:00 |
|
Ahmed Ashour
|
0fa3842a70
|
test: warn about compiler not found (PR #540)
|
2019-03-29 11:27:11 +03:00 |
|
Ahmed Ashour
|
6fc7c7a462
|
chore: don't create unneeded StringBuilder (PR #541)
|
2019-03-29 11:23:42 +03:00 |
|