aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicLib
Commit message (Collapse)AuthorAgeFilesLines
* New library project mechanism.Xavier Ducrohet2011-08-171-0/+1
| | | | | | | | | | | | | | | | Libraries now generate a jar file that is used by the projects referencing them, instead of having the main projects compile the library source code themselves. This means we can remove the link mechanism that created linked folder in ADT and instead use a container that is lazily initalized to be all the jar files of the libraries. Also merged all 3 Ant build files (main_rules, lib_rules, test_rules) into a single build.xml that can build any kind of projects. Lot's of improvement in there too. Much cleaner. Change-Id: I98307e25cd76722e8595938528e6ef57a7e226ad
* Improve test apps to make them easier to use.Xavier Ducrohet2010-12-072-2/+2
| | | | | | | Each app now properly reference its name in layout output and in launcher activities. Change-Id: If404b61afc4eb193b01c2b4f8ef44194f5726d93
* Update test apps and bundle them in the meta sdk.Xavier Ducrohet2010-12-064-3/+43
| | | | | | | | - make it so that layout display something about the project, and possibly the result of calling out to class coming from jar files. - make the activity names on the launcher to be the name of the projects. Change-Id: I318255c3284337be28220df509630cfff4eae38b
* Simplify icons in test apps.Xavier Ducrohet2010-09-023-0/+0
| | | | Change-Id: I9dad8dc30e0fa2499c9b003abbe08d91dc4041ab
* New test projects.Xavier Ducrohet2010-09-0210-0/+161
Also fixed some trailing space in templates and automatically generated files. Change-Id: I2ed5f0067dff4c62b53857b7e0a2dea5dd9a101c