Commit Graph

92 Commits

Author SHA1 Message Date
Naoyuki Kanezawa
a3f2b8cd00 Merge pull request #259 from DevFactory/release/collection-isempty-fix-1
Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness
2015-12-18 11:51:44 +09:00
Naoyuki Kanezawa
1ef3b2cae7 Merge pull request #258 from DevFactory/release/redundant-field-initializer-fix-1
Code Quality Improvement - Redundant Field Initializer
2015-12-18 11:49:36 +09:00
Naoyuki Kanezawa
669696fee4 Merge pull request #257 from DevFactory/release/constructors-should-only-call-non-overridable-methods-fix-1
Code Quality Improvement - Constructors should only call non-overridable methods
2015-12-18 11:48:36 +09:00
Naoyuki Kanezawa
57d8e5ebff Merge pull request #256 from DevFactory/release/objects-should-be-compared-with-equals()-fix-1
Code Quality Improvement - Objects should be compared with "equals()"
2015-12-18 11:44:44 +09:00
Naoyuki Kanezawa
9b33f23875 Merge pull request #255 from DevFactory/release/exception-handlers-fix-1
Code Quality Improvement - Exception handlers should preserve the original exception
2015-12-18 11:42:36 +09:00
nkzawa
8c29b2ef9c fix backoff calucuration #245 2015-12-14 11:43:44 +09:00
nkzawa
9cdf6c0bbd change lint settings and fix warnings 2015-12-13 04:00:08 +09:00
nkzawa
28f20a3032 longer timeout 2015-12-13 02:53:08 +09:00
nkzawa
bc45e15d03 suppress cast warnings 2015-12-13 02:52:55 +09:00
Christian Ivan
fff5cb3e25 Code Quality Improvement - Constructors should only call non-overridable methods
update
2015-12-06 15:56:21 +07:00
Christian Ivan
2143774a1e Code Quality Improvement - Exception handlers should preserve the original exception
Update

Update
2015-12-06 15:38:31 +07:00
Christian Ivan
eac538dfe0 Code Quality Improvement - Objects should be compared with "equals()"
Update
2015-12-02 23:11:17 +07:00
Christian Ivan
2b7a40b96a Code Quality Improvement - Redundant Field Initializer 2015-12-02 17:25:37 +07:00
Christian Ivan
d364404501 Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness 2015-12-02 17:17:46 +07:00
nkzawa
34277c5d47 fix the case reconnection doesn't work 2015-10-11 12:03:58 +09:00
nkzawa
cfa2d5bf41 bump socket.io for tests 2015-10-11 01:27:51 +09:00
nkzawa
33a47da3f6 bump engine.io-client 2015-08-31 11:25:07 +09:00
nkzawa
d0039f7910 move package name 2015-08-31 03:23:03 +09:00
Naoyuki Kanezawa
6eeaf6a6e3 bump engine.io-client 2015-08-09 06:35:56 +09:00
Naoyuki Kanezawa
589a9e21a7 fix javadoc 2015-06-28 02:09:26 +09:00
Naoyuki Kanezawa
f8c723289e fix not to throw URISyntaxException 2015-06-28 02:00:54 +09:00
Naoyuki Kanezawa
acd7426a48 Merge branch 'master' of github.com:nkzawa/socket.io-client.java 2015-06-23 23:56:15 +09:00
Naoyuki Kanezawa
9a385377c5 fix readyState check on Manager#open 2015-06-23 23:55:52 +09:00
Ignacio Capurro
0dbce1c525 Making the events hash protected in Socket class 2015-06-15 15:48:02 -03:00
Naoyuki Kanezawa
521863d4a6 bump socket.io for tests 2015-06-07 03:02:14 +09:00
Naoyuki Kanezawa
e9bf27a4ae fix NullPointerException on ack 2015-06-07 02:08:35 +09:00
Naoyuki Kanezawa
8df9cffbac set -1 to disable timeout 2015-05-03 23:35:05 +09:00
Naoyuki Kanezawa
e317dd0cf3 bump engine.io-client, add setDefaultHostnameVerifier method 2015-05-03 02:04:46 +09:00
Naoyuki Kanezawa
2bf706a211 suppress logs on tests 2015-04-23 02:11:07 +09:00
Naoyuki Kanezawa
d86c2e926f ignore a wrong event name 2015-04-23 01:32:40 +09:00
Nicolas Milliard
296aef8799 Enhance Parser decode
* Avoid using expected IndexOutOfBound exception
* Add few more error checks
* Add few malformated message error test cases
2015-03-16 15:18:29 -07:00
Naoyuki Kanezawa
d6e22703b8 fix backoff overflow #107 2015-03-07 22:10:09 +09:00
Naoyuki Kanezawa
90ae65d4ca fix termination #85 2015-02-01 21:44:02 +09:00
Naoyuki Kanezawa
554348b4ae comment out an assert 2015-01-28 23:36:16 +09:00
Naoyuki Kanezawa
8a4ffe95c5 compatible with socket.io 1.3.2 2015-01-26 07:00:46 +09:00
Alfio Emanuele Fresta
f06d9b1803 Fix #62, binary arguments in emit with ack 2014-11-25 00:04:47 +00:00
Naoyuki Kanezawa
03fa3a49cd test against socket.io 1.2.0 2014-11-04 01:41:11 +09:00
Naoyuki Kanezawa
575fecc2d8 add connected method 2014-11-04 01:16:28 +09:00
Naoyuki Kanezawa
1aa6e4a907 compatible with socket.io-client 1.2.0 2014-11-04 01:15:44 +09:00
Naoyuki Kanezawa
5f609900a0 compatible with socket.io-client 1.1.0 2014-09-21 22:42:00 +09:00
Naoyuki Kanezawa
96d295aac2 Merge branch 'master' of github.com:nkzawa/socket.io-client.java 2014-09-21 09:29:19 +09:00
Naoyuki Kanezawa
92c57e8448 add a test 2014-09-09 03:32:49 +09:00
Naoyuki Kanezawa
7ff661e4e7 Merge pull request #34 from hellpf/master
fixed socket destroying if connected is -1
2014-08-26 23:16:39 +09:00
hell
6ba5818884 fixed socket destroying if connected is -1 (the connection is closed by server during authorization phase) 2014-08-26 13:36:32 +02:00
Naoyuki Kanezawa
50868ff819 fix tests 2014-08-17 14:46:38 +09:00
Naoyuki Kanezawa
32909fa069 fix tests 2014-08-17 07:04:45 +09:00
Naoyuki Kanezawa
026f363707 fix #28 enable to access http headers 2014-08-17 06:03:58 +09:00
Naoyuki Kanezawa
65813b5859 add a test for room 2014-08-17 02:41:39 +09:00
Naoyuki Kanezawa
b07856e927 shutdown ExecutorServices 2014-08-17 02:33:09 +09:00
Naoyuki Kanezawa
4ca88dd5cd use fine log level 2014-07-27 14:13:24 +09:00