- Fix: If the SharedPreferences persisting cookies contains invalid data it will be ignored and won't cause a NullPointerException.
- Added the method clearSession() to ClearableCookieJar that clear session cookies from the Jar while maintaining persisted cookies.
- Added new constructor to SharedPrefsCookiePersistor that accepts a SharedPreferences object.
- Some minor changes in SetCookieCache and SharedPrefsCookiePersistor implementations.
- Added ProGuard rules to the library. No need to manually add the ProGuard configuration anymore.
- Fix: Streams closed when encoding and decoding SerializableCookie.
- Fix: Added a fixed serialVersionUID to SerializableCookie to avoid problems when it is generated and instant run is activated.
- Initial release.