aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-16Add dependencies between generated ANTLR classesandroid-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_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_r1tools_r22tools_r21jb-releasejb-mr1.1-releasejb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-releasejb-mr1-dev-plus-aospjb-mr1-devjb-mr0-releasejb-devBen Gruver
2011-11-16Changes for building in Android treeBen Gruver
2011-11-16Initial merge of upstream codeBen Gruver
2011-11-11Initial empty repositoryAnatol Pomazau
2011-10-11Bump the version to 1.2.9-devBen Gruver
2011-10-10Add additional verbage for the --allow-odex-instructions in smaliBen Gruver
2011-10-10Add support for assembling format 22c odex instructionsBen Gruver
2011-10-10Add support for assembling format 21c odex instructionsBen Gruver
2011-10-09Add lexer tests for throw-verification-error and related tokensBen Gruver
2011-10-09Improve the error reporting for the lexer testsBen Gruver
2011-10-09Add initial support for allowing assembly of odex instructionsBen Gruver
2011-10-09Add support for the throw-verification-error opcodeBen Gruver
2011-10-09Improve the way sparse/packed switch data blocks are found and processedBen Gruver
2011-09-20Fix an incorrectly formatted offset to the debug info, in the dump for a code...Ben Gruver
2011-09-17Add an example showing how methods can be overriden based on return valueBen Gruver
2011-08-14Fix an infinite loop in findMethodByMethodIdInternalBen Gruver
2011-08-13Bump the version number to 1.2.8-devBen Gruver
2011-08-13Take into account defining class information when resolving field offsetsBen Gruver
2011-08-12Remove unused instanceFieldLookup field in ClassPath.ClassDefBen Gruver
2011-07-20Rename literalTools to LiteralToolsBen Gruver
2011-07-15Fix possible issue(?) in IntegerRenderer.writeUnsignedToBen Gruver
2011-07-15Rename the printLongAsHex and printIntAsHex methods in IndentingWriter for cl...Ben Gruver
2011-07-15Fix the printIntAsDec method in Indenting writer to correctly handle negative...Ben Gruver
2011-07-15Ignore the link section in the headerjesusfreke@jesusfreke.com
2011-06-03Correctly escape any special characters in the value of the .source directivejesusfreke@jesusfreke.com
2011-05-20Don't forget to check if synthetic accessor comments are disabledjesusfreke@jesusfreke.com
2011-05-20Add helper comments for synthetic member accessorsjesusfreke@jesusfreke.com
2011-05-15Fix bug in ByteArrayInput.readLongjesusfreke@jesusfreke.com
2011-01-02Fix invalid cast when deodexing an execute inline instruction on an odex file...jesusfreke@jesusfreke.com
2011-01-02Bump the version to 1.2.7jesusfreke@jesusfreke.com
2010-12-23Minor whitespace fixesJesusFreke@JesusFreke.com
2010-12-23Fix typoJesusFreke@JesusFreke.com
2010-12-23Add support in smali for the new odex instructionsJesusFreke@JesusFreke.com
2010-12-23add missing iput/sput instructions in the InstructionTest lexer testJesusFreke@JesusFreke.com
2010-12-22The fastIndexOf inline method should be a direct method, not virtualJesusFreke@JesusFreke.com
2010-12-21add support for the new odex opcodes for volatile field access that were adde...JesusFreke@JesusFreke.com
2010-12-21Add support for the new inline methods added in gingerbreadJesusFreke@JesusFreke.com
2010-12-21Remove deodexerant and related functionalityJesusFreke@JesusFreke.com
2010-12-21Update version to 1.2.6JesusFreke@JesusFreke.com
2010-11-18Add the high and low surrogate characters as valid characters for identifiersJesusFreke@JesusFreke.com
2010-11-04Fix an issue where smali doesn't recognize field/class names that look like a...JesusFreke@JesusFreke.com
2010-10-31Update version to 1.2.5JesusFreke@JesusFreke.com
2010-10-28Remove the jflex dependency in the smali pom fileJesusFreke@JesusFreke.com
2010-09-25Append a # to the end of class names that happen to be reserved file names on...JesusFreke@JesusFreke.com
2010-08-17Add static helper method to TypeListItemJesusFreke@JesusFreke.com
2010-08-17Move the IndentingWriter class to the util projectJesusFreke@JesusFreke.com
2010-08-17Rename fileNameHandler to ClassFileNameHandler and move it to the utils projectJesusFreke@JesusFreke.com
2010-08-17Fix @Override issues when compiling with java 1.5JesusFreke@JesusFreke.com
2010-08-02Add support for class names that differ only by case on case insensitive file...JesusFreke@JesusFreke.com
2010-08-02misc whitespace changesJesusFreke@JesusFreke.com