Updated README and enabled Proguard code shrinking #96
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed README to give the correct setup instructions for Android Studio, including fixes for some current glitches in Android Studio. (I spent a few very frustrating hours trying to import into Eclipse as recommended by the current instructions!)
Configured proguard to shrink the code, and enabled proguard in both debug and release mode. The project was failing to run because of the Dalvik method limit as discussed here:
http://stackoverflow.com/questions/15209831/unable-to-execute-dex-method-id-not-in-0-0xffff-65536
Apparently the measurements library used in Units.java has changed, so I did a minor syntax fix there. (I'm not sure what all the .xml file changes are; I'm guessing they're automated stuff? I've mostly coded in Eclipse and not Android Studio.)