| Commit message (Expand) | Author | Age | Files | Lines |
* | Template unit tests | Tor Norbye | 2012-10-29 | 2 | -5/+8 |
* | Lint fixes for FullscreenActivity and NewAndroidApplication templates. | Roman Nurik | 2012-10-25 | 4 | -6/+6 |
* | Merge "38920: Fix dropdown navigation template" | Tor Norbye | 2012-10-25 | 1 | -4/+4 |
|\ |
|
| * | 38920: Fix dropdown navigation template | Tor Norbye | 2012-10-25 | 1 | -4/+4 |
* | | Remove extraneous '=' from template. | Siva Velusamy | 2012-10-25 | 1 | -1/+1 |
|/ |
|
* | Ensure ADT app templates' activity onCreate is protected. | Roman Nurik | 2012-10-01 | 7 | -8/+9 |
* | 37497: Templates should escape string literals in resource files | Tor Norbye | 2012-09-18 | 11 | -14/+66 |
* | Update ADT template format docs to include additional built-in functions. | Roman Nurik | 2012-09-12 | 1 | -2/+48 |
* | Add HTML documentation for ADT templates. | Roman Nurik | 2012-08-30 | 7 | -0/+936 |
* | Don't create a new title string for first activity in prj | Tor Norbye | 2012-08-23 | 15 | -13/+43 |
* | Merge "Minor app template bug fixes for LoginActivity and FullscreenActivity" | Roman Nurik | 2012-08-21 | 7 | -9/+34 |
|\ |
|
| * | Minor app template bug fixes for LoginActivity and FullscreenActivity | Roman Nurik | 2012-08-10 | 7 | -9/+34 |
* | | Add Ant support for UI automation test. | Xavier Ducrohet | 2012-08-15 | 1 | -0/+92 |
|/ |
|
* | Fix fragment handling in templates | Tor Norbye | 2012-08-08 | 2 | -2/+4 |
* | Merge "Login activity template." | Roman Nurik | 2012-08-06 | 11 | -0/+490 |
|\ |
|
| * | Login activity template. | Roman Nurik | 2012-08-06 | 11 | -0/+490 |
* | | Merge "Minor app template fixes." | Roman Nurik | 2012-08-06 | 3 | -4/+4 |
|\ \ |
|
| * | | Minor app template fixes. | Roman Nurik | 2012-08-03 | 3 | -4/+4 |
| |/ |
|
* | | Fullscreen activity template. | Roman Nurik | 2012-08-06 | 14 | -0/+767 |
|/ |
|
* | Merge "New activity template parameter making CATEGORY_LAUNCHER optional." | Tor Norbye | 2012-07-27 | 4 | -27/+43 |
|\ |
|
| * | New activity template parameter making CATEGORY_LAUNCHER optional. | Roman Nurik | 2012-07-26 | 4 | -27/+43 |
* | | Merge "Settings activity template." | Roman Nurik | 2012-07-27 | 11 | -0/+538 |
|\ \ |
|
| * | | Settings activity template. | Roman Nurik | 2012-07-27 | 11 | -0/+538 |
| |/ |
|
* | | Add theme selection to New Android App template. | Roman Nurik | 2012-07-27 | 9 | -17/+65 |
|/ |
|
* | Activity templates cleanup. | Roman Nurik | 2012-07-19 | 31 | -191/+400 |
* | Reference android.R in template rather than importing it | Tor Norbye | 2012-07-14 | 2 | -3/+4 |
* | Project template tweaks | Tor Norbye | 2012-07-02 | 14 | -20/+11 |
* | Fix bug in BroadcastReceiver template | Tor Norbye | 2012-06-24 | 1 | -4/+4 |
* | More template tweaks | Tor Norbye | 2012-06-21 | 16 | -1/+253 |
* | Miscellaneous wizard fixes | Tor Norbye | 2012-06-20 | 8 | -16/+35 |
* | Wizard tweaks | Tor Norbye | 2012-06-19 | 6 | -13/+9 |
* | Rename template file from _ prefix | Tor Norbye | 2012-06-18 | 6 | -4/+9 |
* | Dependency support for the templates | Tor Norbye | 2012-06-14 | 6 | -8/+3 |
* | Add format handling to the template wizards | Tor Norbye | 2012-06-14 | 4 | -2/+10 |
* | Update templates | Tor Norbye | 2012-06-14 | 18 | -23/+112 |
* | Allow project templates to be bundled separately | Tor Norbye | 2012-06-04 | 62 | -0/+1335 |
* | Use aapt output to feed proguard's keep list. | Xavier Ducrohet | 2012-05-29 | 1 | -7/+9 |
* | Fix "ant test" + misc clean up / reorganization of build.xml | Xavier Ducrohet | 2012-04-16 | 1 | -1/+8 |
* | Merge "Update default project icons, and add an xhdpi version" | Tor Norbye | 2012-02-06 | 4 | -0/+0 |
|\ |
|
| * | Update default project icons, and add an xhdpi version | Tor Norbye | 2011-12-16 | 4 | -0/+0 |
* | | Add post package and post build Ant hooks. | Xavier Ducrohet | 2012-01-30 | 1 | -15/+13 |
|/ |
|
* | Misc Ant build fixes | Xavier Ducrohet | 2011-11-23 | 1 | -2/+2 |
* | Change default launcher icon name in new Android projects | Tor Norbye | 2011-09-06 | 3 | -0/+0 |
* | Move ant project templates files to development.git | Raphael Moll | 2011-09-01 | 8 | -117/+0 |
* | Rename default.prop/build.prop to project.prop/ant.prop | Xavier Ducrohet | 2011-08-23 | 1 | -12/+19 |
* | Modify android create/update project to deal with new build.xml | Xavier Ducrohet | 2011-08-22 | 1 | -3/+3 |
* | Remove obsolete code. | Xavier Ducrohet | 2011-08-17 | 1 | -54/+0 |
* | New library project mechanism. | Xavier Ducrohet | 2011-08-17 | 1 | -21/+20 |
* | Ant tasks and dependency clean up. | Xavier Ducrohet | 2011-02-08 | 1 | -14/+9 |
* | New test projects. | Xavier Ducrohet | 2010-09-02 | 3 | -5/+5 |