Skip to content

Releases: ihsanbal/LoggingInterceptor

4.0.0

02 Feb 17:54
935c923

Choose a tag to compare

@rtsketo: Modernize build & sample app, plus logging sink upgrades

  • Preserve ihsanbal pretty formatting while honoring Android log priorities (DEBUG color) without a custom logger.
  • Add LogSink/BatchingSink to batch whole request/response blocks, preventing interleaved logs and enabling forwarding to LogQueue.
  • Simplify response layout (single status line + spacer + body) and skip blank lines to avoid Logcat “identical” collapses.
  • Fix Kotlin 1.3 build issues (plugin order, trailing comma) and allow group/version overrides for JitPack.
  • Update README with sink usage and JitPack coordinates.
  • Modernize Gradle/AGP/Kotlin & update AndroidX/Retrofit/RxJava/OkHttp/Okio/Dagger/LeakCanary.
  • Replace Kotlin synthetics with ViewBinding in the sample app.
  • Migrate sample app to RxJava3/Retrofit3 & fix the PATCH endpoint.
  • Add error handling to sample app requests to avoid crashes on HTTP errors.
  • Use MediaStore + SAF for download/upload so the demo works on Android 10+.

3.1.0

03 May 14:29

Choose a tag to compare

Readme update

3.1.0-rc5

06 Mar 06:20

Choose a tag to compare

log printer line fixes

3.1.0-rc4

06 Mar 05:57

Choose a tag to compare

readme.md update

3.1.0-rc3

03 Mar 02:46

Choose a tag to compare

3.1.0-rc3 Pre-release
Pre-release
app impl. & deprecated functions update

3.1.0-rc2

02 Mar 03:38

Choose a tag to compare

3.1.0-rc2 Pre-release
Pre-release
header fix & updating deprecated functions

3.1.0-rc1

01 Mar 23:16
c55f998

Choose a tag to compare

3.1.0-rc1 Pre-release
Pre-release
Merge pull request #63 from ihsanbal/release/3.0

Release/3.0

3.0.0

01 Oct 02:02

Choose a tag to compare

  • Mocking response support.

2.0.7

20 Jul 23:01

Choose a tag to compare

fix: #49

2.0.6

19 Jun 05:09

Choose a tag to compare

gradle update