michael@0: michael@0: # Release Notes michael@0: michael@0: ### 0.2.2 (Sept 25, 2013) michael@0: * CB-4889 bumping&resetting version michael@0: * [windows8] commandProxy was moved michael@0: * CB-4889 renaming reference in Notification.cs michael@0: * CB-4889 renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs michael@0: * Rename CHANGELOG.md -> RELEASENOTES.md michael@0: * [CB-4592] [Blackberry10] Added beep support michael@0: * [CB-4752] Incremented plugin version on dev branch. michael@0: michael@0: ### 0.2.3 (Oct 28, 2013) michael@0: * CB-5128: added repo + issue tag to plugin.xml for dialogs plugin michael@0: * new plugin execute arguments supported michael@0: * new plugin style michael@0: * smaller fonts styling input michael@0: * img files copied inside plugin michael@0: * style added michael@0: * prompt added michael@0: * styling from James michael@0: * fixed "exec" calls addedd css, but not working yet michael@0: * first (blind) try michael@0: * [CB-4915] Incremented plugin version on dev branch. michael@0: michael@0: michael@0: ### 0.2.4 (Dec 4, 2013) michael@0: * add ubuntu platform michael@0: * 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'. michael@0: * added beep funtionality using ms-winsoundevent:Notfication.Default michael@0: michael@0: ### 0.2.5 (Jan 02, 2014) michael@0: * CB-4696 Fix compile error for Xcode 4.5. michael@0: * CB-5658 Add doc/index.md for Dialogs plugin michael@0: * CB-3762 Change prompt default to empty string michael@0: * Move images from css to img michael@0: michael@0: ### 0.2.6 (Feb 05, 2014) michael@0: * no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS michael@0: * FFOS description added michael@0: michael@0: ### 0.2.7 (Apr 17, 2014) michael@0: * CB-6212: [iOS] fix warnings compiled under arm64 64-bit michael@0: * CB-6411: [BlackBerry10] Work around Audio playback issue michael@0: * CB-6411: [BlackBerry10] Updates to beep michael@0: * CB-6422: [windows8] use cordova/exec/proxy michael@0: * CB-6460: Update license headers michael@0: * Add NOTICE file michael@0: michael@0: ### 0.2.8 (Jun 05, 2014) michael@0: * CB-6801 Add license michael@0: * running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore michael@0: * CB-5945 [Windows8] do not call success callbacks until dialog is dismissed michael@0: * CB-4616 Returned index 0 was not documented for notification.prompt michael@0: * update docs to state that prompt is supported on windowsphone michael@0: * CB-6528 allow scroll on alert message content michael@0: * [CB-6628][amazon-fireos]dialogs plugin's confirm and prompt methods dont work confirm() method was missing amazon-fireos platform check. added that. prompt() method had bug. It is executed in a worker thread that does not have a message queue(or Looper object) associated with it and hence "can't create a handler" exception is thrown. To fix this issue, we need to create the EditText widget from within the UI thread. This was fixed sometime ago when we added fireos platform but commit got lost somewhere. So fixing it again now. michael@0: * CB-6491 add CONTRIBUTING.md michael@0: * Added check for isFinishing() on the parent activity to prevent crashes when trying to display dialogs when activity is in this phase of it's lifecycle michael@0: * CB-4966 Dialogs are in window now No need to add anything to manifest or index.html michael@0: * Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically michael@0: michael@0: ### 0.2.9 (Aug 06, 2014) michael@0: * ubuntu: pass proper arguments to prompt callback michael@0: * ubuntu: use TextField instead of TextInput michael@0: * ubuntu: proper message escaping before passing to qml michael@0: * **FFOS** update notification.js michael@0: * CB-6127 Updated translations for docs michael@0: * android: Explicitly apply default theme to dialogs michael@0: * Fix Beep exception on Android when no argument passed michael@0: michael@0: ### 0.2.10 (Sep 17, 2014) michael@0: * CB-7538 Android beep thread fix Beep now executes in it's own thread. It was previously executing in the main UI thread which was causing the application to lock up will the beep was occurring. Closing pull request michael@0: * Set dialog text dir to locale michael@0: * Renamed test dir, added nested plugin.xml michael@0: * added documentation for manual tests michael@0: * CB-6965 Added manual tests michael@0: * CB-6965 Port notification tests to test-framework michael@0: michael@0: ### 0.2.11 (Dec 02, 2014) michael@0: * [CB-7737] lower min height for alert michael@0: * CB-8038 backslash getting escaped twice in **BB10** michael@0: * CB-8029 test 1-based indexing for confirm michael@0: * CB-7639 Update docs + manual tests michael@0: * CB-7639 Revert back `isAlertShowing` flag in case of exception to prevent queuing of future dialogs. michael@0: * CB-7639 Handle button labels as array on windows michael@0: * CB-7977 Mention `deviceready` in plugin docs michael@0: * Check for `setTextDirection` API level michael@0: * **Android** Make spinner dialog to use `THEME_DEVICE_DEFAULT_LIGHT` (same as the other dialogs) michael@0: * **Android** Unbreak `API` level < `14` michael@0: * CB-7414 **BB10** Document callback parameter for `navigator.notification.alert` michael@0: * CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs michael@0: * CB-7571 Bump version of nested plugin to match parent plugin