1. da58cc8 Only use the instance-of/if-eqz type info if we're getting more information by Ben Gruver · 9 years ago
  2. 3124e94 Add support for static volatile opcodes in OdexedFieldInstructionMapper by Ben Gruver · 9 years ago
  3. 37d14be Fix register propagation when overriding a register type from a predecessor by Ben Gruver · 9 years ago
  4. 398630d Infer the register type based on the result of an instance-of instruction by Ben Gruver · 9 years ago
  5. d6b17b9 Don't add an empty .param annotation when not writing debug info by Ben Gruver · 9 years ago
  6. ccf087b Bump up MAX_OAT_VERSION to 71 by Ben Gruver · 9 years ago
  7. 7844089 Add support for alternate field ordering starting at oat version 67 by Ben Gruver · 9 years ago
  8. d604395 Fix minor issue in DisassemblyTest by Ben Gruver · 9 years ago
  9. a9dcd62 Add link to wiki from README.md by Ben Gruver · 9 years ago
  10. bec8743 Bump the version number to 2.1.0 by Ben Gruver · 9 years ago
  11. 827e2db Add support for normalizing virtual methods by Ben Gruver · 9 years ago
  12. c8c70ac Add support for calculating field offsets for art by Ben Gruver · 9 years ago
  13. 64785d7 Add support for using an oat file as the boot class path by Ben Gruver · 9 years ago
  14. 8920228 Add oat support in DexFileFactory by Ben Gruver · 9 years ago
  15. 3ff884b Add art-specific opcodes and opcode values by Ben Gruver · 9 years ago
  16. e5266af Add a minimal parser for oat files by Ben Gruver · 9 years ago
  17. 613c493 Bump the version number to 2.0.8 by Ben Gruver · 9 years ago
  18. c456c55 Make smali respect order of implements by Alex Light · 9 years ago
  19. 0c7e7b7 Add ability to list methods/fields/types when assembling with smali by Ben Gruver · 9 years ago
  20. 0522106 Update README.md by Ben Gruver · 9 years ago
  21. 4d8ec4c Handle invalid debug item offsets more gracefully by Ben Gruver · 9 years ago
  22. 3065d6b Add backwards compatible version of DexFileFactory.loadDexFile and Opcodes by Ben Gruver · 9 years ago
  23. b960e89 Replace a missed usage of Iterators.emptyIterator() by Ben Gruver · 9 years ago
  24. a5de80a Bump the version number to 2.0.7 by Ben Gruver · 9 years ago
  25. 7c97ddb Remove usages of the deprecated Iterators.emptyIterator() method by Ben Gruver · 9 years ago
  26. 0f1e995 Add the generated accessorTest to source control by Ben Gruver · 9 years ago
  27. 8f0026e Bump the version number to 2.0.6 by Ben Gruver · 9 years ago
  28. 583079c Ensure that java 6 is used for release builds by Ben Gruver · 9 years ago
  29. 1782856 README link fix by Rover12421 · 9 years ago
  30. abd113e Ensure the stream is closed in DexFileFactory.loadDexFile by Ben Gruver · 9 years ago
  31. 0a26ac2 Upgrade to proguard 5.2.1 by Ben Gruver · 9 years ago
  32. 9838b83 ignore .idea directory by Rover12421 · 9 years ago
  33. c55bef3 DuplicateTest FAILED fix by Rover12421 · 9 years ago
  34. 923f5a7 Fix a bounds check problem in IndentingWriter by Ben Gruver · 9 years ago
  35. b742c40 Comment out unused switch payload instructions by Ben Gruver · 9 years ago
  36. 2a0e465 Don't wrap a large (>32k) register count in a register directive by Ben Gruver · 9 years ago
  37. bd6385f Duplicate a switch payload that is refered to multiple times by Ben Gruver · 9 years ago
  38. 1aad736 Ensure that sparse switch items are written out in the correct order by Ben Gruver · 9 years ago
  39. 32e76b1 Fix up the whitespace normalization in TextUtils.normalizeWhitespace by Ben Gruver · 9 years ago
  40. d4bce2e Don't propagate exceptions from RoundtripTest.runTest() by Ben Gruver · 9 years ago
  41. 1e06776 Extract out a base RoundtripTest and IdenticalRoundtripTest class by Ben Gruver · 9 years ago
  42. 0c982a0 Add Member and Annotatable interfaces by Ben Gruver · 9 years ago
  43. bf167c2 Make sure the elements are sorted in an encoded annotation by Ben Gruver · 9 years ago
  44. b76dee7 Don't assume dx is on-path. Rather, grab it from maven central by Ben Gruver · 9 years ago
  45. dd91dd1 Merge pull request #31 from iam/lambda_work by Ben Gruver · 9 years ago
  46. 144951a Add lambda experimental dalvik opcodes by Igor Murashkin · 9 years ago
  47. f70084b Use [^] for the lexer's catch-all rule by Ben Gruver · 9 years ago
  48. e7f1549 Merge pull request #28 from victorkp/master by Ben Gruver · 9 years ago
  49. 6a56d9a Merge pull request #29 from yirkha/master by Ben Gruver · 9 years ago
  50. ea4074f Don't try to test for reserved file names by Ben Gruver · 9 years ago
  51. c19627e Enable parallel gradle execution by default by Ben Gruver · 9 years ago
  52. f0c481a Use single-quotes in build.gradle files when double-quotes aren't needed by Ben Gruver · 9 years ago
  53. 3279a8c Simplify how the accessorTest is built and run by Ben Gruver · 9 years ago
  54. 57bd527 Use the antlr plugin for gradle by Ben Gruver · 9 years ago
  55. 0f6f00a Use the jflex plugin for gradle by Ben Gruver · 9 years ago
  56. 900ad6e Use the proguard plugin for gradle by Ben Gruver · 9 years ago
  57. b3f933d Upgrade to gradle 2.3 by Ben Gruver · 9 years ago
  58. 59e56fb Add IDEA project files to .gitignore by Ben Gruver · 9 years ago
  59. 5dde46b Fix for Dalvik VM crash on parameter annotations by Jiri Hruska · 9 years ago
  60. a922d5a Update doedexerant makefile by Victor Kaiser-Pendergrast · 9 years ago
  61. 0f8017e Remove stale license noticeds from NOTICE file by Ben Gruver · 9 years ago
  62. bc5ad6a Bump version number to 2.0.5 by Ben Gruver · 9 years ago
  63. a4dd1fd Make ClassFileNameHandler thread-safe by Ben Gruver · 9 years ago
  64. f5d3fc4 Switch the default for implicit references by Ben Gruver · 9 years ago
  65. 39c77fa Bump version number to 2.0.4 by Ben Gruver · 9 years ago
  66. 103e04a Add stringtemplate dependency to smali, because proguard. by Ben Gruver · 9 years ago
  67. 9546ddf Add registers directive so example will compile by Caleb Fenton · 9 years ago
  68. e032f1d Refactor ClassFileNameHandler by Ben Gruver · 9 years ago
  69. e778f7b Make the checkPackagePrivateAccess functionality an option by Ben Gruver · 9 years ago
  70. 83ec5cf Merge pull request #25 from yyjdelete/patch-1 by Ben Gruver · 9 years ago
  71. d83c439 Fix some generics issues when compiling with java 8 by Ben Gruver · 9 years ago
  72. 0b42b4f Disable doclint for java 8 by Ben Gruver · 9 years ago
  73. aae5871 Fix some javadoc issues by Ben Gruver · 9 years ago
  74. d15e315 Expose the various fixed-size item counts in DexBackedDexFile by Ben Gruver · 9 years ago
  75. 7296c9e Refactor VariableSizeLookaheadIterator by Ben Gruver · 9 years ago
  76. d1dbf6b Use options.checkPackagePrivateAccess by yyjdelete · 10 years ago
  77. 62c103d checkPackagePrivateAccess only for API 17(4.2) by yyjdelete · 10 years ago
  78. 686cf35 Add some additional checks related to instruction size by Ben Gruver · 10 years ago
  79. 20d4a3c Use dlerror() to clear any error before retrying with the mangled name by Ben Gruver · 10 years ago
  80. e6423bd Merge pull request #23 from iBotPeaches/master by Ben Gruver · 10 years ago
  81. 6811d13 Implement dex entry for non classes.dex files by Connor Tumbleson · 10 years ago
  82. f3d063d Merge pull request #24 from CalebFenton/master by Ben Gruver · 10 years ago
  83. 45e4284 Use 2.x 'param' directive by Caleb Fenton · 10 years ago
  84. d354893 Fixed the bug of not setting the location field of the instruction in addInstruction(i,instruction) method by edwardxwu · 10 years ago
  85. f1fe3a0 Merge pull request #21 from whydoubt/floating-point-values by Ben Gruver · 10 years ago
  86. 9cc35b2 No need to reevaluate 'resource != null' by Jeff Smith · 10 years ago
  87. 0d8418f Allow but ignore multiple exception handlers for the same exception by Ben Gruver · 10 years ago
  88. 5316638 Improve the readability of the newline normalization stuff for tests by Ben Gruver · 10 years ago
  89. 4143313 Fix potential NPE in MethodAnalyzer by Ben Gruver · 10 years ago
  90. d33fd67 Implement implicit method/field references in baksmali by Ben Gruver · 10 years ago
  91. ce7f93c Implement implicit method/field references in smali by Ben Gruver · 10 years ago
  92. a37e508 Add missing "break" from switch statement in BuilderClassPool by Ben Gruver · 10 years ago
  93. 5280047 Ensure the annotation elements are sorted when written by Ben Gruver · 10 years ago
  94. 37ade89 Improve how method parameter lists are lexed by Ben Gruver · 10 years ago
  95. 0b83634 Give comment-generating functions more precise naming by Jeff Smith · 10 years ago
  96. bfecccf Merge remote-tracking branch 'upstream/master' into floating-point-values by Jeff Smith · 10 years ago
  97. b90e2a4 Clean up some unused/unneeded tokens in smaliParser.g by Ben Gruver · 10 years ago
  98. 2d8cbfe Add support for non-standard invoke-object-init/range instructions by Ben Gruver · 10 years ago
  99. a837380 Upgrade to gradle 1.10 by Ben Gruver · 10 years ago
  100. 3b5d84c Truncate filenames based on their utf-8 length by Ben Gruver · 10 years ago