Commit Graph

15 Commits

Author SHA1 Message Date
Tommy-Carlos Williams 46517ae7f2 Disables encoding get() URLs by default
In our app this is leading to errors on URLs that are already properly encoded (they are being double-encoded... %20 -> %2520, etc)

Feel free to ignore or close this one if you need this functionality, but since `post()` URLs were *not* being encoded, I thought it might have just been a default that didn't affect you one way or the other.
2014-08-20 19:05:11 +10:00
Andrew Stephan 0b652756e5 imported UnknownHostException where necessary and updated version 2014-04-08 17:25:04 -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 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 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