- (Enhancement) The data structure used for data cache is now thread-safe.
- (Fix)
SharedPreferences
could cause a NullPointerException when persisting cookies contained null data.
- (Fix)
SharedPreferences
could cause a NullPointerException when persisting cookies contained invalid data.
- (New) New
ClearableCookieJar.clearSession()
method to clear session cookies from the jar while maintaining persisted cookies. - (New) New
SharedPrefsCookiePersistor
constructor that accepts aSharedPreferences
object. - (Enhancement) Some minor changes in
SetCookieCache
andSharedPrefsCookiePersistor
implementations.
- (Enhancement) Added ProGuard rules.
- (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.