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

Thu, 04 Jun 2015 14:50:33 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Jun 2015 14:50:33 +0200
changeset 0
e8ccd40d0ef6
permissions
-rw-r--r--

Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.

     1 <!--
     2 #
     3 # Licensed to the Apache Software Foundation (ASF) under one
     4 # or more contributor license agreements.  See the NOTICE file
     5 # distributed with this work for additional information
     6 # regarding copyright ownership.  The ASF licenses this file
     7 # to you under the Apache License, Version 2.0 (the
     8 # "License"); you may not use this file except in compliance
     9 # with the License.  You may obtain a copy of the License at
    10 # 
    11 # http://www.apache.org/licenses/LICENSE-2.0
    12 # 
    13 # Unless required by applicable law or agreed to in writing,
    14 # software distributed under the License is distributed on an
    15 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    16 #  KIND, either express or implied.  See the License for the
    17 # specific language governing permissions and limitations
    18 # under the License.
    19 #
    20 -->
    21 # Release Notes
    23 ### 0.2.2 (Sept 25, 2013)
    24 * CB-4889 bumping&resetting version
    25 * [windows8] commandProxy was moved
    26 * CB-4889 renaming reference in Notification.cs
    27 * CB-4889 renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs
    28 * Rename CHANGELOG.md -> RELEASENOTES.md
    29 * [CB-4592] [Blackberry10] Added beep support
    30 * [CB-4752] Incremented plugin version on dev branch.
    32  ### 0.2.3 (Oct 28, 2013)
    33 * CB-5128: added repo + issue tag to plugin.xml for dialogs plugin
    34 * new plugin execute arguments supported
    35 * new plugin style
    36 * smaller fonts styling input
    37 * img files copied inside plugin
    38 * style added
    39 * prompt added
    40 * styling from James
    41 * fixed "exec" calls addedd css, but not working yet
    42 * first (blind) try
    43 * [CB-4915] Incremented plugin version on dev branch.
    46 ### 0.2.4 (Dec 4, 2013)
    47 * add ubuntu platform
    48 * 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'.
    49 * added beep funtionality using ms-winsoundevent:Notfication.Default
    51 ### 0.2.5 (Jan 02, 2014)
    52 * CB-4696 Fix compile error for Xcode 4.5.
    53 * CB-5658 Add doc/index.md for Dialogs plugin
    54 * CB-3762 Change prompt default to empty string
    55 * Move images from css to img
    57 ### 0.2.6 (Feb 05, 2014)
    58 * no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
    59 * FFOS description added
    61 ### 0.2.7 (Apr 17, 2014)
    62 * CB-6212: [iOS] fix warnings compiled under arm64 64-bit
    63 * CB-6411: [BlackBerry10] Work around Audio playback issue
    64 * CB-6411: [BlackBerry10] Updates to beep
    65 * CB-6422: [windows8] use cordova/exec/proxy
    66 * CB-6460: Update license headers
    67 * Add NOTICE file
    69 ### 0.2.8 (Jun 05, 2014)
    70 * CB-6801 Add license
    71 * running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore
    72 * CB-5945 [Windows8] do not call success callbacks until dialog is dismissed
    73 * CB-4616 Returned index 0 was not documented for notification.prompt
    74 * update docs to state that prompt is supported on windowsphone
    75 * CB-6528 allow scroll on alert message content
    76 * [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.
    77 * CB-6491 add CONTRIBUTING.md
    78 * 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
    79 * CB-4966 Dialogs are in window now No need to add anything to manifest or index.html
    80 * Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically
    82 ### 0.2.9 (Aug 06, 2014)
    83 * ubuntu: pass proper arguments to prompt callback
    84 * ubuntu: use TextField instead of TextInput
    85 * ubuntu: proper message escaping before passing to qml
    86 * **FFOS** update notification.js
    87 * CB-6127 Updated translations for docs
    88 * android: Explicitly apply default theme to dialogs
    89 * Fix Beep exception on Android when no argument passed
    91 ### 0.2.10 (Sep 17, 2014)
    92 * 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
    93 * Set dialog text dir to locale
    94 * Renamed test dir, added nested plugin.xml
    95 * added documentation for manual tests
    96 * CB-6965 Added manual tests
    97 * CB-6965 Port notification tests to test-framework
    99 ### 0.2.11 (Dec 02, 2014)
   100 * [CB-7737] lower min height for alert
   101 * CB-8038 backslash getting escaped twice in **BB10**
   102 * CB-8029 test 1-based indexing for confirm
   103 * CB-7639 Update docs + manual tests
   104 * CB-7639 Revert back `isAlertShowing` flag in case of exception to prevent queuing of future dialogs.
   105 * CB-7639 Handle button labels as array on windows
   106 * CB-7977 Mention `deviceready` in plugin docs
   107 * Check for `setTextDirection` API level
   108 * **Android** Make spinner dialog to use `THEME_DEVICE_DEFAULT_LIGHT` (same as the other dialogs)
   109 * **Android** Unbreak `API` level < `14`
   110 * CB-7414 **BB10** Document callback parameter for `navigator.notification.alert`
   111 * CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
   112 * CB-7571 Bump version of nested plugin to match parent plugin

mercurial