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.

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

mercurial