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