aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-06Typo in bug numberandroid-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devIan Parkinson
2013-03-01Update DexMaker's UnsafeAllocatorIan Parkinson
2013-02-19Applied patch from https://code.google.com/p/dexmaker/issues/detail?id=20 to ...ls
2013-01-31Compile dexmaker against lowest API possible: 10.Brett Chabot
2013-01-30Build Dexmaker's Mockito pluginIan Parkinson
2012-10-17Update to latest dexmaker.Mark Brophy
2012-08-10Import upstream masterJean-Baptiste Queru
2012-08-09Fix a bug where post JB AppDataDirGuesser gets a null cache directory.Tsu Chiang Chuang
2012-06-22Make AppDataDirGuesser read classpath using Reflection fromAlex Klyubin
2012-06-22Fix a bug where AppDataDirGuesser picked a non-existent cacheAlex Klyubin
2012-05-14Update to latest Mockito mocking APIsJesse Wilson
2012-03-21Merge remote-tracking branch 'goog/ics-aah-exp'android-sdk-support_r11android-cts-4.2_r2android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1tools_r22tools_r21jb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-dev-plus-aospjb-mr1-devjb-devMike Lockwood
2012-03-05Track mockito upstream rename of org.mockito.plugins.MockMakerJesse Wilson
2012-03-02Track mockito change to not use META-INF, since that directory is ignored by ...Jesse Wilson
2012-01-30Include a mockito binary to build the mockito source against.Jesse Wilson
2012-01-30Native mockito support. This depends on a few things not yet available in Moc...Jesse Wilson
2012-01-24Fix Android.mk.android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr1.1-releasejb-mr1-releasejb-mr0-releaseBrett Chabot
2012-01-18Merge remote-tracking branch 'upstream/master' into ics-aahAnatol Pomozov
2012-01-18Merge remote-tracking branch 'upstream/master'Anatol Pomozov
2012-01-17Fix Android.mk.Brett Chabot
2012-01-17Little javadoc changes.Hugo Hudson
2012-01-12Two new features for ProxyBuilder:Jesse Wilson
2012-01-12Better exception message when construction fails.Jesse Wilson
2012-01-11Adopt Hugo Hudson's AppDataDirGuesser in the core DexMaker. It's far too cumb...Jesse Wilson
2012-01-11Android.mk file for building in the tree.Hugo Hudson
2012-01-10Fix build on a JVM.Jesse Wilson
2012-01-10Fill in unimplemented caching tests.Jesse Wilson
2012-01-10Implement a cache for proxy classes.Jesse Wilson
2012-01-10Update Javadocs.Jesse Wilson
2012-01-10More documentation, including method documentation for all methods on Code.Jesse Wilson
2012-01-10Merge branch 'master' of https://code.google.com/p/dexmakerJesse Wilson
2012-01-10Add a move opJesse Wilson
2012-01-10Rename declareConstructor() to declare(). Add more parameter validation and t...Jesse Wilson
2012-01-09Synchronization.Jesse Wilson
2012-01-09Move documentation on Code.javaJesse Wilson
2012-01-09More documentation on Code generation.Jesse Wilson
2012-01-09New unary op and other APIsJesse Wilson
2012-01-09Nuke package-info classes. These were offending jarjar.Jesse Wilson
2012-01-09More documentation. Rename compare ops.Jesse Wilson
2012-01-07One cast() method for both numeric and type casts.Jesse Wilson
2012-01-07Replace two methods not() and negate() with a new type UnaryOp and an op() me...Jesse Wilson
2012-01-06Javadoc cleanupJesse Wilson
2012-01-06Freshen Javadocs.Jesse Wilson
2012-01-06Use 'new Label()' rather than 'Code.newLabel()' to make it clear that allocat...Jesse Wilson
2012-01-06Use jarjar to repackage dx to avoid conflicts with dx.jar.Jesse Wilson
2012-01-06Use one dex directory instead of two.Jesse Wilson
2012-01-06Add a big example in DexMaker on its use. Also fix up some of the problems en...Jesse Wilson
2012-01-05Rename DexGenerator to DexMaker.Jesse Wilson
2012-01-05Include move-parameter instructions for the 'this' parameter if it exists.Jesse Wilson
2012-01-03Publish Javadocs to the web.Jesse Wilson