Skip to content

Releases: jainsahab/AndroidSnooper

Release V1.5.6

04 Oct 06:03
d14cc76
Compare
Choose a tag to compare

Version 1.5.6 (October 4, 2020)

  • Upgrading dependencies

Version 1.5.5 (February 23, 2020)

23 Feb 10:24
8f10795
Compare
Choose a tag to compare

Version 1.5.5 (February 23, 2020)

  • Java -> Kotlin migration
  • Fixed Manifest merge error because of conflicting FileProvider
  • Fixed random crash while scrolling calls list

Version 1.5.4 (June 6, 2019)

06 Jun 17:30
Compare
Choose a tag to compare

Version 1.5.4 (June 6, 2019)

  • Fixing #22
  • Migrate support library to AndroidX

Version 1.5.3 (March 16, 2019)

16 Mar 17:48
Compare
Choose a tag to compare

Version 1.5.3 (March 16, 2019)

  • Fixing #21
  • Update gradle and Android dependencies

V1.5.2

14 Apr 09:06
Compare
Choose a tag to compare

Version 1.5.2 (April 14, 2018)

  • Moving DB writes to background thread.

V1.5.1

20 Nov 04:54
Compare
Choose a tag to compare

Version 1.5.1 (November 19, 2017)

  • Fixing package of SnooperInterceptor of Okhttp-no-op interceptor.
  • Fixing crash when opening snooper when no calls are saved.

V1.5.0

05 Oct 17:50
Compare
Choose a tag to compare

Version 1.5.0 (October 5, 2017)

  • Search functionality on http calls list and on particular response/request
  • Fixing crash on deleting http records
  • Allowing copy and share functionality of headers

V1.4.0

24 Aug 18:53
Compare
Choose a tag to compare

Version 1.4.0 (August 25, 2017)

  • Eliminating Realm dependency and using traditional database support from Android
  • Using new guava library instead of old google-collection
  • No-op versions

V1.3.0

06 Jun 18:16
Compare
Choose a tag to compare

Version 1.3.0 (June 6, 2017)

  • Removed Data Binding dependency
  • Fixing infinite loader issue
  • Showing client side errors
  • Using timestamp to name the log file

V1.0.2

08 May 19:13
Compare
Choose a tag to compare

Version 1.0.2 (May 9, 2017)

  • Ability to share HTTP call data
  • Ability to delete old requests
  • UI enhancements