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

As document says, we must added `Checker` dependencies like this: ```gradle dependencies { debugImplementation "com.github.chuckerteam.chucker:library:3.5.2" releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2" } ``` But, what about other build variants like `stage` that we want...

## :writing_hand: Describe the bug I can't build My project When I use Chucker(SNAPSHOT version) in it, with Kotlin Gradle plugin version 1.4.32 till 1.5.32. With Kotlin plugin version 1.6.0...

## :writing_hand: Describe the bug Chucker library not working for Android 13 ## :bomb: Steps to reproduce Reproduce the behavior: 1. Update the compileSDK and targetSDK version to 33 2....

work-in-progress

Bumps gradle from 7.2.1 to 7.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.2.1&new-version=7.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [wire-gradle-plugin](https://github.com/square/wire) from 4.4.0 to 4.4.1. Changelog Sourced from wire-gradle-plugin's changelog. Version 4.4.1 2022-08-05 New: Check HTTP2 protocol is set for passed client to GrpcClient. New: Add buildersOnly option for...

dependencies
java

When I added chucker in my project my buttons not visible. My Button type is AppCompatButton Any solitions for this ?

incomplete

## :page_facing_up: Context Add Support for manual transaction logging in the chucker. For example, developers can populate `MQTT` or `FCM messages` transactions into their chucker log; these are other types...

blocked by model redesign

## :warning: Is your feature request related to a problem? Please describe We are using Chucker to inspect our https requests & responses and that also includes GraphQL. But due...

## :camera: Screenshots ## :page_facing_up: Context Issue [#116](https://github.com/ChuckerTeam/chucker/issues/116) talks about the shortcoming of the [initial approach](https://github.com/ChuckerTeam/chucker/pull/70) of supporting GraphQL on Chucker. This PR is an attempt support GraphQL on Chucker...

Close #69 Close #116 ## 🎥 Video https://user-images.githubusercontent.com/15942449/164345053-ff8ea0f5-41f5-4b58-a0d1-575b1e1f88b0.mp4 ## 📷 Image _after iterative improvement_ ## :page_facing_up: Context Based on #69, #116 and a little on #579 we have a desire...