chucker icon indicating copy to clipboard operation
chucker copied to clipboard

🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)

Results 106 chucker issues
Sort by recently updated
recently updated
newest added

## :warning: Is your feature request related to a problem? Please describe Many Time I need to share all/few request with backend team to check all flow because response will...

## :writing_hand: Describe the bug When i share large data as curl it give ANR. ## :bomb: Steps to reproduce 1. Add large data (use dummy data) 2. Click on...

Currently in response, Im able to select and copy only one line of the response, the cursor wont let me select more. Especially for large responses it would be great...

## :camera: Screenshots https://github.com/ChuckerTeam/chucker/assets/11152015/7ff16e80-45de-466d-a8c3-adf6ce4f3db8 https://github.com/ChuckerTeam/chucker/assets/11152015/07f460e6-b1bd-4a59-b344-42f5197e490a ## :page_facing_up: Context First of all, thank you so much for this awesome library!!! I'm mobile developer, and I've been using this library in my...

when I use the library with java code to handle the bug of Android 12 and above I got this error when I open chucker to see the Api data...

## :writing_hand: Describe the bug ## :bomb: Steps to reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ## :wrench: Expected behavior...

incomplete

I have the following gradle file for Java application ` ``` apply plugin: 'com.android.application' apply plugin: 'com.google.firebase.crashlytics' android { compileSdkVersion 33 defaultConfig { applicationId "appID" minSdkVersion 26 targetSdkVersion 33 multiDexEnabled...

incomplete

## :writing_hand: Describe the bug Caused by: java.nio.file.InvalidPathException: Illegal char at index 39: xxx.xx.xxx.app-mergeJzDebugResources-98:/values/values.xml ## :bomb: Steps to reproduce 1. Change compile sdk version of client app to 33 2....

Error inflating class com.google.android.material.textfield.TextInputLayout Caused by: android.view.InflateException: Binary XML file line #45 in getting this issue after integration, please help here

## :writing_hand: Describe the bug **Chucker 4.0.0** is overriding the WAKE_LOCK permission on the app side. ## :bomb: Steps to reproduce 1. Add Chucker to your app that uses WAKE_LOCK...