jgilfelt / chuck

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

Search #8

Closed jgilfelt closed 7 years ago

jgilfelt commented 7 years ago

This adds a SearchView to the list fragment, which filters on response code or request URL path. I may add something more sophisticated later.

Fixes #4