summaryrefslogtreecommitdiff
path: root/libs/androidfw/AssetManager.cpp
AgeCommit message (Expand)Author
2016-01-04Avoid matching system locales in locale negotiation Roozbeh Pournader
2015-09-08Load app resource as shared library. Tao Bai
2015-08-12Lose HAVE_ANDROID_OS from frameworks/base. Elliott Hughes
2015-08-03Clean up AssetManager::scanAndMergeZipLocked Yusuke Sato
2015-06-17ZipFileRO: Use precise widths for zip file types. Narayan Kamath
2014-12-03Merge "RRO: prevent duplicate system overlays" Adam Lesinski
2014-12-02Merge changes If2c7e09f,Ie21f227c Adam Lesinski
2014-11-07Frameworks/base: Wall Werror in libs/androidfw Andreas Gampe
2014-11-07RRO: prevent duplicate system overlays Mårten Kongstad
2014-11-07RRO: reintroduce lost ResTable insert of assets Mårten Kongstad
2014-07-17Allow for appending of resources to an AssetManager. Martin Kosiba
2014-07-07am 10eb3b06: am e0849423: am 501bb0a5: Merge "Fix issue when converting fil->... Narayan Kamath
2014-07-07Fix issue when converting fil->tl. Narayan Kamath
2014-07-02resolved conflicts for merge of a8dbd7b4 to master Nick Kralevich
2014-07-02Fall back to "tl" if "fil" is absent. Narayan Kamath
2014-06-18Support multiple resource tables with same package Adam Lesinski
2014-06-17am f5cb96cf: am 51736de1: am 4c488cca: Merge "[Asset Manager] Fix memory leak... Adam Lesinski
2014-06-16[Asset Manager] Fix memory leakage bug sean_lu
2014-03-25Shared library resource support Adam Lesinski
2014-02-14Extended locales in AAPT / AssetManager. Narayan Kamath
2014-02-12resolved conflicts for merge of 1cbea39f to master Nick Kralevich
2014-02-12resolved conflicts for merge of dd3d95f1 to klp-volantis-dev Nick Kralevich
2014-02-11Use size_t* in AssetManager::createIdmap Colin Cross
2014-02-11Fix build. Dianne Hackborn
2014-02-11Fix build. Dianne Hackborn
2014-02-11am be49403a: am 0cd115e1: am 578087e3: Merge "New command line tool \'idmap\'" Dianne Hackborn
2014-02-10Extended locales in AAPT / AssetManager. Narayan Kamath
2014-02-03Runtime resource overlay, iteration 2 Mårten Kongstad
2014-02-03New command line tool 'idmap' Mårten Kongstad
2014-01-31Change ResourceType cookies to int32_t. Narayan Kamath
2014-01-28Change ResourceType cookies to int32_t. Narayan Kamath
2014-01-27AssetManager cookies should be int32_t and not void*. Narayan Kamath
2014-01-27Reimplement ZipFileRO in terms of libziparchive. Narayan Kamath
2014-01-27Re-apply androidfw fixes lost by the directory rearrangement. Elliott Hughes
2014-01-27Revert "move libandroidfw to frameworks/native" Adam Lesinski
2014-01-27AssetManager cookies should be int32_t and not void*. Narayan Kamath
2013-12-09Reimplement ZipFileRO in terms of libziparchive. Narayan Kamath
2013-11-22Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD The Android Open Source Project
2013-10-29Fix a variety of small publicly-reported bugs. Elliott Hughes
2013-10-03move libandroidfw to frameworks/native Mike Lockwood
2013-05-07libutils clean-up Mathias Agopian
2013-04-15Maybe fix issue #8620910: Win_sdk build failed and unable to create... Dianne Hackborn
2013-04-12Add new resources trace, also trace apk dex loading. Dianne Hackborn
2012-08-05libutils cleanup Mathias Agopian
2012-03-22frameworks/base: move Zip* from libandroidfw to libutils Colin Cross
2012-02-20frameworks/base refactoring Mathias Agopian