summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a flag (-G) to aapt to have it output the classes that shouldn't be ↵Joe Onorato2009-08-301-2/+14
| | | | obfuscated by ProGuard.
* am 1585bd24: Merge change 4828 into donutAndroid (Google) Code Review2009-06-191-1/+5
|\ | | | | | | | | | | | | Merge commit '1585bd24c10d16351f89e32dddbfa799f18db6bd' * commit '1585bd24c10d16351f89e32dddbfa799f18db6bd': Report densities in badging, debugging for nine patch bug.
| * Report densities in badging, debugging for nine patch bug.Dianne Hackborn2009-06-191-1/+5
| | | | | | | | | | | | | | The aapt tool now reports all available densities like it already did for locales. Also this includes more resource data output, which I was using to examine bug #1867049 (which at this point I am unable to reproduce).
| * Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-4/+68
| | | | | | | | | | | | | | | | | | | | | | 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.
* | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of ↵Mathias Agopian2009-06-051-1/+0
| | | | | | | | inet_address.h and Socket.h which were not used
* | get rid of utils.hMathias Agopian2009-05-311-1/+4
| |
* | Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-4/+68
|/ | | | | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+369
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-369/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+5
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-4/+19
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+17
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+335