插件发布:2014年8月11日
2014年8月11日
以下插件于今天更新
- cordova-plugin-battery-status: 0.2.10
- cordova-plugin-camera: 0.3.1
- cordova-plugin-console: 0.2.10
- cordova-plugin-contacts: 0.2.12
- cordova-plugin-device: 0.2.11
- cordova-plugin-device-motion: 0.2.9
- cordova-plugin-device-orientation: 0.3.8
- cordova-plugin-dialogs: 0.2.9
- cordova-plugin-file: 1.3.0
- cordova-plugin-file-transfer: 0.4.5
- cordova-plugin-geolocation: 0.3.9
- cordova-plugin-globalization: 0.3.0
- cordova-plugin-inappbrowser: 0.5.1
- cordova-plugin-media: 0.2.12
- cordova-plugin-media-capture: 0.3.2
- cordova-plugin-network-information: 0.2.11
- cordova-plugin-splashscreen: 0.3.2
- cordova-plugin-statusbar: 0.1.7
- cordova-plugin-vibration: 0.3.10
值得注意的更改包括
- 大多数插件文档现在已翻译成其他语言。
- FirefoxOS 已更新了许多插件的代理。
- 设备运动插件添加了对 FirefoxOS 的支持。
- 文件插件针对 BlackBerry10、FirefoxOS 和 Windows 进行了许多更新。
- 全球化插件添加了对 BlackBerry10 和 FirefoxOS 的支持。
这些插件已在我们的注册表 plugins.cordova.io 上更新。
您可以通过删除插件,然后重新添加它来更新任何插件。 例如,要更新您的文件插件
cordova plugin rm org.apache.cordova.file
cordova plugin add org.apache.cordova.file
其他更改包括[email protected]
- FirefoxOS 更新
CameraProxy.js
- CB-7187 iOS:添加对
CoreLocation.framework
的显式依赖 - BlackBerry10 文档更正 - 支持
sourceType
- CB-7071 Android:修复当
allowEdit=true
时,在发送CROP
intent 之前触发回调的问题 - CB-6875 Android:处理未挂载 SD 卡时的异常
- iOS:删除
postImage
(死代码) - 当 intent 为
null
时,防止在processResiultFromGallery
上发生NPE
- 删除 iOS 文档中对不存在的
navigator.fileMgr API
的引用 - 使用一些默认值更新了文档
- 从 Windows 8 代码中删除 File 插件依赖。
- 使用
WinJS
功能调整图像大小,而不是使用 File 插件功能 - CB-6127 更新了文档的翻译
- CB-6127 更新了文档的翻译
- 修复未传递
options
参数时,.find
方法的问题。 如果缺少options
参数,将返回所有联系人 - FirefoxOS 更新
ContactsProxy.js
- CB-6127 更新了文档的翻译
- CB-5698 iOS:在使用之前检查
photoData
是否存在
- FirefoxOS 更新
DeviceProxy.js
- CB-6127 更新了文档的翻译
- 使用 Windows 系统调用以获取更好的信息
- FirefoxOS 更新
accelerometer.js
- CB-6127 更新了文档的翻译
- FirefoxOS 添加到支持的平台
- FirefoxOS 更新
compass.js
- CB-7187 iOS:添加对
CoreLocation.framework
的显式依赖 - CB-7187 删除未使用的
CDVShared.h
的#import
- Ubuntu:将正确的参数传递给 prompt 回调
- Ubuntu:使用
TextField
而不是TextInput
- Ubuntu:在传递给
qml
之前进行适当的消息转义 - FirefoxOS 更新
notification.js
- CB-6127 更新了文档的翻译
- Android:显式将默认主题应用于对话框
- 修复在 Android 上未传递参数时
Beep
异常的问题
- FirefoxOS 从
requestAllPaths
中删除不支持的路径 - FirefoxOS 支持
resolve URI
、请求所有路径和本地应用程序目录。 - CB-4263 在 onload 之前将 ready 状态设置为 done
- CB-7167 BlackBerry10
copyTo
- 返回包装的条目而不是原生的条目 - CB-7167 BlackBerry10 将目录支持添加到
getFileMetadata
- CB-7167 BlackBerry10 修复对
blob
支持的测试检测(window.Blob
是BlobConstructor
对象) - CB-7161 BlackBerry10 添加文件系统目录路径
- CB-7093 为新式测试创建单独的
plugin.xml
- CB-7057 文档更新:详细说明目录的用途
- CB-7093:将
JS 模块
添加到plugin.xml
文件以进行自动测试 - CB-7093 移植了自动化文件测试
- Windows 删除不需要的额外函数闭包
- Windows 删除对未定义的
fail()
的检查,它由代理定义并且始终存在 - Windows 重新应用
readAsBinaryString
和readAsArrayBuffer
- Windows 将类似的调用移动到相同的调用,别名长的命名空间函数
- CB-6127 更新了文档的翻译。
- CB-6571 修复
getParentForLocalURL
以使其可以正确处理带有尾部 '/' 的目录(这关闭了 #58) - 当没有网络时,
UTTypeCopyPreferredTagWithClass
返回 css 的nil mimetype
- 更新了文档中的规范链接(仅限英文)
- CB-6571 添加尾随空格,在
DirectoryEnty
构造函数中缺少它。 - CB-6980 修复
Entry
中的filesystem:null
属性 - 添加对
readAsBinaryString
和readAsArrayBuffer
的 Windows 8 支持 - FirefoxOS 更新
FileProxy.js
- CB-6940:如果 sdcard 未处于挂载状态,
context.getExternal
方法返回 null,导致异常阻止启动到达 readystate - 修复
Entry.moveTo
中文件系统引用的错误处理 - CB-6902:使用
File.lastModified
而不是.lastModifiedDate
- CB-6922:删除未使用的
getMetadata
本机代码 - CB-6922:一致地使用
getFileMetadata
获取元数据 - 将 fullPath 更改为
self.rootDocsPath
- CB-6890:修复 4.0.x 分支的
pluginManager
访问
- 修复了
FileTransfer.upload
参数顺序的文档 - FirefoxOS 初始实现
- CB-6781:将
FileTransferError.exception
暴露给应用程序 - CB-6928:向文档添加新的错误代码
- CB-6928:处理 304 状态代码
- CB-6928:仅在必要时打开输出流。
- BlackBerry10 较小的文档更正
- CB-6127 更新了文档的翻译
- Windows 8 上传使用提供的
fileName
或实际的fileName
- CB-2420 Windows 8 遵循
fileKey
和参数选项。 这关闭了 #15 - CB-6781:将异常文本添加到错误对象
- CB-6890:修复 4.0.x 分支的
pluginManager
访问
- FirefoxOS 更新
GeolocationProxy.js
- CB-7187 iOS:添加对
CoreLocation.framework
的显式依赖 - CB-7187 删除未使用的
CDVShared.h
的#import
- CB-6127 更新了文档的翻译
- iOS:将
distanceFilter
从无更改为 5 米,即使没有任何更改,也可以防止它一直发送回调。
- 添加了正确的 Apache License 2.0
- 更新了标头和
NOTICE
文件 - 为 BlackBerry10 实现了全球化支持
- FirefoxOS 的初始实现
- CB-4602 iOS:对
getPreferredLanguage
使用规范化值。 - CB-6127 更新了文档的翻译
- CB-4602
geolocation.getPreferredLanguage
和geolocation.getLocaleName
现在返回带有连字符(-)
的字符串,以保持与当前标准一致
- Ubuntu:支持
qt 5.2
- FirefoxOS 更新
InAppBrowserProxy.js
- FirefoxOS 应用需要是
privileged
- CB-6127 更新了文档的翻译
- CB-6769 iOS:修复
statusbar
颜色重置在iOS7+
上不起作用的问题
- CB-6127 更新了文档的翻译
- iOS:使其可以更容易地同时播放媒体和录制音频
MediaError
的代码#s
- Ubuntu:修复编译器警告
- Ubuntu:支持
qt 5.2
- CB-6127 更新了文档的翻译
- CB-6978
captureImage()
函数在 Android 中失败 - CB-6890:修复 4.0.x 分支的
pluginManager
访问
- FirefoxOS 更新
NetworkProxy.js
- CB-6127 更新了文档的翻译
- 修复了
online/offline
事件文档的错误
- 添加
LICENSE
和NOTICE
- 更新
statusbar.js
- 更新
backgroundColorByHexString
函数 - iOS:使用持久的
callbackId
而不是调用sendJs
- CB-6626 iOS:添加用于点击
statusbar
的 JS 事件 - iOS:修复隐藏以仅在状态栏不覆盖 webview 时调整 webview 的框架
- CB-6127 更新了文档的翻译
- Android:修复
StatusBar.initialize()
未在 UI 线程上运行的问题
- Ubuntu:实现了
vibrateWithPattern/cancelVibration
- FirefoxOS 更新
VibrationProxy.js
- CB-6127 更新了文档的翻译