replicant-frameworks_native/include
Dianne Hackborn e356292467 Fix issue #1673793: Theme styles don't apply.
It turns out this was not a problem in the resource code at all.  Rather,
the system process has a cache of pre-loaded attributes it uses to avoid
continually reloading things as it needs them.  Well it turns out this
cache wasn't flushed after a package was uninstalled or a configuration
changed, so you could re-install an app where you change its style resources
so its theme now points to one that is inconsistent in the cache.

This is mostly a problem for developers, where they continually install
new versions of an app where resources have changed.  This could possibly
show up when updating an app on a normal phone, although the problem would
eventually correct itself since this cache uses weak references.

Anyway, the cache is now reworked to be flushed appropriately.

This change also includes an update to aapt to be able to dump the
contents of bags in resources.
2009-06-30 13:27:30 -07:00
..
pim auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
private add glTexParameteri() and fix glTexParameteriv() 2009-06-22 18:09:09 -07:00
tts Add in TTS engine interface the methods to query the availability for a language, 2009-06-29 09:52:17 -07:00
ui Pipe all the camera callbacks to Java to facilitate the addition 2009-06-26 13:33:32 -07:00
utils Fix issue #1673793: Theme styles don't apply. 2009-06-30 13:27:30 -07:00
utils.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00