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
Jesse MacFadyen
7caab2543a
Moved browser proxy to src/., This closes #18 , closes #22 , closes #23 , closes #26
2015-08-25 15:42:43 -07:00
Jesse MacFadyen
cae65dd093
CB-9542 Browser Proxy not defined correctly
2015-08-25 15:25:15 -07:00
Sid Ferreira
6550b937d0
Performance-related fix
...
Move all conversions to line 236, saving ~14 tests
2015-07-28 16:55:07 -03:00
Jesse MacFadyen
a87effc43e
This closes #16
2015-07-28 11:17:10 -07:00
Can Tecim
c40e579c5a
Solved toLowerCase issue with Locale.US
2015-07-26 21:11:52 +03:00
Jesse MacFadyen
0464a97742
remove travis-ci integration
2015-07-07 14:52:25 -07:00
Steve Gill
9bd21e3341
CB-9192 Incremented plugin version.
2015-06-17 17:35:36 -07:00
Steve Gill
d8bdb0e953
CB-9202 updated repo url to github mirror in package.json
2015-06-17 14:14:41 -07:00