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