page.title=Android 1.5 Features doc.type=source @jd:body

Release features - Android 1.5

Previous release highlights :Android 1.0

This page provides a high-level overview of the new features added to Android 1.5. To see the code itself, you can either use theGitWeb interface to view snapshots of the files, or you candownload the source code onto your local machine. You can userepo init -u git://android.git.kernel.org/platform/manifest.git-b android-1.5 to download the source code for Android 1.5.

User interface refinements:
  • System-wide:
    • Refinement of all core UI elements
    • Animated window transitions (off by default)
    • Accelerometer-based application rotations
  • UI polish for:
    • In-call experience
    • Contacts, Call log, and Favorites
    • SMS MMS
    • Browser
    • Calendar
    • Email
    • Camera Gallery
    • Application management

Performance improvements:

  • Faster Camera start-up and image capture
  • Much faster acquisition of GPS location (powered by SUPL AGPS)
  • Smoother page scrolling in Browser

Applications
  • Camera Gallery
    • Video recording
    • Video playback (MPEG-4 3GP formats)
  • Browser
    • Updated with latest Webkit browser Squirrelfish Javascript engines
    • Copy 'n paste in browser
    • Search within a page
    • User-selectable text-encoding
    • UI changes include:
      • Unified Go and Search box
      • Tabbed bookmarks/history/most-visited screen
  • Contacts
    • Shows user picture for Favorites
    • Specific date/time stamp for events in call log
    • One-touch access to a contact card from call log event

Application framework


  • On-screen soft keyboard
    • Works in both portrait and landscape orientation
    • Support for user installation of 3rd party keyboards
    • User dictionary for custom words
  • Home screen
    • Widgets
      • Bundled home screen widgets include: analog clock, calendar, music player, picture frame, and search
    • Live folders
  • UI framework
    • Framework for easier background/UI thread interaction
    • New SlidingDrawer widget
    • Horizontal ScrollView widget
  • Home Screen framework
    • APIs for creating secure home screen widgets
    • APIs for populating live folders with custom content
  • Media framework
    • Raw audio recording and playback APIs
    • Interactive MIDI playback engine
    • Video recording APIs for developers (3GP format)
    • Video and photo sharing Intents
    • Media search Intent
  • Input Method framework
    • Text prediction engine
    • Ability to provide downloadable IMEs to users
  • Speech recognition framework
    • Support for using speech recognition libraries via Intent
  • Misc API additions
    • LocationManager - Applications can get location change updates via Intent
    • WebView - Touch start/end/move/cancel DOM event support
    • SensorManager - redesigned sensor APIs
    • GLSurfaceView - convenience framework for creating OpenGL applications
    • Broadcast Intent for app update install succeeded - for smoother app upgrade experience

System software

  • New Linux kernel (version 2.6.27)
  • SD card filesystem auto-checking and repair
  • SIM Application Toolkit 1.0

Supported hardware
  • Bluetooth
    • Stereo Bluetooth support (A2DP and AVCRP profiles)
    • Auto-pairing
    • Improved handsfree experience

Developer tools
  • Support for multiple versions of Android in a single SDK installation
  • Improved JUnit support in ADT
  • Easier application performance profiling