- Android: add
stopListening
[by Simone Compagnone] - Android: enable partial results [by Simone Compagnone]
- iOS:
startListening
do not run in background - iOS:
startListening
check existing process
- Android: use Cordova Permissions API
- Android: drop Android Support Library requirement
- Android: recognition is runnable in the background without popup window ( option
showPopup
) - modify signature of function
startListening
- Android: real callbacks for
requestPermission
- iOS: use
AVAudioSessionCategoryPlayAndRecord
mode - iOS: run
startListening
andstopListening
in the background
- iOS: return partial results ( option
showPartial
)
- initial release of
cordova-plugin-speechrecognition