Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.39 KB

RELEASE_NOTES.md

File metadata and controls

52 lines (40 loc) · 1.39 KB

Release Notes

Version 1.5.6 (October 4, 2020)

  • Upgrading dependencies

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)

  • Fixing #22
  • Migrate support library to AndroidX

Version 1.5.3 (March 16, 2019)

  • Fixing #21
  • Update gradle and Android dependencies

Version 1.5.2 (April 14, 2018)

  • Moving DB writes to background thread.

Version 1.5.1 (November 19, 2017)

  • Correcting card-view dependency version

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

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

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

Version 1.0.2 (May 9, 2017)

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

Version 1.0.1 (Apr 21, 2017)

  • Support for Square's OkHttp library
  • Bug fixes

Version 1.0.0 (Mar 21, 2017)

  • Snooper core module
  • Snooper Spring library