mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 20:52:53 +08:00
CB-8858 Updated version and RELEASENOTES.md for release 1.0.0
This commit is contained in:
parent
af36e74d05
commit
d0fe66e1d5
@ -175,3 +175,25 @@
|
|||||||
* CB-8559 Integrate TravisCI
|
* CB-8559 Integrate TravisCI
|
||||||
* CB-8438 cordova-plugin-camera documentation translation: cordova-plugin-camera
|
* CB-8438 cordova-plugin-camera documentation translation: cordova-plugin-camera
|
||||||
* CB-8538 Added package.json file
|
* CB-8538 Added package.json file
|
||||||
|
|
||||||
|
### 1.0.0 (Apr 15, 2015)
|
||||||
|
* CB-8780 - Display popover using main thread. Fixes popover slowness (closes #81)
|
||||||
|
* CB-8746 bumped version of file dependency
|
||||||
|
* CB-8746 gave plugin major version bump
|
||||||
|
* CB-8707 refactoring windows code to improve readability
|
||||||
|
* CB-8706 use filePicker if saveToPhotoAlbum is true
|
||||||
|
* CB-8706 remove unnecessary capabilities from xml
|
||||||
|
* CB-8747 updated dependency, added peer dependency
|
||||||
|
* CB-8683 updated blackberry specific references of org.apache.cordova.camera to cordova-plugin-camera
|
||||||
|
* CB-8782: Updated the docs to talk about the allowEdit quirks, it's not 100% working, but better than it was
|
||||||
|
* CB-8782: Fixed the flow so that we save the cropped image and use it, not the original non-cropped. Crop only supports G+ Photos Crop, other crops may not work, depending on the OEM
|
||||||
|
* CB-8740: Removing FileHelper call that was failing on Samsung Galaxy S3, now that we have a real path, we only need to update the MediaStore, not pull from it in this case
|
||||||
|
* CB-8740: Partial fix for Save Image to Gallery error found in MobileSpec
|
||||||
|
* CB-8683 changed plugin-id to pacakge-name
|
||||||
|
* CB-8653 properly updated translated docs to use new id
|
||||||
|
* CB-8653 updated translated docs to use new id
|
||||||
|
* CB-8351 Fix custom implementation of integerValueForKey (close #79)
|
||||||
|
* Fix cordova-paramedic path change, build with TRAVIS_BUILD_DIR, use npm to install paramedic
|
||||||
|
* docs: added 'Windows' to supported platforms
|
||||||
|
* CB-8653 Updated Readme
|
||||||
|
* CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
id="cordova-plugin-camera"
|
id="cordova-plugin-camera"
|
||||||
version="1.0.0-dev">
|
version="1.0.0">
|
||||||
<name>Camera</name>
|
<name>Camera</name>
|
||||||
<description>Cordova Camera Plugin</description>
|
<description>Cordova Camera Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
id="cordova-plugin-camera-tests"
|
id="cordova-plugin-camera-tests"
|
||||||
version="0.3.7-dev">
|
version="1.0.0">
|
||||||
<name>Cordova Camera Plugin Tests</name>
|
<name>Cordova Camera Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user