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
now eliminated checkin database crash storage functionality).
Add a new test app to Dev Tools, "Bad Behavior", which has
buttons to crash and generate an ANR on command.
Update the Monkey to follow changed APIs.
Now the tutorial is built as part of the standard build, but not installed
as part of the system image. Required localizing an android:text field
that was already localized in Notepadv1 but for some odd reason was no
longer localized in v2 and v3.
Change-Id: I0e1b41a4efa454a503b788b0698593136662a014
Merge commit '8b13cf63d4d96e290c83a35725ff26cf2601b063'
* commit '8b13cf63d4d96e290c83a35725ff26cf2601b063':
Modify index pages of MultiResolution, Wiktionary, and WiktionarySimple samples, to point to new screenshots. Also some minor cleanup.
Merge commit '79c8d6bc0678b86b6dd41eb4d854bddc315fa244'
* commit '79c8d6bc0678b86b6dd41eb4d854bddc315fa244':
Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.