summaryrefslogtreecommitdiffstats
path: root/tools/aapt
Commit message (Expand)AuthorAgeFilesLines
* Apply --extra-packages in case --custom-pacakge is also specified.Ying Wang2012-04-261-14/+17
* Add new aapt dump badging output explaining implicit badging.Dianne Hackborn2012-04-161-1/+46
* Merge "Adding a line for android-debuggable to 'dump badging' if AndroidManif...Dan Morrill2012-04-101-0/+10
|\
| * Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xmlDan Morrill2012-04-031-0/+10
* | Implement call log permission compatibility.Dianne Hackborn2012-04-051-0/+24
* | Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-19/+175
|/
* frameworks/base: move Zip* from libandroidfw to libutilsColin Cross2012-03-221-1/+1
* Use qsort_r_compat() as a portable wrapper for qsort_r().Jeff Brown2012-03-192-15/+2
* Fix build break on glibc, for real.Jeff Brown2012-03-191-0/+4
* Fix build break on glibc hosts.Jeff Brown2012-03-191-0/+10
* aapt: Preprocess images in parallel.Jeff Brown2012-03-174-14/+50
* Use quicksort to sort the string pool.Jeff Brown2012-03-162-6/+10
* Add some comments about StringPool sort order.Jeff Brown2012-03-161-2/+4
* Remove dead code in StringPool.Jeff Brown2012-03-164-106/+22
* Make StringPool entry types trivially movable.Jeff Brown2012-03-161-0/+9
* 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