aboutsummaryrefslogtreecommitdiffstats
path: root/templates/other/ContentProvider
Commit message (Collapse)AuthorAgeFilesLines
* Update application template display names and descriptions.Roman Nurik2012-12-131-2/+2
| | | | Change-Id: Id785c8527eb1602b2b6f29e09fb13f628abaf652
* Project template tweaksTor Norbye2012-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | Fix code which derives a project name from an application name such that it skips invalid project name characters. For example, the application name can be "I/O", but the project name should default to just "IO". Second, fix the validator code such that when it is validating a template parameter constraint of "class", it validates it as a class name, not a package name (so you cannot enter dots for example). Third, replace the default project template icons with the standard app icons (for when you disable Create Custom Launcher Icons). Fourth, tweak the templates such that you don't have unused imports when you create an activity without navigation, and remove unused padding dimension resources. Change-Id: I524608bb6347b4275338ec935e8de56bf3184c23
* More template tweaksTor Norbye2012-06-215-0/+112
Generalize the Add Activity wizard into an Add Android Object wizard and move Custom View in there, such that it's no longer a top level wizard. Also place service, content provider and broadcast receivers there. Fix indentation in simple activity template, and fix template wizard such that it doesn't reset all the values when you leave the page (to preview page or previous selector page) and come back - unless the template has changed. Change-Id: Idc1e7f76255d8f0010ccc09fbfc79915cc58690d