summaryrefslogtreecommitdiff
path: root/tools/aapt/ResourceTable.cpp
AgeCommit message (Collapse)Author
2009-05-15Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn
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.
2009-05-08Fix 1840639 to support overlays with zz_ZZ.Robert Greenwalt
Everything but strings worked fine before but a new default string would generate a build error.
2009-04-03AI 144547: Fix change 144342 by making it active only during overlay processing.Robert Greenwalt
BUG=1754390 Automated import of CL 144547
2009-04-02AI 144342: Fix bag (string-array,etc) behavior with overlays.Robert Greenwalt
We used to replace elements in the default with elements from the overlay. This change causes us to empty the array first so if the overlay array is smaller we don't end up with elements from the default array showing through at the end of the array. Ex: [A,B,C] and overlay [D] should give [D] but used to give [D,B,C]. BUG=1754390 Automated import of CL 144342
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-20auto import from //branches/cupcake/...@127101The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project