aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2013-04-09Improve the performance of the IndentingWriterBen Gruver
2013-04-08Fully remove the dependency on the old dexlib from baksmaliBen Gruver
2013-03-30Port MethodAnalyzer and various dependencies from dexlibBen Gruver
2013-03-03Refactor/rewrite the AnnotatedBytes class and helpersBen Gruver
2013-03-03Factor out dependency versions, and upgrade to gradle 14.0Ben Gruver
2013-03-02Annotate StringDataItemsBen Gruver
2013-03-02Annotate CodeItemsBen Gruver
2013-02-24Beginning of annotated dump implementationBen Gruver
2013-02-24Create AbstractForwardSequentialList util classBen Gruver
2012-12-29Fix various issues related to comparing method references.Ben Gruver
2012-12-28Track and seek to the current position in RandomAccessFileOutputStreamBen Gruver
2012-12-28Add tests for DexWriter (and fixes to DexWriter, to make said tests pass)Ben Gruver
2012-12-28Refactor DexWriter to write to a generic OutputStreamBen Gruver
2012-11-18Initial commit of writer functionalityBen Gruver
2012-11-17Major cleanup of the interface and library in generalBen Gruver
2012-11-12Add sorted interface and immutable implementationsBen Gruver
2012-11-12Add @Nonnull for ImmutableListConverter methodsBen Gruver
2012-11-12Fix logic that determine if an immutable list needs to be copiedBen Gruver
2012-11-04Add and use ImmutabeleListUtils.nullToEmptyList()Ben Gruver
2012-11-03Get rid of the vestigal commented out code in IndentingWriterBen Gruver
2012-10-27Use an iterable rather than a list for debug itemsBen Gruver
2012-10-21Add utf8BytesWithUtf16LengthToString method to Utf8UtilsBen Gruver
2012-10-21Use thread local storage for the temporary buffer in Utf8UtilsBen Gruver
2012-10-21Move Utf8Utils to util module, and split out StringUtilsBen Gruver
2012-10-19Move AlignmentUtils to Util libraryBen Gruver
2012-10-18Implement reading instructionsBen Gruver
2012-10-15Add string formatting functionality to ExceptionWithContextBen Gruver
2012-10-15Change ImmutableList.convert to return an empty list rather than nullBen Gruver
2012-10-15Move ExceptionWithContext to Util moduleBen Gruver
2012-10-14Add AbstractListIterator and ImmutableListConverter classes to util moduleBen Gruver
2012-09-23The great tab cleanup of 2012Ben Gruver
2012-09-16Add copyright/license for build scriptsBen Gruver
2012-09-15Remove poms and smali-maven-pluginBen Gruver
2012-09-15gradleize util projectBen Gruver
2012-09-04Don't use con.smali to test if we're on a windows system.Ben Gruver
2012-09-04Correctly handle duplicate (except case) reserved file names on windowsBen Gruver
2012-06-19Gracefully handle duplicate methods and fields in baksmaliBen Gruver
2012-05-13Clean up how the usage messages are printedBen Gruver
2011-11-19Add .gitignore files to exclude the target directory for the various modulesBen Gruver
2011-07-15Rename the printLongAsHex and printIntAsHex methods in IndentingWriter for cl...Ben Gruver
2011-07-15Fix the printIntAsDec method in Indenting writer to correctly handle negative...Ben Gruver
2010-09-25Append a # to the end of class names that happen to be reserved file names on...JesusFreke@JesusFreke.com
2010-08-17Move the IndentingWriter class to the util projectJesusFreke@JesusFreke.com
2010-08-17Rename fileNameHandler to ClassFileNameHandler and move it to the utils projectJesusFreke@JesusFreke.com
2010-08-17Fix @Override issues when compiling with java 1.5JesusFreke@JesusFreke.com
2010-08-02Add support for class names that differ only by case on case insensitive file...JesusFreke@JesusFreke.com
2010-06-13Add a utility method for constructing a relative pathJesusFreke@JesusFreke.com
2010-03-03Move the HelpFormatter subclass to the util project and use it for both smali...JesusFreke@JesusFreke.com
2010-03-03Add support for detecting the console width in unix and windows environments,...JesusFreke@JesusFreke.com