Skip to content
  1. Sep 26, 2013
  2. Sep 24, 2013
  3. Sep 13, 2013
  4. Sep 12, 2013
  5. Sep 10, 2013
  6. Sep 09, 2013
  7. Aug 23, 2013
  8. Jul 24, 2013
    • Jason Farnsworth's avatar
      Getting the plugin to register on iOS in a Cordova 3.0 environment · a359fa58
      Jason Farnsworth authored
      The signature of all the methods callable from JavaScript had to change
      from:
      -- (void)register:(NSMutableArray *)arguments
      withDict:(NSMutableDictionary *)options;
      to
      +- (void)register:(CDVInvokedUrlCommand*)command;
      
      The old format was officially obsoleted in in Cordova 3.0, so there is
      no way around using the old one.
      
      'arguments' and 'options' needed to use the new 'command' object.
      
      With this new format the plugin result interface was also broken, so it
      was changed to the new documented format.
      
      This code is _not_ well tested at this point, but I wanted to get it up
      for anyone having issues migrating to 3.0.
      a359fa58
  9. Jul 23, 2013
  10. Jul 09, 2013
  11. Jul 07, 2013
  12. Jun 18, 2013
  13. Jun 10, 2013
  14. Jun 07, 2013
  15. Jun 06, 2013
  16. Jun 05, 2013