summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/ResourceTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix memory leak in ResTable" into lmp-devAdam Lesinski2014-08-291-1/+1
|\
| * Fix memory leak in ResTableAdam Lesinski2014-08-281-1/+1
* | Stamp platform version code into app ApksAdam Lesinski2014-08-271-1/+1
|/
* Introduce anydpi density resource qualifierAdam Lesinski2014-08-251-9/+28
* AAPT: Fix regression generating dynamic ref table for shared librariesAdam Lesinski2014-08-201-11/+63
* Fix assumption about DynamicRefTable in aaptAdam Lesinski2014-08-151-5/+0
* Merge "Revert "Fix aapt dump for APKs with no resources"" into lmp-devAdam Lesinski2014-08-151-8/+17
|\
| * Revert "Fix aapt dump for APKs with no resources"Adam Lesinski2014-08-151-8/+17
* | Fix crash in ResStringPoolAdam Lesinski2014-08-151-3/+8
* | Merge "Fix aapt dump for APKs with no resources" into lmp-devAdam Lesinski2014-08-141-17/+8
|\ \ | |/
| * Fix aapt dump for APKs with no resourcesAdam Lesinski2014-08-141-17/+8
* | Print xxxhdpi from ResTable_config::toStringAdam Lesinski2014-08-141-0/+3
|/
* Fix shared library bug in bag attributesAdam Lesinski2014-08-111-3/+13
* AAPT support for feature splitsAdam Lesinski2014-08-041-4/+6
* Ensure the ResTable data is at least the size of a ResTable_headerAdam Lesinski2014-07-291-6/+15
* am 8c1c0a68: am 7f319c47: am 1dc550fa: Merge "Fix packing of values at offset...Narayan Kamath2014-07-011-3/+3
|\
| * am 7f319c47: am 1dc550fa: Merge "Fix packing of values at offset 16."Narayan Kamath2014-07-011-3/+3
| |\
| | * Fix packing of values at offset 16.Narayan Kamath2014-06-301-3/+3
| * | am b20b0629: am 71dfc7e9: Merge "Memory leak in parsePackage"Narayan Kamath2014-06-241-5/+15
| |\ \ | | |/
| | * Memory leak in parsePackageHenrik Baard2014-06-231-5/+15
* | | Support multiple resource tables with same packageAdam Lesinski2014-06-181-1034/+1095
* | | Creating an empty package should be succesfullAdam Lesinski2014-06-091-1/+1
* | | Fix potential crash in libandroidfwAdam Lesinski2014-05-141-1/+1
* | | Add support for building split APKsAdam Lesinski2014-05-111-42/+49
* | | am 642421aa: am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifi...John Spurlock2014-04-041-0/+3
|\ \ \ | |/ /
| * | am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp...John Spurlock2014-04-041-0/+3
| |\ \ | | |/ | |/|
| | * Introduce new UI_MODE_TYPE_WATCH and qualifier.John Spurlock2014-04-041-0/+3
* | | resolved conflicts for merge of 22d07464 to masterNarayan Kamath2014-03-271-3/+3
|\ \ \ | |/ /
| * | AArch64: Make frameworks/base code more portableAshok Bhat2014-03-271-3/+3
* | | Shared library resource supportAdam Lesinski2014-03-251-49/+310
|/ /
* | androidfw: resolve 64-bit build issuesMark Salyzyn2014-03-191-75/+75
* | LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-101-36/+36
* | libandroidfw: fix build error for 64-bitPatrik Bannura2014-02-201-39/+36
* | Extended locales in AAPT / AssetManager.Narayan Kamath2014-02-141-22/+73
* | AssetManager support for 3 letter lang/country codes.Narayan Kamath2014-02-141-44/+195
* | Runtime resource overlay, iteration 2Mårten Kongstad2014-02-031-7/+69
* | New command line tool 'idmap'Mårten Kongstad2014-02-031-1/+1
* | Change ResourceType cookies to int32_t.Narayan Kamath2014-01-311-14/+14
|/
* Resource memory optimization.Dianne Hackborn2013-07-311-83/+257
* Move input library code to frameworks/native.Jeff Brown2013-07-011-4/+1
* libutils clean-upMathias Agopian2013-05-071-1/+0
* Allow compiling aapt for the deviceBjorn Bringert2013-04-261-2/+2
* am d13b23a4: Merge "Revert "fix potential memory leak""Elliott Hughes2013-01-031-3/+0
|\
| * Revert "fix potential memory leak"Elliott Hughes2013-01-031-3/+0
* | am 9aac0c1b: Merge "fix potential memory leak"Elliott Hughes2013-01-031-0/+3
|\ \ | |/
| * fix potential memory leakSungmin Choi2013-01-041-0/+3
* | am 5c0d6f99: am 9de88dad: Merge "Fix bug #7724071 ImageView drawable is not l...Fabrice Di Meglio2012-12-131-1/+2
|\ \ | |/ |/|
| * Fix bug #7724071 ImageView drawable is not loaded correctly when changing LocaleFabrice Di Meglio2012-12-121-1/+2
* | Merge "Free resources in correct order in ResStringPool::uninit"Kenny Root2012-11-141-4/+4
|\ \
| * | Free resources in correct order in ResStringPool::uninitChris Dearman2012-10-081-4/+4