This a new minor release of Chucker. It contains several bugfixes, as well as aligning with Kotlin 2.0.x, Android API level 35 and much more!
Added
- Added copy icon to copy the request/response body on clipboard [#1300]
- Added save as text and save as .har file options to save all transactions [#1214]
- Added
skipPaths(paths Regex)
,skipDomains(domains Regex)
andskipDomains(domains... String)
to skip paths/domains from chucker [#1242] - Added spanish translations [#1281]
Fixed
- Fix Toolbar is not accessible on API level 35 [#1280]
- Fix edge-to-edge layout on API level 35 [#1282]
- Fixed activity still asking for notification permission when notifications are disabled [#1165]
- Fixed Gson issue, when using Chucker with ProGuard [#1183]
- Fixed share of
curl
when header values contain quotes [#1211] - Fix Toolbar subtitle getting truncated on some devices [#1218]
- Fixed the
skipPaths
method unexpectedly modified the passed arguments [#1237] - Change GSON
TypeToken
creation to allow using Chucker in builds optimized by R8 [#1166] - Fixed bug with scroll to search and navigation bar visibility Fix [#1076]
Depedency Updates
- Kotlin to 2.0.21
- AGP to 8.7.2
- ConstraintLayout to 2.2.0
- Compile SDK to 35