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: Videos [notifications_success_scenario.webm](https://user-images.githubusercontent.com/13467769/190923556-cbffb2ea-54eb-4b59-bf63-3fdfabad6e77.webm) [notifications_disable_scenario.webm](https://user-images.githubusercontent.com/13467769/190923551-702943a6-b310-4645-8b41-d8c0d0a2cdee.webm) ## :page_facing_up: Context An alternative approach to #879 . I wanted to avoid forcing users to modify their code somehow for Android 13, so went...

enhancement

Currently, chucker is not capturing Cronet traffic. With industry moving towards http3 QUIC, its critical to support Cronet.

## :camera: Screenshots ![Screen Shot 2022-09-14 at 5 09 32 PM](https://user-images.githubusercontent.com/97124666/190263009-05c3e95e-b03a-41e4-8824-35f2326f3bdd.png) ## :page_facing_up: Context Based on top #805 to support identification of GraphQL requests fired as `HTTP GET`. Also the...

Edited the export function that writes transaction data to a file and returns a URI to access that file to also support .HAR format as a parameter. ## :camera: Screenshots...

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object kotlin.Pair.component1()' on a null object reference at com.chuckerteam.chucker.internal.ui.transaction.TransactionPayloadFragment.onViewCreated$lambda-2(TransactionPayloadFragment.kt:102) at com.chuckerteam.chucker.internal.ui.transaction.TransactionPayloadFragment.$r8$lambda$T903xsqZYw_77gb8vnhfSzuuVAk() at com.chuckerteam.chucker.internal.ui.transaction.TransactionPayloadFragment$$ExternalSyntheticLambda3.onChanged(:4) at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) at androidx.lifecycle.LiveData.setValue(LiveData.java:309) at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) at...

The situation is the following. I have my project and a separate repository, which contains all the code responsible for the network, requests, and more. I added the dependencies and...

incomplete

## :camera: Screenshots ![chucker-notification-permission](https://user-images.githubusercontent.com/3001957/189489009-4e89a431-b87b-4a8b-82fc-312e75d0df37.png) ## :page_facing_up: Context This commit adds support for Android 13 and add supports for requesting the notification permission. ## :pencil: Changes - Bump of compileSdk to...

## :warning: Is your feature request related to a problem? Please describe As of https://github.com/ChuckerTeam/chucker/pull/784 Chucker does have a way to export transactions as a .txt file, but it lacks...

## :writing_hand: Describe the bug I cannot export or see the API call information. The chucker is crashing with the release build with R8. ``` java.lang.IllegalStateException: TypeToken must be created...

## :writing_hand: Describe the bug If API returns large data (3.2 mb) the Chucker cannot save or export the file fully. Additionally, the Chucler Response viewer cut the JSON in...