You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/02/22 20:02:34 UTC

[Cordova Wiki] Update of "Core API Audit" by FilMaj

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "Core API Audit" page has been changed by FilMaj:
http://wiki.apache.org/cordova/Core%20API%20Audit?action=diff&rev1=6&rev2=7

Comment:
Linking up specific JIRA issues to specific APIs

  = Core API Audit =
  
  
- Good software,like a garden, needs maintenance. The Cordova Core API has a few weeds that need pulling! 
+ Good software, like a garden, needs maintenance. The Cordova Core API has a few weeds that need pulling! 
  
  == Accelerometer ==
  
@@ -11, +11 @@

  
  == Camera ==
  
- No action required.
+ Related issues still outstanding:
+ 
+   * Select multiple photos from the gallery (currently one is maximum). [[https://issues.apache.org/jira/browse/CB-1215]|CB-1215]]
  
  == Capture ==
  
@@ -31, +33 @@

   * http://www.w3.org/TR/contacts-api/
   * native picker
  
+ === Related Issues ===
+ 
+  * What to do when you try to remove a contact that does not exist? [[https://issues.apache.org/jira/browse/CB-1143|CB-1143]]
+  * Adding ability to specify sorting options. [[https://issues.apache.org/jira/browse/CB-346|CB-346]]
+  * Adding ability to delete specific contact fields. [[https://issues.apache.org/jira/browse/CB-144|CB-144]]
+ 
  == Device ==
  
   /!\ deprecated and move this gunk to cordova global (perhaps this belongs to capabilities api?)
@@ -45, +53 @@

  
  == File ==
  
- normalize paths
+ normalize paths:
+ 
+   * Normalize return paths from capture API: [[https://issues.apache.org/jira/browse/CB-837|CB-837]]
  
  == Geo ==