Commit Graph

102 Commits

Author SHA1 Message Date
Colin Mahoney 8374b3dd67 CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)
InputStream.read(byte[] buffer) calls InputStream.read(byte[] bytes, int
offset, int count).  As SimpleTrackingInputStream overrides both these
methods a call to SimpleTrackingInputStream.read(byte[] buffer) results
in a call to SimpleTrackingInputStream.read(byte[] bytes, int offset,
int count) - and two calls to SimpleTrackingInputStream.updateBytesRead,
so the counter bytesRead gets incremented twice for each read.
2014-01-10 12:16:26 -05:00
Andrew Grieve 3c1ff16064 CB-5762 android: Fix lengthComputable set wrong for gzip downloads
Gzip + no Content-Length header should be lengthComputable=false
2014-01-10 11:45:59 -05:00
Bryan Higgins 613ee821df CB-4899 [BlackBerry10] Improve binary file transfer download 2014-01-09 11:25:32 -05:00
Andrew Grieve 73541fb5a2 Delete stale test/ directory 2014-01-08 21:11:31 -05:00
Bryan Higgins 398a9ecafb CB-5722 [BlackBerry10] Update upload function to use native file object 2014-01-03 11:15:31 -05:00
Andrew Grieve 7986a60a1d CB-5658 Update license comment formatting of doc/index.md 2013-12-18 21:11:02 -05:00
Andrew Grieve 102e7afc93 CB-5658 Add doc.index.md for File Transfer plugin 2013-12-18 15:01:58 -05:00
Andrew Grieve 148a13bc8c CB-5658 Delete stale snapshot of plugin docs 2013-12-17 20:49:39 -05:00
Ian Clelland 692f1fb955 Remove @1 designation from file plugin dependency until pushed to npm 2013-12-13 11:42:34 -05:00
Ian Clelland 647dad7aba CB-5466: Update to work with filesystem URLs
This should be backwards compatible; raw filesystem paths are now submitted to
the File plugin to see if they can be handled first
2013-12-10 21:58:36 -05:00
Steven Gill 09b67189bf [CB-5565] Incremented plugin version on dev branch. 2013-12-04 15:32:03 -08:00
Steven Gill 76baae9690 [CB-5565] Updated version and RELEASENOTES.md for release 0.4.0 0.4.0 r0.4.0 2013-12-04 15:16:30 -08:00
Ian Clelland 4c11f54bd5 CB-5466: Partial revert; we're not ready yet for FS urls 2013-12-04 16:10:00 -05:00
Steven Gill fee10fb6d8 added ubuntu support 2013-12-02 16:12:45 -08:00
Steven Gill 4c259e7a14 Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into dev 2013-11-26 16:52:17 -08:00
Ian Clelland a61f0f3d50 CB-5466: Minor version bump 2013-11-22 10:31:59 -05:00
Ian Clelland 2f1411f5dc CB-5466: Update FileTransfer plugin to accept filesystem urls 2013-11-22 10:31:38 -05:00
Maxim Ermilov 4219ef3f81 add ubuntu platform 2013-11-13 09:54:59 +04:00
Archana Naik a80ae0417b Added amazon-fireos platform.
Change to use amazon-fireos as the platform if the user agen string contains 'cordova-amazon-fireos'
2013-10-30 13:20:08 -07:00
Steven Gill 60f96e078b CB-5188: 2013-10-28 12:27:15 -07:00
Steven Gill ac7cb43da3 Merge branch 'dev' 0.3.4 r0.3.4 2013-10-28 12:11:14 -07:00
Steven Gill 2e5e6eafaf [CB-5188] Updated version and RELEASENOTES.md for release 0.3.4 2013-10-28 11:49:05 -07:00
hermwong d7db66c810 CB-5128: added repo + issue tag to plugin.xml for file transfer plugin 2013-10-21 16:47:46 -07:00
Steven Gill 9a10ff4548 [CB-5010] Incremented plugin version on dev branch. 2013-10-09 16:06:08 -07:00
Steven Gill 2d2e4445bb Merge branch 'dev' 0.3.3 r0.3.3 2013-10-09 15:47:27 -07:00
Steven Gill 9d2246e85c [CB-5010] Updated version and RELEASENOTES.md for release 0.3.3 2013-10-09 15:22:38 -07:00
purplecabbage 9337aa1a89 removed un-needed undef check 2013-10-03 10:47:04 -07:00
purplecabbage 32e980dbde Merge branch 'fix-win8' of https://github.com/Touchit/cordova-plugin-file-transfer into dev 2013-10-03 10:46:27 -07:00
purplecabbage 318f543373 removed un-needed undef check 2013-09-30 14:19:42 -07:00
purplecabbage 018c7dc20c Merge branch 'fix-win8' of https://github.com/Touchit/cordova-plugin-file-transfer into dev 2013-09-30 14:03:05 -07:00
Steven Gill cf9b9fece6 [CB-4915] Incremented plugin version on dev branch. 2013-09-25 18:34:13 -07:00
Steven Gill 2be905fcab [CB-4915] Updated version and RELEASENOTES.md for release 0.3.2 0.3.2 r0.3.2 2013-09-25 17:42:26 -07:00
Anis Kadri 2655c12bae CB-4889 bumping&resetting version 2013-09-25 17:50:19 +02:00
Anis Kadri ba3f9dddbf Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into dev
Conflicts:
	www/windows8/FileTransferProxy.js
2013-09-25 16:47:36 +02:00
Anis Kadri 93d8bfc2c5 CB-4889 updating core references 2013-09-25 16:46:54 +02:00
purplecabbage ae3caf491a [windows8] commandProxy was moved 2013-09-24 01:41:00 -07:00
Anis Kadri 00ec110525 CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency 2013-09-21 12:25:10 +02:00
Maxime LUCE 02afbec042 Fix missing headers in Windows 8 upload proxy 2013-09-18 03:43:14 +02:00
Maxime LUCE e80d0788a6 Fix missing headers in Windows 8 Proxy 2013-09-18 03:33:58 +02:00
Maxime LUCE 714bff1ec2 Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header 2013-09-18 03:33:13 +02:00
Andrew Grieve 61bb9604cf Rename CHANGELOG.md -> RELEASENOTES.md 2013-09-17 11:36:13 -04:00
Viras- 8cfb8a2568 fixing base64 helper function clobber for wp7
[CB-4668] fixing FileTransfer code to work in wp7 and be safe for headers which contain ':'
2013-09-13 18:38:48 +02:00
purplecabbage 6bd367c512 fixed merge anomaly error 2013-09-12 17:24:09 -07:00
purplecabbage 6eaa2efcd0 add atob+btoa for wp7 only fixes FileTransfer issues 2013-09-11 18:39:51 -07:00
purplecabbage d1008917c1 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer 2013-09-11 18:29:44 -07:00
Viras- 68ae556514 Merge branch 'apache/dev' 2013-09-06 07:20:57 +02:00
Andrew Grieve 736c5da007 Merge branch 'master' into dev 2013-09-06 01:18:07 -04:00
Viras- 5a0e96113d [CB-4668] updating WP7 definition to use same code as WP8 2013-09-06 07:17:35 +02:00
Andrew Grieve 66ad62f92d [CB-4752] Incremented plugin version on dev branch. 2013-09-06 00:58:22 -04:00
Andrew Grieve 2e868f197f Add empty CHANGELOG.md 0.3.0 r0.3.0 2013-09-05 23:55:26 -04:00