If you have responsiveness issues, do not use ProGuard

I found out that a bunch of issues with 4.0.4 were caused by methods being obfuscated and not being called. I turned off ProGuard raising the size by 20 KB and things are working terrific.
This commit is contained in:
Anthony Restaino 2013-08-06 00:47:32 -04:00
parent 989e46f50b
commit 43d8b3c69c

View File

@ -39,3 +39,4 @@
* Code additions are always welcome * Code additions are always welcome
* Please add translations/translation fixes as you see need * Please add translations/translation fixes as you see need
* Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version * Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version
* DO NOT USE PROGUARD WHEN COMPILING. Hidden methods used will be obfuscated and things like file uploading will not work.