summaryrefslogtreecommitdiffstats
path: root/tools/aapt
Commit message (Expand)AuthorAgeFilesLines
* Add new READ_EXTERNAL_STORAGE permission.Dianne Hackborn2012-03-121-0/+12
* Merge "Fix an issue where a non-styled string could be made into a styled str...Ben Gruver2012-03-081-1/+3
|\
| * Fix an issue where a non-styled string could be made into a styled stringBen Gruver2012-03-071-1/+3
* | Fix up getAttributeFlags() functionBen Gruver2012-03-071-6/+2
|/
* Move the automatic namespace outside of the res namespace.Xavier Ducrohet2012-02-231-1/+1
* am 0842a226: am fe99051c: am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656...Jean-Baptiste Queru2012-02-231-3/+9
|\
| * am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Lib...Jean-Baptiste Queru2012-02-231-3/+9
| |\
| | * Merge "Fix for issue 9656 - custom xml attributes in Android Libraries"Jean-Baptiste Queru2012-02-231-3/+9
| | |\
| | | * Fix for issue 9656 - custom xml attributes in Android Librariesinazaruk2011-05-281-3/+9
| * | | am f8aea993: Make aapt ignore tools-related data.Xavier Ducrohet2012-02-061-31/+46
| |\ \ \ | | |/ / | |/| |
| | * | Make aapt ignore tools-related data.Xavier Ducrohet2012-02-061-31/+46
| * | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-191-2/+2
| * | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-192-3/+3
| * | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-191-1/+1
| * | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-192-57/+57
| * | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-192-18/+18
| |/ /
| * | Merge "AAPT fix printf %zd crash on Windows". Do not merge.Raphael2011-12-112-5/+21
* | | another attempt at fixing the linux buildMathias Agopian2012-02-211-1/+1
* | | frameworks/base refactoringMathias Agopian2012-02-201-0/+1
* | | frameworks/base refactoring.Mathias Agopian2012-02-175-8/+8
* | | Only generate private symbols that are needed.Dianne Hackborn2012-02-075-10/+176
* | | Make aapt ignore tools-related data.Xavier Ducrohet2012-02-021-31/+46
* | | aapt now sorts the strings in the resource string pool.Dianne Hackborn2012-01-318-83/+423
* | | Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-01-251-3/+8
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* | | Merge "Minor tweak to console output."Dan Morrill2012-01-061-0/+169
|\ \ \
| * | | Minor tweak to console output.Dan Morrill2012-01-061-0/+169
* | | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-3/+3
|/ / /
* | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-032-57/+57
* | | Add a new ui mode for "appliance"Joe Onorato2011-12-151-0/+5
* | | Add aapt support for implicitly-granted permissionsKenny Root2011-12-081-0/+19
* | | AAPT fix printf %zd crash on Windows.Raphael2011-10-272-5/+21
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-18/+18
|/ /
* | add -ldl to host executablesIliyan Malchev2011-10-201-1/+1
* | Whoops, remove left-over debug output.Dianne Hackborn2011-10-161-1/+1
* | New aapt feature to do smarter filtering of configurations.Dianne Hackborn2011-10-1613-286/+615
* | Add package-verifier to aapt dump badgingKenny Root2011-09-291-0/+10
* | Don't lose product variant strings that also vary between locales.Eric Fischer2011-09-272-1/+37
* | am d98e1be2: am f4750724: am 9d829f98: am 21e6e2de: Merge "Change generated d...Xavier Ducrohet2011-08-183-9/+33
|\ \
| * \ am f4750724: am 9d829f98: am 21e6e2de: Merge "Change generated dependency fil...Xavier Ducrohet2011-08-183-9/+33
| |\ \
| | * | Change generated dependency file namesJosiah Gaskin2011-08-163-9/+33
* | | | am 6abf2f50: am 0b45ca88: am cd01ad7c: am 20339b24: Merge "Remove Debug Code"Xavier Ducrohet2011-07-271-15/+0
|\ \ \ \ | |/ / /
| * | | am 0b45ca88: am cd01ad7c: am 20339b24: Merge "Remove Debug Code"Xavier Ducrohet2011-07-271-15/+0
| |\ \ \ | | |/ /
| | * | Remove Debug CodeJosiah Gaskin2011-07-271-15/+0
* | | | Change ZipFile flags anonymous enumKenny Root2011-07-251-1/+1
* | | | am b3ab070e: am 3a2d1c23: am ddb8e3b2: am 9bac0a9f: Merge "Fix to compile for...Xavier Ducrohet2011-07-202-4/+27
|\ \ \ \ | |/ / /
| * | | am 3a2d1c23: am ddb8e3b2: am 9bac0a9f: Merge "Fix to compile for windows"Xavier Ducrohet2011-07-202-4/+27
| |\ \ \ | | |/ /
| | * | Fix to compile for windowsJosiah Gaskin2011-07-202-4/+27
* | | | am 84be06e4: resolved conflicts for merge of ea9e6d24 to honeycomb-plus-aospXavier Ducrohet2011-07-2020-13/+1206
|\ \ \ \ | |/ / /