Merge commit '48f0d8993b5e871dd2695e983266aa655801769e' into eclair-plus-aosp
* commit '48f0d8993b5e871dd2695e983266aa655801769e':
Annouce that Monkey is running.
Merge commit 'a0e762caeaca275ed8390e9ee1cfb5e9149e07b7' into eclair-mr2-plus-aosp
* commit 'a0e762caeaca275ed8390e9ee1cfb5e9149e07b7':
free the NPObject in NPP_Destroy.
The ETC1 texture format is commonly supported by
OpenGL ES 2.0-capable GPUs.
For historical reasons ETC1 texture files have the
default extension .PKM
This tool relies on the libETC1 library to
compress and decompress the image data.
Just undoing some white space changes that my previous CL introduced, in
order to keep the formatting the same between the tutorial documentation
and the actual code.
Merge commit '6be651ee000270b56b285f60a6bda9c090cfbb9f'
* commit '6be651ee000270b56b285f60a6bda9c090cfbb9f':
Change full screen surface to Opaque as it is required
Merge commit '3bc69e6256b616514871276e24bf98f37b3f89ad' into eclair-mr2-plus-aosp
* commit '3bc69e6256b616514871276e24bf98f37b3f89ad':
Change full screen surface to Opaque as it is required
Merge commit '53a8ae6060ad02b9e2747455d3b5e4229a82e051' into eclair-mr2-plus-aosp
* commit '53a8ae6060ad02b9e2747455d3b5e4229a82e051':
Package blacklist/whitelist file support for Monkey.
Add the missing makefiles for the non-solution versions of the tutorial
code. Required providing missing imports in Notepadv2. Also standardized
white spaces using Source > Correct Indentation in Eclipse and a few
manual changes. This was done to minimize differences such as:
diff -r Notepadv1 Notepadv1Solution
diff -r Notepadv1Solution/src/com/android/demo/notepad1/ Notepadv2/src/com/android/demo/notepad2/
Change-Id: Ie8b10efd61f2200b3c741ea500a6924710ab54ed
Merge commit '1d15167865b22730cf6ba314a057e62f960aa1db' into eclair-plus-aosp
* commit '1d15167865b22730cf6ba314a057e62f960aa1db':
sdk doc change for esr: fix some broken links to resources files.
Merge commit 'cf4e98b260230ea5d9290d2e18f37b2f3c585970'
* commit 'cf4e98b260230ea5d9290d2e18f37b2f3c585970':
Clean up the SDK and make it compiled and installed in the SDK system image.
Merge commit 'b84cf9e1e378f6cc6642b4ac3f391a85b208a23b' into eclair-plus-aosp
* commit 'b84cf9e1e378f6cc6642b4ac3f391a85b208a23b':
Clean up the SDK and make it compiled and installed in the SDK system image.
Merge commit '1162372c9e7ff4b6e60d247fb057b47f571af86f' into eclair-plus-aosp
* commit '1162372c9e7ff4b6e60d247fb057b47f571af86f':
Use the feature list for the SDK.
Merge commit 'f5fc8b06014bc763d26cc0cfcf0073a1edccfc4a'
* commit 'f5fc8b06014bc763d26cc0cfcf0073a1edccfc4a':
moved the hidden sync helpers out of the framework
Merge commit '7dbb3c2900e206c1468868e195fc37bf2d4932b1' into eclair-mr2-plus-aosp
* commit '7dbb3c2900e206c1468868e195fc37bf2d4932b1':
moved the hidden sync helpers out of the framework
The current NoteEdit.java in Notepadv3Solution crashes on NPE when the
screen orientation changes. This happens because a null Long is
auto-unboxed to a long when used as an input to
Bundle.putLong(String, long). The easiest solution is to use
Bundle.putSerializable() instead.
In addition duplicate notepad entries could result because mRowId was not
necessarily defined when onSaveInstanceState(Bundle) was called. The
solution to that is to call saveState() in that method.
Fixes these buganizer bugs:
Change-Id: Ice325f3b089867e4716deb48aefe8ec03f30ad55
http://b/issue?id=2266994http://b/issue?id=2266962
Merge commit '6c9e7af472f2e11d16146f1d9af15c47b90e3a0b'
* commit '6c9e7af472f2e11d16146f1d9af15c47b90e3a0b':
Remove the old Dev Tools exception browser (since it relies on
Merge commit 'd0225ee63f305ef59e17f8ad0dc16b2ef5e85af0' into eclair-mr2-plus-aosp
* commit 'd0225ee63f305ef59e17f8ad0dc16b2ef5e85af0':
Remove the old Dev Tools exception browser (since it relies on