]> git.saurik.com Git - android/aapt.git/commit - StringPool.h
aapt now sorts the strings in the resource string pool.
authorDianne Hackborn <hackbod@google.com>
Tue, 31 Jan 2012 19:27:43 +0000 (11:27 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 31 Jan 2012 23:41:30 +0000 (15:41 -0800)
commit4f41c7f7892c7e65393723aa8fdffc236d959fb7
tree451ad885a18c2c59a033ed238af966cc766e6dc8
parente2380bf2134791290afe00fb40b410c583d32c48
aapt now sorts the strings in the resource string pool.

In our current environment with very many translations, this can
save a lot of RAM -- for example over 200K in Gmail just by sorting
the strings in the Gmail .apk (not the framework).

Also add a new aapt command to print the contents of the resource
table string pool.

Change-Id: I1da037b3e2c377b890833ff57ab158965314ac48
AaptAssets.h
Bundle.h
Command.cpp
Resource.cpp
ResourceTable.cpp
ResourceTable.h
StringPool.cpp
StringPool.h