Commit Graph

218 Commits

Author SHA1 Message Date
Alexander Sorokin
30e219aa95 CB-12363 Added build badges for iOS 9.3 and 10.0 2017-01-18 13:37:33 +03:00
Ken'ichi Fukushima
f4f1abec3a CB-11838 ios: Unregister callback function at the right timing.
We at LINE observed about 40K crashes a day that were suspected to be
caused by the reacahability callback function invoked on an
already-deallocated object. We couldn't reproduced the crash locally
but this patch did reduce the number of crash reports to zero.

 This closes #49
2016-12-29 00:26:44 +01:00
Shazron Abdullah
ee0cb16e58 CB-12236 - Fixed RELEASENOTES for cordova-plugin-network-information 2016-12-11 12:57:16 -08:00
Alexander Sorokin
4ab0750172 CB-12230 Removed Windows 8.1 build badges 2016-12-09 14:00:06 +03:00
Shazron Abdullah
fc4cdeb1c7 CB-12224 Incremented plugin version. 2016-12-07 16:55:08 -08:00
Shazron Abdullah
0079edbaa5 CB-12224 Updated version and RELEASENOTES.md for release 1.3.1 2016-12-07 16:39:46 -08:00
Nikita Matrosov
c911ef883c CB-11230 CB-11505 iOS: Add compatibility with IPv6
Remove the logic associated with the local wi-fi because of the narrow use case for this API and the large potential for misuse

See also docs https://developer.apple.com/library/content/samplecode/Reachability/Listings/ReadMe_md.html#//apple_ref/doc/uid/DTS40007324-ReadMe_md-DontLinkElementID_11

 This closes #51
2016-11-17 09:49:06 +03:00
Shazron Abdullah
f4dc63cb76 CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"
This closes #50
2016-10-04 21:32:54 -07:00
Steve Gill
75c38c4d69 CB-11832 Incremented plugin version. 2016-09-09 16:08:04 -07:00
Steve Gill
0e6889a09e CB-11832 Updated version and RELEASENOTES.md for release 1.3.0 2016-09-08 23:38:55 -07:00
Vladimir Kotikov
a697d3a578 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 #47
2016-09-08 11:59:13 +03:00
Simon MacDonald
379b35debb CB-11734: Network Plugin uses Android Log class and not Cordova LOG class 2016-08-22 15:36:58 -04:00
Alexander Sorokin
d29f28f6c4 CB-11300: (android) Recognize "2G", "3G" and "4G" network connection subtype names 2016-08-04 12:53:45 +03:00
Simon MacDonald
04a1f713ca Merge branch 'master' of https://github.com/NickyYo/cordova-plugin-network-information
This closes #45
2016-07-06 23:41:48 -04:00
NickyYo
eaea5fd255 Update NetworkManager.java
Broken if.
2016-07-05 11:07:31 +01:00
Simon MacDonald
257e8ada4f Merge branch 'patch-1' of https://github.com/dankito/cordova-plugin-network-information
This closes #44
2016-07-04 09:34:17 -04:00
Jesse MacFadyen
c9ac2d35f4 Cleanup pull requests. This closes #41. This closes #43 2016-06-29 14:32:13 -07:00
allenconquest
3ded941ff3 fixed two potential memory leaks when doing Analyze on iOS 9 2016-06-29 14:06:04 -07:00
Rob Close
da7e85ec92 CB-11384 android: Does not pass sonarqube scan
The problem is "Empty Catch Block", which sonarqube considers a blocker. Added
a log message to the empty block.
2016-06-29 14:06:04 -07:00
dankito
7a8971c2f9 Detection of Ethernet Network Type on Android
On an Android device with Ethernet interface we have to support NetworkInfo's typeName equals 'eth', therefore NetworkManager cannot determine Network Type (and returns 'UNKNOWN').
2016-06-28 09:06:49 +02:00
Vladimir Kotikov
83e870bf4e Add badges for paramedic builds on Jenkins 2016-06-10 12:11:42 +03:00
Nikhil Khandelwal
407eee2a24 Add pull request template. 2016-05-23 13:53:59 -07:00
Nikhil Khandelwal
808a2a71d9 Readme: Add fenced code blocks with langauage hints 2016-05-18 12:09:41 -07:00
Mikejo5001
bc8923ffe1 Add code examples. This closes #40. 2016-05-09 10:17:05 -07:00
Dmitry Blotsky
c176313d50 CB-10996 Adding front matter to README.md 2016-04-22 19:35:51 -07:00
Steve Gill
42c74cc4ff CB-11091 Incremented plugin version. 2016-04-15 13:45:27 -07:00
Steve Gill
09b46b2c61 Updated version and RELEASENOTES.md for release 1.2.1 2016-04-15 13:08:27 -07:00
Sarangan Rajamanickam
079c10d412 CB-10763: Remove emoji in cordova-plugin-network-information
Removing warning emoji
2016-03-02 17:33:45 -08:00
daserge
b6f537fe4c CB-10636 Add JSHint for plugins 2016-03-01 10:23:03 +03:00
t1st3
e95dc3b9ab chore: edit package.json license to match SPDX id
See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)

X-ref: https://github.com/apache/cordova-plugin-device/pull/48
2016-02-08 10:32:48 +01:00
Steve Gill
7ca10c7d15 CB-10368 Incremented plugin version. 2016-01-15 16:58:32 -08:00
Steve Gill
b0375e549b CB-10368 Updated version and RELEASENOTES.md for release 1.2.0 2016-01-15 16:35:06 -08:00
edparsons
3968f2069d Updating readme.md 2015-12-28 10:19:45 +00:00
edparsons
6ddd34aa4a Adding CoreTelephony to plugin.xml 2015-12-28 10:19:00 +00:00
edparsons
3bf19c4c02 Adding notification for CT radio information 2015-12-28 10:18:01 +00:00
edparsons
791d828fd4 Adding CT radio information 2015-12-28 09:20:21 +00:00
Joe Bowser
d018f7ead9 CB-10160: Fixed the case mismatch issue 2015-12-17 11:23:33 -08:00
Steve Gill
3b1490cb7c CB-10035 Incremented plugin version. 2015-11-30 17:57:07 -08:00
Steve Gill
f6d2782780 CB-10035 linked issues in RELEASENOTES.md 2015-11-18 22:11:41 -08:00
Steve Gill
552890074f CB-10035 Updated version and RELEASENOTES.md for release 1.1.0 2015-11-18 19:45:06 -08:00
Steve Gill
bbc2ffcb52 removed r prefix from tags 2015-11-18 14:53:11 -08:00
Steve Gill
c71e00340c CB-10035 Updated RELEASENOTES to be newest to oldest 2015-11-18 13:54:08 -08:00
Dmitry Blotsky
2092eab18c Actually fixing the contribute link. 2015-10-23 12:11:50 -07:00
Dmitry Blotsky
a31175e362 Fixing contribute link. 2015-10-23 12:03:42 -07:00
Jesse MacFadyen
1132a18566 Merge branch 'CB-9702' of https://github.com/pstoll/cordova-plugin-network-information 2015-10-22 22:07:59 -07:00
Perry Stoll
5aac2609ce These notifications are objects so their address always evaluates to true. 2015-10-05 10:51:02 -04:00
Julien Bouquillon
fd1055ebd8 add JIRA issue tracker link 2015-09-10 18:29:31 +02:00
VinuL
a34791c6ec Update NetworkManager.java
Removed String ETHERNET.
2015-08-28 08:51:20 +01:00
VinuL
2eaa4daed4 Merge pull request #1 from VinuL/VinuL-patch-1
Update NetworkManager.java
2015-08-27 14:00:02 +01:00
VinuL
82fed3f0b5 Update NetworkManager.java
I tried to use Ethernet link to my Android tablet using this cable

http://www.amazon.co.uk/Smays-Micro-USB-Ethernet-Computer-Notebook/dp/B009XU6N54

I noticed my app returned Network = None.

So I added this little patch so the app now works over Ethernet link.
2015-08-27 13:04:32 +01:00