From a930fcd63ef222f9aa8ce0423948c8ddfea07f28 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 9 Sep 2009 11:18:05 -0700 Subject: docs only. add the 1.6 platform highlights Change-Id: I231f17025b3eb436fd73c228d499e27562f1883f --- docs/html/sdk/android-1.6-highlights.jd | 198 ++++++++++++++++++++++++++++++++ docs/html/sdk/images/battery.png | Bin 0 -> 22208 bytes docs/html/sdk/images/camera.png | Bin 0 -> 47444 bytes docs/html/sdk/images/donut_small_bg.png | Bin 0 -> 4031 bytes docs/html/sdk/images/market.png | Bin 0 -> 40382 bytes docs/html/sdk/images/search.png | Bin 0 -> 24245 bytes 6 files changed, 198 insertions(+) create mode 100644 docs/html/sdk/android-1.6-highlights.jd create mode 100644 docs/html/sdk/images/battery.png create mode 100644 docs/html/sdk/images/camera.png create mode 100644 docs/html/sdk/images/donut_small_bg.png create mode 100644 docs/html/sdk/images/market.png create mode 100644 docs/html/sdk/images/search.png diff --git a/docs/html/sdk/android-1.6-highlights.jd b/docs/html/sdk/android-1.6-highlights.jd new file mode 100644 index 000000000000..882f1179580f --- /dev/null +++ b/docs/html/sdk/android-1.6-highlights.jd @@ -0,0 +1,198 @@ +page.title=Android 1.6 Platform Highlights +sdk.date=September 2009 + +@jd:body + + + + +

The Android 1.6 platform introduces new features for users and developers. +This page provides an overview of some new features and technologies.

+ + + + + +

New User Features

+ + + +
+
+Quick Search Box +
+ +
+
+New Camera/Camcorder UI +
+ +
+
+Battery Usage Indicator +
+ + +

Quick Search Box for Android

+ +

Android 1.6 includes a redesigned search framework that provides a quick, +effective, and consistent way for users to search across multiple sources—such as +browser bookmarks & history, contacts, and the web—directly from +the home screen.

+ +

The system constantly learns which search results are more relevant based on what is +clicked. So popular contacts or apps that have previously been picked will bubble up to +the top when a user types the first few letters of a relevant query.

+ +

The search framework also provides developers a way to easily expose relevant +content from their applications in Quick Search Box.

+ +

Camera, Camcorder, and Gallery

+ +

An updated user interface provides an integrated camera, camcorder, and gallery experience. +Users can quickly toggle between still and video capture modes. Additionally, the gallery +enables users to select multiple photos for deletion.

+ +

Android 1.6 also provides a much faster camera experience. +Compared to the previous release, launching the camera is now 39% faster, +and there is a 28% improvement in the time from completing one shot to the next.

+ + +

VPN, 802.1x

+ +

A new Virtual Private Network (VPN) control panel in Settings allows users +to configure and connect to the following types of VPNs:

+ + + + +

Battery usage indicator

+ +

A new battery usage screen lets users see which apps and services are consuming +battery power. If the user determines that a particular service or application is +using too much power, they can take action to save the battery by +adjusting settings, stopping the application, or uninstalling the application.

+ + +

Accessibility

+ +

Users will be able to download new accessibility services built +on the new Accessibility framework and enable them in Settings.

+ + + + +

Android Market Updates

+ +
+
+New Android Market UI +
+ +

For devices with Android Market, the latest version improves the overall user experience and makes +it easier for users to discover great apps and games from developers.

+ + + + + + +

New Platform Technologies

+ +

Expanded Search Framework

+ +

The Android search framework has been redesigned and expanded to provide +third-party applications the opportunity to surface +content from their applications in Quick Search Box, the global search tool. +To do this, developers will need to make their app "searchable" and provide +suggestions in response to user queries. +To enable application search suggestions, users simply select each application from which +they'd like to receive suggestions, under Searchable items in the Search settings.

+ + +

Text-to-speech engine

+ +

Android 1.6 features a multi-lingual speech synthesis engine called Pico. +It allows any Android application to "speak" a string of text with an accent that matches the language. +The engine supports the following languages: English (American and British accents), French, +Italian, German and Spanish. If you're using a T-Mobile G1 or Dream device, you'll need to download the +SpeechSynthesis Data Installer from Android Market, which includes the "voices" needed by the +text-to-speech engine.

+ + +

Gestures

+ +

A new gestures framework provides application developers with a framework for creating, storing, +loading, and recognizing gestures and associating them with specific actions.

+ +

Developers can use the new GestureBuilder tool included in the Android 1.6 SDK to generate libraries +of gestures to include with their application.

+ + +

Accessibility

+ +

Android 1.6 provides a new accessibility framework. +With this framework, developers can create accessibility plugins that respond to user input, +such as making a sound when a new window is shown, vibrating when navigating to the top of +a list, and providing spoken feedback.

+ + +

Expanded support for screen densities and resolutions

+ +

Android 1.6 adds screen support that enables applications to be rendered properly on different +display resolutions and densities. Developers can also specify the types of screens supported by their +application.

+ + +

Telephony support for CDMA

+ +

Android 1.6 includes support for CDMA in the telephony stack.

+ + +

New version of OpenCore

+ +

Android 1.6 includes the updated OpenCore 2 media engine, which has:

+ + + +

2.6.29 Linux kernel

+ +

Android 1.6 upgrades the Linux kernel from 2.6.27 to 2.6.29.

+ + +

New Framework APIs

+ +

For a detailed overview of new APIs, see the +Version Notes. +For a complete report of all API changes, see the +API Differences Report. diff --git a/docs/html/sdk/images/battery.png b/docs/html/sdk/images/battery.png new file mode 100644 index 000000000000..10fd16b16afe Binary files /dev/null and b/docs/html/sdk/images/battery.png differ diff --git a/docs/html/sdk/images/camera.png b/docs/html/sdk/images/camera.png new file mode 100644 index 000000000000..6078388ea232 Binary files /dev/null and b/docs/html/sdk/images/camera.png differ diff --git a/docs/html/sdk/images/donut_small_bg.png b/docs/html/sdk/images/donut_small_bg.png new file mode 100644 index 000000000000..f514b504fd15 Binary files /dev/null and b/docs/html/sdk/images/donut_small_bg.png differ diff --git a/docs/html/sdk/images/market.png b/docs/html/sdk/images/market.png new file mode 100644 index 000000000000..8d11134c1c4a Binary files /dev/null and b/docs/html/sdk/images/market.png differ diff --git a/docs/html/sdk/images/search.png b/docs/html/sdk/images/search.png new file mode 100644 index 000000000000..10ab910bab86 Binary files /dev/null and b/docs/html/sdk/images/search.png differ -- cgit v1.2.3-59-g8ed1b