Skip to content

修复了 PersistentCookieStore,原来的无法持久化cookie #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from

Conversation

ca1e
Copy link

@ca1e ca1e commented Apr 17, 2016

原来的类有问题,调用 net = OkHttpUtils.getInstance(getOkhttpClient(context)) 之后
再用mPicasso = new Picasso.Builder(context)
.downloader(new OkHttp3Downloader(net.getOkHttpClient()))
.build(); 的时候 Picasso 获取不到网络图片
这个PersistentCookieStore是我从网上找的支持的最好的一个了

@ca1e ca1e closed this Apr 17, 2016
@ca1e ca1e reopened this Apr 17, 2016
@ca1e
Copy link
Author

ca1e commented Apr 17, 2016

SerializableOkHttpCookie 修改 去掉s

@ca1e ca1e closed this Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant