aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-13Extract dexlib2 as a separate host libraryandroid-wear-5.0.0_r1android-l-preview_r2android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releasel-previewidea133-weekly-releaseBen Gruver
2014-02-13Fix up the build files and some minor tweaks to build smali/baksmali 2.*Ben Gruver
2014-02-13Merge tag 'v2.0.3' into masterBen 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-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
2013-12-08Add better handling for various types of invalid instructionsBen Gruver
2013-12-07Add ReferenceInstruction.getReferenceType()Ben Gruver
2013-12-07Fix typo in method index OOB error messageBen Gruver
2013-12-07Make CodeItem annotations more robustBen Gruver
2013-12-07Fix an issue with nop opcodes with a non-null second byteBen Gruver
2013-12-07Merge pull request #19 from whydoubt/masterBen Gruver
2013-12-07Merge pull request #20 from eyecatchup/masterBen Gruver
2013-11-19baksmali: Only perform resource ID lookup onceJeff Smith
2013-11-19baksmali: resource-id-files should not be a debug optionJeff Smith
2013-11-19baksmali: Reverse pair ordering in resource-id-files optionJeff Smith
2013-11-18Make AnalysisTest.java cross-platform compatibleStephan Schmitz
2013-11-14baksmali: resource IDs are 32-bitJeff Smith
2013-11-11baksmali: Write comments about matched resource IDsJeff Smith
2013-11-11baksmali: add command-line option to specify resource ID filesJeff Smith
2013-11-10Don't attempt to create the smali.jar/baksmali.jar symlinks on windows.Ben Gruver
2013-11-10Bump the version to 2.0.2Ben Gruver
2013-11-10Fix the start offset when calculating the signature header valueBen Gruver
2013-11-10When writing a debug item, always include all parametersBen Gruver
2013-11-10Don't write out 0-length type listsBen Gruver
2013-11-10Don't trim empty parameter annotationsBen Gruver
2013-10-23Use StringReference for MethodImplementationBuilder.addSetSourceFileBen Gruver
2013-10-17Fix issue with BuilderPackedSwitchPayload instructionsBen Gruver
2013-10-14Update version to 2.0.1Ben Gruver
2013-10-14Improve MutableMethodImplementation for external useBen Gruver
2013-10-12Fix annotation/initial value issues when iterating over fields/methods in a D...Ben Gruver
2013-10-12Fix issues with converting switch statements in MutableMethodImplementationBen Gruver
2013-10-12Fix issue with Format21lh instructions in MutableMethodImplementationBen Gruver
2013-10-11Fix the name and type being swapped when converting to ImmutableDebugInfoBen Gruver
2013-10-11Fix accidental case fall-throughs in MutableMethodImplementationBen Gruver
2013-10-11Fix "hat" literal conversion in MutableMethodImplementationBen Gruver
2013-10-10Bump up memory in smali script to 512mBen Gruver
2013-10-10Attempt to fix test for windows... again.Ben Gruver
2013-10-10Update to gradle 1.8Ben Gruver
2013-10-10Remove the old dexlibBen Gruver
2013-10-10Merge branch 'master' into dexlib_redesignBen Gruver