summaryrefslogtreecommitdiffstats
path: root/libs/androidfw
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Make frameworks/base code more portableAshok Bhat2014-03-274-18/+21
* androidfw: resolve 64-bit build issuesMark Salyzyn2014-03-196-98/+98
* LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-101-36/+36
* Various format string fixes for 64bitKévin PETIT2014-02-241-4/+4
* libandroidfw: fix build error for 64-bitPatrik Bannura2014-02-201-39/+36
* Extended locales in AAPT / AssetManager.Narayan Kamath2014-02-143-46/+114
* AssetManager support for 3 letter lang/country codes.Narayan Kamath2014-02-143-45/+347
* Use size_t* in AssetManager::createIdmapColin Cross2014-02-111-1/+1
* Runtime resource overlay, iteration 2Mårten Kongstad2014-02-032-172/+218
* New command line tool 'idmap'Mårten Kongstad2014-02-032-1/+26
* Change ResourceType cookies to int32_t.Narayan Kamath2014-01-312-17/+17
* AssetManager cookies should be int32_t and not void*.Narayan Kamath2014-01-271-13/+12
* Add libutils dependency for libandroidfw host build.Narayan Kamath2013-12-111-2/+1
* Reimplement ZipFileRO in terms of libziparchive.Narayan Kamath2013-12-097-1004/+249
* Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-2223-6048/+1776
|\
| * Fix another off-by-one error in ZipFileROKenny Root2013-09-111-1/+1
| * Reconcile differences between zip implementationsKenny Root2013-09-111-65/+129
| * Revert "Reconcile differences between zip implementations"Kenny Root2013-09-111-129/+65
| * Reconcile differences between zip implementationsKenny Root2013-09-111-65/+129
| * Remove an unused C zip API.Elliott Hughes2013-08-052-55/+0
| * Resource memory optimization.Dianne Hackborn2013-07-311-83/+257
| * add static dependency on liblogColin Cross2013-07-231-0/+2
| * Move input library code to frameworks/native.Jeff Brown2013-07-0117-5957/+16
| * input: Handle a few extra error conditions.Jeff Brown2013-06-181-2/+2
| * Move VelocityTracker.cpp to target build onlyNick Kralevich2013-05-212-3/+2
| * libutils clean-upMathias Agopian2013-05-0710-6/+1488
| * Allow compiling aapt for the deviceBjorn Bringert2013-04-262-2/+5
* | Fix a variety of small publicly-reported bugs.Elliott Hughes2013-10-292-12/+12
|/
* Maybe fix issue #8620910: Win_sdk build failed and unable to create...Dianne Hackborn2013-04-151-0/+2
* Add new resources trace, also trace apk dex loading.Dianne Hackborn2013-04-121-0/+12
* Merge "Pipe through device resolution information" into jb-mr2-devMichael Wright2013-04-051-2/+2
|\
| * Pipe through device resolution informationMichael Wright2013-04-041-2/+2
* | Correctly manage the lifecycle of IME InputChannels.Jeff Brown2013-04-041-0/+5
|/
* DO NOT MERGE - Full backup/restore now handles OBBs sensiblyChristopher Tate2013-03-081-1/+1
* am 8dda0956: am 49999acb: Merge "StreamingZipInflater: fix mmap\'d end of read"Kenny Root2013-02-211-4/+20
|\
| * StreamingZipInflater: fix mmap'd end of readKenny Root2013-02-151-4/+20
* | am 75701e8f: am 7eb4db35: am b9185fd1: Merge "Fix PointerCoords Parcel incorr...Jeffrey Brown2013-02-061-2/+2
|\ \ | |/
| * am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as In...Jeffrey Brown2013-02-061-2/+2
| |\
| | * Fix PointerCoords Parcel incorrectly storing values as Int32Ilya Polenov2013-01-301-2/+2
* | | Add initial plumbing for brightness keysMichael Wright2013-02-011-0/+4
|/ /
* | 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 4b0ed017: Merge "BackupHelpers: Fix Typo"Christopher Tate2012-12-171-1/+1
|\ \ | |/
| * BackupHelpers: Fix TypoYou Kim2012-12-171-1/+1
* | 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