Commit Graph

  • 00ec110525 CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency Anis Kadri 2013-09-21 12:25:10 +02:00
  • 02afbec042 Fix missing headers in Windows 8 upload proxy Maxime LUCE 2013-09-18 03:43:14 +02:00
  • e80d0788a6 Fix missing headers in Windows 8 Proxy Maxime LUCE 2013-09-18 03:33:58 +02:00
  • 714bff1ec2 Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header Maxime LUCE 2013-09-18 03:33:13 +02:00
  • 61bb9604cf Rename CHANGELOG.md -> RELEASENOTES.md Andrew Grieve 2013-09-17 11:36:13 -04:00
  • 8cfb8a2568 fixing base64 helper function clobber for wp7 [CB-4668] fixing FileTransfer code to work in wp7 and be safe for headers which contain ':' Viras- 2013-09-13 18:38:48 +02:00
  • 6bd367c512 fixed merge anomaly error purplecabbage 2013-09-12 17:24:09 -07:00
  • 6eaa2efcd0 add atob+btoa for wp7 only fixes FileTransfer issues purplecabbage 2013-09-11 18:39:51 -07:00
  • d1008917c1 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer purplecabbage 2013-09-11 18:29:44 -07:00
  • 68ae556514 Merge branch 'apache/dev' Viras- 2013-09-06 07:20:57 +02:00
  • 736c5da007 Merge branch 'master' into dev Andrew Grieve 2013-09-06 01:18:07 -04:00
  • 5a0e96113d [CB-4668] updating WP7 definition to use same code as WP8 Viras- 2013-09-06 07:17:35 +02:00
  • 66ad62f92d [CB-4752] Incremented plugin version on dev branch. Andrew Grieve 2013-09-06 00:58:22 -04:00
  • 2e868f197f Add empty CHANGELOG.md r0.3.0 0.3.0 Andrew Grieve 2013-09-05 23:55:26 -04:00
  • 55b026b563 [wp8] added progress events and fixed failing tests purplecabbage 2013-09-05 17:51:54 -07:00
  • 88055dce4f Merge branch 'master' Viras- 2013-09-05 11:15:22 +02:00
  • 65b64b551a updated namespace, name tag and readme Steven Gill 2013-07-24 14:37:20 -07:00
  • 95fa68041e [CB-4668] WP8 FileTransfer works with the standard JS implementation. Fixing error in parsing of HTTP params which causes sub-JSON objects to not work Viras- 2013-09-05 07:00:38 +02:00
  • f6c4721607 fixed merge issue Steven Gill 2013-08-19 15:01:27 -07:00
  • 6a6adadfee CB-4595: updated version Steven Gill 2013-08-19 14:59:04 -07:00
  • a59755ec72 [CB-4480] Fix up a couple Unsigned->Signed mistakes from previous commit. Andrew Grieve 2013-08-02 13:51:11 -04:00
  • fbbfff122a [CB-4480] Using 64 bit ints to store file size Andrew Grieve 2013-08-02 13:46:47 -04:00
  • 9a125991f7 [CB-4417] Move cordova-plugin-file-transfer to its own Java package. Andrew Grieve 2013-07-31 19:57:24 -04:00
  • a83011685d Fix NPE in mobile-spec Upload of an unknown host test. Andrew Grieve 2013-07-30 11:35:09 -04:00
  • d50689cd43 updated namespace, name tag and readme Steven Gill 2013-07-24 14:37:20 -07:00
  • 8f920d2772 [plugin.xml] adding android namespace Hardeep Shoker 2013-08-06 15:40:43 -07:00
  • 3fa3f96a94 [plugin.xml] standardizing license + meta Hardeep Shoker 2013-08-06 14:52:52 -07:00
  • 94131974c3 [license] adding apache license file Hardeep Shoker 2013-08-06 14:42:09 -07:00
  • 659639fba7 fixed dependency subdir=/* wrong subdir specification. Fil Maj 2013-07-31 11:13:40 -07:00
  • 445f737f43 [Windows8][CB-4442] Added windows 8 support purplecabbage 2013-07-30 18:19:25 -07:00
  • 4dbb483654 updating plugin.xml with registry data Anis Kadri 2013-07-30 15:32:15 -07:00
  • f71dba4311 updated namespace, name tag and readme Steven Gill 2013-07-24 14:37:20 -07:00
  • e37895a56e [CB-4367] Explicit AssetsLibrary.framework dependency should be specified for some core plugins Shazron Abdullah 2013-07-23 17:12:06 -07:00
  • 02a23a997b updated readme Steven Gill 2013-07-18 16:15:55 -07:00
  • d189aacf9a fixed numerous wp issues purplecabbage 2013-07-17 00:55:27 -07:00
  • c44678466c WIP, fixed param handling Jesse MacFadyen 2013-07-12 18:54:23 -07:00
  • d29f2b044b [android] [CB-3384] Make FileTransfer use CordovaResourceApi. Andrew Grieve 2013-07-13 17:18:23 -04:00
  • 616bc344be ignore stuff Jesse MacFadyen 2013-07-15 17:59:21 -07:00
  • 834248d040 [CB-3727] [BlackBerry10] One more resolve issue fix Bryan Higgins 2013-07-15 17:30:34 -04:00
  • a1951f158e [CB-3727] [BlackBerry10] Update FileError require for BB10 override Bryan Higgins 2013-07-15 17:13:00 -04:00
  • 34fd9247ff [CB-3727] Fix require issue for FileTransferError Bryan Higgins 2013-07-15 16:28:06 -04:00
  • d39016ecb2 [CB-3732] blackberry10 support Hasan Ahmad 2013-06-28 11:51:38 -04:00
  • fd6ef121ae [CB-1605] Warning cleanup! Closed an input stream. Max Woghiren 2013-07-11 17:44:58 -04:00
  • f1c7749382 Use UriResolvers in FileTransfer. Fixes mobile-spec test where source is a file:// URL. Andrew Grieve 2013-07-10 15:14:00 -04:00
  • e4559a21d7 [CB-3430] [CB-1413] Remove Old (2.3.3) HTTP Workaround Ian Clelland 2013-07-10 11:56:29 -04:00
  • cdb45cd931 [CB-4038] - Remove o.a.c.api namespace Andrew Grieve 2013-07-10 09:31:32 -04:00
  • 5694fefb8e [CB-4131] Use relative require paths in FileTransfer plugin. Andrew Grieve 2013-07-09 14:54:45 -04:00
  • aedea91307 [CB-4118] remove dupe code Jesse MacFadyen 2013-07-08 15:46:03 -07:00
  • de38d4a2c8 Fix require paths that were broken by plugin id changes Andrew Grieve 2013-06-28 19:46:10 -04:00
  • bc4b0f12e5 Remove xmlns:android, fix plugin id Andrew Grieve 2013-06-28 18:35:56 -04:00
  • 2b29093423 [CB-3729] first pass wp8 support Benn Mapes 2013-06-24 15:25:23 -07:00
  • 00ffa38bbb Changed to feature tag Tim Kim 2013-06-20 13:47:49 -07:00
  • 48f8ede737 updated referenes Steven Gill 2013-06-18 17:34:43 -07:00
  • 54684892ec fixed mistake in ios references Steven Gill 2013-06-18 16:36:11 -07:00
  • 5ac7d84736 updated ios references, added docs & tests Steven Gill 2013-06-18 16:34:22 -07:00
  • 26b4948cd3 [CB-3728] first pass wp7 support Benn Mapes 2013-06-14 15:41:11 -07:00
  • 62e365cbc1 Fixing up plugin.xml Tim Kim 2013-06-14 15:02:02 -07:00
  • e248ef742f added dependency config. for the file plugin into plugin.xml hermwong 2013-06-14 12:03:10 -07:00
  • 187a12725b added Android file system permissions hermwong 2013-06-14 11:25:03 -07:00
  • 550e560ac6 updated config to include paths to JS files hermwong 2013-06-14 11:19:03 -07:00
  • bfb7af4584 updated config for iOS hermwong 2013-06-14 11:17:18 -07:00
  • 571d316e7a added js files from Cordova-JS hermwong 2013-06-14 11:15:26 -07:00
  • 81cf31677f added iOS files hermwong 2013-06-14 10:59:53 -07:00
  • 3a4a622c9c added README hermwong 2013-06-14 10:59:12 -07:00
  • feb16bf341 Updating FileTransfer based on changes in master, read pre-3.0 commit history for author info Joe Bowser 2013-05-13 11:42:24 -07:00
  • 35e89b3aec Initial Commit Joe Bowser 2013-04-02 15:42:06 -07:00