History log of /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bddef6af3c39732ba0329c4a8e233f3858226f39 14-Apr-2013 Ben Gruver <bgruv@google.com> Always use one of 2 pre-built ImmutableBooleanEncodedValue instances
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java
4ffbfa2e71ffdf6ecaa8429b19ce29daa28e9fc4 18-Nov-2012 Ben Gruver <bgruv@google.com> Initial commit of writer functionality

It's not fully functional yet, but the structure is there, and it's
got most item types
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java
22c3185bb7c8618437eabe6c597549e0989ec4e6 18-Nov-2012 Ben Gruver <bgruv@google.com> Major cleanup of the interface and library in general
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java
ddf20219422e40a1e60268d8049093602d7bacf8 13-Nov-2012 Ben Gruver <bgruv@google.com> Add @Nonnull for ImmutableListConverter methods
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java
12b970ed4dfad768002335503e49c348ea0ed69b 11-Nov-2012 Ben Gruver <bgruv@google.com> Use collections instead of lists for variable size "lists" in the dex file

Only things that can be accessed in the dex file in a random access manner
should be exposed as a list. If the list must be read sequentially, it is
exposed in the interface as a Collection if the size is available up-front
or as an Iterable if the size can only be determined by iterating over the
list.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java
b76e75c8bcc11d1e3f348166e2e9f83085154fc8 11-Nov-2012 Ben Gruver <bgruv@google.com> Implement hashCode and equals for encoded values
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ImmutableEncodedValueFactory.java