aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/src/com
Commit message (Expand)AuthorAgeFilesLines
* Add labelFor lint checkTor Norbye2012-09-172-1/+165
* Code cleanupTor Norbye2012-09-172-2/+2
* Constants refactoring.Tor Norbye2012-09-1350-431/+431
* Merge "Add unit test for lint CLI"Tor Norbye2012-09-111-0/+11
|\
| * Add unit test for lint CLITor Norbye2012-09-111-0/+11
* | 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-101-0/+22
* Don't report unused resources in projects with errorsTor Norbye2012-09-101-1/+1
* 37001: Lint check: non existing Activity/Service/ReceiverTor Norbye2012-09-103-8/+317
* Merge "36951: Lint API Level Warnings for Enums are Confusing"Tor Norbye2012-09-041-8/+167
|\
| * 36951: Lint API Level Warnings for Enums are ConfusingTor Norbye2012-09-041-8/+167
* | 36942: tools:ignore="DuplicateActivity" just doesn'tTor Norbye2012-09-035-8/+8
|/
* Merge "Suggest using SparseIntArray instead of SparseArray<Integer>"Tor Norbye2012-08-301-1/+26
|\
| * Suggest using SparseIntArray instead of SparseArray<Integer>Tor Norbye2012-08-291-1/+26
* | Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-302-8/+57
|/
* Add lint rule to find incorrect alias filesTor Norbye2012-08-292-1/+70
* Add lint check for potential string locale errors (issue 36822)Tor Norbye2012-08-295-10/+244
* Minor tweaks and typosTor Norbye2012-08-281-1/+1
* Merge "Add lint rule which warns about View.setTag(int, Object)"Tor Norbye2012-08-282-1/+176
|\
| * Add lint rule which warns about View.setTag(int, Object)Tor Norbye2012-08-272-1/+176
* | Fix property sheet value completionTor Norbye2012-08-271-6/+8
|/
* Issue 34322: Fix handling of import statementsTor Norbye2012-08-271-2/+7
* Merge "Use simple markup for bold and monospace in lint issues"Tor Norbye2012-08-2737-137/+140
|\
| * Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-2337-137/+140
* | Merge "Warn about non-recent targetSdkVersions"Tor Norbye2012-08-272-5/+45
|\ \ | |/
| * Warn about non-recent targetSdkVersionsTor Norbye2012-08-232-5/+45
* | Lint: IconDetector - catch more cases in 3.0Marius Volkhart2012-08-271-2/+7
|/
* Tweak API check error messages for constructorsTor Norbye2012-08-211-1/+6
* Fix class to source mapping for the super() keywordTor Norbye2012-08-211-0/+3
* Recommend java.lang.Math instead of android.util.FloatMathTor Norbye2012-08-091-31/+13
* 36175: Lint crashes with java.nio.BufferUnderflowExceptionTor Norbye2012-08-091-10/+28
* Refactor common.jarXavier Ducrohet2012-08-077-7/+7
* 35875: Lint too strict about translating strings by default.Tor Norbye2012-08-061-2/+30
* Merge "Add support for additional languages in the typo detector"Tor Norbye2012-08-062-125/+318
|\
| * Add support for additional languages in the typo detectorTor Norbye2012-08-032-125/+318
* | 35804: When importantForAccessibility="no" is set, don't warnTor Norbye2012-08-031-0/+7
|/
* Fix lint-on-save for .class file detectors in Java filesTor Norbye2012-08-011-2/+1
* Multilingual typo checkerTor Norbye2012-07-312-108/+345
* Merge "Fix 35171: ExportedReceiver flags app widget receivers"Tor Norbye2012-07-302-10/+12
|\
| * Fix 35171: ExportedReceiver flags app widget receiversTor Norbye2012-07-242-10/+12
* | Merge "26501: Handle padding between image and text"Tor Norbye2012-07-271-1/+2
|\ \
| * | 26501: Handle padding between image and textTor Norbye2012-07-271-1/+2
* | | 35588: @SuppressLint does not work on constructors in Java filesTor Norbye2012-07-273-26/+28
|/ /
* | Merge "Improve handling of library projects in lint"Tor Norbye2012-07-242-4/+46
|\ \
| * | Improve handling of library projects in lintTor Norbye2012-07-242-4/+46
| |/
* | Fix String#format checksTor Norbye2012-07-231-16/+34
|/
* BuildfixTor Norbye2012-07-231-1/+1
* Merge "Tweaks to the lint CLI offsets"Tor Norbye2012-07-234-23/+24
|\
| * Tweaks to the lint CLI offsetsTor Norbye2012-07-234-23/+24
* | Merge "35049: @SuppressLint("NewApi") doesn't work on local variables"Tor Norbye2012-07-232-1/+171
|\ \