summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Resource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* aapt now attempts to process all assets even if some are malformed.Daniel Sandler2009-08-171-6/+8
| | | | | | Previously aapt would bail out on the first broken image, making it difficult to compile a comprehensive list of broken images. Now it will pre- and post-process all of them and report any and all errors (before exiting with an error code if any errors were encountered). Bug: 2055485
* Fix aapt to be able to add configs from overlays.Dianne Hackborn2009-08-151-0/+11
| | | | | Fixes a bug where any new configurations introduced in an overlay would be half-way ignored (enough to result in a broken .apk).
* Allow overlays to add resources.Dianne Hackborn2009-08-131-4/+2
|
* Format aapt warnings the same way as other compiler warningsMarco Nelissen2009-07-131-2/+2
| | | | ('warning: ' instead of 'WARNING: ' or 'WARNING ')
* am fa5c7e1d: Catch when a file resource (non values) added in an overlay.Robert Greenwalt2009-06-081-14/+17
|\ | | | | | | | | | | | | Merge commit 'fa5c7e1dfede7e26260789dd2de5175497e9659b' * commit 'fa5c7e1dfede7e26260789dd2de5175497e9659b': Catch when a file resource (non values) added in an overlay.
| * Catch when a file resource (non values) added in an overlay.Robert Greenwalt2009-06-081-14/+17
| | | | | | | | | | | | | | File resources are assigned resource id's and if an overlay adds one it renumbers things and breaks compatability. Used to segfault if you tried before, but now catches it and lets you know what file caused the problem.
| * Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-1/+61
| | | | | | | | | | | | | | | | | | | | | | Now old applications will automatically be granted it. Also renamed it from SDCARD_WRITE to WRITE_SDCARD to be consistent with our other permissions, and re-arranged how we do targetSdkVersion to actually be usuable for this kind of stuff. Note that right now this results in basically all apps being given the WRITE_SDCARD permission, because their targetSdkVersion is not set. I will be dealing with that in a future change.
* | Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-1/+61
| | | | | | | | | | | | | | | | | | | | | | Now old applications will automatically be granted it. Also renamed it from SDCARD_WRITE to WRITE_SDCARD to be consistent with our other permissions, and re-arranged how we do targetSdkVersion to actually be usuable for this kind of stuff. Note that right now this results in basically all apps being given the WRITE_SDCARD permission, because their targetSdkVersion is not set. I will be dealing with that in a future change.
* | AI 147028: Fix up aapt so it runs cleanly under the valgrind leak checker.Marco Nelissen2009-04-201-8/+1
|/ | | | Automated import of CL 147028
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1524
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1524/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-17/+104
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1433