1. a4dd1fd Make ClassFileNameHandler thread-safe by Ben Gruver · 9 years ago
  2. e032f1d Refactor ClassFileNameHandler by Ben Gruver · 9 years ago
  3. aae5871 Fix some javadoc issues by Ben Gruver · 9 years ago
  4. d33fd67 Implement implicit method/field references in baksmali by Ben Gruver · 10 years ago
  5. 3b5d84c Truncate filenames based on their utf-8 length by Ben Gruver · 10 years ago
  6. 1d28b32 Refactor the maven upload build stuff by Ben Gruver · 10 years ago
  7. 5b411f3 Add gradle configuration for uploading smali artifacts to maven by Ben Gruver · 10 years ago
  8. 6856425 occured -> occurred by Ben Gruver · 11 years ago
  9. 6cd686f Make windows reserved filename detection more robust by Ben Gruver · 11 years ago
  10. d868692 Truncate the filename for overly long class names by Ben Gruver · 11 years ago
  11. 5ff4ee9 Add missing copyright/license headers by Ben Gruver · 11 years ago
  12. 99b4617 Generify the IO requirements for writing a dex file by Ben Gruver · 11 years ago
  13. 7e25c35 Make baksmali thread safe, and add -j option by Ben Gruver · 11 years ago
  14. d38f3a7 Fix up line number handling to be unsigned int safe by Ben Gruver · 11 years ago
  15. 936cc55 Clean up some TODOs by Ben Gruver · 11 years ago
  16. 1bf6f23 Implementation of new generificationified writer functionality by Ben Gruver · 11 years ago
  17. 3d5423e Tweak how hashCode and equals works for MethodReferences by Ben Gruver · 11 years ago
  18. d9c50f3 Fix IndentingWriter.printUnsignedLongAsHex and printSignedIntAsDec by Ben Gruver · 11 years ago
  19. ec28400 Switch to new parameter syntax by Ben Gruver · 11 years ago
  20. 7e58d49 Improve the performance of the IndentingWriter by Ben Gruver · 11 years ago
  21. ffe82bd Fully remove the dependency on the old dexlib from baksmali by Ben Gruver · 11 years ago
  22. 9531284 Port MethodAnalyzer and various dependencies from dexlib by Ben Gruver · 11 years ago
  23. 31d8777 Refactor/rewrite the AnnotatedBytes class and helpers by Ben Gruver · 11 years ago
  24. 46cefa3 Factor out dependency versions, and upgrade to gradle 14.0 by Ben Gruver · 11 years ago
  25. 60d834f Annotate StringDataItems by Ben Gruver · 11 years ago
  26. 6d607eb Annotate CodeItems by Ben Gruver · 11 years ago
  27. 373ff22 Beginning of annotated dump implementation by Ben Gruver · 11 years ago
  28. bfd74a8 Create AbstractForwardSequentialList util class by Ben Gruver · 11 years ago
  29. 7d54399 Fix various issues related to comparing method references. by Ben Gruver · 11 years ago
  30. 3d0419c Track and seek to the current position in RandomAccessFileOutputStream by Ben Gruver · 11 years ago
  31. 7dff6ad Add tests for DexWriter (and fixes to DexWriter, to make said tests pass) by Ben Gruver · 11 years ago
  32. 9a90c55 Refactor DexWriter to write to a generic OutputStream by Ben Gruver · 11 years ago
  33. 4ffbfa2 Initial commit of writer functionality by Ben Gruver · 12 years ago
  34. 22c3185 Major cleanup of the interface and library in general by Ben Gruver · 12 years ago
  35. 2d7e111 Add sorted interface and immutable implementations by Ben Gruver · 12 years ago
  36. ddf2021 Add @Nonnull for ImmutableListConverter methods by Ben Gruver · 12 years ago
  37. 07cf206 Fix logic that determine if an immutable list needs to be copied by Ben Gruver · 12 years ago
  38. b038388 Add and use ImmutabeleListUtils.nullToEmptyList() by Ben Gruver · 12 years ago
  39. 8ae711c Get rid of the vestigal commented out code in IndentingWriter by Ben Gruver · 12 years ago
  40. 0884043 Use an iterable rather than a list for debug items by Ben Gruver · 12 years ago
  41. e593a56 Add utf8BytesWithUtf16LengthToString method to Utf8Utils by Ben Gruver · 12 years ago
  42. 09e6d00 Use thread local storage for the temporary buffer in Utf8Utils by Ben Gruver · 12 years ago
  43. 9f1d05e Move Utf8Utils to util module, and split out StringUtils by Ben Gruver · 12 years ago
  44. 337dc0e Move AlignmentUtils to Util library by Ben Gruver · 12 years ago
  45. 064d77c Implement reading instructions by Ben Gruver · 12 years ago
  46. e8665c7 Add string formatting functionality to ExceptionWithContext by Ben Gruver · 12 years ago
  47. 22eede8 Change ImmutableList.convert to return an empty list rather than null by Ben Gruver · 12 years ago
  48. bf95959 Move ExceptionWithContext to Util module by Ben Gruver · 12 years ago
  49. cc15fea Add AbstractListIterator and ImmutableListConverter classes to util module by Ben Gruver · 12 years ago
  50. 40c48da The great tab cleanup of 2012 by Ben Gruver · 12 years ago
  51. 181c04c Add copyright/license for build scripts by Ben Gruver · 12 years ago
  52. dc3c933 Remove poms and smali-maven-plugin by Ben Gruver · 12 years ago
  53. 7d7ee58 gradleize util project by Ben Gruver · 12 years ago
  54. 4374e7b Don't use con.smali to test if we're on a windows system. by Ben Gruver · 12 years ago
  55. 06bc17a Correctly handle duplicate (except case) reserved file names on windows by Ben Gruver · 12 years ago
  56. 3f70d08 Gracefully handle duplicate methods and fields in baksmali by Ben Gruver · 12 years ago
  57. 36c2f08 Clean up how the usage messages are printed by Ben Gruver · 12 years ago
  58. 225535b Add .gitignore files to exclude the target directory for the various modules by Ben Gruver · 13 years ago
  59. 74c14ff Rename the printLongAsHex and printIntAsHex methods in IndentingWriter for clarity by Ben Gruver · 13 years ago
  60. f119fc6 Fix the printIntAsDec method in Indenting writer to correctly handle negative values by Ben Gruver · 13 years ago
  61. b9f9e85 Append a # to the end of class names that happen to be reserved file names on windows by JesusFreke@JesusFreke.com · 14 years ago
  62. 4b72225 Move the IndentingWriter class to the util project by JesusFreke@JesusFreke.com · 14 years ago
  63. bbf4dbb Rename fileNameHandler to ClassFileNameHandler and move it to the utils project by JesusFreke@JesusFreke.com · 14 years ago
  64. 525ad75 Fix @Override issues when compiling with java 1.5 by JesusFreke@JesusFreke.com · 14 years ago
  65. a6e5671 Add support for class names that differ only by case on case insensitive file systems by JesusFreke@JesusFreke.com · 14 years ago
  66. 9ac6fa5 Add a utility method for constructing a relative path by JesusFreke@JesusFreke.com · 14 years ago
  67. 6786055 Move the HelpFormatter subclass to the util project and use it for both smali and baksmali by JesusFreke@JesusFreke.com · 14 years ago
  68. c616a0d Add support for detecting the console width in unix and windows environments, and printing the usage info accordingly by JesusFreke@JesusFreke.com · 14 years ago