aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-24Fix ProxyBuilder tries to extend final methods.Samuel Tan
2015-05-13Issue: ProxyBuilder.getMethodsToProxyRecursive() was not returning list of me...Andrew Yousef
2015-04-22Update AppDataDirGuesser for BaseDexClassLoaderAndreas Gampe
2015-04-22-Added instructions to README.md on how to run unit tests.Andrew Yousef
2015-04-22Modified DexMaker to reuse existing class files whenever possible. Modified P...Andrew Yousef
2015-03-09Explicitly set JarEntry sizeAndreas Gampe
2013-10-14Remove patch for b/8297640 from DexMakerIan Parkinson
2013-10-09Do not assert that InvocationHandler.invoke args should be non-nullBrian Carlstrom
2013-03-01Update DexMaker's UnsafeAllocatorIan Parkinson
2013-02-19Applied patch from https://code.google.com/p/dexmaker/issues/detail?id=20 to ...ls
2012-10-17Update to latest dexmaker.Mark Brophy
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-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-30Native mockito support. This depends on a few things not yet available in Moc...Jesse Wilson
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-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-09More documentation on Code generation.Jesse 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-06Use 'new Label()' rather than 'Code.newLabel()' to make it clear that allocat...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-03Move ProxyBuilder to the .stock subpackage (better names welcome) and kill De...Jesse Wilson
2012-01-03Don't require use of dx-implementation detail class AccessFlags in the public...Jesse Wilson
2012-01-03Initial add of dx and dexmaker.Jesse Wilson