http://developer.android.com/sdk/1.1_r1/index.html
Windows 版: http://dl.google.com/android/android-sdk-windows-1.1_r1.zip (81.24 MB)
Linux 版: http://dl.google.com/android/android-sdk-linux_x86-1.1_r1.zip (75.55MB)
1.Android 1.1 SDK更新描述
http://android123.com.cn/zhongwensdk/250.html
2.Android 1.1 SDK兼容性問題
http://android123.com.cn/kaifafaq/251.html
3.Android1.1移植點(diǎn)SDK兼容性提示
http://android123.com.cn/androidyizhi/252.html
(以下內(nèi)容轉(zhuǎn)至http://android123.com.cn)
有關(guān)改進(jìn):
現(xiàn)在AlarmClock可以直接播放警告音或震動,而過去必須通過AlarmManager才行,這里AlermManager開始播放通過一個IntentReceiver廣播來實(shí)現(xiàn),這些改變將會阻止從一個模態(tài)對話框中出現(xiàn)的警告。(AlarmClock 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. )
修正設(shè)備休眠狀態(tài)的穩(wěn)定性問題
(Fixes to device sleep.)
在單獨(dú)按下時不再打開撥號鍵盤,用戶現(xiàn)在可以觸摸或拖動它
(Single tap no longer opens the in-call dialpad; users now need to touch and drag it.)
修正bug引起的發(fā)出郵件凍結(jié)問題通過IMAP鏈接方式,比如到基于Gamil的服務(wù)器
(Fixes 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. )
移除自動帳戶設(shè)置在一些不確定因素時,比如首次開機(jī)的gmail帳戶激活問題,這里添加了保留項(xiàng)應(yīng)對特定因素
(Removes automatic account setup entries that were broken or not testable. Adds minor fixes to a few of the remaining entries. Makes improvements to warning dialogs used for a few special cases. )
改變默認(rèn)的郵件檢查為每15分鐘代替過去的從不模式
(Changes default mail checking interval to every 15 minutes instead of defaulting to “never”).
修正密碼引用bug在IMAP協(xié)議中,以便用戶能包含特定的字符在密碼中比如空格鍵
(Fixes password-quoting bugs in IMAP, so that users can include special characters in passwords e.g. spaces).
修正一些錯誤在自動或手動帳戶設(shè)置
(Fixes various errors in auto and manual account setup)
改善報告一些網(wǎng)絡(luò)鏈接錯誤,更容易的讓用戶診斷錯誤以及帳戶設(shè)置
(Improves reporting for various connection errors, making it easier for the user to diagnose failed account setups. )
修正新郵件提示對于POP3帳戶
(Fixes new-mail notifications for POP3 accounts. )
保證自動檢查郵件即使被標(biāo)記為從不的帳戶
(Ensures proper auto-checking of accounts marked as “never check”. )
顯示日期和時間格式可由用戶設(shè)置
(Now displays date and time using user preference e.g. 24 hr vs. AM/PM).
顯示回復(fù)在消息框中(Now shows cc: in message view. )
改進(jìn)POP3鏈接從的失敗問題(Improves recovery from POP3 connection failures. )
POP3解析規(guī)則相關(guān)問題,以便程序能工作在一些特殊郵件服務(wù)器(POP3 parser rules loosened, so the application can work with non-compliant email servers. )
移除綠色通話按鈕作為一個添加撥打電話快捷方式功能(Removes green CALL button as a shortcut for “add a new call”. )
詳細(xì)的API改進(jìn):
Adds annotations for test systems, no actual (non-test) API changes.
添加系統(tǒng)測試API,不需要真實(shí)的調(diào)用最終API
Adds a method to allow a process to easily determine its UID.
加入允許當(dāng)前程序獲取自己進(jìn)程UID方法
Adds support for marquee in layouts.
加入布局滾動功能
Adds new methods for determining padding in views. Useful if you are writing your own subclasses of View.
加入新的view計算間距方法,比如編寫自己的View子類化
Adds new permissions that allow an application to broadcast an SMS or WAP Push message.
添加新權(quán)限允許程序接收sms和wap push信息的廣播
API cleanup: removes protected constructor from SDK-bound system images.
新特性:
(Maps: Adds details and reviews when a user does a search on Maps and clicks on a business to view it’s details.)
地圖加入了詳細(xì)顯示和評論,當(dāng)用戶搜索地圖或詳細(xì)查看時
(Dialer: In-call screen timeout default is now longer when using the speakerphone.)
撥號器在使用外方揚(yáng)聲器通話時默認(rèn)屏幕不會關(guān)閉
(Dialer: Adds a “Show dialpad” / “Hide dialpad” item to the in-call menu, to make it easier to discover the DTMF dialpad. )
撥號器添加了顯示、隱藏鍵盤在通話菜單中,更輕松的使用撥號鍵盤
(Adds support for saving attachments from MMS )
添加彩信附件的保存功能
(Adds support for marquee in layouts. )
添加布局內(nèi)容的滾動顯示支持

posted on 2009-02-13 09:15
Xu Jianxiang 閱讀(556)
評論(0) 編輯 收藏 所屬分類:
Android