summaryrefslogtreecommitdiffstats
path: root/libs/androidfw
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | am 82634313: Merge "Reject bad ResXMLTree::setTo calls"Kenny Root2012-10-121-0/+4
|\ \ \
| * | | Reject bad ResXMLTree::setTo callsKenny Root2012-10-101-0/+4
| |/ /
* | | am d87cb794: am 0cd3c976: Merge "Settings (and general) restore fixes" into j...Christopher Tate2012-10-041-0/+1
|\ \ \ | | |/ | |/|
| * | Settings (and general) restore fixesChristopher Tate2012-10-041-0/+1
* | | am cee11240: am 07b4339b: Merge "Change androidfw tests to native test target"Kenny Root2012-10-022-22/+11
|\ \ \ | |/ / |/| / | |/
| * Change androidfw tests to native test targetKenny Root2012-10-022-22/+11
* | Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resourcesFabrice Di Meglio2012-09-061-2/+2
* | Add support for "-rtl" in resourcesFabrice Di Meglio2012-08-231-0/+40
* | libutils cleanupMathias Agopian2012-08-051-0/+18
* | Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+3
|/
* am 51df04b9: Port the legacy velocity tracker strategy.Jeff Brown2012-06-041-0/+126
|\
| * Port the legacy velocity tracker strategy.Jeff Brown2012-06-041-0/+126
* | am a5b06982: Implement a second order integrating VT strategy.Jeff Brown2012-06-041-11/+37
|\ \ | |/
| * Implement a second order integrating VT strategy.Jeff Brown2012-06-041-11/+37
* | am 18f329e9: Implement a weighted least squares VelocityTracker strategy.Jeff Brown2012-06-041-21/+126
|\ \ | |/
| * Implement a weighted least squares VelocityTracker strategy.Jeff Brown2012-06-041-21/+126
* | am 1fbbc071: Merge "Implement an integrating VelocityTracker strategy." into ...Jeff Brown2012-06-031-0/+104
|\ \ | |/
| * Implement an integrating VelocityTracker strategy.Jeff Brown2012-06-031-0/+104
* | am f47e76e2: Merge "Make velocity tracker strategy configurable." into jb-devJeff Brown2012-06-031-17/+74
|\ \ | |/
| * Make velocity tracker strategy configurable.Jeff Brown2012-06-031-17/+74