Nikita
|
6d50ac284b
|
Update README.md
|
2021-06-30 11:05:19 +03:00 |
|
Nikita
|
62d86857b9
|
Merge pull request #11 from KoenLav/re-order-close
First close then invoke close event handler
|
2021-01-23 14:20:05 +03:00 |
|
Niek125
|
3d3297e147
|
first close stuff then say we closed it
|
2021-01-23 10:19:47 +01:00 |
|
Niek125
|
b0034eee1c
|
first close then invoke
|
2021-01-23 10:18:06 +01:00 |
|
nikita.kosilo
|
04125dd98f
|
fixed Android socket errors handling
|
2020-10-19 20:02:39 +03:00 |
|
nikita.kosilo
|
3de2552705
|
Added network error codes support
|
2020-10-19 12:51:03 +03:00 |
|
Nikita
|
961a68ed13
|
Merge pull request #7 from artlogic/patch-2
Add android namespace
|
2020-09-10 11:54:34 +03:00 |
|
Nikita
|
63348cfd13
|
Merge pull request #4 from heinerlamprecht/issue/missing-cast-of-port-parameter
Make sure, the parameter "port" is always treated as a number.
|
2020-09-10 11:26:38 +03:00 |
|
James Kruth
|
190107020b
|
Add android namespace
Some parsers require the android namespace to correctly parse `android:` prefixed attributes.
|
2020-09-08 16:55:07 -04:00 |
|
Heiner Lamprecht
|
2c8bd503fc
|
Make sure, the parameter "port" is always treated as a number.
|
2020-01-08 12:07:46 +01:00 |
|
Nikita Kosilo
|
0458b947ce
|
Bump version
|
2019-10-02 18:27:38 +03:00 |
|
Nikita Kosilo
|
dfb124de8f
|
Close old existing sockets on reopen by destination ports. Removed iOS trash sources
|
2019-10-02 18:25:19 +03:00 |
|
kitolog
|
8ac8b6432a
|
fixed iOS closing sockets on open timeout
|
2018-03-29 09:30:16 +03:00 |
|
kitolog
|
303849d0a9
|
Added Android open and write timeouts
|
2018-03-27 12:32:38 +03:00 |
|
kitolog
|
26a14948e3
|
Fixed cordova js bridge implementation, fixed iOS open timeout
|
2018-03-27 11:14:43 +03:00 |
|
kitolog
|
ebe8bc7bd3
|
Fixed timeout errors params
|
2018-03-01 13:16:19 +03:00 |
|
kitolog
|
462dfdafc8
|
Added ios open and write timeouts, changed js errors format
|
2018-02-28 11:35:33 +03:00 |
|
kitolog
|
64acef4ce9
|
Added package.json
|
2017-10-26 19:02:32 +03:00 |
|
kitolog
|
44dfa14566
|
Fixed ios multiple sockets streams
|
2017-10-26 18:48:36 +03:00 |
|
Martin Obrátil
|
5f5b0264a1
|
Merge branch 'master' of https://github.com/mobratil/sockets-for-cordova
|
2015-07-11 10:32:39 +02:00 |
|
Martin Obrátil
|
da1ce67995
|
added bsd licence to code
|
2015-07-11 10:32:29 +02:00 |
|
Martin Obrátil
|
3122fe2955
|
Added BSD License to Readme
|
2015-07-01 11:50:59 +02:00 |
|
Martin Obrátil
|
04cb562ac3
|
Update SocketAdapter.m
Improved scalability of write operation for iOS platform
|
2015-05-20 14:09:26 -07:00 |
|
Martin Obrátil
|
7c12fbab8d
|
Update README.md
|
2015-01-21 16:58:31 +01:00 |
|
Martin Obrátil
|
db634563b0
|
Update README.md
|
2015-01-03 09:47:18 +01:00 |
|
Martin Obrátil
|
caf3f7f84b
|
Update README.md
|
2015-01-03 09:44:55 +01:00 |
|
Martin Obrátil
|
cdcd618709
|
Changed version to 1.1 in plugin.xml
|
2015-01-03 09:33:10 +01:00 |
|
Martin Obrátil
|
84bf05adbb
|
Merge branch 'unresponsive-webview-issue#5' into version1.1
|
2015-01-03 09:27:07 +01:00 |
|
Martin Obrátil
|
35610726a2
|
Merge branch 'socket-state-issue#4' of https://github.com/mobratil/sockets-for-cordova into socket-state-issue#4
|
2015-01-03 09:18:51 +01:00 |
|
Martin Obrátil
|
53372f1de9
|
Added CLOSING state, added state chcking before each operation, small bug fixes.
|
2015-01-03 09:18:14 +01:00 |
|
Martin Obrátil
|
b67810f3c5
|
Fix of unresponsive webview during opening connection to server on Android platform
|
2014-12-29 17:08:03 +01:00 |
|
Martin Obrátil
|
354fdc668f
|
Update README.md
Added API documentation of socket state property
|
2014-12-19 23:28:52 +01:00 |
|
Martin Obrátil
|
df1d4f8272
|
Proposal impleementation of state property on Socket prototype
|
2014-12-19 22:53:13 +01:00 |
|
Martin Obrátil
|
88bc09fb83
|
Update README.md
Fixed README.md - socket.send(data) should be socket.write(data)
|
2014-12-17 21:52:50 +01:00 |
|
Martin Obrátil
|
72f1e724cb
|
Updated version to 1.0.0
|
2014-12-09 21:01:08 +01:00 |
|
Martin Obrátil
|
c6f2f10af8
|
Update README.md
|
2014-12-07 23:00:27 +01:00 |
|
Martin Obrátil
|
cc2933b134
|
Merge branch 'master' of https://github.com/mobratil/sockets-for-cordova
|
2014-12-04 20:34:59 +01:00 |
|
Martin Obrátil
|
fea4741e70
|
Update of plugin.xml
|
2014-12-04 20:34:13 +01:00 |
|
Martin Obrátil
|
13e8daf427
|
Update README.md
|
2014-12-04 20:26:14 +01:00 |
|
Martin Obrátil
|
9a82072a4f
|
Update README.md
|
2014-12-04 19:26:06 +01:00 |
|
Martin Obrátil
|
ea105fb7f6
|
Update README.md
|
2014-11-26 09:22:46 +01:00 |
|
Martin Obrátil
|
7287dd52a4
|
Update README.md
|
2014-11-24 21:51:42 +01:00 |
|
Martin Obrátil
|
5083cfe79b
|
Fixed ios api
|
2014-11-12 16:40:46 +01:00 |
|
Martin Obrátil
|
d13b37b960
|
Update README.md
|
2014-11-11 20:28:37 +01:00 |
|
Martin Obrátil
|
fd0856db30
|
Fixed WP API
|
2014-11-11 17:11:31 +01:00 |
|
Martin Obrátil
|
afd5f2d36b
|
Applied API refactoring
|
2014-11-11 16:17:02 +01:00 |
|
Martin Obrátil
|
0b8be215a5
|
Update README.md
|
2014-11-10 21:01:58 +01:00 |
|
Martin Obrátil
|
e79219cd87
|
Update README.md
|
2014-11-10 10:58:53 +01:00 |
|
Martin Obrátil
|
c99ea1cf48
|
Fix of close method for wp and android platforms.
|
2014-11-10 10:46:51 +01:00 |
|
Martin Obrátil
|
b35a04b159
|
Fix of buffer datatype
|
2014-11-09 21:02:46 +01:00 |
|