- Update CI configuration and README (#80, #77, #69, #68)
- fix(typescript): update types (#75, #78)
- Add or update GitHub pull request and issue template
- CB-13711 Fix to allow 3.0.0 version install (#63)
- CB-13666 : Removed deprecated platforms
- Removed deprecated components and bumped version
- CB-13045 Removed Android implementation and Updated
README
- fix
vibrateWithPattern
, function doesn't update the pattern variable reference - CB-12369 Add plugin typings from
DefinitelyTyped
- CB-12363 Added build badges for iOS 9.3 and iOS 10.0
- CB-12230 Removed Windows 8.1 build badges
- CB-12224 Updated version and RELEASENOTES.md for release 2.1.3
- CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"
- CB-11832 Incremented plugin version.
- 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 Adding front matter to README.md
- CB-10636 Add
JSHint
for plugins
- CB-9365 Add support for 'vibrateWithPattern' to Windows Phone 8.1 / Windows 10
- CB-10035 Updated
RELEASENOTES
to be newest to oldest - Fixing contribute link.
- Fixed browser platform to pass tests and combined tests
- Removed call to add
proxy
and renamed browser file - CB-7966 Add cordova-plugin-vibration support for browser platform
- CB-9166: Changed
plugin.xml
framework reference condition to be valid XML.
- Adding .ratignore file.
- 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 changed cancelWasCalled boolean
- CB-7218 truncate vibration to 5 secs for WP8
- CB-6916 added vibrateWithPattern for wp8
- CB-6914 added cancelVibration for wp8
- android: respect silent audio setting
- 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-8746 gave plugin major version bump
- 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-7970 Reference proxy project instead of compiled winmd
- CB-7970 Add cordova-plugin-vibration support for Windows Phone 8.1
- Use TRAVIS_BUILD_DIR, install paramedic by npm
- CB-8653 Updated Readme
- CB-8576 Integrate TravisCI
- CB-8438 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
- CB-8538 Added package.json file
- CB-8243 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
- CB-8018 Add
vibrate(pattern)
fallback on vibrate for Windows Phone 8 - CB-7977 Mention
deviceready
in plugin docs - CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
- CB-7571 Bump version of nested plugin to match parent plugin
- CB-7249 cordova-plugin-vibration documentation translation
- CB-6724 documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir
- 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 renamed folder to tests + added nested plugin.xml
- CB-6966 Ported Vibration automated & manual tests
- removed duplicate messaging
- CB-5459 slight change to the vibration documentation for pattern due to merge issue
- 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
- 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
- ubuntu: Implemented vibrateWithPattern/cancelVibration
- FFOS update VibrationProxy.js
- CB-6127 Updated translations for docs
- 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 Add license to CONTRIBUTING.md
- CB-6491 add CONTRIBUTING.md
- Add support for Tizen.
- CB-3206 - Supported platforms updated
- CB-5658 Add doc/index.md for Vibration plugin
- 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 Fixed Blackberry background vibrate
- add repo + issue tag to plugin.xml for vibration plugin
- corrected plugin.xml to write properly to config.xml for ffos
- CB-5010 Incremented plugin version on dev branch.
- add missing android namespace
- CB-4915 Incremented plugin version on dev branch.
- CB-4889 bumping&resetting version
- 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 [Blackberry10] Added vibration support for bb10
- updated plugin to work with ffos
- CB-4752 Incremented plugin version on dev branch.
- Initial FirefoxOS support
- CB-4661 VIBRATE permission for Android