You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/11 21:00:31 UTC

cordova-plugin-vibration git commit: CB-12236 - Fixed RELEASENOTES for cordova-plugin-vibration

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master d2d003a89 -> 7e197a7fd


CB-12236 - Fixed RELEASENOTES for cordova-plugin-vibration


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/7e197a7f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/7e197a7f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/7e197a7f

Branch: refs/heads/master
Commit: 7e197a7fd7ddde8427b2c5e7c690cedd8b188068
Parents: d2d003a
Author: Shazron Abdullah <sh...@apache.org>
Authored: Sun Dec 11 13:00:27 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Sun Dec 11 13:00:27 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 188 +--------------------------------------------------
 1 file changed, 1 insertion(+), 187 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/7e197a7f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 49ab731..06fec8d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,195 +21,9 @@
 # Release Notes
 
 ### 2.1.3 (Dec 07, 2016)
-* Closing invalid pull requests: close #32
-* Closing invalid pull requests: close #31 #32
+* [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 2.1.3
 * [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted\u2026"
 * [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version.
-* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Updated version and RELEASENOTES.md for release 2.1.2
-* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
-* add JIRA issue tracker link
-* Add badges for paramedic builds on Jenkins
-* Add pull request template.
-* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
-* [CB-11091](https://issues.apache.org/jira/browse/CB-11091) Incremented plugin version.
-*  Updated version and RELEASENOTES.md for release 2.1.1
-* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for plugins
-* chore: edit package.json license to match SPDX id
-* [CB-10368](https://issues.apache.org/jira/browse/CB-10368) Incremented plugin version.
-* [CB-10368](https://issues.apache.org/jira/browse/CB-10368) Updated version and RELEASENOTES.md for release 2.1.0
-* [CB-9365](https://issues.apache.org/jira/browse/CB-9365) Add support for 'vibrateWithPattern' to Windows Phone 8.1 / Windows 10
-* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version.
-* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) linked issues in RELEASENOTES.md
-* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated version and RELEASENOTES.md for release 2.0.0
-* removed r prefix from tags
-* removed r prefix from tags
-* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated RELEASENOTES to be newest to oldest
-* Actually fixing the contribute link.
-* Fixing contribute link.
-* Fixed browser platform to pass tests and combined tests
-* Removed call to add proxy and renamed browser file
-* [CB-7966](https://issues.apache.org/jira/browse/CB-7966) Add cordova-plugin-vibration support for browser platform
-* remove travis-ci
-* [CB-9166](https://issues.apache.org/jira/browse/CB-9166) Changed plugin.xml framework reference condition to be valid XML. This closes #35
-* [CB-9192](https://issues.apache.org/jira/browse/CB-9192) Incremented plugin version.
-* [CB-9202](https://issues.apache.org/jira/browse/CB-9202) updated repo url to github mirror in package.json
-* [CB-9192](https://issues.apache.org/jira/browse/CB-9192) Updated version and RELEASENOTES.md for release 1.2.0
-* Adding .ratignore file.
-* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* fix npm md issue
-* used min/max statics in vibrate with pattern. Use callbackId in callbacks, catch json format exceptions
-* static-ized MIN_DURATION and MAX_DURATION
-* [CB-7216](https://issues.apache.org/jira/browse/CB-7216) changed cancelWasCalled boolean
-* [CB-7218](https://issues.apache.org/jira/browse/CB-7218) truncate vibration to 5 secs for WP8
-* [CB-6916](https://issues.apache.org/jira/browse/CB-6916) added vibrateWithPattern for wp8
-* [CB-6914](https://issues.apache.org/jira/browse/CB-6914) added cancelVibration for wp8
-* android: respect silent audio setting
-* Revert "Revert "CB-8959 Incremented plugin version.""
-* Revert "CB-8959 Incremented plugin version."
-* add license header to bb10 native files
-* add missing license headers
-* [CB-8959](https://issues.apache.org/jira/browse/CB-8959) Incremented plugin version.
-* [CB-8959](https://issues.apache.org/jira/browse/CB-8959) Updated version and RELEASENOTES.md for release 1.1.0
-* [CB-8930](https://issues.apache.org/jira/browse/CB-8930) Vibration on Windows fails without a helpful error message when vibration functionality is missing from the platform.  This detects such a case and instead fails gracefully that the feature isn't available.  Also supports the Windows 10 vibration mechanism.
-* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Incremented plugin version.
-* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Updated version in package.json for release 1.0.0
-* Revert "CB-8858 Incremented plugin version."
-* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Incremented plugin version.
-* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Updated version and RELEASENOTES.md for release 1.0.0
-* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
-* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
-* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
-* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
-* [CB-7970](https://issues.apache.org/jira/browse/CB-7970) Reference proxy project instead of compiled winmd
-* [CB-7970](https://issues.apache.org/jira/browse/CB-7970) Add cordova-plugin-vibration support for Windows Phone 8.1
-* Use TRAVIS_BUILD_DIR, install paramedic by npm
-* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
-* [CB-8576](https://issues.apache.org/jira/browse/CB-8576) Integrate TravisCI
-* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
-* [CB-8429](https://issues.apache.org/jira/browse/CB-8429) Incremented plugin version.
-* [CB-8429](https://issues.apache.org/jira/browse/CB-8429) Updated version and RELEASENOTES.md for release 0.3.13
-* [CB-8243](https://issues.apache.org/jira/browse/CB-8243) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* [CB-8113](https://issues.apache.org/jira/browse/CB-8113) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* [CB-8110](https://issues.apache.org/jira/browse/CB-8110) Incremented plugin version.
-* [CB-8110](https://issues.apache.org/jira/browse/CB-8110) Updated version and RELEASENOTES.md for release 0.3.12
-* [CB-7936](https://issues.apache.org/jira/browse/CB-7936) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* [CB-7936](https://issues.apache.org/jira/browse/CB-7936) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* Fixes [CB-7861](https://issues.apache.org/jira/browse/CB-7861) "Bad comma".
-* [CB-8018](https://issues.apache.org/jira/browse/CB-8018) Add vibrate(pattern) fallback on vibrate for Windows Phone 8
-* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention deviceready in plugin docs
-* Add comma to match a later section
-* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
-* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Incremented plugin version.
-* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Updated version and RELEASENOTES.md for release 0.3.11
-* CB-7249cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* cb-6724documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir
-* CB-7249cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* add longer pattern sequence for testing, change expected result for old vibrate with pattern test
-* added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true
-* clear settimeout when user cancels vibration
-* add setTimeout function to update vibrateOn var if user doesn't cancel vibrate, add note about iOS
-* on/off button for cancel tests, add results box and msgs
-* added tests for old vibrateWithPattern and cancelVibration calls
-* added 'Android only' to buttons for specific tests, changed where console.log is executed for user to see earlier
-* added tests to ensure compliance with w3c spec
-* CB-6963, ported vibration automated & manual tests
-* [CB-6966](https://issues.apache.org/jira/browse/CB-6966) renamed folder to tests + added nested plugin.xml
-* [CB-6966](https://issues.apache.org/jira/browse/CB-6966) Ported Vibration automated & manual tests
-* cb-7249cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* missed merge, fixed now
-* removed duplicate messaging
-* [CB-5459](https://issues.apache.org/jira/browse/CB-5459) slight change to the vibration documentation for pattern due to merge issue
-* CB-7249cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* changes to how 0 is getting added to array in order to align with w3c spec
-* changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
-* changes made to align with w3c spec
-* Updated doc with Windows support for vibrate with pattern
-* Added note to doc about w3c alignment and min time for Windows
-* update doc with another way to cancel vibration
-* update doc to show vibrate([num]) is a standard vibrate
-* vibrate([num]) is treated as a vibrate not vibrate with pattern
-* added new example to documentation
-* added new example to documentation
-* updated doc for w3c alignment
-* changes to how 0 is getting added to array in order to align with w3c spec
-* changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
-* changes made to align with w3c spec
-* [CB-7244](https://issues.apache.org/jira/browse/CB-7244) Incremented plugin version.
-* [CB-7244](https://issues.apache.org/jira/browse/CB-7244) Updated version and RELEASENOTES.md for release 0.3.10
-* ubuntu: Implemented vibrateWithPattern/cancelVibration
-* update VibrationProxy.js
-* CB-6127lisa7cordova-plugin-consolecordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* CB-6773cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* CB-6773cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* documentation translation: cordova-plugin-vibration
-* Lisa testing pulling in plugins for plugin: cordova-plugin-vibration
-* Lisa testing pulling in plugins for plugin: cordova-plugin-vibration
-* CB-6127cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* CB-6773cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* CB-6773cordova-plugin-vibration documentation translation: cordova-plugin-vibration
-* documentation translation: cordova-plugin-vibration
-* Lisa testing pulling in plugins for plugin: cordova-plugin-vibration
-* Lisa testing pulling in plugins for plugin: cordova-plugin-vibration
-* [CB-6877](https://issues.apache.org/jira/browse/CB-6877) Incremented plugin version.
-* [CB-6877](https://issues.apache.org/jira/browse/CB-6877) Updated version and RELEASENOTES.md for release 0.3.9
-* updated notice file
-* Github close #11
-* Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation.
-* Implemented vibrateWithPattern (for android) and adapted documentation.
-* [CB-6811](https://issues.apache.org/jira/browse/CB-6811) Add license to CONTRIBUTING.md
-* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
-* [CB-6452](https://issues.apache.org/jira/browse/CB-6452) Incremented plugin version on dev branch.
-* [CB-6452](https://issues.apache.org/jira/browse/CB-6452) Updated version and RELEASENOTES.md for release 0.3.8
-* [CB-6465](https://issues.apache.org/jira/browse/CB-6465) Add license headers to Tizen code
-* [CB-6460](https://issues.apache.org/jira/browse/CB-6460) Update license headers
-* Add NOTICE file
-* [CB-5980](https://issues.apache.org/jira/browse/CB-5980) Incremented plugin version on dev branch.
-* [CB-5980](https://issues.apache.org/jira/browse/CB-5980) Updated version and RELEASENOTES.md for release 0.3.7
-* Add support for Tizen.
-* [CB-3206](https://issues.apache.org/jira/browse/CB-3206) - Supported platforms updated
-* Delete stale test/ directory
-* [CB-5719](https://issues.apache.org/jira/browse/CB-5719) Incremented plugin version on dev branch.
-* [CB-5719](https://issues.apache.org/jira/browse/CB-5719) Updated version and RELEASENOTES.md for release 0.3.6
-* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Update license comment formatting of doc/index.md
-* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc.index.md for Vibration plugin
-* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Delete stale snapshot of plugin docs
-* [CB-5565](https://issues.apache.org/jira/browse/CB-5565) Incremented plugin version on dev branch.
-* [CB-5565](https://issues.apache.org/jira/browse/CB-5565) Updated version and RELEASENOTES.md for release 0.3.5
-* add ubuntu platform
-* Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
-* [CB-4747](https://issues.apache.org/jira/browse/CB-4747) Fixed Blackberry background vibrate
-* [CB-5188](https://issues.apache.org/jira/browse/CB-5188)
-* [CB-5188](https://issues.apache.org/jira/browse/CB-5188) Updated version and RELEASENOTES.md for release 0.3.4
-* add repo + issue tag to plugin.xml for vibration plugin
-* corrected plugin.xml to write properly to config.xml for ffos
-* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Incremented plugin version on dev branch.
-* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Updated version and RELEASENOTES.md for release 0.3.3
-* add missing android namespace
-* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
-* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Updated version and RELEASENOTES.md for release 0.3.2
-* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
-* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration
-* Rename CHANGELOG.md -> RELEASENOTES.md
-* updated to work with ffos commandProxy
-* fixed plugin.xml for vibration
-* [CB-4593](https://issues.apache.org/jira/browse/CB-4593) [Blackberry10] Added vibration support for bb10
-* updated plugin to work with ffos
-* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.
-* [CB-4593](https://issues.apache.org/jira/browse/CB-4593) [Blackberry10] Added vibration support for bb10
-* [CB-4661](https://issues.apache.org/jira/browse/CB-4661) VIBRATE permission for Android
-* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Updated version and changelog
-* added target-dir for ff
-* fixed typo in firefoxos config
-* [CB-4595](https://issues.apache.org/jira/browse/CB-4595) updated version
-* [CB-4417](https://issues.apache.org/jira/browse/CB-4417) Move cordova-plugin-vibration to its own Java package.
-* updated readme and namespace
-* [plugin.xml] standardizing license + meta
-* [license] adding apache license file
-* added firefoxos vibration apis & configuration
-* updating plugin.xml with registry data
-* [CB-4364](https://issues.apache.org/jira/browse/CB-4364) Vibration plugin needs to specify AudioToolbox.framework dependency in plugin.xml
 
 ### 2.1.2 (Sep 08, 2016)
 * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org