The attached patch cleans up assorted warnings or lint issues in the code and
layouts:
* Use a typographical ellipsis
* Use more efficient layout_weights
* Use Integer.valueOf(n) instead of "new Integer(n)"
* Adds explicit types to AckStatus list
* Removes unused variables
* Cleans up imports (removes unused ones, re-orders existing ones)
* Use a NotificationBuilder instead of Notification (deprecated)
It represents all the changes at
https://github.com/nikclayton/klaxon/compare/master...0a15639178c36cb3382e6afa88
2079272b303c83
Note: You will have to add the Android support library yourself, it's not in
the patch, see http://developer.android.com/sdk/compatibility-library.html for
details of how to do that.
Original issue reported on code.google.com by n...@ngo.org.uk on 5 Jun 2012 at 10:46
Original issue reported on code.google.com by
n...@ngo.org.uk
on 5 Jun 2012 at 10:46Attachments: