PVPoyer
60ab69fe58
Try to fix: https://github.com/apache/cordova-plugin-network-information/issues/64 : working with the ConnectivityManager.NetworkCallback in case of Lollipop and above, but switching to unknown if type none in the onavailable callback.
2018-11-06 10:34:50 +01:00
PVPoyer
acc02f2981
removed autolayout
2018-11-05 16:13:11 +01:00
PVPoyer
08698002ce
Try to fix: https://github.com/apache/cordova-plugin-network-information/issues/64 : working with the ConnectivityManager.NetworkCallback in case of Lollipop and above
2018-11-05 13:48:50 +01:00
PVPoyer
394452aad1
more logging to trigger a new build.
2018-10-01 21:14:21 +02:00
PVPoyer
cafdd673d5
Try to fix: https://github.com/apache/cordova-plugin-network-information/issues/64 : in case of TYPE_NONE (android bug?) return TYPE_UNKNOWN if ConnectivityManager.EXTRA_NO_CONNECTIVITY from the intent return false.
2018-09-26 22:08:58 +02:00
jcesarmobile
e816db4820
Merge pull request #62 from jcesarmobile/CB-13757
...
CB-13757: Add build-tools-26.0.2 to travis
2018-01-11 10:32:24 +01:00
Julio César
5b0933d74b
CB-13757: Add build-tools-26.0.2 to travis
2018-01-10 23:22:24 +01:00
jcesarmobile
629a6ab53c
Fix release notes ( #61 )
2017-12-30 00:55:02 -05:00
Simon MacDonald
779685eeb6
Set VERSION to 2.0.2-dev (via coho)
2017-12-27 19:13:50 -05:00
Simon MacDonald
417d0f245f
CB-13714 Updated version and RELEASENOTES.md for release 2.0.1 (via coho)
2017-12-27 19:13:36 -05:00
jcesarmobile
63a78bac8b
CB-13708: Fix to allow 2.0.0 version install ( #60 )
2017-12-27 10:50:05 -05:00
Steve Gill
df64dcff1e
Set VERSION to 2.0.1-dev (via coho)
2017-12-15 17:26:45 -08:00
Steve Gill
2cfc366c2a
CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)
2017-12-15 17:25:13 -08:00
Vishal Mishra
f294a194c9
Merge pull request #59 from maverickmishra/master
...
CB-13663 : Removed deprecated platforms
2017-12-13 23:19:35 -08:00
maverickmishra
a15fc1cae5
CB-13663 : Removed deprecated platforms
2017-12-12 11:20:47 -08:00
Steve Gill
8e484404e7
Set VERSION to 1.3.5-dev (via coho)
2017-11-06 14:38:40 -08:00
Steve Gill
0cdf5d1999
CB-13542 Updated version and RELEASENOTES.md for release 1.3.4 (via coho)
2017-11-06 14:37:45 -08:00
Alexander Sorokin
0b4cc57776
CB-13473: (CI) Removed browser builds from AppVeyor
2017-10-20 10:23:02 +03:00
Alexander Sorokin
fd02e70d28
CB-13472: (CI) Fixed Travis Android builds again
2017-10-20 08:59:18 +03:00
Connor Pearson
2fd3c1cc43
CB-12751: (ios) Fix connection type when airplane mode is on
...
This closes #54
2017-10-10 23:07:31 +02:00
Alexander Sorokin
7f5d03e699
CB-13299 (CI) Fix Android builds
2017-09-19 09:06:54 +03:00
Audrey So
78691e43e1
CB-12895 : added eslint and removed eslint
2017-08-02 10:52:17 -07:00
Alexander Sorokin
f9643daba0
CB-13028 (CI) Browser builds on Travis and AppVeyor
2017-07-28 13:16:07 +03:00
Alexander Sorokin
3a24e0d4fb
CB-13000: (CI) Speed up android builds
2017-07-10 10:34:43 +03:00
Alexander Sorokin
0ebe79b5e6
CB-12991: (CI) Updated CI badges
2017-07-07 11:25:17 +03:00
Alexander Sorokin
344448c315
CB-12935: (windows) Enable paramedic builds on AppVeyor
2017-06-30 09:32:13 +03:00
Alexander Sorokin
1410ad7a52
CB-12935: (ios, android) Enable paramedic builds on Travis CI
2017-06-27 08:11:35 +03:00
filmaj
f78e5c4c9d
CB-12847: added bugs
entry to package.json.
2017-05-25 12:50:52 +02:00
filmaj
de6953cf05
Set VERSION to 1.3.4-dev (via coho)
2017-04-27 13:04:10 -07:00
filmaj
710b53d24b
CB-12736 Updated version and RELEASENOTES.md for release 1.3.3 (via coho)
2017-04-27 13:04:08 -07:00
Alexander Sorokin
e288eadd20
CB-12622 Add Android 6.0 build badge to README
2017-04-26 16:22:10 +03:00
Steve Gill
4ae38aa182
CB-12685: added package.json to tests folder
2017-04-21 19:24:12 -07:00
Steve Gill
9374041557
Set VERSION to 1.3.3-dev (via coho)
2017-03-02 15:23:09 -08:00
Steve Gill
a3194f20df
CB-12519 Updated version and RELEASENOTES.md for release 1.3.2
2017-02-28 17:41:27 -08:00
Nikita Matrosov
d8c1b0b503
CB-12369: Add plugin typings from DefinitelyTyped
...
This closes #53
2017-01-20 11:46:00 +03:00
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