Quote:
Originally Posted by rapper10
I have a Paperwhite. I can't figure out what features are being added or fixed in each of Amazon's firmware upgrades. My reading experience hasn't changed, so I have to assume that all the changes revolve around connectivity, the use of Amazon's online store and cloud service, and desire to block jailbreaking.
|
People spotted fixes to PDF reading in the latest update, fixes to stop the light staying on on shutdown (which hasn't happened to me since my 5.3.3 update), and I'm fairly sure they've squashed some memory leaks. Nothing major, just bugfixes to intermittent bugs, really.
Quote:
Originally Posted by rapper10
Wouldn't the obfuscated code use more disk space, make the processor work harder, and drain the battery quicker?
|
No, I'm fairly sure renaming variable and function names in Java class files doesn't do any of that. Obfuscation is not encryption. (If anything, the obfuscated names are shorter, so it uses a tiny tiny bit less disk space than the original class files would.)