Releases: gotev/android-cookie-store
Releases · gotev/android-cookie-store
1.2.3
1.2.2
1.2.1
1.0.1
implemented extension to generate Set-Cookie
header, which is needed to correctly sync cookies to webKit Cookie Manager with all the attributes. HttpCookie.toString()
generated only name=value header, without expiration date, domain, path, secure and httponly (Android API 24+).