aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix missing class detector to work for incremental manifest editsTor Norbye2012-09-242-1/+38
* Add allowBackup lint security checkTor Norbye2012-09-213-0/+82
* Add labelFor lint checkTor Norbye2012-09-174-0/+191
* Constants refactoring.Tor Norbye2012-09-131-1/+1
* Add lint flag for setting a custom library pathTor Norbye2012-09-111-1/+95
* Add unit test for lint CLITor Norbye2012-09-112-3/+175
* Fix false positives in field getter lint checkTor Norbye2012-09-103-0/+51
* Don't report unused resources in projects with errorsTor Norbye2012-09-102-0/+19
* 37001: Lint check: non existing Activity/Service/ReceiverTor Norbye2012-09-1013-2/+344
* 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-044-5/+101
|\
| * 36951: Lint API Level Warnings for Enums are ConfusingTor Norbye2012-09-044-5/+101
* | 36942: tools:ignore="DuplicateActivity" just doesn'tTor Norbye2012-09-032-0/+33
|/
* Merge "Suggest using SparseIntArray instead of SparseArray<Integer>"Tor Norbye2012-08-302-2/+14
|\
| * Suggest using SparseIntArray instead of SparseArray<Integer>Tor Norbye2012-08-292-2/+14
* | Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-303-4/+21
|/
* Add lint rule to find incorrect alias filesTor Norbye2012-08-291-0/+43
* Add lint check for potential string locale errors (issue 36822)Tor Norbye2012-08-294-0/+112
* Update Guava from 10.0.1 to 13.0.1Tor Norbye2012-08-291-1/+1
* Add lint rule which warns about View.setTag(int, Object)Tor Norbye2012-08-274-0/+109
* Issue 34322: Fix handling of import statementsTor Norbye2012-08-275-1/+157
* Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-233-2/+223
* Warn about non-recent targetSdkVersionsTor Norbye2012-08-238-27/+140
* Tweak API check error messages for constructorsTor Norbye2012-08-211-12/+9
* Fix class to source mapping for the super() keywordTor Norbye2012-08-213-1/+35
* Recommend java.lang.Math instead of android.util.FloatMathTor Norbye2012-08-093-34/+43
* 36175: Lint crashes with java.nio.BufferUnderflowExceptionTor Norbye2012-08-091-0/+109
* Update lint test project for common refactoringTor Norbye2012-08-083-6/+7
* 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-064-3/+45
* 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-066-16/+487
|\ \
| * | Add support for additional languages in the typo detectorTor Norbye2012-08-036-16/+487
| |/
* | 35804: When importantForAccessibility="no" is set, don't warnTor Norbye2012-08-031-1/+2
|/
* 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-011-1/+3
* Multilingual typo checkerTor Norbye2012-07-315-18/+71
* Merge "Fix 35171: ExportedReceiver flags app widget receivers"Tor Norbye2012-07-302-1/+51
|\
| * Fix 35171: ExportedReceiver flags app widget receiversTor Norbye2012-07-242-1/+51
* | 35588: @SuppressLint does not work on constructors in Java filesTor Norbye2012-07-278-19/+51
* | Merge "Improve handling of library projects in lint"Tor Norbye2012-07-245-24/+104
|\ \
| * | Improve handling of library projects in lintTor Norbye2012-07-245-24/+104
| |/
* | Fix String#format checksTor Norbye2012-07-232-0/+9
|/
* Merge "35049: @SuppressLint("NewApi") doesn't work on local variables"Tor Norbye2012-07-232-0/+73
|\
| * 35049: @SuppressLint("NewApi") doesn't work on local variablesTor Norbye2012-07-232-0/+73
* | Merge "Make the px and sp lint checks look at style textnodes too"Tor Norbye2012-07-232-0/+33
|\ \ | |/ |/|
| * Make the px and sp lint checks look at style textnodes tooTor Norbye2012-07-172-0/+33
* | Add basic flow analysis support to lintTor Norbye2012-07-2310-5/+195
* | Add lint checks for wakelock and secure random problemsTor Norbye2012-07-238-0/+185