summaryrefslogtreecommitdiffstats
path: root/tools/aapt
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge "Merge "AAPT: support a new --ignore-assets flag."" into jb-devRaphael Moll2012-05-213-45/+99
| |\ \ \
| | * | | Merge "AAPT: support a new --ignore-assets flag."Raphael Moll2012-05-183-45/+99
* | | | | am 13a0271c: Merge "Add aapt support for generating proguard rules for onClic...Dianne Hackborn2012-05-181-0/+27
|\ \ \ \ \ | |/ / / /
| * | | | Add aapt support for generating proguard rules for onClick methods.Dianne Hackborn2012-05-181-0/+27
| |/ / /
* | | | am 8748399f: am 61394501: Merge "Support a new ANDROID_AAPT_IGNORE env var."Raphael Moll2012-05-183-45/+99
|\ \ \ \ | | |/ / | |/| |
| * | | Support a new ANDROID_AAPT_IGNORE env var.Raphael Moll2012-05-093-45/+99
* | | | resolved conflicts for merge of 13c04786 to jb-dev-plus-aospJean-Baptiste Queru2012-05-011-0/+15
|\ \ \ \ | |/ / /
| * | | Merge "Runtime resource overlay: clean-up."Jean-Baptiste Queru2012-05-011-0/+15
| |\ \ \
| | * | | Runtime resource overlay: clean-up.Mårten Kongstad2012-02-161-0/+15
* | | | | resolved conflicts for merge of bc2fb7b9 to jb-dev-plus-aospJean-Baptiste Queru2012-05-013-12/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge "Build overlay packages just like regular packages."Jean-Baptiste Queru2012-05-013-12/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Build overlay packages just like regular packages.Mårten Kongstad2012-02-073-12/+1
| * | am 816b873d: Move the automatic namespace outside of the res namespace. do no...Xavier Ducrohet2012-02-231-1/+1
| |\ \
| | * | Move the automatic namespace outside of the res namespace. do not merge.Xavier Ducrohet2012-02-231-1/+1
| | * | Fix for issue 9656 - custom xml attributes in Android Libraries. do not merge.inazaruk2012-02-231-3/+9
* | | | 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