You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/12/05 21:44:37 UTC

[1/3] docs commit: updated for windows phone 8

Updated Branches:
  refs/heads/master 7d6e04e72 -> be23360f5


updated for windows phone 8


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

Branch: refs/heads/master
Commit: be23360f5ce73e3a2edc3feb07ae21e9eab17baa
Parents: f84955f
Author: purplecabbage <pu...@gmail.com>
Authored: Wed Dec 5 12:42:53 2012 -0800
Committer: purplecabbage <pu...@gmail.com>
Committed: Wed Dec 5 12:42:53 2012 -0800

----------------------------------------------------------------------
 .../cordova/compass/parameters/compassOptions.md   |    3 +--
 docs/en/edge/cordova/events/events.offline.md      |    6 +++++-
 docs/en/edge/cordova/events/events.online.md       |    6 +++++-
 docs/en/edge/cordova/media/capture/captureAudio.md |    4 ++--
 .../cordova/notification/notification.alert.md     |    7 +++----
 .../edge/cordova/notification/notification.beep.md |    6 +++---
 .../cordova/notification/notification.confirm.md   |    8 ++++----
 .../cordova/storage/localstorage/localstorage.md   |    4 ++--
 8 files changed, 25 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/compass/parameters/compassOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/compass/parameters/compassOptions.md b/docs/en/edge/cordova/compass/parameters/compassOptions.md
index 9456302..d271a6d 100755
--- a/docs/en/edge/cordova/compass/parameters/compassOptions.md
+++ b/docs/en/edge/cordova/compass/parameters/compassOptions.md
@@ -32,9 +32,8 @@ Android Quirks
 ______________
 - filter is not supported.
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 --------------
-
 - filter is not supported.
 
 Bada Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/events/events.offline.md b/docs/en/edge/cordova/events/events.offline.md
index fc55661..b859f64 100644
--- a/docs/en/edge/cordova/events/events.offline.md
+++ b/docs/en/edge/cordova/events/events.offline.md
@@ -37,7 +37,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Windows Phone 7
+- Windows Phone 7 and 8
 - Tizen
 - Windows 8
 
@@ -95,3 +95,7 @@ During initial startup, the first offline event (if applicable) will take at lea
 Windows Phone 7 Quirks
 --------------------------
 When running in the Emulator, the connection.status of the device is always unknown, and this event will NOT fire.
+
+Windows Phone 8 Quirks
+--------------------------
+Emulator reports connection type as Cellular, and it will not change, so events will NOT fire.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/events/events.online.md b/docs/en/edge/cordova/events/events.online.md
index af41313..c3b1997 100644
--- a/docs/en/edge/cordova/events/events.online.md
+++ b/docs/en/edge/cordova/events/events.online.md
@@ -37,7 +37,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Windows Phone 7
+- Windows Phone 7 and 8
 - Tizen
 - Windows 8
 
@@ -95,3 +95,7 @@ During initial startup, the first online event (if applicable) will take at leas
 Windows Phone 7 Quirks
 --------------------------
 When running in the Emulator, the connection.status of the device is always unknown, and this event will NOT fire.
+
+Windows Phone 8 Quirks
+--------------------------
+Emulator reports connection type as Cellular, and it will not change, so events will NOT fire.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/capture/captureAudio.md b/docs/en/edge/cordova/media/capture/captureAudio.md
index c47fb9e..96dfccb 100644
--- a/docs/en/edge/cordova/media/capture/captureAudio.md
+++ b/docs/en/edge/cordova/media/capture/captureAudio.md
@@ -41,7 +41,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Windows Phone 7 ( Mango )
+- Windows Phone 7 and 8
 - Windows 8
 
 Quick Example
@@ -135,7 +135,7 @@ iOS Quirks
 
 - iOS does not have a default audio recording application so a simple user interface is provided.
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 ----------
 
 - Windows Phone 7 does not have a default audio recording application so a simple user interface is provided.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.alert.md b/docs/en/edge/cordova/notification/notification.alert.md
index c4e9466..b1b0e40 100644
--- a/docs/en/edge/cordova/notification/notification.alert.md
+++ b/docs/en/edge/cordova/notification/notification.alert.md
@@ -40,7 +40,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iPhone
-- Windows Phone 7 ( Mango )
+- Windows Phone 7 and 8
 - Bada 1.2 & 2.x
 - webOS
 - Tizen
@@ -106,12 +106,11 @@ Full Example
       </body>
     </html>
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 -------------
 
-- Ignores button names, always uses 'OK'
 - There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
 
 Windows 8 App Quirks
 ---------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.beep.md b/docs/en/edge/cordova/notification/notification.beep.md
index 2f8d51f..a265336 100644
--- a/docs/en/edge/cordova/notification/notification.beep.md
+++ b/docs/en/edge/cordova/notification/notification.beep.md
@@ -32,7 +32,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iPhone
-- Windows Phone 7 ( Mango )
+- Windows Phone 7 and 8
 - Bada 1.2 & 2.x
 - Tizen
 
@@ -108,10 +108,10 @@ iPhone Quirks
   - The user must provide a file with the desired beep tone.
   - This file must be less than 30 seconds long, located in the www/ root, and must be named `beep.wav`.
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 -------------
 
-- WP7 Cordova lib includes a generic beep file that is used. 
+- Cordova lib includes a generic beep file that is used. 
 
 Tizen Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.confirm.md b/docs/en/edge/cordova/notification/notification.confirm.md
index 53b2ebd..f5733f6 100755
--- a/docs/en/edge/cordova/notification/notification.confirm.md
+++ b/docs/en/edge/cordova/notification/notification.confirm.md
@@ -47,7 +47,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iPhone
-- Windows Phone 7 ( Mango )
+- Windows Phone 7 and 8
 - Bada 1.2 & 2.x
 - Tizen
 - Windows 8
@@ -115,13 +115,13 @@ Full Example
       </body>
     </html>
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 ----------------------
 
-- Ignores button names, always `'OK|Cancel'`.
 - There is no built-in browser function for `window.confirm`
     - You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
+
 
 Bada 2.x Quirks
 ---------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be23360f/docs/en/edge/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/storage/localstorage/localstorage.md b/docs/en/edge/cordova/storage/localstorage/localstorage.md
index 1fd2e46..69cca67 100644
--- a/docs/en/edge/cordova/storage/localstorage/localstorage.md
+++ b/docs/en/edge/cordova/storage/localstorage/localstorage.md
@@ -46,7 +46,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
-- Windows Phone 7
+- Windows Phone 7 and 8
 - webOS
 - Tizen
 
@@ -118,4 +118,4 @@ Full Example
 Windows Phone 7 Quirks
 -------------
 
-- dot notation is NOT available on Windows Phone. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';
+- dot notation is NOT available on Windows Phone 7. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';