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.
Merge commit '79ace48637207ba918a19d55acd9eeda700ff203' into eclair-mr2-plus-aosp
* commit '79ace48637207ba918a19d55acd9eeda700ff203':
Add new samples to the SDK.
Merge commit '70634b3633dc2847df14db67a4e22dce5a16e45f' into eclair-mr2-plus-aosp
* commit '70634b3633dc2847df14db67a4e22dce5a16e45f':
Modify index pages of MultiResolution, Wiktionary, and WiktionarySimple samples, to point to new screenshots. Also some minor cleanup.
Merge commit '7579e4afcff771ed7e137b46bd019acd581c9568' into eclair-mr2
* commit '7579e4afcff771ed7e137b46bd019acd581c9568':
Add new samples to the SDK.
Merge commit 'e7e7a6b821367c5c2ce7a0eac66f92a2689c22e9' into eclair-mr2
* commit 'e7e7a6b821367c5c2ce7a0eac66f92a2689c22e9':
Modify index pages of MultiResolution, Wiktionary, and WiktionarySimple samples, to point to new screenshots. Also some minor cleanup.
Merge commit '04df8565bf8f2b81a632fcd736cb96c8da478b9e' into eclair-mr2-plus-aosp
* commit '04df8565bf8f2b81a632fcd736cb96c8da478b9e':
Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.
Merge commit '1fd97693dc03fac4e189e5361a7ac7ee033caff2' into eclair-mr2
* commit '1fd97693dc03fac4e189e5361a7ac7ee033caff2':
Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.
Merge commit '44e994e1d47deab75c19d8684e4da8398b448044'
* commit '44e994e1d47deab75c19d8684e4da8398b448044':
Extract and check in NotepadCodeLab.zip for change tracking
Merge commit '036832adba9d953f8d34ece1bd5b049f02437928' into eclair-mr2-plus-aosp
* commit '036832adba9d953f8d34ece1bd5b049f02437928':
Extract and check in NotepadCodeLab.zip for change tracking
Merge commit '7579e4afcff771ed7e137b46bd019acd581c9568' into eclair-plus-aosp
* commit '7579e4afcff771ed7e137b46bd019acd581c9568':
Add new samples to the SDK.
Merge commit 'e7e7a6b821367c5c2ce7a0eac66f92a2689c22e9' into eclair-plus-aosp
* commit 'e7e7a6b821367c5c2ce7a0eac66f92a2689c22e9':
Modify index pages of MultiResolution, Wiktionary, and WiktionarySimple samples, to point to new screenshots. Also some minor cleanup.
Merge commit 'dcf99fbe7ac981c4ef3c8def65213e148281547a' into eclair-mr2-plus-aosp
* commit 'dcf99fbe7ac981c4ef3c8def65213e148281547a':
Cleanup one of the ListView sample demos.
Merge commit '4eb4ed2d19c498998bb9560c71873fa6657d0644' into eclair-mr2-plus-aosp
* commit '4eb4ed2d19c498998bb9560c71873fa6657d0644':
Fixing crash in ContactManager: Changing ContactsContract.Contacts.LOOKUP_KEY to