OkSocket Versions Save

An blocking socket client for Android applications.

Release-4.2.1

5 years ago

What's New

1.Fixed the issue of getHeaderLength() being called multiple times on a single read of data to better support dynamic header length 2.The ability to get and set local ports has been added

Release-4.1.0

5 years ago

What's New

1.OkSocket has removed all android.jar dependencies. 2.fix a lot of bus in Server code. 3.Independent thread callback. 4.Performance optimization

Release-3.1.1

5 years ago

What's New

1.OkSocket can notify status on the thread which is not the main thread. 2.fix the bug #104

Release-3.0.0

5 years ago

What's New

1.OkSocket provide server support in Android client. 2.Optimized interfaces and library structures to better support componentization

Release-2.1.0

5 years ago

What's New

1.Improve the thread scheduling performance in multi-socket communication, solve the problem of multi-thread anr 2.Optimize readability

Release-2.0.4

5 years ago

What's New

1.Fix analysis header return -1 bugs. 2.Reconnect callback the ConnectInfo wrong.

Release-2.0.0-Beta

6 years ago

What's New

  1. Fix more bugs.
  2. Modified the spelling of some functions.
  3. Changed the logging language in English.
  4. Modified 10M error message to make it more friendly.
  5. Added disconnection thread to better support SSLSocket.
  6. Solves the problem of thread leakage caused by quick call connection and disconnection.
  7. Change the variable name of OkOption to make it easier to understand.
  8. Update the DEMO to make it more comprehensive.
  9. The background environmental protection device logic update, repair original unreasonable design.
  10. New ActivityStack is introduced to replace the old logic to better support the lifecycle.

Release-1.2.3

6 years ago

What's New

  1. Fix bug #46 .In this case we find a bug of setting a Options not update when you already open connect.
  2. Optimizing the OkSocket interface.

Release-1.2.2

6 years ago

What's New

  1. Fix bug #43

Thanks @fmworld provide the merge request to fix the bug #43 .

Release-1.2.1

6 years ago

What's New

  1. Fix bug in IO caches
  2. Update upload files