summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Gill [Fri, 9 Sep 2016 06:38:55 +0000 (23:38 -0700)]
CB-11832 Updated version and RELEASENOTES.md for release 1.3.0
Vladimir Kotikov [Wed, 31 Aug 2016 14:47:34 +0000 (17:47 +0300)]
CB-11795 Add 'protective' entry to cordovaDependencies
The entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version.
This closes #22
Vladimir Nani [Tue, 30 Aug 2016 06:44:05 +0000 (09:44 +0300)]
Updated installation section
This closes #19
Simon MacDonald [Mon, 22 Aug 2016 20:56:47 +0000 (16:56 -0400)]
Plugin uses Android Log class and not Cordova LOG class
Rob Close [Wed, 8 Jun 2016 18:58:27 +0000 (14:58 -0400)]
CB-11391 Revert
c2c0072 android: Does not pass sonarqube scan
Originaly was trying to correct this sonarqube complaint:
"Correctness - Suspicious reference comparison of Boolean values"
I failed to notice that the condition can be one of three states:
true, false, or null.
The original code was valid. Undoing my change.
This closes #21
Rob Close [Tue, 7 Jun 2016 19:56:18 +0000 (15:56 -0400)]
CB-113 android: Does not pass sonarqube scan
The problem is "Correctness - Suspicious reference comparison of Boolean values",
which sonarqube considers major.
This closes #20
Nikhil Khandelwal [Mon, 23 May 2016 20:54:00 +0000 (13:54 -0700)]
Add pull request template.
Richard Knoll [Mon, 14 Mar 2016 19:20:24 +0000 (12:20 -0700)]
CB-10866: Adding engine info to package.json
This closes #18
Dmitry Blotsky [Sat, 23 Apr 2016 02:35:51 +0000 (19:35 -0700)]
CB-10996 Adding front matter to README.md
Steve Gill [Fri, 15 Apr 2016 20:45:28 +0000 (13:45 -0700)]
CB-11091 Incremented plugin version.
Steve Gill [Fri, 15 Apr 2016 20:08:27 +0000 (13:08 -0700)]
Updated version and RELEASENOTES.md for release 1.2.2
Carlos Santana [Sun, 21 Feb 2016 19:39:46 +0000 (11:39 -0800)]
add note about redirects
Edna Morales [Tue, 16 Feb 2016 14:57:56 +0000 (09:57 -0500)]
CB-10624 remove error message from whitelist.js, which leaves it empty
This closes #17
Steve Gill [Sat, 16 Jan 2016 00:58:32 +0000 (16:58 -0800)]
CB-10368 Incremented plugin version.
Steve Gill [Sat, 16 Jan 2016 00:35:06 +0000 (16:35 -0800)]
CB-10368 Updated version and RELEASENOTES.md for release 1.2.1
Carlos Santana [Sat, 12 Dec 2015 14:23:08 +0000 (09:23 -0500)]
CB-10194 info tag prints for ios when not applicable
Steve Gill [Tue, 1 Dec 2015 01:57:07 +0000 (17:57 -0800)]
CB-10035 Incremented plugin version.
Steve Gill [Thu, 19 Nov 2015 06:11:41 +0000 (22:11 -0800)]
CB-10035 linked issues in RELEASENOTES.md
Steve Gill [Thu, 19 Nov 2015 03:45:06 +0000 (19:45 -0800)]
CB-10035 Updated version and RELEASENOTES.md for release 1.2.0
Steve Gill [Thu, 19 Nov 2015 01:21:20 +0000 (17:21 -0800)]
removed ios engine check from plugin.xml
Steve Gill [Wed, 18 Nov 2015 22:53:11 +0000 (14:53 -0800)]
removed r prefix from tags
Steve Gill [Wed, 18 Nov 2015 21:54:08 +0000 (13:54 -0800)]
CB-10035 Updated RELEASENOTES to be newest to oldest
Shazron Abdullah [Thu, 12 Nov 2015 00:08:19 +0000 (16:08 -0800)]
CB-9972 - Remove iOS whitelist
Joe Bowser [Wed, 28 Oct 2015 22:11:01 +0000 (15:11 -0700)]
Updated the text, it should read 4.0.x and greater, since this plugin will be required for cordova-android 5.0
Julien Bouquillon [Thu, 10 Sep 2015 16:33:06 +0000 (18:33 +0200)]
add JIRA issue tracker link. This closes #12
Luo Wen [Wed, 22 Jul 2015 04:36:06 +0000 (12:36 +0800)]
Update README.md
Update some confusing comments.
see: `Content-Security-Policy Examples` in http://content-security-policy.com/. This closes #8
Dmitry Blotsky [Fri, 23 Oct 2015 19:11:50 +0000 (12:11 -0700)]
Actually fixing the contribute link.
Dmitry Blotsky [Fri, 23 Oct 2015 19:03:42 +0000 (12:03 -0700)]
Fixing contribute link.
Shazron Abdullah [Fri, 23 Oct 2015 10:17:59 +0000 (03:17 -0700)]
Updated plugin.xml <info> tag to remove warning about not needing this plugin if you are using the iOS 9 SDK
Shazron Abdullah [Mon, 5 Oct 2015 22:46:13 +0000 (15:46 -0700)]
CB-9738 - Disable whitelist use when runtime environment is iOS 9
Shazron Abdullah [Mon, 5 Oct 2015 22:41:00 +0000 (15:41 -0700)]
CB-9740 - Add <info> tag describing whitelist plugin not needed on cordova-ios and android 3.x
Shazron Abdullah [Fri, 11 Sep 2015 23:11:33 +0000 (16:11 -0700)]
CB-9568 - Update whitelist plugin to allow all network access by default
Jonathan Bonnefoy [Mon, 20 Jul 2015 14:27:21 +0000 (16:27 +0200)]
Typo: Remove duplicate word
Shazron Abdullah [Wed, 8 Jul 2015 22:47:53 +0000 (15:47 -0700)]
CB-9337 - enable use of <access> tags for native code network requests
Steve Gill [Thu, 18 Jun 2015 00:35:37 +0000 (17:35 -0700)]
CB-9192 Incremented plugin version.
Steve Gill [Wed, 17 Jun 2015 21:14:42 +0000 (14:14 -0700)]
CB-9202 updated repo url to github mirror in package.json
Steve Gill [Wed, 17 Jun 2015 19:36:06 +0000 (12:36 -0700)]
CB-9192 Updated version and RELEASENOTES.md for release 1.1.0
Steve Gill [Wed, 17 Jun 2015 00:45:52 +0000 (17:45 -0700)]
Revert "CB-9133 Adds support for CDVFILE. This closes #6"
This reverts commit
94254c1d2f6e382519b066475e2b0a4df6d67f90.
agamemnus [Mon, 8 Jun 2015 16:14:35 +0000 (12:14 -0400)]
CB-9133 Adds support for CDVFILE. This closes #6
Victor Sosa [Fri, 12 Jun 2015 14:42:59 +0000 (09:42 -0500)]
CB-9128 cordova-plugin-whitelist documentation translation: cordova-plugin-whitelist
Raymond Camden [Tue, 2 Jun 2015 16:05:09 +0000 (11:05 -0500)]
fix npm md issue
Shazron Abdullah [Thu, 28 May 2015 23:27:23 +0000 (16:27 -0700)]
Usage of CDVURLRequestFilter protocol.
Shazron Abdullah [Thu, 28 May 2015 23:01:28 +0000 (16:01 -0700)]
CB-9089 - iOS whitelist plugin does not compile
Shazron Abdullah [Thu, 28 May 2015 23:00:54 +0000 (16:00 -0700)]
CB-9090 - Enable whitelist plugin for cordova-ios 4.0.0
Jesse MacFadyen [Fri, 24 Apr 2015 00:09:31 +0000 (17:09 -0700)]
Merge branch 'patch-1' of https://github.com/starquake/cordova-plugin-whitelist
aabluedragon [Thu, 23 Apr 2015 23:25:33 +0000 (02:25 +0300)]
Just a typo (*h*avigation)
Jan Visser [Fri, 17 Apr 2015 09:40:03 +0000 (11:40 +0200)]
Fixed error in Content-Security-Policy example
Steve Gill [Wed, 25 Mar 2015 20:14:07 +0000 (13:14 -0700)]
CB-8739 Incremented plugin version.
Steve Gill [Wed, 25 Mar 2015 20:12:21 +0000 (13:12 -0700)]
CB-8739 Updated version and RELEASENOTES.md for release 1.0.0
Steve Gill [Wed, 25 Mar 2015 19:43:38 +0000 (12:43 -0700)]
CB-8739 added missing license headers
Jason Chase [Fri, 20 Mar 2015 16:08:28 +0000 (12:08 -0400)]
Add @Override to CustomConfigXmlParser methods
Andrew Grieve [Fri, 13 Mar 2015 15:44:01 +0000 (11:44 -0400)]
Change ID to cordova-plugin-whitelist rather than reverse-DNS-style
Andrew Grieve [Thu, 12 Mar 2015 17:44:07 +0000 (13:44 -0400)]
Tweak CSP examples in README
Edna Morales [Thu, 12 Mar 2015 15:02:50 +0000 (11:02 -0400)]
CB-8660 remove extra commas from package.json
github: close #1
Andrew Grieve [Wed, 11 Mar 2015 14:34:44 +0000 (10:34 -0400)]
Moved from cordova-plugins repo