Very simple and dumb, but we now get touch events and fill the
window with a color (using OpenGL) based on its location.
Change-Id: I6657d2bb013570238bc0fe639f33c59f1ab68872
Merge commit '88510488e99d02e3b778ae530bb6e1e6aee3a226' into gingerbread-plus-aosp
* commit '88510488e99d02e3b778ae530bb6e1e6aee3a226':
Update native_activity sample code to use ANativeWindow.
Merge commit '24ff92954baf143c31f7f8e260b2202f96f0663a' into gingerbread-plus-aosp
* commit '24ff92954baf143c31f7f8e260b2202f96f0663a':
Add connectivity unit tests to test_defs.xml
Merge commit '21851dd54f9b70091e441cfb4a1dea661a3f6a0d' into gingerbread-plus-aosp
* commit '21851dd54f9b70091e441cfb4a1dea661a3f6a0d':
Update to new native activity APIs.
This shows more complicated list interaction: using a loader
to populate the list with results from a cursor. Makes use
of the new built-in empty message and indeterminant progress
features.
Change-Id: I04afb50879995bade286aab0eedfff40f6a5e304
This introduces crtbegin_so.o and crtend_so.o and also requires a corresponding
change in the NDK build scripts to use them.
Also add a small test under 'tests/dlclose-destruction' to check that.
Note that this is not a sample (i.e. Android application) per se.
Change-Id: Icf25836363a3ed59310e579ce990aeca868e70e4
Merge commit '7c8c5d911c670df2c58bf1ece73e6bc576360696'
* commit '7c8c5d911c670df2c58bf1ece73e6bc576360696':
Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out.
Merge commit '3bacdf93002237f35530c1e756481db429285a96' into gingerbread-plus-aosp
* commit '3bacdf93002237f35530c1e756481db429285a96':
Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out.
Merge commit '1a132581a5ce6188989d8522d227392c05cb42f6' into froyo-plus-aosp
* commit '1a132581a5ce6188989d8522d227392c05cb42f6':
Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out.
Merge commit '1a132581a5ce6188989d8522d227392c05cb42f6' into gingerbread
* commit '1a132581a5ce6188989d8522d227392c05cb42f6':
Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out.
This sample illustrate the use of the news Xml Adapters definition, as well
as the use on the new XmlDocumentProvider class.
Change-Id: Ie9738b5f0a0f00df2af643890a48573bace19311
Merge commit '60c911051081fb2f2e786df7f45ac60b2bffdd2e'
* commit '60c911051081fb2f2e786df7f45ac60b2bffdd2e':
Do not compress resources.arsc in android.jar
Merge commit '9e1400cdae7f3732808120db8b83de7b252340ca' into gingerbread-plus-aosp
* commit '9e1400cdae7f3732808120db8b83de7b252340ca':
Do not compress resources.arsc in android.jar
In framework-res.apk and in applications, resources are always stored in
zip files instead of compressed so that they may be accessed via mmap()
instead of needing to decompress them first.
This change makes sure the SDK's android.jar has the same behavior.
Change-Id: Ied881c34dca86ff5b5bd2ccfa4e316ae590ca473
Merge commit '259651e2de730b513003cb0c2f966f53b9dffb5e' into gingerbread-plus-aosp
* commit '259651e2de730b513003cb0c2f966f53b9dffb5e':
add test def for calculator