| Commit message (Expand) | Author | Age | Files | Lines |
* | Stamp platform version code into app Apks | Adam Lesinski | 2014-08-27 | 1 | -1/+1 |
* | Introduce anydpi density resource qualifier | Adam Lesinski | 2014-08-25 | 1 | -0/+1 |
* | AAPT: Fix regression generating dynamic ref table for shared libraries | Adam Lesinski | 2014-08-20 | 1 | -0/+3 |
* | AAPT support for feature splits | Adam Lesinski | 2014-08-04 | 1 | -0/+2 |
* | Allow for appending of resources to an AssetManager. | Martin Kosiba | 2014-07-17 | 1 | -0/+1 |
* | Support multiple resource tables with same package | Adam Lesinski | 2014-06-18 | 3 | -13/+222 |
* | am 642421aa: am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifi... | John Spurlock | 2014-04-04 | 1 | -0/+1 |
|\ |
|
| * | am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp... | John Spurlock | 2014-04-04 | 1 | -0/+1 |
| |\ |
|
| | * | Introduce new UI_MODE_TYPE_WATCH and qualifier. | John Spurlock | 2014-04-04 | 1 | -0/+1 |
* | | | Shared library resource support | Adam Lesinski | 2014-03-25 | 2 | -5/+83 |
* | | | resolved conflicts for merge of 92860a74 to master | Narayan Kamath | 2014-03-10 | 1 | -25/+44 |
|\ \ \
| |/ / |
|
| * | | LP64: Make 9 patches architecture agnostic. | Narayan Kamath | 2014-03-10 | 1 | -25/+44 |
| * | | Extended locales in AAPT / AssetManager. | Narayan Kamath | 2014-02-14 | 1 | -14/+27 |
| * | | AssetManager support for 3 letter lang/country codes. | Narayan Kamath | 2014-02-14 | 1 | -4/+84 |
| * | | Fix build. | Dianne Hackborn | 2014-02-12 | 1 | -2/+2 |
| * | | Use size_t* in AssetManager::createIdmap | Colin Cross | 2014-02-11 | 1 | -1/+1 |
* | | | resolved conflicts for merge of 1cbea39f to master | Nick Kralevich | 2014-02-12 | 2 | -29/+21 |
|\ \ \ |
|
| * \ \ | resolved conflicts for merge of dd3d95f1 to klp-volantis-dev | Nick Kralevich | 2014-02-12 | 2 | -29/+21 |
| |\ \ \
| | |/ / |
|
| | * | | Runtime resource overlay, iteration 2 | Mårten Kongstad | 2014-02-03 | 2 | -29/+21 |
| * | | | Fix build. | Dianne Hackborn | 2014-02-11 | 2 | -3/+3 |
| |/ / |
|
* | | | Fix build. | Dianne Hackborn | 2014-02-11 | 2 | -3/+3 |
* | | | am be49403a: am 0cd115e1: am 578087e3: Merge "New command line tool \'idmap\'" | Dianne Hackborn | 2014-02-11 | 2 | -2/+31 |
|\ \ \
| |/ / |
|
| * | | New command line tool 'idmap' | Mårten Kongstad | 2014-02-03 | 2 | -2/+31 |
| * | | Change ResourceType cookies to int32_t. | Narayan Kamath | 2014-01-31 | 1 | -7/+6 |
| |/ |
|
| * | AssetManager cookies should be int32_t and not void*. | Narayan Kamath | 2014-01-27 | 1 | -7/+7 |
| * | Fix ResTable_config::CONFIG_* typo (MCC vs MNC) | Mårten Kongstad | 2013-12-16 | 1 | -1/+1 |
| * | Reimplement ZipFileRO in terms of libziparchive. | Narayan Kamath | 2013-12-09 | 2 | -133/+57 |
* | | Move inputservice over to frameworks/native | Michael Wright | 2014-02-11 | 1 | -33/+0 |
* | | Extended locales in AAPT / AssetManager. | Narayan Kamath | 2014-02-10 | 1 | -14/+27 |
* | | AssetManager support for 3 letter lang/country codes. | Narayan Kamath | 2014-02-10 | 1 | -4/+84 |
* | | Change ResourceType cookies to int32_t. | Narayan Kamath | 2014-01-28 | 1 | -7/+6 |
* | | AssetManager cookies should be int32_t and not void*. | Narayan Kamath | 2014-01-27 | 1 | -7/+7 |
* | | Fix MCC/MNC typo | Christopher Tate | 2014-01-27 | 1 | -1/+1 |
* | | Reimplement ZipFileRO in terms of libziparchive. | Narayan Kamath | 2014-01-27 | 2 | -133/+57 |
* | | Revert "move libandroidfw to frameworks/native" | Adam Lesinski | 2014-01-27 | 12 | -0/+3448 |
* | | move libandroidfw to frameworks/native | Mike Lockwood | 2013-10-03 | 12 | -3448/+0 |
|/ |
|
* | Remove an unused C zip API. | Elliott Hughes | 2013-08-05 | 1 | -61/+0 |
* | Resource memory optimization. | Dianne Hackborn | 2013-07-31 | 1 | -4/+10 |
* | Move input library code to frameworks/native. | Jeff Brown | 2013-07-01 | 11 | -2485/+0 |
* | libutils clean-up | Mathias Agopian | 2013-05-07 | 6 | -2/+441 |
* | Allow compiling aapt for the device | Bjorn Bringert | 2013-04-26 | 1 | -1/+1 |
* | Rewrite input handling for native applications | Michael Wright | 2013-04-22 | 1 | -0/+3 |
* | Merge "Pipe through device resolution information" into jb-mr2-dev | Michael Wright | 2013-04-05 | 1 | -1/+2 |
|\ |
|
| * | Pipe through device resolution information | Michael Wright | 2013-04-04 | 1 | -1/+2 |
* | | Correctly manage the lifecycle of IME InputChannels. | Jeff Brown | 2013-04-04 | 1 | -0/+3 |
|/ |
|
* | Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!! | Dianne Hackborn | 2013-02-12 | 1 | -0/+1 |
* | Add initial plumbing for brightness keys | Michael Wright | 2013-02-01 | 1 | -0/+2 |
* | am 768d9e1a: Merge "Correct executable bit for source files" | Kenny Root | 2012-11-07 | 1 | -0/+0 |
|\ |
|
| * | Correct executable bit for source files | Kenny Root | 2012-11-07 | 1 | -0/+0 |
* | | Make input system aware of multiple displays. | Jeff Brown | 2012-09-10 | 1 | -0/+9 |