aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2015-03-20Fix a bounds check problem in IndentingWriterBen Gruver
2015-03-17Fix up the whitespace normalization in TextUtils.normalizeWhitespaceBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-01Don't try to test for reserved file namesBen Gruver
2015-01-20Make ClassFileNameHandler thread-safeBen Gruver
2015-01-07Refactor ClassFileNameHandlerBen Gruver
2014-12-28Fix some javadoc issuesBen Gruver
2014-07-19Implement implicit method/field references in baksmaliBen Gruver
2014-02-01Truncate filenames based on their utf-8 lengthBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2013-12-08occured -> occurredBen Gruver
2013-09-14Make windows reserved filename detection more robustBen Gruver
2013-09-14Truncate the filename for overly long class namesBen Gruver
2013-09-14Add missing copyright/license headersBen Gruver
2013-09-08Generify the IO requirements for writing a dex fileBen Gruver
2013-05-12Make baksmali thread safe, and add -j optionBen Gruver
2013-05-03Fix up line number handling to be unsigned int safeBen Gruver
2013-04-30Clean up some TODOsBen Gruver
2013-04-27Implementation of new generificationified writer functionalityBen Gruver
2013-04-17Tweak how hashCode and equals works for MethodReferencesBen Gruver
2013-04-16Fix IndentingWriter.printUnsignedLongAsHex and printSignedIntAsDecBen Gruver
2013-04-16Switch to new parameter syntaxBen Gruver
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