Merge commit '9633f565911003ce1913ca90ec8ea70097184d24'
* commit '9633f565911003ce1913ca90ec8ea70097184d24':
Subscribe to subscribedfeeds whenever the accounts change, this is basically a giant hack to let the gsync server know about the subscriptions for accounts.
Add build rules to include the development samples in the droiddoc build process.
Add all the sample screenshots to a new samples/images/ directory
Revise the samples homepage to include links to new samples
Merge commit 'cb7d38380cb2ca57e98cd39a96b32a1e804bf00b' into eclair-plus-aosp
* commit 'cb7d38380cb2ca57e98cd39a96b32a1e804bf00b':
Subscribe to subscribedfeeds whenever the accounts change, this is basically a giant hack to let the gsync server know about the subscriptions for accounts.
Merge commit 'd0dcd1011617e4bed5c1f16f8c2c8f3a9fb7217b'
* commit 'd0dcd1011617e4bed5c1f16f8c2c8f3a9fb7217b':
Implement new title bar hiding/showing behavior.
Merge commit '7bc08e9d51d3142717a94098f897a776f7b7bd71' into eclair-plus-aosp
* commit '7bc08e9d51d3142717a94098f897a776f7b7bd71':
Implement new title bar hiding/showing behavior.
Remove the code that hides the title bar when the page finishes loading.
When the user double taps, if it did not result in changing the viewing
mode (i.e. on a mobile site), send a message to the client so we can
toggle the title bar's visibility. Required for a change to
packages/apps/Browser
Change-Id: I0040fd183ce5673a4069e943f38eb31599c0ca7d
Merge commit 'c0234a9df9cffc0166c39eb0e8561d664a5438a3' into eclair-plus-aosp
* commit 'c0234a9df9cffc0166c39eb0e8561d664a5438a3':
Compose Message "To" field allows adding sequence of characters as contact
Merge commit '7a47a74cee9b2c170860d7561cbe31935ce682e3'
* commit '7a47a74cee9b2c170860d7561cbe31935ce682e3':
adding harness for plugin testing to be built upon
Merge commit 'df8a3f31d871db25e952972c2eb346a71186e9e3' into eclair-plus-aosp
* commit 'df8a3f31d871db25e952972c2eb346a71186e9e3':
adding harness for plugin testing to be built upon
Merge commit 'decbc3dbc4d4d3c368319ae0784307b5182bd2fe'
* commit 'decbc3dbc4d4d3c368319ae0784307b5182bd2fe':
don't center zoom on size change if zoom is in progress
Merge commit '840b856d2a7287e98526d3957715eba3677e872f' into eclair-plus-aosp
* commit '840b856d2a7287e98526d3957715eba3677e872f':
don't center zoom on size change if zoom is in progress
The onSizeChange code is called when the device is rotated and
when the title bar is hidden. In the latter case, it is in response
to the zooming transition from overview mode to reading mode, and
the zoom center should not be recomputed.
http://b/issue?id=2060720
Merge commit 'ab3803bd8db8c4d73ae2566764408f9c4a0d24ab'
* commit 'ab3803bd8db8c4d73ae2566764408f9c4a0d24ab':
Check for a null history item to avoid crashing.
Merge commit 'd507ff21296b10ed57feec1200a8fe7eb09c0fc4' into eclair-plus-aosp
* commit 'd507ff21296b10ed57feec1200a8fe7eb09c0fc4':
Check for a null history item to avoid crashing.
Merge commit 'cd5a2960bc8e6aebf889f0373247f6edd4b1fe93'
* commit 'cd5a2960bc8e6aebf889f0373247f6edd4b1fe93':
Remove frameworks/base/im since these stuff are only used by IM app
Merge commit 'b321625b859f2db4407810929ca6fa6074f65403' into eclair-plus-aosp
* commit 'b321625b859f2db4407810929ca6fa6074f65403':
Remove frameworks/base/im since these stuff are only used by IM app
* changes:
modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java Fixed the passing incorrect media names and add the localH263AMRprepareAsync test.
When we select this option, this sequence of characters (which is neither a
valid email address nor a phone number), gets stored in contact with type MOBILE.
Fix: In function canAddToContacts, adding a check to validate whether the contact
to be added is a valid email address or phone number. If not, user will not be shown
with the option "Add to Contacts".