3 Commits

Author SHA1 Message Date
Hans-Christoph Steiner
9870fd13b6 ignore TrulyRandom lint warnings, fdroid already includes the fix
PRNGFixes.apply() is run in FDroidApp.onCreate().  This is enough,
according to Google, and their instructions say to disable this lint
warning once the workaround is included since lint cannot detech whether
the workaround is applied.

This the code format was also automatically corrected by the Eclipse plugin
2014-08-02 00:30:46 -04:00
Daniel Martí
05edd59b05 Ignore UnusedResources on default_repo.xml
We iterate over them programmatically, so lint thinks we don't use them
2014-03-17 09:39:52 +01:00
Daniel Martí
91cf8c9472 Add lint.xml with ignores for MissingTranslation 2014-01-08 13:04:00 +01:00