jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Data retention #17

Closed jgilfelt closed 7 years ago

jgilfelt commented 7 years ago

Adds a regular data cleanup task to the interceptor. The retention period can be configured via the retainDataFor method, and the default is one week.

closes #3