From 08c57535d180469bf902e75fc90c9f87c5ceb9a7 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 22 Oct 2009 14:57:09 -0700 Subject: docs: add 2.0 highlights doc and updated homepage --- docs/html/sdk/android-1.6-highlights.jd | 4 +- docs/html/sdk/android-2.0-highlights.jd | 201 +++++++++++++++++++++++++ docs/html/sdk/images/2.0/camera-modes.png | Bin 0 -> 87824 bytes docs/html/sdk/images/2.0/email-inbox.png | Bin 0 -> 38766 bytes docs/html/sdk/images/2.0/mms-search.png | Bin 0 -> 12842 bytes docs/html/sdk/images/2.0/multiple-accounts.png | Bin 0 -> 39122 bytes docs/html/sdk/images/2.0/quick-connect.png | Bin 0 -> 30379 bytes 7 files changed, 203 insertions(+), 2 deletions(-) create mode 100644 docs/html/sdk/android-2.0-highlights.jd create mode 100644 docs/html/sdk/images/2.0/camera-modes.png create mode 100644 docs/html/sdk/images/2.0/email-inbox.png create mode 100644 docs/html/sdk/images/2.0/mms-search.png create mode 100644 docs/html/sdk/images/2.0/multiple-accounts.png create mode 100644 docs/html/sdk/images/2.0/quick-connect.png (limited to 'docs/html/sdk') diff --git a/docs/html/sdk/android-1.6-highlights.jd b/docs/html/sdk/android-1.6-highlights.jd index b4a97d7..84766d6 100644 --- a/docs/html/sdk/android-1.6-highlights.jd +++ b/docs/html/sdk/android-1.6-highlights.jd @@ -24,11 +24,11 @@ sdk.date=September 2009
- + +allowscriptaccess="always" allowfullscreen="true" width="278" height="180"> diff --git a/docs/html/sdk/android-2.0-highlights.jd b/docs/html/sdk/android-2.0-highlights.jd new file mode 100644 index 0000000..d4d13fc --- /dev/null +++ b/docs/html/sdk/android-2.0-highlights.jd @@ -0,0 +1,201 @@ +page.title=Android 2.0 Platform Highlights +sdk.date=October 2009 + +@jd:body + + + + +
+ + + + + +
+ + +

The Android 2.0 platform introduces many new and exciting features for +users and developers. This document provides a glimpse at some of the new features +and technologies in Android 2.0.

+ + + + + +

New User Features

+ + + +
+
+ Quick Contact for Android +
+ +
+
+ Multiple Accounts +
+ +
+
+ Messaging Search +
+ +
+
+ Email Combined Inbox +
+ +
+
+ Camera Modes +
+ + + +

Contacts and accounts

+ +
    +
  • Multiple accounts can be added to a device for email and contact +synchronization, including Exchange accounts. (Handset manufacturers can +choose whether to include Exchange support in their devices.)
  • +
  • Developers can create sync adapters that provide synchronization with +additional data sources.
  • +
  • Quick Contact for Android provides instant access to +a contact's information and communication modes. For example, a user can tap a +contact photo and select to call, SMS, or email the person. Other applications +such as Email, Messaging, and Calendar can also reveal the Quick Contact widget +when you touch a contact photo or status icon.
  • +
+ + + + +

Email

+ +
    +
  • Exchange support.
  • +
  • Combined inbox to browse email from multiple accounts in one page.
  • +
+ + +

Messaging

+ +
    +
  • Search functionality for all saved SMS and MMS messages.
  • +
  • Auto delete the oldest messages + in a conversation when a defined limit is reached.
  • +
+ + +

Camera

+ +
    +
  • Built-in flash support
  • +
  • Digital zoom
  • +
  • Scene mode
  • +
  • White balance
  • +
  • Color effect
  • +
  • Macro focus
  • +
+ +

Android virtual keyboard

+ +
    +
  • An improved keyboard layout to makes it easier to hit the correct characters + and improve typing speed.
  • +
  • The framework's multi-touch support ensures that key presses aren't missed + while typing rapidly with two fingers.
  • +
  • A smarter dictionary learns from word usage and automatically includes + contact names as suggestions.
  • +
+ + +

Browser

+ +
    +
  • Refreshed UI with actionable browser URL bar enables users to directly + tap the address bar for instant searches and navigation.
  • +
  • Bookmarks with web page thumbnails.
  • +
  • Support for double-tap zoom.
  • +
  • Support for HTML5:

    +
      +
    • Database API support, for client-side databases using SQL.
    • +
    • Application cache support, for offline applications.
    • +
    • Geolocation API support, to provide location information about the device.
    • +
    • {@code <video>} tag support in fullscreen mode.
    • +
    +
  • +
+ + +

Calendar

+
    +
  • Agenda view provides infinite scrolling.
  • +
  • Events indicate the attending status for each invitee.
  • +
  • Invite new guests to events.
  • +
+ + +

New Platform Technologies

+ +

Media Framework

+ +

Revamped graphics architecture for improved performance that enables better +hardware acceleration.

+ + +

Bluetooth

+ +
    +
  • Bluetooth 2.1
  • +
  • New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)
  • +
+ + +

New Framework APIs

+ +

Android 2.0 includes several new developer APIs. +For an overview of new APIs, see the +Android 2.0 version notes.

+ +

For a complete report of all API changes, see the +API Differences Report.

+ + + diff --git a/docs/html/sdk/images/2.0/camera-modes.png b/docs/html/sdk/images/2.0/camera-modes.png new file mode 100644 index 0000000..ac4c1da Binary files /dev/null and b/docs/html/sdk/images/2.0/camera-modes.png differ diff --git a/docs/html/sdk/images/2.0/email-inbox.png b/docs/html/sdk/images/2.0/email-inbox.png new file mode 100644 index 0000000..50d1c19 Binary files /dev/null and b/docs/html/sdk/images/2.0/email-inbox.png differ diff --git a/docs/html/sdk/images/2.0/mms-search.png b/docs/html/sdk/images/2.0/mms-search.png new file mode 100644 index 0000000..22c7dca Binary files /dev/null and b/docs/html/sdk/images/2.0/mms-search.png differ diff --git a/docs/html/sdk/images/2.0/multiple-accounts.png b/docs/html/sdk/images/2.0/multiple-accounts.png new file mode 100644 index 0000000..aa4cb15 Binary files /dev/null and b/docs/html/sdk/images/2.0/multiple-accounts.png differ diff --git a/docs/html/sdk/images/2.0/quick-connect.png b/docs/html/sdk/images/2.0/quick-connect.png new file mode 100644 index 0000000..0bbf7dd Binary files /dev/null and b/docs/html/sdk/images/2.0/quick-connect.png differ -- cgit v1.1