commit | 32e76b181b495b407f2f9ba5b8ffcdd90f4fbf0f | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Mar 17 21:16:36 2015 -0700 |
committer | Ben Gruver <bgruv@google.com> | Tue Mar 17 21:16:36 2015 -0700 |
tree | 252bec8fe1c4936c588875cfe8ce3639dd1c718b | |
parent | d4bce2e7684624a0d915c435d7abb2e84338e307 [diff] |
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
smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android‘s Java VM implementation. The syntax is loosely based on Jasmin’s/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)
The primary webpage is http://smali.googlecode.com, and the source is also mirrored at https://github.com/jesusfreke/smali. If you are interested in submitting a patch, feel free to send me a pull request on either site.