Apktool/brut.apktool/apktool-lib/src/main/java/brut/androlib/res
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
..
data fix: remove unused methods from Res* data classes 2021-03-28 17:25:37 -04:00
decoder 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
util refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
xml refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
AndrolibResources.java refactor: correct spelling mistake of aapt 2021-03-28 10:54:31 -04:00