- Update according to comments
- Add aidl support in frameworks for Settings to retrieve current
PBAP transaction status.
- Add status bar support for PBAP
Merge commit '11b6a29dfe380c97fa3df67a6b97ff3383592b58'
* commit '11b6a29dfe380c97fa3df67a6b97ff3383592b58':
AI 150594: change the homepage markup and styles to allow variable height in
AI 150587: add a sitemap for translated docs, for submission to Webmaster Tools,
AI 150541: roll the docs forward to 1.5 r3
AI 150538: add note that appwidget updates will wake the device and suggest an alarm
AI 150536: Change the formatting of sdk redirect pages so that they are not language-specific.
AI 150535: add the Videos page to the site
Merge commit '1dc8c62c5078f1598cc906de1b97b572cc3449a3'
* commit '1dc8c62c5078f1598cc906de1b97b572cc3449a3':
AI 150506: Fix some date format problems by switching cupcake over to using
Merge commit 'eec841f0505c3aeb5b18e53f48b755ff69b78c15'
* commit 'eec841f0505c3aeb5b18e53f48b755ff69b78c15':
AI 150460: Add missing art files for menu_guidelines doc.
AI 150397: turn off the right arrow in the carousel -- we only have 3 items.
AI 150390: Roll the docs back to 1.5 r2, temporarily.
AI 150381: Add localized content (ja2) to developer site.
AI 150380: Add localized content (ja) for developer site.
AI 150369: Add localized TOCs for developer site.
AI 150351: Doc updates for Android 1.5 SDK r3.
Merge commit 'b4fc70fcc9d8060bd4baf86294f6bc4aa0b1be49'
* commit 'b4fc70fcc9d8060bd4baf86294f6bc4aa0b1be49':
AI 150335: Removed the links to wikipedia.
Merge commit 'd5aa644f59f254133101369d71ec3fcea4baf33b'
* commit 'd5aa644f59f254133101369d71ec3fcea4baf33b':
AI 150304: Import a bunch of revised translations.
Merge commit '7d41c8dee1d5b789a9ecfab65929237c603f2a40'
* commit '7d41c8dee1d5b789a9ecfab65929237c603f2a40':
AI 150245: Import and add to the l10n builds new and updated translations for:
Merge commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354'
* commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354':
AI 150106: Add gcc/gmake/cygwin details to NDK sys requirements
AI 150083: Minor updates to the ndk docs based on approved messaging.
AI 150055: In Icon Guidelines doc, remove example icons that are not accessible to apps.
AI 150054: Misc changes for the sdk/devsite docs
AI 150008: update the Google IO announcement, point to session videos.
Merge commit '07ee3fdaea879fb568ab3263102766b46130ce56'
* commit '07ee3fdaea879fb568ab3263102766b46130ce56':
DO NOT MERGE. Already in master. Fix#1977876 : Key preview in WVGA broken.
Merge commit '4ca6659fe4c8299f886eba7f745bed509be8126b'
* commit '4ca6659fe4c8299f886eba7f745bed509be8126b':
Fixing bug 2003639 - this is a fix to prevent the AccessibilityManagerService
+ Remove NormalProcessProxy and ProcessProxy as they are not used
anymore.
+ Rename AndroidServiceProxy to DaemonProxy and simplify its
implementation as it does not extend to ProcessProxy anymore.
+ Execute connect() in VpnService in one thread, which simplifies socket
and error handling.
+ Modify service subclasses accordingly.
+ Execute connect() and disconnect() in VpnServiceBinder so that the
operations do not block the UI thread. Mark service as foreground only upon
connecting.
In case the cdma modem indicates unspecified error as a reason for a
dropped call, then the cause was wrongly being translated to NORMAL call in
DisconnectCause. This has been fixed to report ERROR_UNSPECIFIED as
DisconnectCause in Connection.java.
The platform now knows how to deal with a platform key, which at this
point is "just like end call, but don't end a call."
Also improve the handling of virtual keys, to allow for canceling when
sliding off into the display and providing haptic feedback.
Finally fixes a bug where the raw x and y in motion event were not
always set which caused the status bar to not work.
Merge commit '11ea33471e1a14a8594f0b2cd012d86340dd3bd8'
* commit '11ea33471e1a14a8594f0b2cd012d86340dd3bd8':
Allow for screen density drawables in compatibility mode.
Merge commit '3b99e64e5899030b5d6f8201cb56cd149c80b24d'
* commit '3b99e64e5899030b5d6f8201cb56cd149c80b24d':
Per conversation, remove the toast while saving the Certificates to CertTools.
Merge commit '7c187de14f6b5ec6d90bc8e26265a2ca2824e39a'
* commit '7c187de14f6b5ec6d90bc8e26265a2ca2824e39a':
Make the DatePicker respect the date format setting if the date is numeric.