Merge commit 'f77902c224eaae350169e19011d9badd417792f9'
* commit 'f77902c224eaae350169e19011d9badd417792f9':
KeyStore: remove classes used by old keystore.
Merge commit 'f4c102c4a834dd17265780b2694759b113863c98'
* commit 'f4c102c4a834dd17265780b2694759b113863c98':
Re-hide the contacts APIs, the droiddoc build is failing.
Merge commit 'ed4efca6415bafcdc4df1b23d9d658c07883815f'
* commit 'ed4efca6415bafcdc4df1b23d9d658c07883815f':
wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware
Merge commit 'b24f1f9fbcb5a977aba5b089ede0d4e8ae084fd6'
* commit 'b24f1f9fbcb5a977aba5b089ede0d4e8ae084fd6':
turn dithering off if it's not needed
fix [2142193] disable GL_LINEAR when not needed
Merge commit 'd6fdec7bd12317ddea3e0c20f304c544a88440be'
* commit 'd6fdec7bd12317ddea3e0c20f304c544a88440be':
Add density support to layoutlib so that bitmap are scaled if needed.
Merge commit 'eb6d4bf93c63f79e4346b5df81ca5ab914948207'
* commit 'eb6d4bf93c63f79e4346b5df81ca5ab914948207':
the boot animation is back! it broke in a recent check-in
Merge commit '99961218ed0ed9d64e533c2d0e377b3cf75f34da'
* commit '99961218ed0ed9d64e533c2d0e377b3cf75f34da':
Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
Merge commit '93e4b5b01da25fc7d9070aef6bca2b0546fc4604'
* commit '93e4b5b01da25fc7d9070aef6bca2b0546fc4604':
Make the renderscript timing logging available by setting debug.rs.profile=1
Merge commit '1f21839a9828995eb01634f36d34c55ca9aeca3e'
* commit '1f21839a9828995eb01634f36d34c55ca9aeca3e':
Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
Merge commit '3fee3fb646fc81d199007d1eacfef7abb4e0650c'
* commit '3fee3fb646fc81d199007d1eacfef7abb4e0650c':
make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled
Merge commit 'addb0c52ba9a0aac019a21b9d49b4a51d53c2014'
* commit 'addb0c52ba9a0aac019a21b9d49b4a51d53c2014':
Add raster object to control point and line params. Add flag to force SW rendering.
Merge commit '6351cf72a55def4e1bca5764dea8cbca99f13b90'
* commit '6351cf72a55def4e1bca5764dea8cbca99f13b90':
add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
Merge commit '307ad592b8aa5d9246f7db4f8f1f8faafbe5eafa'
* commit '307ad592b8aa5d9246f7db4f8f1f8faafbe5eafa':
invalidate the webview after pressing the IME 'next' button
Merge commit 'd6f3b0b5ba733ad9605e9e55a858d870b3812cde'
* commit 'd6f3b0b5ba733ad9605e9e55a858d870b3812cde':
fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
Merge commit 'a37b3616932e03122b536ff2b9f038c3ae65da4e'
* commit 'a37b3616932e03122b536ff2b9f038c3ae65da4e':
Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file.
Merge commit '2fd4943847d0209bef39171c1278ad6c86072dcc'
* commit '2fd4943847d0209bef39171c1278ad6c86072dcc':
Provide a getter to access the width of the HTML document.
Merge commit 'c3bfa6048da74dd54f9147f6600ad0537cbe7bd6'
* commit 'c3bfa6048da74dd54f9147f6600ad0537cbe7bd6':
add definition for Mms.TempStorage content uri and filename.
Merge commit 'ea2aabf1b21f756f06b0b7535c80807d986683d8'
* commit 'ea2aabf1b21f756f06b0b7535c80807d986683d8':
Move destroying the web view to the WVC thread (previously it was on the UI thread)
Merge commit '90c0d0ab42ec909290abcc168ac0deded05a1141'
* commit '90c0d0ab42ec909290abcc168ac0deded05a1141':
In calcOurContentVisibleRect, account for the visible title bar.
Merge commit 'e7244b0482f6bdb21fc27aca078372333d0de5a2'
* commit 'e7244b0482f6bdb21fc27aca078372333d0de5a2':
Back button in search always goes back or closes search
Merge commit '8f0d64693e155b1db2ff89cde1f050b4b6b0ec7a'
* commit '8f0d64693e155b1db2ff89cde1f050b4b6b0ec7a':
Fix bug where onStartCommand() was never called with a null intent.