Skip to content

Commit

Permalink
moar wp8
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Dec 5, 2012
1 parent 4cf284c commit f84955f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/en/edge/cordova/camera/parameter/cameraOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ iOS Quirks
- Set `quality` below 50 to avoid memory error on some devices.
- When `destinationType.FILE_URI` is used, photos are saved in the application's temporary directory. Developers may delete the contents of this directory using the navigator.fileMgr APIs if storage space is a concern.

Windows Phone 7 Quirks
Windows Phone 7 and 8 Quirks
--------------

- Ignores the `allowEdit` parameter.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/edge/cordova/contacts/Contact/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ iOS Quirks
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.

Windows Phone 7 Quirks
Windows Phone 7 and 8 Quirks
-----------

- __displayName:__ When creating a contact, the value provided for the display name parameter differs from the display name retrieved when finding the contact.
Expand Down
5 changes: 3 additions & 2 deletions docs/en/edge/cordova/device/device.name.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one

device.name
===========
WARNING: device.name is deprecated as of version 2.3.0

Get the device's model name.

Expand All @@ -35,7 +36,7 @@ Supported Platforms
- Android
- BlackBerry WebWorks (OS 5.0 and higher)
- iOS
- Windows Phone 7
- Windows Phone 7 and 8
- Bada 1.2 & 2.x
- webOS
- Tizen
Expand Down Expand Up @@ -93,7 +94,7 @@ Android Quirks
- The product name is often the code name given during production.
- e.g. Nexus One returns "Passion", Motorola Droid returns "voles"

Windows Phone 7 Quirks
Windows Phone 7 and 8 Quirks
-------------

- returns the manufacturer specified device name, for example, the Samsung Focus returns 'SGH-i917'
Expand Down
8 changes: 7 additions & 1 deletion docs/en/edge/cordova/device/device.platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Supported Platforms
- Android
- BlackBerry WebWorks (OS 5.0 and higher)
- iOS
- Windows Phone 7
- Windows Phone 7 and 8
- Bada 1.2 & 2.x
- webOS
- Tizen
Expand Down Expand Up @@ -91,3 +91,9 @@ Windows Phone 7 Quirks
-----------------

Windows Phone 7 devices report platform as 'WinCE'


Windows Phone 8 Quirks
-----------------

Windows Phone 8 devices report platform as 'Win32NT'
2 changes: 1 addition & 1 deletion docs/en/edge/cordova/device/device.uuid.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ iOS Quirk

The uuid for iOS is not unique for a device, but is unique per application per install. This will change if you delete the app and re-install, and possibly also when you upgrade your iOS version, or even upgrade your app per version (as we've seen in iOS 5.1). Not a reliable value.

Windows Phone 7 Quirks
Windows Phone 7 and 8 Quirks
-------------

The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
4 changes: 2 additions & 2 deletions docs/en/edge/cordova/events/events.batterystatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Supported Platforms
- iOS
- Android
- BlackBerry WebWorks (OS 5.0 and higher)
- Windows Phone 7 ( Mango )
- Windows Phone 7 and 8
- Tizen

Windows Phone 7 Quirks
Windows Phone 7 and 8 Quirks
----------------------

The `level` property is unavailable as Windows Phone 7 does not provide
Expand Down

0 comments on commit f84955f

Please sign in to comment.