aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Fix a few XML export bugs found by Christopher OrrTor Norbye2012-01-231-6/+11
* Fix build.Tor Norbye2012-01-191-1/+1
* Check for custom views missing tool-friendly constructorsTor Norbye2012-01-199-0/+222
* Merge "Limit <FrameLayout> to <merge> lint check to included layouts"Tor Norbye2012-01-198-38/+236
|\
| * Limit <FrameLayout> to <merge> lint check to included layoutsTor Norbye2012-01-198-38/+236
* | Fix comparator for JDK 7Tor Norbye2012-01-191-1/+1
|/
* Prevent cycles in layout editor (and detect with lint)Tor Norbye2012-01-173-1/+22
* Add lint warning for hardcoded debuggable attribute in manifest filesTor Norbye2012-01-125-0/+160
* Add annotations to the Lint APITor Norbye2012-01-1027-230/+542
* Add lint checks: String format, Casts, Security, Imports, /sdcardTor Norbye2012-01-0921-3/+1783
* Lint Java source supportTor Norbye2012-01-0918-289/+1796
* Merge "Lint Library Support"Tor Norbye2012-01-0926-75/+526
|\
| * Lint Library SupportTor Norbye2012-01-0626-75/+526
* | Merge "Add --version flag to the lint command line"Tor Norbye2012-01-091-0/+35
|\ \
| * | Add --version flag to the lint command lineTor Norbye2012-01-091-0/+35
* | | Add private resource detectorTor Norbye2012-01-094-0/+112
|/ /
* | Merge "Add non-UTF-8 detector"Tor Norbye2012-01-065-0/+159
|\ \ | |/ |/|
| * Add non-UTF-8 detectorTor Norbye2012-01-065-0/+159
* | Merge "Fix locale handling of uppercase/lowercase"Tor Norbye2012-01-061-1/+3
|\ \
| * | Fix locale handling of uppercase/lowercaseTor Norbye2012-01-061-1/+3
| |/
* | Extract positional XML parser into common and fix encoding issuesTor Norbye2012-01-0510-538/+217
|/
* Add "Extra Text" lint detector.Tor Norbye2012-01-045-3/+231
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-225-5/+41
* Update SDK codebase to JDK 6Tor Norbye2011-12-2111-3/+47
* Merge "Add new lint rule looking for style definition cycles"Tor Norbye2011-12-204-0/+137
|\
| * Add new lint rule looking for style definition cyclesTor Norbye2011-12-204-0/+137
* | Merge "Fix Lint false positive for mixed XML/PNG Bitmap resource"Tor Norbye2011-12-205-14/+141
|\ \
| * | Fix Lint false positive for mixed XML/PNG Bitmap resourceTor Norbye2011-12-195-14/+141
| |/
* | Fix 23204: Lint false positive 'This TableRow view is useless'?Tor Norbye2011-12-193-2/+20
|/
* Merge "Fix <item> resource handling"Tor Norbye2011-12-191-21/+27
|\
| * Fix <item> resource handlingTor Norbye2011-12-161-21/+27
* | Handle lint input files with line ending errorsTor Norbye2011-12-172-1/+28
|/
* Memory fix for the lint cli driverTor Norbye2011-12-151-1/+18
* Merge "Fix 22848: Lint: Bogus suggestion and fix for flattening layout"Tor Norbye2011-12-133-9/+54
|\
| * Fix 22848: Lint: Bogus suggestion and fix for flattening layoutTor Norbye2011-12-133-9/+54
* | Clarify wording for the frame-to-merge-tag issueTor Norbye2011-12-131-3/+5
* | Merge "New lint rule for invalid @+id references"Tor Norbye2011-12-1310-2/+532
|\ \
| * | New lint rule for invalid @+id referencesTor Norbye2011-12-1310-2/+532
* | | Fix unused resource detector for R.attr resourcesTor Norbye2011-12-135-1/+46
| |/ |/|
* | Fix unused resource check to handle @string references in arraysTor Norbye2011-12-133-2/+23
|/
* A few misc lint fixesTor Norbye2011-12-0919-81/+169
* Add the Guava library to the toolsTor Norbye2011-12-0537-138/+144
* Add Java Classfile supportTor Norbye2011-12-0521-12/+875
* Lint infrastructure improvementsTor Norbye2011-12-0562-606/+1546
* Add flags to lint cli to turn off warnings, and turn on allTor Norbye2011-11-292-36/+118
* Merge "Don't flag selector states with custom attributes as unreachable"Xavier Ducrohet2011-11-283-0/+25
|\
| * Don't flag selector states with custom attributes as unreachableTor Norbye2011-11-283-0/+25
* | Special-case the drawable-nodpi folder in lint icon folder checksTor Norbye2011-11-282-8/+31
|/
* Fix string arrays incorrectly flagged as not localizedTor Norbye2011-11-285-0/+65
* Fix a few lint bugs reported by early access usersTor Norbye2011-11-2510-36/+82