aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/src/com/android/tools/lint/checks/BuiltinIssueRegistry.java
Commit message (Expand)AuthorAgeFilesLines
* Add allowBackup lint security checkTor Norbye2012-09-211-1/+2
* Add labelFor lint checkTor Norbye2012-09-171-1/+2
* Add unit test for lint CLITor Norbye2012-09-111-0/+11
* 37001: Lint check: non existing Activity/Service/ReceiverTor Norbye2012-09-101-1/+4
* Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-301-2/+3
* Add lint rule to find incorrect alias filesTor Norbye2012-08-291-1/+2
* Add lint check for potential string locale errors (issue 36822)Tor Norbye2012-08-291-1/+2
* Add lint rule which warns about View.setTag(int, Object)Tor Norbye2012-08-271-1/+2
* Warn about non-recent targetSdkVersionsTor Norbye2012-08-231-1/+2
* 35049: @SuppressLint("NewApi") doesn't work on local variablesTor Norbye2012-07-231-1/+2
* Add lint checks for wakelock and secure random problemsTor Norbye2012-07-231-1/+3
* Added a lint check that makes sure no private keys are packaged in an app.Sebastian Porst2012-07-191-1/+2
* Merge "Add lint check for usages of dp instead of sp for textSizes"Tor Norbye2012-07-021-3/+4
|\
| * Add lint check for usages of dp instead of sp for textSizesTor Norbye2012-07-021-3/+4
* | Fix lint attribute positions in the CLITor Norbye2012-07-021-1/+1
|/
* Add typo detectorTor Norbye2012-06-221-1/+3
* Added lint checks for unprotected activities and export receivers, analogous ...Sebastian Porst2012-06-131-1/+3
* Added detection code for malformed phone numbers that are passed to the SMS s...Sebastian Porst2012-06-121-1/+2
* Fix nullness annotationsTor Norbye2012-05-301-1/+2
* Add new lint check to ensure that Fragments are instantiatableTor Norbye2012-05-301-1/+2
* Add lint check for duplicate activity registrationsTor Norbye2012-05-161-1/+2
* Add lint rule looking for Handler leaksTor Norbye2012-05-081-1/+2
* Add lint check to make sure SharedPreference editors are committedTor Norbye2012-04-271-1/+2
* Add lint detector for Toast.makeText() without show()Tor Norbye2012-04-021-1/+2
* Add exported content provider check to registryJon Larimer2012-04-021-1/+2
* 27584: Detect misplaced <uses-library> manifest tag at build timeTor Norbye2012-03-231-1/+2
* Added detection for the creation of world-readable files to lintSebastian Porst2012-03-151-1/+2
* Added detection of android.webkit.WebSettings.setJavaScriptEnabled to the lin...Sebastian Porst2012-03-141-1/+2
* Add lint check for calling native wrapper class constructorsTor Norbye2012-02-271-1/+2
* Add lint check for "old" proguard configurations with generic Android configTor Norbye2012-02-221-2/+3
* Add lint rule to catch incorrect setColor callsTor Norbye2012-02-211-1/+2
* Lint rule to catch edit-usage of TextViews (should be EditText)Tor Norbye2012-02-211-1/+2
* Lint rule checking that activities and services are registeredTor Norbye2012-02-161-1/+2
* Add onClick check for lintTor Norbye2012-02-161-1/+2
* Add lint check for custom attributes in library projectsTor Norbye2012-02-141-2/+7
* Warn when there are more uses sdk elements than oneTor Norbye2012-02-141-0/+1
* Add Java performance lint checksTor Norbye2012-02-131-1/+3
* Add namespace-typo detectorTor Norbye2012-02-131-0/+1
* Lint detector warning about missing <uses-sdk> min or target SDK settingsTor Norbye2012-02-071-1/+2
* New button-related lint checksTor Norbye2012-02-061-0/+3
* Add lint rule checking for showAsAction="always" in menusTor Norbye2012-02-031-0/+1
* Add Quickfix to add @TargetApi.Tor Norbye2012-02-021-1/+2
* Add has-autofix info to HTML reportTor Norbye2012-02-021-1/+42
* API check hooked up to lintTor Norbye2012-01-271-0/+2
* Check for custom views missing tool-friendly constructorsTor Norbye2012-01-191-0/+1
* Add lint warning for hardcoded debuggable attribute in manifest filesTor Norbye2012-01-121-0/+1
* Add lint checks: String format, Casts, Security, Imports, /sdcardTor Norbye2012-01-091-0/+7
* Merge "Lint Library Support"Tor Norbye2012-01-091-3/+2
|\
| * Lint Library SupportTor Norbye2012-01-061-3/+2
* | Add private resource detectorTor Norbye2012-01-091-0/+1