aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks
Commit message (Expand)AuthorAgeFilesLines
* Fix missing class detector to work for incremental manifest editsTor Norbye2012-09-243-3/+41
* Add allowBackup lint security checkTor Norbye2012-09-215-1/+126
* Rename ide_common to sdk_commonSiva Velusamy2012-09-181-1/+1
* Add labelFor lint checkTor Norbye2012-09-176-1/+356
* Code cleanupTor Norbye2012-09-172-2/+2
* Constants refactoring.Tor Norbye2012-09-1351-432/+432
* Add lint flag for setting a custom library pathTor Norbye2012-09-111-1/+95
* Merge "Add unit test for lint CLI"Tor Norbye2012-09-113-3/+186
|\
| * Add unit test for lint CLITor Norbye2012-09-113-3/+186
* | Work around missing DOM method implementation in Eclipe 3.6Tor Norbye2012-09-111-1/+1
|/
* Fix false positives in field getter lint checkTor Norbye2012-09-104-0/+73
* Don't report unused resources in projects with errorsTor Norbye2012-09-103-1/+20
* 37001: Lint check: non existing Activity/Service/ReceiverTor Norbye2012-09-1016-10/+661
* 36829: Unused resource check does not handle merged manifestsTor Norbye2012-09-064-1/+86
* Merge "36951: Lint API Level Warnings for Enums are Confusing"Tor Norbye2012-09-045-13/+268
|\
| * 36951: Lint API Level Warnings for Enums are ConfusingTor Norbye2012-09-045-13/+268
* | 36942: tools:ignore="DuplicateActivity" just doesn'tTor Norbye2012-09-037-8/+41
|/
* Merge "Suggest using SparseIntArray instead of SparseArray<Integer>"Tor Norbye2012-08-303-3/+40
|\
| * Suggest using SparseIntArray instead of SparseArray<Integer>Tor Norbye2012-08-293-3/+40
* | Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-305-12/+78
|/
* Add lint rule to find incorrect alias filesTor Norbye2012-08-293-1/+113
* Add lint check for potential string locale errors (issue 36822)Tor Norbye2012-08-299-10/+356
* Merge "Minor tweaks and typos"Tor Norbye2012-08-291-1/+1
|\
| * Minor tweaks and typosTor Norbye2012-08-281-1/+1
* | Update Guava from 10.0.1 to 13.0.1Tor Norbye2012-08-292-2/+2
|/
* Merge "Add lint rule which warns about View.setTag(int, Object)"Tor Norbye2012-08-286-1/+285
|\
| * Add lint rule which warns about View.setTag(int, Object)Tor Norbye2012-08-276-1/+285
* | Fix property sheet value completionTor Norbye2012-08-271-6/+8
|/
* Issue 34322: Fix handling of import statementsTor Norbye2012-08-276-3/+164
* Merge "Use simple markup for bold and monospace in lint issues"Tor Norbye2012-08-2740-139/+363
|\
| * Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-2340-139/+363
* | Merge "Warn about non-recent targetSdkVersions"Tor Norbye2012-08-2714-225/+187
|\ \ | |/
| * Warn about non-recent targetSdkVersionsTor Norbye2012-08-2314-225/+187
* | Lint: IconDetector - catch more cases in 3.0Marius Volkhart2012-08-271-2/+7
|/
* Tweak API check error messages for constructorsTor Norbye2012-08-212-13/+15
* Fix class to source mapping for the super() keywordTor Norbye2012-08-214-1/+38
* More refactoring.Xavier Ducrohet2012-08-133-3/+1
* Recommend java.lang.Math instead of android.util.FloatMathTor Norbye2012-08-094-65/+56
* 36175: Lint crashes with java.nio.BufferUnderflowExceptionTor Norbye2012-08-092-10/+137
* Update lint test project for common refactoringTor Norbye2012-08-083-6/+7
* Refactor common.jarXavier Ducrohet2012-08-0710-13/+15
* Update lint unit test golden files to contain more detailsTor Norbye2012-08-0661-739/+1868
* 35875: Lint too strict about translating strings by default.Tor Norbye2012-08-065-5/+75
* Merge "Allow lint cli --sources to specify a path, and use from ant lint"Tor Norbye2012-08-061-0/+28
|\
| * Allow lint cli --sources to specify a path, and use from ant lintTor Norbye2012-08-061-0/+28
* | Merge "Add support for additional languages in the typo detector"Tor Norbye2012-08-068-141/+805
|\ \
| * | Add support for additional languages in the typo detectorTor Norbye2012-08-038-141/+805
| |/
* | 35804: When importantForAccessibility="no" is set, don't warnTor Norbye2012-08-032-1/+9
|/
* Include additional metadata in the XML reportTor Norbye2012-08-021-0/+140
* Fix lint-on-save for .class file detectors in Java filesTor Norbye2012-08-012-3/+4