Commit Graph

48 Commits

Author SHA1 Message Date
Skylot dfe97b768e Refactoring: extract interface for JadxArgs 2013-05-31 00:04:34 +04:00
skylot b3fa8dbeed Add build status to readme 2013-05-26 16:21:38 +04:00
Skylot 8eae42364f Update gradle 2013-05-25 20:11:10 +04:00
Skylot 81ee9e6b7d Remove unused code 2013-05-25 19:52:06 +04:00
Skylot d5737adec7 Fix 'rsub-int' instruction decoding 2013-05-05 22:11:15 +04:00
Skylot 210c8e547c Adjust types merge, other code improvements 2013-05-04 18:19:34 +04:00
Skylot 4e284c4ce2 Use chars instead strings, code refactoring 2013-05-02 18:27:28 +04:00
Skylot c363bea59f Set debug info for unused variables 2013-05-02 18:27:19 +04:00
Skylot 3fcbca9456 Fix try/catch/finally block processing 2013-05-02 18:18:15 +04:00
Skylot 56eac437f1 Fix errors in AttributesList, refactoring 2013-05-02 18:14:43 +04:00
Skylot b4d08bdc55 Split Main class 2013-05-02 18:13:35 +04:00
Skylot c7ed985767 Various code improvements 2013-04-28 22:55:38 +04:00
Skylot a6f6115184 Fix loops processing 2013-04-28 22:46:42 +04:00
Skylot 533883b5aa Fix arguments types in array-put instruction 2013-04-28 19:10:09 +04:00
Skylot 2e40ca17dc Update gradle and dependencies versions 2013-04-28 14:15:45 +04:00
Skylot 0e04dc72b9 Avoid variable names clash 2013-04-27 21:13:42 +04:00
Skylot 484e07df8d Fix setting variable name from debug info 2013-04-27 21:03:01 +04:00
Skylot a55f4c59ce Fix self constructor call 2013-04-25 21:59:06 +04:00
Skylot 4e7ef9f4d2 Fix 'switch' codegen for empty case block 2013-04-24 23:49:31 +04:00
Skylot e60b599260 Refactoring: remove unused arg in InsnNode 2013-04-21 20:06:56 +04:00
Skylot 96e3e887ce Inline 'access' synthetic methods 2013-04-21 19:57:16 +04:00
Skylot 87794d25c1 Fix bug for args in methods with generics 2013-04-19 22:26:19 +04:00
Skylot c4f2119955 Remove redundant space 2013-04-18 23:40:32 +04:00
Skylot 76feab3f2a Don't remove constructor with super call 2013-04-18 23:36:39 +04:00
Skylot 550659d372 Fix generic types for abstract methods 2013-04-18 23:15:09 +04:00
Skylot ba1524dceb Fix arrays parsing in signature 2013-04-18 22:58:27 +04:00
Skylot 0ee499c54c Add generic types for classes and fields 2013-04-15 23:24:14 +04:00
Skylot 3b84aec57e Add generic types to methods declarations 2013-04-14 21:10:13 +04:00
Skylot cc318b13ad ArgType refactoring, add generic parsing 2013-04-13 00:15:01 +04:00
Skylot d662b2c50c Fix debug info parsing, save generics types for variables 2013-04-09 23:56:20 +04:00
Skylot a617a77d1f Fix variable declaration for multiple assigns 2013-04-08 23:50:40 +04:00
Skylot 62a28c8e88 Remove empty public constructors 2013-04-07 15:39:50 +04:00
Skylot 045a643bba Update bintray download link 2013-03-31 12:03:20 +04:00
Skylot 1eb3555fed Fix java max memory size for Windows 32-bit v0.4 2013-03-31 12:02:50 +04:00
Skylot 3bd11fa562 Improve loops parsing 2013-03-28 23:42:35 +04:00
Skylot 772c664d47 Store version number in manifest 2013-03-28 22:27:46 +04:00
Skylot 29840e0317 Generate code for 'if-else-if' construction 2013-03-26 23:20:39 +04:00
skylot 326b197916 Add bintray.com to downloads list 2013-03-26 21:48:08 +04:00
Skylot a968de0f76 Deprecate class existence check by name 2013-03-24 16:24:51 +04:00
skylot 291b898c78 Add downloads section to readme 2013-03-24 16:05:28 +04:00
Skylot 478d186a95 Fix incorrect variable declaration 2013-03-23 19:24:56 +04:00
Skylot 79114520bd Fix endless loop in path existence check 2013-03-23 15:48:48 +04:00
Skylot d3c2496f78 Code clean up 2013-03-22 21:04:27 +04:00
Skylot baa14e9d23 Handle super call processing error 2013-03-21 23:44:51 +04:00
Skylot 918e566c56 Improve class name parsing 2013-03-21 21:41:25 +04:00
Skylot d01a280ddf Add source files and samples 2013-03-18 21:05:28 +04:00
Skylot 0f520dfb42 Add gradle files 2013-03-18 21:05:00 +04:00
Skylot d7f0a4ed28 Add readme and license files 2013-03-18 21:04:23 +04:00