Apktool/brut.apktool/apktool-lib/src/main/java/brut/androlib
Comnir f10060fe8f fix: when decoding with UTF-8 fails, create a new buffer for the retry with CESU-8.
If the decoding fails and there are UTF-8 decodable bytes before the bytes that couldn't be decoded, then the read index of the original buffer is incremented and those bytes will be missing from the decode result.
Now we create a new buffer and the decoding will start at the original start offset.

issue #2546
2021-04-03 13:28:22 +03:00
..
err refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
meta refactor: remove unused methods/variables 2020-09-13 08:44:40 -04:00
mod fix: remove unused smali builder methods 2021-03-28 17:26:19 -04:00
res fix: when decoding with UTF-8 fails, create a new buffer for the retry with CESU-8. 2021-04-03 13:28:22 +03:00
src refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
Androlib.java refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
AndrolibException.java refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
ApkDecoder.java fix: remove declared exceptions that aren't thrown 2021-03-12 07:47:19 -05:00
ApkOptions.java refactor: copyright year should be year started, not current year 2020-04-11 06:33:05 -04:00
ApktoolProperties.java refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00