| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tools:targetApi to control local minSdk (like @TargetApi) | Tor Norbye | 2012-11-30 | 1 | -0/+1 |
* | Add filterscript suppport. | Xavier Ducrohet | 2012-11-29 | 1 | -0/+4 |
* | SDK: Relative AVD root path. | Raphael Moll | 2012-11-29 | 1 | -1/+11 |
* | Add lint check ensuring that buttons in bars are borderless | Tor Norbye | 2012-11-28 | 1 | -0/+2 |
* | Add support for specifying default language in res/values | Tor Norbye | 2012-11-28 | 1 | -0/+1 |
* | Add lint check for making dynamic text views selectable | Tor Norbye | 2012-11-16 | 1 | -0/+3 |
* | Merge "Update known version names constants" | Tor Norbye | 2012-11-05 | 1 | -1/+1 |
|\ |
|
| * | Update known version names constants | Tor Norbye | 2012-11-05 | 1 | -1/+1 |
* | | 21296: Layout editor error when using numColumns attribute | Tor Norbye | 2012-11-02 | 1 | -0/+1 |
|/ |
|
* | Update compiler flags. | Tor Norbye | 2012-10-26 | 1 | -2/+2 |
* | Update maven artifacts and add lint. | Xavier Ducrohet | 2012-10-19 | 1 | -0/+1 |
* | Check for missing layout_width and layout_height attributes | Tor Norbye | 2012-10-16 | 1 | -1/+1 |
* | Look for missing android namespace prefix in manifest files | Tor Norbye | 2012-10-15 | 1 | -0/+1 |
* | Misc improvements to the multi-configuration editing | Tor Norbye | 2012-10-15 | 2 | -1/+119 |
* | Lint detector for missing menu titles | Tor Norbye | 2012-10-15 | 1 | -0/+2 |
* | 37329: lint checks for conflicting permission definition | Tor Norbye | 2012-10-15 | 1 | -0/+1 |
* | Check notification and action bar icons | Tor Norbye | 2012-10-05 | 1 | -0/+4 |
* | Fix misc lint bugs | Tor Norbye | 2012-10-04 | 1 | -0/+1 |
* | Fix javadoc here and there. | Xavier Ducrohet | 2012-10-02 | 2 | -3/+3 |
* | Update the gradle build files. | Xavier Ducrohet | 2012-10-02 | 1 | -3/+52 |
* | Fix issue with generation of R classes for libraries. | Xavier Ducrohet | 2012-09-27 | 1 | -0/+2 |
* | Cache applicable issue lists per scope set | Tor Norbye | 2012-09-27 | 1 | -0/+1 |
* | Ensure that themes are always style-prefixed | Tor Norbye | 2012-09-25 | 1 | -1/+1 |
* | traceview: Fix check for upper case characters. | Siva Velusamy | 2012-09-24 | 1 | -0/+11 |
* | Merge "Add allowBackup lint security check" | Tor Norbye | 2012-09-21 | 1 | -0/+1 |
|\ |
|
| * | Add allowBackup lint security check | Tor Norbye | 2012-09-21 | 1 | -0/+1 |
* | | Merge "Move some utility functions from AdtUtils to common" | Siva Velusamy | 2012-09-21 | 2 | -0/+220 |
|\ \ |
|
| * | | Move some utility functions from AdtUtils to common | Siva Velusamy | 2012-09-20 | 2 | -0/+220 |
| |/ |
|
* | | Merge "Validate user edits in XML files" | Tor Norbye | 2012-09-20 | 1 | -0/+3 |
|\ \ |
|
| * | | Validate user edits in XML files | Tor Norbye | 2012-09-20 | 1 | -0/+3 |
| |/ |
|
* | | Merge "37497: Templates should escape string literals in resource files" | Tor Norbye | 2012-09-20 | 2 | -1/+25 |
|\ \
| |/
|/| |
|
| * | 37497: Templates should escape string literals in resource files | Tor Norbye | 2012-09-18 | 2 | -1/+25 |
* | | Generate smaller R classes for libraries. | Xavier Ducrohet | 2012-09-18 | 2 | -0/+6 |
|/ |
|
* | Improvements to stacktrace handler for constructors | Tor Norbye | 2012-09-18 | 1 | -0/+1 |
* | Add labelFor lint check | Tor Norbye | 2012-09-17 | 1 | -0/+3 |
* | Support separate layout editors for a single layout resource | Tor Norbye | 2012-09-17 | 1 | -2/+8 |
* | Merge "Add guava to common and sdklib." | Xavier Ducrohet | 2012-09-13 | 3 | -1/+3 |
|\ |
|
| * | Add guava to common and sdklib. | Xavier Ducrohet | 2012-09-13 | 3 | -1/+3 |
* | | Constants refactoring. | Tor Norbye | 2012-09-13 | 4 | -221/+758 |
|/ |
|
* | NPW Sample Wizard: list extras with a "sample" directory. | Raphael Moll | 2012-09-11 | 1 | -0/+9 |
* | Make some libraries be buildable with Gradle. | Xavier Ducrohet | 2012-09-06 | 2 | -0/+30 |
* | Update Guava from 10.0.1 to 13.0.1 | Tor Norbye | 2012-08-29 | 1 | -1/+1 |
* | Fix nullability annotations | Tor Norbye | 2012-08-21 | 2 | -4/+6 |
* | Merge "Create new logging class in the common library." | Xavier Ducrohet | 2012-08-15 | 4 | -1/+309 |
|\ |
|
| * | Create new logging class in the common library. | Xavier Ducrohet | 2012-08-15 | 4 | -1/+309 |
* | | Add Ant support for UI automation test. | Xavier Ducrohet | 2012-08-15 | 1 | -2/+2 |
|/ |
|
* | More refactoring. | Xavier Ducrohet | 2012-08-13 | 4 | -0/+1096 |
* | Refactor common.jar | Xavier Ducrohet | 2012-08-07 | 22 | -1633/+11 |
* | Tweaks to the lint CLI offsets | Tor Norbye | 2012-07-23 | 1 | -1/+2 |
* | Add XXHigh density (added in JB) | Xavier Ducrohet | 2012-07-10 | 1 | -0/+1 |