Closed lucasrowe closed 11 years ago
Fixed most Lint warnings in all xml layouts. Still have to hit Lint warnings in java files and the manifest. Did a lot of cleanup on strings as well.
Oh I also think we can turn off the content description warning unless we get serious about providing accessibility to this thing.
Removed all the hard coded strings in Rules.xml. Ready for translation!! (Not really)
Removed warnings for unhandled cases, unused members, and unused includes.
Ripped through 100 of these. 60 more to go.
24 warnings remain, all of which I either opened other tasks or don't need to fix:
Here's an example. To turn on Linting go to Preferences - Android - Lint Error Checking.
The one below is for internationalization, so it's not a true problem for us right now. That said, this will teach us some best practices so we should go through all the warnings (there are 225 of them!!!)
Description Resource Path Location Type [I18N] Hardcoded string "Rematch", should use @string resource gameend.xml /phrasecraze/res/layout line 46 Android Lint Problem