Ahmed Ashour
|
2e9039da4e
|
fix(gui): show java version, instead of VM version in about dialog (PR #489)
|
2019-03-22 11:26:29 +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 |
|
Skylot
|
365c1faf25
|
Merge branch 'master' into type-inference-wip
|
2019-03-20 14:36:20 +03:00 |
|
Ahmed Ashour
|
9797fe5b81
|
fix(gui): sort resources according to their type, then name (PR #479)
|
2019-03-20 14:04:51 +03:00 |
|
Skylot
|
6d052d39ad
|
build: check repo name and build type to skip deploy on PR and forks
|
2019-03-20 13:59:19 +03:00 |
|
Ahmed Ashour
|
2b242b9109
|
style: remove unused imports (PR #475)
|
2019-03-20 13:28:58 +03:00 |
|
skylot
|
1c8741332e
|
GUI: disable package if "excluded" (#477)
|
2019-03-20 13:25:17 +03:00 |
|
Ahmed Ashour
|
a3ff03c8f3
|
GUI: disable package if "excluded"
|
2019-03-20 09:37:57 +01:00 |
|
Skylot
|
3019ee5655
|
build: check secret variable to skip deploy on pull requests
|
2019-03-19 21:22:28 +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 |
|
Jan Peter Stotz
|
214866fcb9
|
chore: About box and logos
|
2019-03-16 18:12:39 +01: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 |
|
Skylot
|
bce86d3211
|
build: check env variables for deploy stages (i.e skip deploy in forks)
|
2019-03-14 18:22: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
|
cf79a519d3
|
refactor: move code shrink visitor to separate package and extract inner classes
|
2019-03-03 21:03:03 +03:00 |
|
Skylot
|
d069928613
|
fix: check if synthetic class not yet processed but must be removed (#450)
|
2019-03-02 19:09:31 +03:00 |
|
Skylot
|
dd13edf262
|
fix: don't remove empty default constructor if other constructors exists (#460)
|
2019-03-02 17:31:12 +03:00 |
|
Skylot
|
653bb2ac10
|
fix: hide first argument instead remove for constructor in inner class
|
2019-03-02 16:02:17 +03:00 |
|
Skylot
|
cbdc2496fc
|
fix: check block before insert additional move instruction for type inference
|
2019-03-01 23:36:26 +03:00 |
|
Skylot
|
3de04cb638
|
refactor: use flags to mark registers with immutable type
|
2019-02-28 16:32:11 +03:00 |
|
Skylot
|
68d074aecf
|
fix: change type update collection to produce deterministic results
|
2019-02-27 19:03:05 +03:00 |
|
Skylot
|
0df5aa80fe
|
refactor(cli): add missing generic for JCommanderWrapper
|
2019-02-26 20:12:40 +03:00 |
|
Skylot
|
28bcad202a
|
refactor: resolve deprecation warning for TypeGen.literalToString method
|
2019-02-26 20:09:05 +03:00 |
|
Skylot
|
16d8d41baf
|
Merge branch 'master' into type-inference-wip
# Conflicts:
# jadx-core/src/main/java/jadx/core/dex/visitors/blocksmaker/BlockSplitter.java
# jadx-core/src/main/java/jadx/core/dex/visitors/ssa/EliminatePhiNodes.java
|
2019-02-26 20:04:35 +03:00 |
|
Skylot
|
7bd175220e
|
fix: add correct type propagation for check-cast and move instructions (#401)
|
2019-02-26 19:56:09 +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
|
ab7b6fc29f
|
refactor: don't use additional class for jadx warnings
|
2019-02-20 14:43:59 +03:00 |
|
Skylot
|
f8acc31b0b
|
fix(gui): remove output directories from persistent settings (#447)
|
2019-02-20 10:40:39 +03:00 |
|
Skylot
|
4197365131
|
fix: improve fallback mode dump (add types, remove label after if)
|
2019-02-19 21:11:15 +03:00 |
|
Skylot
|
389caf1825
|
fix: improve filled array detection
|
2019-02-18 23:57:53 +03:00 |
|
Skylot
|
bcadc28207
|
fix(gui): use system font as default instead bundled Hack (#442, #445)
|
2019-02-17 19:01:03 +03:00 |
|
Skylot
|
7e95758a6e
|
fix(gui): add scroll to preferences dialog
|
2019-02-17 18:48:27 +03:00 |
|
Skylot
|
d44dd0de84
|
fix(gui): show current font in preferences
|
2019-02-17 18:46:05 +03:00 |
|
Skylot
|
5cee498e1d
|
Merge branch 'master' into type-inference-wip
|
2019-02-17 16:10:09 +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 |
|