最新的
android開發路線圖表明整個平台日趨完善,逐漸發展成熟,本次加入了幾個比較重要的特性比如彩信的附件可以保存,查看
系統運行中的進程,藍牙支持立體聲A2DP
技術,支持視頻錄制以及IMF輸入法框架等
問題,最後還加入了SIM相關
應用比如STK、OTA,以及SIM相關的操作,不用自己模擬AT命令執行了。簡明改進如下:
mms附件保存
settings裡可以列出來正在運行的進程
從電話切換回音樂時,聲音緩入
浏覽器內核升級,同時支持拷貝粘貼,按住shift再觸摸屏幕就行。也支持軌跡球拷貝。還支持頁面內搜索。頁面顯示速度大幅提升,有動畫的頁面5倍速
語音撥號可以接收打開應用的命令
攝像頭可以拍錄像!
輸入法框架已經有了,也就是說可以開發系統級的輸入法了
列出有升級的第三方應用
硬件加速的視頻壓縮
藍牙支持A2DP和AVRCP
支持SIM卡應用
完整的原版改進查看
Applications
- MMS
- New features
- Save attachments from MMS.
- Significant bug fixes
- Faster conversation list scrolling
- Email
- Significant bug fixes
- Accounts that were marked "never check" are not auto-checked.
- Date & time displayed using user preference (e.g. 24 hr vs. AM/PM).
- cc: displayed in message vIEw.
- Relaxed POP3 parser rules so it works with non-compliant email servers.
- PassWord quoting bugs in IMAP. Makes it work for users with funny chars in their passWord (e.g. spaces).
- Various sources of errors in auto & manual account setup.
- Improvements on how we report various connection errors. Makes it much easIEr for user to diagnose failed account setups.
- New-mail notifications for POP3 accounts.
- Properly recover from POP3 connection failures, so that the next connection has a chance of working properly.
- Remove automatic accounts setup entries that were broken or not testable. Minor fixes to a few of the remaining entrIEs. Improvements to warning dialogs used for a few special cases.
- New accounts are now set to check every 15 minutes (instead of defaulting to "never").
- Fixed a bug causing approximately 1 in 25 outbound messages to freeze up the IMAP connection (to a Gmail based server) when transferred to the Sent folder. This broke the entire connection so new messages could not be downloaded either.
- Unit test framework so Email can be extended & tested more reliably.
- Fix IMAP manually-created accounts so message delete works properly.
- Alarm Clock
- Significant bug fixes
- Alert now plays audio/vibe directly, rather than through AlarmManager. AlarmClock alert starts playing audio/vibe in its IntentReceiver, rather than on activity start. These changes should prevent alarms from being blocked by modal dialogs.
- Package Installer
- Significant bug fixes
- Bugs related to replacing existing applications.
- Settings
- New features
- New menu option to list running processes in Settings->ManageApplications.
- Music
- New features
- Music playback fades in after suspending for phone call.
- New media search intent allows for 3rd party aPPS to launch or respond to media searches based on artist, album, or title.
Affects: Music Player, YouTube, Browser applications.
- This is work-in-progress. Please note that the latest Android SDK (android 1.0 SDK, Release 2) is not compatible with the SDK plugin in the new branch, please use ADT 0.8.0. SDK add-on support is planned for future SDK release.
Build System
- New features
- The functions in build/envsetup.sh should be much more useful