This is hot fix release for multiple issues introduced in Chucker 3.1.0.
Enhancements
- All Chucker screens now have their own
ViewModel
. Due to this change user can now open the transaction in progress and the content will appear as soon as transaction finishes. No need for reopening transaction anymore.
Bugfixes
- Fixed an issue introduced in
3.1.0
where image downloading fails if OkHttp was used for image loading in libraries like Glide, Picasso or Coil. - Fixed an issue with invalid CURL command generation.
- Fixed an issue with crashes if ProGuard/R8 minification is applied to Chucker.
- Fixed an issue with crash when user taps
Save
in a transaction, which is still in progress. - Fixed an issue with crash when user taps
Clear
from notification shade while the original app is already dead. - Fixed an issue with possible NPEs.