| Commit message (Expand) | Author | Age | Files | Lines |
* | Memory fix for the lint cli driver | Tor Norbye | 2011-12-15 | 1 | -1/+18 |
* | Merge "Fix 22848: Lint: Bogus suggestion and fix for flattening layout" | Tor Norbye | 2011-12-13 | 3 | -9/+54 |
|\ |
|
| * | Fix 22848: Lint: Bogus suggestion and fix for flattening layout | Tor Norbye | 2011-12-13 | 3 | -9/+54 |
* | | Clarify wording for the frame-to-merge-tag issue | Tor Norbye | 2011-12-13 | 1 | -3/+5 |
* | | Merge "New lint rule for invalid @+id references" | Tor Norbye | 2011-12-13 | 10 | -2/+532 |
|\ \ |
|
| * | | New lint rule for invalid @+id references | Tor Norbye | 2011-12-13 | 10 | -2/+532 |
* | | | Fix unused resource detector for R.attr resources | Tor Norbye | 2011-12-13 | 5 | -1/+46 |
| |/
|/| |
|
* | | Fix unused resource check to handle @string references in arrays | Tor Norbye | 2011-12-13 | 3 | -2/+23 |
|/ |
|
* | A few misc lint fixes | Tor Norbye | 2011-12-09 | 19 | -81/+169 |
* | Add the Guava library to the tools | Tor Norbye | 2011-12-05 | 37 | -138/+144 |
* | Add Java Classfile support | Tor Norbye | 2011-12-05 | 21 | -12/+875 |
* | Lint infrastructure improvements | Tor Norbye | 2011-12-05 | 62 | -606/+1546 |
* | Add flags to lint cli to turn off warnings, and turn on all | Tor Norbye | 2011-11-29 | 2 | -36/+118 |
* | Merge "Don't flag selector states with custom attributes as unreachable" | Xavier Ducrohet | 2011-11-28 | 3 | -0/+25 |
|\ |
|
| * | Don't flag selector states with custom attributes as unreachable | Tor Norbye | 2011-11-28 | 3 | -0/+25 |
* | | Special-case the drawable-nodpi folder in lint icon folder checks | Tor Norbye | 2011-11-28 | 2 | -8/+31 |
|/ |
|
* | Fix string arrays incorrectly flagged as not localized | Tor Norbye | 2011-11-28 | 5 | -0/+65 |
* | Fix a few lint bugs reported by early access users | Tor Norbye | 2011-11-25 | 10 | -36/+82 |
* | Add security detector for oversharing content providers | Tor Norbye | 2011-11-23 | 5 | -10/+100 |
* | Add overdraw detector | Tor Norbye | 2011-11-23 | 32 | -20/+967 |
* | Merge "Add lint support for fallback configurations" | Tor Norbye | 2011-11-23 | 3 | -6/+50 |
|\ |
|
| * | Add lint support for fallback configurations | Tor Norbye | 2011-11-21 | 3 | -6/+50 |
* | | Merge "Add package support for Rules API and Detector API" | Tor Norbye | 2011-11-23 | 4 | -39/+119 |
|\ \ |
|
| * | | Add package support for Rules API and Detector API | Tor Norbye | 2011-11-23 | 4 | -39/+119 |
| |/ |
|
* | | Typography lint checker | Tor Norbye | 2011-11-23 | 9 | -4/+641 |
* | | Add new detectors for layout parameters and deprecations | Tor Norbye | 2011-11-21 | 14 | -7/+839 |
|/ |
|
* | Merge "Add support for custom lint detectors" | Tor Norbye | 2011-11-15 | 4 | -2/+107 |
|\ |
|
| * | Add support for custom lint detectors | Tor Norbye | 2011-11-15 | 4 | -2/+107 |
* | | Add two new layout detectors | Tor Norbye | 2011-11-14 | 6 | -12/+182 |
|/ |
|
* | Tweak lint cli handling | Tor Norbye | 2011-11-11 | 1 | -9/+49 |
* | Minor lint tweaks | Tor Norbye | 2011-11-10 | 2 | -2/+6 |
* | Fix path-to-file conversion method | Tor Norbye | 2011-11-10 | 2 | -6/+11 |
* | Fix bugs in unused resource detector | Tor Norbye | 2011-11-09 | 5 | -30/+160 |
* | Fix various lint bugs | Tor Norbye | 2011-11-09 | 8 | -24/+50 |
* | Add gradual disclosure to the lint HTML report | Tor Norbye | 2011-11-08 | 3 | -12/+91 |
* | Add nodpi check | Tor Norbye | 2011-11-08 | 7 | -52/+185 |
* | Add duplicate icon detector | Tor Norbye | 2011-11-08 | 8 | -15/+333 |
* | Add lint check for accidental omission of android: prefix | Tor Norbye | 2011-11-08 | 10 | -14/+339 |
* | New lint icon detector | Tor Norbye | 2011-11-07 | 7 | -0/+852 |
* | Lint Architecture Changes: Configurations, Categories, etc. | Tor Norbye | 2011-11-07 | 54 | -1025/+2430 |
* | Lint infrastructure fixes | Tor Norbye | 2011-11-02 | 56 | -399/+1089 |
* | Add lint security check for exported services | Tor Norbye | 2011-11-02 | 7 | -0/+278 |
* | Turn on lint-on-save for all XML types, and move some code | Tor Norbye | 2011-11-01 | 5 | -141/+100 |
* | Suppress unused resource ids by default and ignore donottranslate | Tor Norbye | 2011-10-31 | 6 | -2/+66 |
* | Fix Useless layout detector, and add HTML summary | Tor Norbye | 2011-10-28 | 4 | -40/+138 |
* | Add Lint HTML reporting, and fix position information in parser | Tor Norbye | 2011-10-28 | 28 | -174/+982 |
* | Two new lint warnings: array-size check, and manifest order | Tor Norbye | 2011-10-26 | 26 | -208/+716 |
* | Lint: Unused resource detector, and framework improvements | Tor Norbye | 2011-10-25 | 75 | -167/+1046 |
* | Lint improvements | Tor Norbye | 2011-10-25 | 31 | -276/+579 |
* | More lint checks: translation, i18n, proguard, gridlayout, "px" | Tor Norbye | 2011-10-20 | 39 | -54/+1404 |