Touchgui/plugins/org.apache.cordova.dialogs/RELEASENOTES.md

changeset 0
e8ccd40d0ef6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Touchgui/plugins/org.apache.cordova.dialogs/RELEASENOTES.md	Thu Jun 04 14:50:33 2015 +0200
     1.3 @@ -0,0 +1,112 @@
     1.4 +<!--
     1.5 +#
     1.6 +# Licensed to the Apache Software Foundation (ASF) under one
     1.7 +# or more contributor license agreements.  See the NOTICE file
     1.8 +# distributed with this work for additional information
     1.9 +# regarding copyright ownership.  The ASF licenses this file
    1.10 +# to you under the Apache License, Version 2.0 (the
    1.11 +# "License"); you may not use this file except in compliance
    1.12 +# with the License.  You may obtain a copy of the License at
    1.13 +# 
    1.14 +# http://www.apache.org/licenses/LICENSE-2.0
    1.15 +# 
    1.16 +# Unless required by applicable law or agreed to in writing,
    1.17 +# software distributed under the License is distributed on an
    1.18 +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    1.19 +#  KIND, either express or implied.  See the License for the
    1.20 +# specific language governing permissions and limitations
    1.21 +# under the License.
    1.22 +#
    1.23 +-->
    1.24 +# Release Notes
    1.25 +
    1.26 +### 0.2.2 (Sept 25, 2013)
    1.27 +* CB-4889 bumping&resetting version
    1.28 +* [windows8] commandProxy was moved
    1.29 +* CB-4889 renaming reference in Notification.cs
    1.30 +* CB-4889 renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs
    1.31 +* Rename CHANGELOG.md -> RELEASENOTES.md
    1.32 +* [CB-4592] [Blackberry10] Added beep support
    1.33 +* [CB-4752] Incremented plugin version on dev branch.
    1.34 +
    1.35 + ### 0.2.3 (Oct 28, 2013)
    1.36 +* CB-5128: added repo + issue tag to plugin.xml for dialogs plugin
    1.37 +* new plugin execute arguments supported
    1.38 +* new plugin style
    1.39 +* smaller fonts styling input
    1.40 +* img files copied inside plugin
    1.41 +* style added
    1.42 +* prompt added
    1.43 +* styling from James
    1.44 +* fixed "exec" calls addedd css, but not working yet
    1.45 +* first (blind) try
    1.46 +* [CB-4915] Incremented plugin version on dev branch.
    1.47 +
    1.48 + 
    1.49 +### 0.2.4 (Dec 4, 2013)
    1.50 +* add ubuntu platform
    1.51 +* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'.
    1.52 +* added beep funtionality using ms-winsoundevent:Notfication.Default
    1.53 +
    1.54 +### 0.2.5 (Jan 02, 2014)
    1.55 +* CB-4696 Fix compile error for Xcode 4.5.
    1.56 +* CB-5658 Add doc/index.md for Dialogs plugin
    1.57 +* CB-3762 Change prompt default to empty string
    1.58 +* Move images from css to img
    1.59 +
    1.60 +### 0.2.6 (Feb 05, 2014)
    1.61 +* no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
    1.62 +* FFOS description added
    1.63 +
    1.64 +### 0.2.7 (Apr 17, 2014)
    1.65 +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
    1.66 +* CB-6411: [BlackBerry10] Work around Audio playback issue
    1.67 +* CB-6411: [BlackBerry10] Updates to beep
    1.68 +* CB-6422: [windows8] use cordova/exec/proxy
    1.69 +* CB-6460: Update license headers
    1.70 +* Add NOTICE file
    1.71 +
    1.72 +### 0.2.8 (Jun 05, 2014)
    1.73 +* CB-6801 Add license
    1.74 +* running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore
    1.75 +* CB-5945 [Windows8] do not call success callbacks until dialog is dismissed
    1.76 +* CB-4616 Returned index 0 was not documented for notification.prompt
    1.77 +* update docs to state that prompt is supported on windowsphone
    1.78 +* CB-6528 allow scroll on alert message content
    1.79 +* [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.
    1.80 +* CB-6491 add CONTRIBUTING.md
    1.81 +* 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
    1.82 +* CB-4966 Dialogs are in window now No need to add anything to manifest or index.html
    1.83 +* Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically
    1.84 +
    1.85 +### 0.2.9 (Aug 06, 2014)
    1.86 +* ubuntu: pass proper arguments to prompt callback
    1.87 +* ubuntu: use TextField instead of TextInput
    1.88 +* ubuntu: proper message escaping before passing to qml
    1.89 +* **FFOS** update notification.js
    1.90 +* CB-6127 Updated translations for docs
    1.91 +* android: Explicitly apply default theme to dialogs
    1.92 +* Fix Beep exception on Android when no argument passed
    1.93 +
    1.94 +### 0.2.10 (Sep 17, 2014)
    1.95 +* 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
    1.96 +* Set dialog text dir to locale
    1.97 +* Renamed test dir, added nested plugin.xml
    1.98 +* added documentation for manual tests
    1.99 +* CB-6965 Added manual tests
   1.100 +* CB-6965 Port notification tests to test-framework
   1.101 +
   1.102 +### 0.2.11 (Dec 02, 2014)
   1.103 +* [CB-7737] lower min height for alert
   1.104 +* CB-8038 backslash getting escaped twice in **BB10**
   1.105 +* CB-8029 test 1-based indexing for confirm
   1.106 +* CB-7639 Update docs + manual tests
   1.107 +* CB-7639 Revert back `isAlertShowing` flag in case of exception to prevent queuing of future dialogs.
   1.108 +* CB-7639 Handle button labels as array on windows
   1.109 +* CB-7977 Mention `deviceready` in plugin docs
   1.110 +* Check for `setTextDirection` API level
   1.111 +* **Android** Make spinner dialog to use `THEME_DEVICE_DEFAULT_LIGHT` (same as the other dialogs)
   1.112 +* **Android** Unbreak `API` level < `14`
   1.113 +* CB-7414 **BB10** Document callback parameter for `navigator.notification.alert`
   1.114 +* CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
   1.115 +* CB-7571 Bump version of nested plugin to match parent plugin

mercurial