Skip to content

Releases: gotev/android-cookie-store

1.2.3

05 Apr 15:46
977a873
Compare
Choose a tag to compare

Updates:

  • OkHttp 4.4.1
  • Gradle 5.6.4 and Gradle Plugin 3.6.1
  • Kotlin 1.3.71
  • Testing libraries
  • Dependency versions plugin

1.2.2

13 Jan 18:32
Compare
Choose a tag to compare

Implemented basic ProGuard rules for ProGuard/R8

1.2.1

30 Dec 10:18
8fd160c
Compare
Choose a tag to compare

Removed dependency from okhttp-urlconnection

1.0.1

29 Dec 11:34
Compare
Choose a tag to compare

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+).

1.0.0

29 Dec 09:35
9a6b2a1
Compare
Choose a tag to compare
Added Travis CI badge