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

## :camera: Screenshots ## :page_facing_up: Context I needed to know the IP address of each request because each request might be directed to a specific server with a specific IP...

## :camera: Screenshots ## :page_facing_up: Context Issue link: [Share Multiple Request at One Time](https://github.com/ChuckerTeam/chucker/issues/1127) ## :pencil: Changes Made change in TransactionAdapter to show color on Selected. Transaction, list of selected...

## :writing_hand: Describe the bug _**Request Body**_ shows `body is empty` in `POST` method with `multipart/form-data` ## :bomb: Steps to reproduce Go to chucker push notif dialog and click POST...

feature request

Bumps androidx.activity:activity-ktx from 1.8.1 to 1.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.activity:activity-ktx&package-manager=gradle&previous-version=1.8.1&new-version=1.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

## :writing_hand: Describe the bug Crashes when trying to share a request with a large response ## :bomb: Steps to reproduce 1. Go to Chucker 2. tap on large responsed...

Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11 to 4.11.1. Release notes Sourced from org.robolectric:robolectric's releases. Robolectric 4.11.1 is a minor release that addressed three issues: Fixed a NoClassDefFoundError when using PixelCopy with compileSdkVersion...

dependencies
java

## :writing_hand: Describe the bug When I click the share in the request detail screen, it crashed. ## :bomb: Steps to reproduce 1. Go to 'Chucker' 2. Click on 'One...

## :writing_hand: Describe the bug I got this exception when setup Checker: Can't determine type for tag '?attr/colorSurface' I think it depend on version of com.google.android.material : **1.7.0**

Bumps `okhttpVersion` from 4.11.0 to 4.12.0. Updates `com.squareup.okhttp3:logging-interceptor` from 4.11.0 to 4.12.0 Commits 4984568 Prepare for release 4.12.0. ea720d3 [4.x] Add test for 103 handling (#8055) a6e54bf Avoid hanging on...

dependencies
java

## :writing_hand: Describe the bug While I am using StrctMode for testing app i found this issue in Chucker. ``` StrictMode policy violation; ~duration=839 ms: android.os.strictmode.DiskWriteViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onWriteToDisk(StrictMode.java:1629) at libcore.io.BlockGuardOs.remove(BlockGuardOs.java:365)...