You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/03/30 16:33:55 UTC

android commit: CB-8717 Add note to releasenotes about removal of hidekeyboard and showkeyboard events

Repository: cordova-android
Updated Branches:
  refs/heads/master 4db421ca3 -> d96d49329


CB-8717 Add note to releasenotes about removal of hidekeyboard and showkeyboard events


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/d96d4932
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/d96d4932
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/d96d4932

Branch: refs/heads/master
Commit: d96d49329b59e521a02f51b71218426d4d80468c
Parents: 4db421c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Mar 30 10:33:29 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Mar 30 10:33:29 2015 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d96d4932/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2abb6dd..be5f75d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -50,7 +50,8 @@ Changes For Plugin Developers:
   * All builds [use Gradle by default](Android%20Shell%20Tool%20Guide_building_with_gradle), instead of Ant
 
 #### Other Changes ####
-* CB-7085 Add onConfigurationChanged hook for plugins
+* CB-8378 Removed `hidekeyboard` and `showkeyboard` events (apps should use a plugin instead)
+* CB-7085 Add `onConfigurationChanged` hook for plugins
 * CB-8735 `bin/create` regex relaxed / better support for numbers
 * CB-8702 Add API for plugins to override `shouldInterceptRequest` with a stream
 * CB-8699 Fix CordovaResourceApi `copyResource` creating zero-length files when src=uncompressed asset


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org