aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-28Merge pull request #25 from yyjdelete/patch-1Ben Gruver
2014-12-28Fix some generics issues when compiling with java 8Ben Gruver
2014-12-28Disable doclint for java 8Ben Gruver
2014-12-28Fix some javadoc issuesBen Gruver
2014-12-28Expose the various fixed-size item counts in DexBackedDexFileBen Gruver
2014-12-28Refactor VariableSizeLookaheadIteratorBen Gruver
2014-11-14Use options.checkPackagePrivateAccessyyjdelete
2014-11-14checkPackagePrivateAccess only for API 17(4.2)yyjdelete
2014-11-06Add some additional checks related to instruction sizeBen Gruver
2014-11-06Use dlerror() to clear any error before retrying with the mangled nameBen Gruver
2014-11-06Merge pull request #23 from iBotPeaches/masterBen Gruver
2014-11-06Implement dex entry for non classes.dex filesConnor Tumbleson
2014-11-06Merge pull request #24 from CalebFenton/masterBen Gruver
2014-10-10Use 2.x 'param' directiveCaleb Fenton
2014-08-29Fixed the bug of not setting the location field of the instruction in addInst...edwardxwu
2014-08-16Merge pull request #21 from whydoubt/floating-point-valuesBen Gruver
2014-08-15No need to reevaluate 'resource != null'Jeff Smith
2014-07-21Allow but ignore multiple exception handlers for the same exceptionBen Gruver
2014-07-19Improve the readability of the newline normalization stuff for testsBen Gruver
2014-07-19Fix potential NPE in MethodAnalyzerBen Gruver
2014-07-19Implement implicit method/field references in baksmaliBen Gruver
2014-07-19Implement implicit method/field references in smaliBen Gruver
2014-07-15Add missing "break" from switch statement in BuilderClassPoolBen Gruver
2014-07-15Ensure the annotation elements are sorted when writtenBen Gruver
2014-02-17Improve how method parameter lists are lexedBen Gruver
2014-02-17Give comment-generating functions more precise namingJeff Smith
2014-02-16Merge remote-tracking branch 'upstream/master' into floating-point-valuesJeff Smith
2014-02-03Clean up some unused/unneeded tokens in smaliParser.gBen Gruver
2014-02-02Add support for non-standard invoke-object-init/range instructionsBen Gruver
2014-02-02Upgrade to gradle 1.10Ben Gruver
2014-02-01Truncate filenames based on their utf-8 lengthBen Gruver
2014-01-29Fix NPE when using a custom inline method tableBen Gruver
2014-01-29support c++ dalvik in deodexerantBen Gruver
2014-01-18Add new experimental dex rewriter functionalityBen Gruver
2014-01-18Minor comment fix in MutableMethodImplementationBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Don't throw an exception in the build if the sonatype user/password isn't setBen Gruver
2014-01-17Bump the version to 2.0.3Ben Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2014-01-16Lazily create the lists in MethodLocationBen Gruver
2013-12-29Use known-good locale when doing jflex codegenBen Gruver
2013-12-12Make sure we always shut down the executorBen Gruver
2013-12-12Skip the call to String.format when annotating, if there are no valuesBen Gruver
2013-12-10Merge remote-tracking branch 'upstream/master' into floating-point-valuesJeff Smith
2013-12-08Replace use of System.lineSeparator(), to keep compatibility with java 6Ben Gruver
2013-12-08Fix up option parsing code for resource id stuff to use 'i'Ben Gruver
2013-12-08occured -> occurredBen Gruver
2013-12-08Don't System.exit from baksmali.disassembleClassBen Gruver
2013-12-08Remove --check-package-private-access optionBen Gruver
2013-12-08Allow primitive types for 21c instruction format (e.g. check-cast)Ben Gruver