Commit Graph

50 Commits

Author SHA1 Message Date
Eddy Verbruggen b08f7b4333 Merge pull request #4 from Icenium/bektchiev/internet-permission
Request Internet permission in AndroidManifest.xml
2015-03-10 16:19:13 +01:00
Martin Bektchiev d03c6a5a48 Request Internet permission in AndroidManifest.xml 2015-02-03 15:08:53 +02:00
EddyVerbruggen dc123932e3 #2 iOS doesn't compile because of a missing framework 2014-10-14 15:52:33 +02:00
EddyVerbruggen 0d67760abb #1 Allow loading certificates from within the www folder 2014-10-14 15:49:01 +02:00
CSullivan102 5c138dc39f Merge pull request #15 from wymsee/updateAFNetworking
Updated AFNetworking to version 2.4.1 to fix crash when building in Xcode 6
v0.1.3
2014-09-22 17:34:17 -04:00
CSullivan102 be660f97d8 Updated AFNetworking to version 2.4.1 to fix crash when building in Xcode 6 2014-09-22 00:05:07 -04:00
Andrew Stephan e562bd0627 Merge pull request #12 from SpiderOak/report-ssl-pinning-error
Missing imports for SSLHandshakeException reporting
2014-09-15 10:26:55 -04:00
Andrew Stephan c5f5a33f07 Merge pull request #10 from andrey-tsaplin/fix-filenames-ios
Fixed filenames for case-sensitive filesystems
2014-08-27 10:49:52 -04:00
Tsaplin Andrey 7a20200f8e Fixed filenames for case-sensitive filesystems 2014-08-27 11:47:31 +04:00
Tommy-Carlos Williams bd8207a390 Missing imports 2014-08-22 12:20:25 +10:00
Andrew Stephan e507759527 Merge pull request #9 from SpiderOak/report-ssl-pinning-error
Reports SSL Handshake errors when they occur (android)
2014-08-20 13:19:01 -04:00
Andrew Stephan e83229e837 Merge pull request #6 from SpiderOak/readme-typos
Examples used wrong case for cordovaHTTP object
2014-08-20 13:09:35 -04:00
Tommy-Carlos Williams 03dc55bdf9 Reports SSL Handshake errors when they occur
Instead of just reporting a 500 error with some generic text, I thought it might be useful to know when an actual SSL related error occurred. It the idea is to prevent MitM attacks, it might be important to warn users it might be happening.

Currently doesn't drill down the `getCause()` tree very far, just determines if it was an `SSLHandshakeException`.
2014-08-20 19:15:15 +10:00
Tommy-Carlos Williams 7d67b295fa Examples used wrong case for cordovaHTTP object
Many or all of the examples used `cordovaHttp` instead of `cordovaHTTP`

This made cutting and pasting them fail and might cause confusion.
2014-08-20 18:50:29 +10:00
Andrew Stephan f9fc028546 Update README.md v0.1.2 2014-04-27 17:17:16 -04:00
Andrew Stephan 4f3733d38f fixed case of javascript filename 2014-04-22 14:40:11 -04:00
Andrew Stephan 8c1df2fdca corrected capitalization of folder android in plugin.xml 2014-04-22 14:38:52 -04:00
Andrew Stephan 0b652756e5 imported UnknownHostException where necessary and updated version v0.1.1 2014-04-08 17:25:04 -04:00
Andrew Stephan 7da0b93c78 updated version v0.1.0 2014-04-08 16:47:34 -04:00
Andrew Stephan 38854b3ca7 send back status 0 when the host cannot be resolved to match iOS. Also removed some logs 2014-04-08 13:08:58 -04:00
Andrew Stephan d55f1bdc20 changed booleans to AtomicBooleans 2014-04-03 11:32:33 -04:00
Andrew Stephan bfa5d47cf6 fixed bug with adding more than 1 cert 2014-04-02 15:31:38 -04:00
Andrew Stephan 4a67a0d0f1 updated readme 2014-04-01 13:13:30 -04:00
Andrew Stephan 19f9fc4028 fix crash when angular is not defined 2014-04-01 13:06:39 -04:00
Andrew Stephan d0bebc3f39 undo previous change 2014-04-01 12:30:41 -04:00
Andrew Stephan 4371f56b43 prevent crash when angular is not defined 2014-04-01 12:28:27 -04:00
Andrew Stephan 6dfdd00304 updated the readme 2014-04-01 10:53:34 -04:00
Andrew Stephan a603d74895 updated readme 2014-03-31 20:38:51 -04:00
Andrew Stephan 4d5b2cb999 fixed broken link in readme 2014-03-31 20:29:56 -04:00
Andrew Stephan ecf21165ab updated readme. @csullivan102 proofread it 2014-03-31 20:28:52 -04:00
Andrew Stephan 98a0bf96a6 updated the readme 2014-03-31 20:15:17 -04:00
Andrew Stephan dbe828cf7a updated the readme 2014-03-31 20:14:50 -04:00
Andrew Stephan 916ff10b23 Merge branch 'android' 2014-03-31 17:40:08 -04:00
Andrew Stephan aa2ce13d9c Now working for both ios and android with same api. Updated AFNetworking 2014-03-31 17:21:14 -04:00
Andrew Stephan d6e8852020 Now using http-request for android. Android is now fully working 2014-03-28 15:48:19 -04:00
Andrew Stephan 3f4b0b129c renamed classes and files 2014-03-26 14:43:17 -04:00
Andrew Stephan 78dcc361ca Started refactoring things so they make more sense name wise 2014-03-26 13:40:01 -04:00
Andrew Stephan d4fce7751d SSL pinning now finds any cer files in the assets folder. Now can allow invalid certs 2014-03-26 11:56:49 -04:00
Andrew Stephan b65be932bd got ssl pinning to work when hardcoded 2014-03-24 19:36:09 -04:00
Andrew Stephan b81f8b3d41 Now able to post with some level of success 2014-03-21 19:10:14 -04:00
Andrew Stephan 7a772d94b0 beginnings of android 2014-03-21 18:09:01 -04:00
Andrew Stephan e12eb0e35a updated require id 2014-03-18 16:58:57 -04:00
Andrew Stephan 985bdd26a3 updated plugin.xml dependency 2014-03-17 19:27:47 -04:00
Andrew Stephan c6f5fc1051 updated plugin.xml dependency 2014-03-17 19:27:03 -04:00
Andrew Stephan 124346361b updated plugin.xml to force old file plugin for now. Also updated target for android config.xml 2014-03-17 11:04:37 -04:00
Andrew Stephan 7104435e80 updated the plugin id 2014-03-12 17:52:04 -04:00
Andrew Stephan 98007e2471 renamed plugin files to cordovaHTTP. 2014-03-12 15:46:44 -04:00
Andrew Stephan 53ebcddfd1 basic ios functionality 2014-03-11 13:41:21 -04:00
Andrew Stephan 3c1f88a3e6 updated readme and added gitignore 2014-03-04 15:54:53 -05:00
Andrew Stephan ef964aa29d Initial commit 2014-03-04 12:48:24 -08:00