History log of /external/smali/util/src/main/java/org/jf/util/TextUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
32e76b181b495b407f2f9ba5b8ffcdd90f4fbf0f 18-Mar-2015 Ben Gruver <bgruv@google.com> Fix up the whitespace normalization in TextUtils.normalizeWhitespace

Previously, all inter-line whitespace was being removed. And it now
normalizes trailing new lines as well
/external/smali/util/src/main/java/org/jf/util/TextUtils.java
144951a9e9e6c87866245f2bdeebf0ebedaa0e38 19-Feb-2015 Igor Murashkin <iam@google.com> Add lambda experimental dalvik opcodes

* Add new -X/--experimental flag to [dis]assemble opcodes not in art yet
* Add new opcodes liberate-variable, box-lambda, unbox-lambda,
capture-variable, create-lambda, invoke-lambda
* Add support for encoding 25x instructions
* Adds LambdaTest to check new opcodes assemble/disassemble properly

TODO: invoke-lambda-range

Change-Id: I5c8bcbfa8b6cb9a13ef2017fce2d1b7fda6e11c3
/external/smali/util/src/main/java/org/jf/util/TextUtils.java
d33fd6773cc3e527b4dbb79245796d556b7facde 20-Jul-2014 Ben Gruver <bgruv@google.com> Implement implicit method/field references in baksmali
/external/smali/util/src/main/java/org/jf/util/TextUtils.java