xebia-functional / appsly-android-rest

An Android client library for RESTful based web services.
209 stars 51 forks source link

ETAG not yet supported #27

Closed efrescura closed 10 years ago

efrescura commented 11 years ago

Hi, when I try to use the ETAG policy, a unsupportedOperationException is raised. THis feature is not yet ready?

raulraja commented 10 years ago

Nope, but if you'd like to submit a PR we'd love to consider including it in the current snapshot. thx

raulraja commented 10 years ago

We have made major changes to the next iteration and implemented a new local cache that is much more flexible. Also Http Response Cache has been added and can be enabled at initialization. Still in snapshot mode