1. edc88af Merge commit 'refs/changes/32/214432/1' of persistent-https://android.git.corp.google.com/platform/external/smali into incr-dex by Alex Light · 8 years ago int/n/fp2
  2. 267cf99 Merge remote-tracking branch 'aosp/upstream-master' into incr-dex by Alex Light · 8 years ago
  3. 7fd5f88 Merge pull request #391 from allight/new-dex-version by Ben Gruver · 8 years ago
  4. 40bbf5c Dex version 37 support by Alex Light · 8 years ago
  5. 504acc0 Merge "Replace custom rules with BUILD_PREBUILT" am: 3425268 by Dan Willemsen · 8 years ago
  6. 3425268 Merge "Replace custom rules with BUILD_PREBUILT" by Dan Willemsen · 8 years ago
  7. d6e9152 Replace custom rules with BUILD_PREBUILT by Dan Willemsen · 8 years ago
  8. 87d10da Add more programmatic-friendly entry points for smali/baksmali by Ben Gruver · 8 years ago
  9. a198b46 Fix issue with parameter list parsing by Ben Gruver · 8 years ago
  10. 11d179b Get rid of the default 6 thread maximum thing by Ben Gruver · 8 years ago
  11. 616a073 Fix the release task for smalidea by Ben Gruver · 8 years ago
  12. 81e0309 Keep the since/until IDEA versions specified in the plugin.xml by Ben Gruver · 8 years ago
  13. 5a8a2a4 Fix an NPE in SmaliPositionManager.createPrepareRequest by Ben Gruver · 8 years ago
  14. d018443 Return an empty list from SmaliClass.getVisibleSignatures() by Ben Gruver · 8 years ago
  15. 4d8aeeb Fix how SmaliPositionManager gets the current class by Ben Gruver · 8 years ago
  16. 37fbbe8 Submit issues to the smalidea-issues repo by Ben Gruver · 8 years ago
  17. 82f0312 Add support for java inner classes by Ben Gruver · 8 years ago
  18. 6689200 Fix a possible NPE in SmaliCodeFragmentFactory by Ben Gruver · 8 years ago
  19. 3bdedd6 Fix up the sandbox directory for smalidea tests by Ben Gruver · 8 years ago
  20. 29d714f Conditionally add the smalidea project to the root project by Ben Gruver · 8 years ago
  21. ff4c85c Provide better register type information by Ben Gruver · 8 years ago
  22. 6417e81 Refactor ClassPath to take ClassProviders by Ben Gruver · 8 years ago
  23. aebb205 Add better support for conditional expressions for breakpoints by Ben Gruver · 8 years ago
  24. 1df3869 Don't add tools.jar when building the idea project files by Ben Gruver · 8 years ago
  25. 7b387e0 Gracefully handle analysis errors by Ben Gruver · 8 years ago
  26. 5b2943d Check for switch offset validity in the MethodAnalyzer by Ben Gruver · 8 years ago
  27. 6429b3d Clean up the jar naming by Ben Gruver · 8 years ago
  28. 4b337cc Allow local search scopes when searching class usages by Ben Gruver · 8 years ago
  29. f16ea39 Don't require an active debugging session when making a code fragment by Ben Gruver · 8 years ago
  30. 92f8ec5 Add the ideadirs task for smalidea by Ben Gruver · 8 years ago
  31. df4e74e Make smalidea a separate gradle/idea project by Ben Gruver · 8 years ago
  32. 6e788c8 Move META-INF/plugin.xml under resources by Ben Gruver · 8 years ago
  33. 2e7fe1b Fix the tests that require a real jdk by Ben Gruver · 8 years ago
  34. 327957a Update for new MethodAnalyzer signature by Ben Gruver · 8 years ago
  35. 1b00e0a Add the .tokens files to the binary jar by Ben Gruver · 8 years ago
  36. 0be7264 Bump gradle up to 2.11 by Ben Gruver · 8 years ago
  37. 5bdb7ee Bump the version to 2.1.2 by Ben Gruver · 8 years ago
  38. 8533ab7 Merge branch 'master' into smalidea by Ben Gruver · 8 years ago
  39. b12d4e9 Bump the version number to 2.1.1 by Ben Gruver · 8 years ago
  40. 73bd8ce Add a speculative fix for unicode filename errors on Mac by Ben Gruver · 8 years ago
  41. 3e26503 Implement support for adding new labels to a MutableMethodImplementation by Ben Gruver · 9 years ago
  42. b8e255f Add support for 64-bit oat files by Ben Gruver · 9 years ago
  43. e202aee Pass in the Opcodes to use for SyntheticAccessorFSM by Ben Gruver · 9 years ago
  44. 4c66761 Minor javadoc fix for AnalyzedInstruction.setPostRegisterType by Ben Gruver · 9 years ago
  45. da58cc8 Only use the instance-of/if-eqz type info if we're getting more information by Ben Gruver · 9 years ago
  46. 3124e94 Add support for static volatile opcodes in OdexedFieldInstructionMapper by Ben Gruver · 9 years ago
  47. 37d14be Fix register propagation when overriding a register type from a predecessor by Ben Gruver · 9 years ago
  48. 398630d Infer the register type based on the result of an instance-of instruction by Ben Gruver · 9 years ago
  49. d6b17b9 Don't add an empty .param annotation when not writing debug info by Ben Gruver · 9 years ago
  50. ccf087b Bump up MAX_OAT_VERSION to 71 by Ben Gruver · 9 years ago
  51. 7844089 Add support for alternate field ordering starting at oat version 67 by Ben Gruver · 9 years ago
  52. d604395 Fix minor issue in DisassemblyTest by Ben Gruver · 9 years ago
  53. ea3fdd7 Merge branch 'master' into smalidea by Ben Gruver · 9 years ago
  54. a9dcd62 Add link to wiki from README.md by Ben Gruver · 9 years ago
  55. bec8743 Bump the version number to 2.1.0 by Ben Gruver · 9 years ago
  56. 827e2db Add support for normalizing virtual methods by Ben Gruver · 9 years ago
  57. c8c70ac Add support for calculating field offsets for art by Ben Gruver · 9 years ago
  58. 64785d7 Add support for using an oat file as the boot class path by Ben Gruver · 9 years ago
  59. 8920228 Add oat support in DexFileFactory by Ben Gruver · 9 years ago
  60. 3ff884b Add art-specific opcodes and opcode values by Ben Gruver · 9 years ago
  61. e5266af Add a minimal parser for oat files by Ben Gruver · 9 years ago
  62. ead82c2 am a0faada8: Merge "Merge remote-tracking branch \'aosp/upstream-master\' into aosp/master" by Alex Light · 9 years ago
  63. a0faada Merge "Merge remote-tracking branch 'aosp/upstream-master' into aosp/master" by Alex Light · 9 years ago
  64. bdccf9c Merge remote-tracking branch 'aosp/upstream-master' into aosp/master by Alex Light · 9 years ago
  65. 613c493 Bump the version number to 2.0.8 by Ben Gruver · 9 years ago
  66. c456c55 Make smali respect order of implements by Alex Light · 9 years ago
  67. 0c7e7b7 Add ability to list methods/fields/types when assembling with smali by Ben Gruver · 9 years ago
  68. 0522106 Update README.md by Ben Gruver · 9 years ago
  69. 4d8ec4c Handle invalid debug item offsets more gracefully by Ben Gruver · 9 years ago
  70. 42ea50b Merge "package version metadata for external/" by Bill Napier · 9 years ago
  71. 3065d6b Add backwards compatible version of DexFileFactory.loadDexFile and Opcodes by Ben Gruver · 9 years ago
  72. b960e89 Replace a missed usage of Iterators.emptyIterator() by Ben Gruver · 9 years ago
  73. a5de80a Bump the version number to 2.0.7 by Ben Gruver · 9 years ago
  74. 7c97ddb Remove usages of the deprecated Iterators.emptyIterator() method by Ben Gruver · 9 years ago
  75. db37915 Merge changes I46aa2ec8,I07990426 by Igor Murashkin · 9 years ago
  76. 1b33f2d package version metadata for external/ by Damien Miller · 9 years ago
  77. 0f1e995 Add the generated accessorTest to source control by Ben Gruver · 9 years ago
  78. bf1a410 Add MODULE_LICENSE by Bill Yi · 9 years ago
  79. 546fdfe Fix an unprotected read in SmaliClassReferenceSearcher by Ben Gruver · 9 years ago
  80. 1895a4d Fix NPE in SmaliClass.setName() by Ben Gruver · 9 years ago
  81. 46b359c Fix an NPE related to an array descriptor just before an EOF by Ben Gruver · 9 years ago
  82. 7061b78 Fix ClassMoveTest's basicToNoPackage test by Ben Gruver · 9 years ago
  83. d9192ae Add missing gson dependency by Ben Gruver · 9 years ago
  84. 632924c Improve whitespace normalization in baksmali's AnalysisTest by Ben Gruver · 9 years ago
  85. 3f4e6a3 Fix NPE in SmaliCodeFragmentFactory.isContextAccepted by Ben Gruver · 9 years ago
  86. 8f0026e Bump the version number to 2.0.6 by Ben Gruver · 9 years ago
  87. 583079c Ensure that java 6 is used for release builds by Ben Gruver · 9 years ago
  88. df6b78e Update antlr/flex scripts and bring-up smali to tip of tree by Igor Murashkin · 9 years ago
  89. 0799042 Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEAD by Igor Murashkin · 9 years ago
  90. 1782856 README link fix by Rover12421 · 9 years ago
  91. abd113e Ensure the stream is closed in DexFileFactory.loadDexFile by Ben Gruver · 9 years ago
  92. 0a26ac2 Upgrade to proguard 5.2.1 by Ben Gruver · 9 years ago
  93. 9838b83 ignore .idea directory by Rover12421 · 9 years ago
  94. c55bef3 DuplicateTest FAILED fix by Rover12421 · 9 years ago
  95. 7f54770 Fix an unprotected read access in SmaliPositionManager.createPrepareRequest by Ben Gruver · 9 years ago
  96. 660d4b5 Workaround for issue with fake Object field type during indexing by Ben Gruver · 9 years ago
  97. 4bc2334 Bump the version to v0.02 by Ben Gruver · 9 years ago
  98. 5deac6e Add an error reporter that can create issues on github by Ben Gruver · 9 years ago
  99. 93ae7ba Ensure that SmaliCodeFragmentFactory is only used for smali files by Ben Gruver · 9 years ago
  100. 4f16feb Ensure that SmaliModifierList's direct parent is a PsiModifierListOwner by Ben Gruver · 9 years ago