log

age author description
Sat, 26 Mar 2011 20:07:38 +0100 volker Close the temp dex file after reading to prevent problems under Windows with bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
Sun, 27 Mar 2011 12:33:41 +0200 forax add support for packed and sparse switch
Sat, 26 Mar 2011 18:45:49 +0100 volker Test for generic parameter
Sat, 26 Mar 2011 16:48:03 +0100 volker (no commit message)Convert the tests of the old testframe to the new testframe with DexifyingRunner
Sat, 26 Mar 2011 01:09:49 +0100 Michael Starzinger Added test case for array access.
Sat, 26 Mar 2011 00:46:50 +0100 forax This patch:
Fri, 25 Mar 2011 23:59:09 +0100 Michael Starzinger Fixed debug information for method parameters.
Fri, 25 Mar 2011 16:08:30 +0100 Michael Starzinger Adapted parser interface for FILL_ARRAY_DATA.
Fri, 25 Mar 2011 16:04:26 +0100 Michael Starzinger Adapted parser interface for switch instructions.
Fri, 25 Mar 2011 09:20:08 +0100 forax Add try/catch and move_exception support.
Thu, 24 Mar 2011 19:05:37 +0100 Michael Starzinger Adapted old test case for static fields.
Thu, 24 Mar 2011 18:54:03 +0100 forax visitTryCatch() must be called before visiting instructions in order
Thu, 24 Mar 2011 18:30:09 +0100 Michael Starzinger Added new test runner for Daneel JUnit tests.
Thu, 24 Mar 2011 18:15:14 +0100 forax This patch implements the opcode corresponding to:
Wed, 23 Mar 2011 23:18:49 +0100 Michael Starzinger Added method to identify jump target labels.
Wed, 23 Mar 2011 11:00:12 +0100 Xerxes R?nby Fixed org.icedrobot.daneel.junit.TestUtils.
Wed, 23 Mar 2011 10:32:31 +0100 Xerxes R?nby Fixed org.icedrobot.daneel.rewriter.DexRewriter_MethodRewriterTest.
Wed, 23 Mar 2011 00:59:25 +0100 Michael Starzinger Fixed rewriter to drop unused invocation results.
Tue, 22 Mar 2011 23:27:44 +0100 volker More return test cases.
Sat, 19 Mar 2011 21:10:34 +0100 volker First step of using the Android test project
Tue, 22 Mar 2011 17:55:09 +0100 Xerxes R?nby Implemented rewriting of AGET, AGET_WIDE, AGET_OBJECT, AGET_BOOLEAN, AGET_BYTE, AGET_CHAR and AGET_SHORT
Tue, 22 Mar 2011 17:08:24 +0100 Xerxes R?nby Implemented rewriting of MOVE_RESULT, MOVE_RESULT_WIDE and MOVE_RESULT_OBJECT.
Tue, 22 Mar 2011 14:42:29 +0100 Michael Starzinger Fixed parsing of CONST_WIDE_HIGH16 instruction.
Tue, 22 Mar 2011 02:22:23 +0100 Michael Starzinger Adapted parser interface for debug information.
Tue, 22 Mar 2011 02:11:59 +0100 Michael Starzinger Implemented binary and binary-literal operations.
Tue, 22 Mar 2011 01:20:12 +0100 Michael Starzinger Added JavaDoc comment to the abstract interpreter.
Tue, 22 Mar 2011 01:08:25 +0100 Michael Starzinger Added new tool for class loader inspection.
Mon, 21 Mar 2011 18:32:49 +0100 Michael Starzinger Implemented parsing of FILLED_NEW_ARRAY.
Mon, 21 Mar 2011 18:24:18 +0100 Michael Starzinger Implemented rewriting of MOVE, MOVE_WIDE and MOVE_OBJECT.
Sun, 20 Mar 2011 21:01:31 +0100 Michael Starzinger Fixed package-private fields of inner classes.