aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* 39758: lint gripes about an OK format stringTor Norbye2012-11-204-5/+59
* Merge "Make hardcoded text detector also check menu files"Tor Norbye2012-11-072-4/+37
|\
| * Make hardcoded text detector also check menu filesTor Norbye2012-11-072-4/+37
* | Refine labelFor check: don't warn when hint is setTor Norbye2012-11-072-0/+13
|/
* 39030: Incorrect NewAPI Lint warning: check local methodsTor Norbye2012-11-075-1/+92
* Merge "Make /sdcard detector also flag /data/data/ references"Tor Norbye2012-11-073-9/+39
|\
| * Make /sdcard detector also flag /data/data/ referencesTor Norbye2012-11-073-9/+39
* | Merge "39228: Validation for custom namespace in XMLs"Tor Norbye2012-11-073-0/+46
|\ \
| * | 39228: Validation for custom namespace in XMLsTor Norbye2012-11-023-0/+46
* | | Merge "38838: lint -fullpaths doesn't always work"Tor Norbye2012-11-073-0/+194
|\ \ \
| * | | 38838: lint -fullpaths doesn't always workTor Norbye2012-11-023-0/+194
| |/ /
* | | Merge "39134: forgot to call commit() after editing a SharedPreference"Tor Norbye2012-11-073-18/+176
|\ \ \
| * | | 39134: forgot to call commit() after editing a SharedPreferenceTor Norbye2012-10-313-18/+176
* | | | 39153: lint shows project folder instead of project nameTor Norbye2012-11-053-4/+40
| |_|/ |/| |
* | | Merge "Don't warn about missing classes before a build"Tor Norbye2012-11-022-1/+16
|\ \ \
| * | | Don't warn about missing classes before a buildTor Norbye2012-11-022-1/+16
| | |/ | |/|
* | | Additional fixes to filter out library project lint warningsTor Norbye2012-11-0215-12/+84
|/ /
* | Unit tests for ignoring missing densities via lint.xmlTor Norbye2012-11-014-8/+63
* | Fix the --showall flag to work with all the icon issuesTor Norbye2012-11-013-3/+90
|/
* Merge "Add lint detector for suspicious 0dp sizes"Tor Norbye2012-10-294-1/+223
|\
| * Add lint detector for suspicious 0dp sizesTor Norbye2012-10-274-1/+223
* | Support theme attributes not explicitly including "attr"Tor Norbye2012-10-261-8/+2
|/
* Merge "38958: Lint misreports missing layout_[width/height]"Tor Norbye2012-10-263-0/+45
|\
| * 38958: Lint misreports missing layout_[width/height]Tor Norbye2012-10-263-0/+45
* | Merge "Update compiler flags."Tor Norbye2012-10-263-6/+6
|\ \ | |/ |/|
| * Update compiler flags.Tor Norbye2012-10-263-6/+6
* | Regression test for 38195Tor Norbye2012-10-262-0/+48
|/
* Merge "38700: wrong reporting of <requestFocus /> as missing size"Tor Norbye2012-10-222-8/+15
|\
| * 38700: wrong reporting of <requestFocus /> as missing sizeTor Norbye2012-10-192-8/+15
* | Merge "38748: lint doesn't recognise inputtype in style"Tor Norbye2012-10-222-0/+18
|\ \
| * | 38748: lint doesn't recognise inputtype in styleTor Norbye2012-10-222-0/+18
* | | Merge "Fix handling of @SuppressLint on fields"Tor Norbye2012-10-2217-34/+157
|\ \ \ | |/ / |/| |
| * | Fix handling of @SuppressLint on fieldsTor Norbye2012-10-1817-34/+157
| |/
* | Merge "Fix incorrect assertion"Xavier Ducrohet2012-10-191-1/+1
|\ \
| * | Fix incorrect assertionTor Norbye2012-10-191-1/+1
* | | Merge "Fix UTF-8 encoding in some tests"Xavier Ducrohet2012-10-192-4/+5
|\ \ \ | |/ /
| * | Fix UTF-8 encoding in some testsTor Norbye2012-10-192-4/+5
| |/
* | Update maven artifacts and add lint.Xavier Ducrohet2012-10-195-29/+289
|/
* 32849: Fix CRLF line ending handling in the partial formatterTor Norbye2012-10-176-2/+210
* Warn about potentially accidentally overriding methodsTor Norbye2012-10-1612-5/+401
* Add lint support for checking frameworks/base/coreTor Norbye2012-10-166-11/+107
* Fix required attribute check for GridLayout childrenTor Norbye2012-10-161-6/+9
* Remove debug printlnTor Norbye2012-10-161-6/+0
* Check for missing layout_width and layout_height attributesTor Norbye2012-10-1617-56/+851
* Make view cast detector handle multiple typesTor Norbye2012-10-154-25/+121
* Look for missing android namespace prefix in manifest filesTor Norbye2012-10-153-10/+77
* Misc improvements to the multi-configuration editingTor Norbye2012-10-152-88/+3
* Lint detector for missing menu titlesTor Norbye2012-10-154-1/+185
* 37329: lint checks for conflicting permission definitionTor Norbye2012-10-157-3/+169
* Merge "Added a lint checker to flag permissions that are only granted to syst...Tor Norbye2012-10-104-1/+596
|\