aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs
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-177-4/+360
* Code cleanupTor Norbye2012-09-174-10/+10
* Constants refactoring.Tor Norbye2012-09-1360-910/+545
* Add lint flag for setting a custom library pathTor Norbye2012-09-111-1/+95
* Merge "Add unit test for lint CLI"Tor Norbye2012-09-114-3/+198
|\
| * Add unit test for lint CLITor Norbye2012-09-114-3/+198
* | 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-104-1/+45
* 37001: Lint check: non existing Activity/Service/ReceiverTor Norbye2012-09-1016-10/+661
* 36829: Unused resource check does not handle merged manifestsTor Norbye2012-09-066-2/+110
* Merge "36951: Lint API Level Warnings for Enums are Confusing"Tor Norbye2012-09-046-14/+281
|\
| * 36951: Lint API Level Warnings for Enums are ConfusingTor Norbye2012-09-046-14/+281
* | 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-2910-10/+360
* 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-293-3/+3
|/
* 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-272-6/+15
|/
* Issue 34322: Fix handling of import statementsTor Norbye2012-08-277-3/+209
* Merge "Use simple markup for bold and monospace in lint issues"Tor Norbye2012-08-2741-139/+517
|\
| * Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-2341-139/+517
* | Merge "Warn about non-recent targetSdkVersions"Tor Norbye2012-08-2719-225/+309
|\ \ | |/
| * Warn about non-recent targetSdkVersionsTor Norbye2012-08-2319-225/+309
* | 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-216-7/+105
* 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-0713-21/+25
* 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-066-5/+112
* Merge "Allow lint cli --sources to specify a path, and use from ant lint"Tor Norbye2012-08-062-0/+65
|\
| * Allow lint cli --sources to specify a path, and use from ant lintTor Norbye2012-08-062-0/+65
* | 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
* | | Merge "Improve Maven defaults in lint"Tor Norbye2012-08-061-12/+38
|\ \ \ | | |/ | |/|
| * | Improve Maven defaults in lintTor Norbye2012-08-061-12/+38
| |/
* | 35804: When importantForAccessibility="no" is set, don't warnTor Norbye2012-08-033-2/+13
|/