Releases: jainsahab/AndroidSnooper
Releases · jainsahab/AndroidSnooper
Release V1.5.6
Version 1.5.6 (October 4, 2020)
Version 1.5.5 (February 23, 2020)
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)
Version 1.5.4 (June 6, 2019)
- Fixing #22
- Migrate support library to AndroidX
Version 1.5.3 (March 16, 2019)
Version 1.5.3 (March 16, 2019)
- Fixing #21
- Update gradle and Android dependencies
V1.5.2
Version 1.5.2 (April 14, 2018)
- Moving DB writes to background thread.
V1.5.1
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
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
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
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
Version 1.0.2 (May 9, 2017)
- Ability to share HTTP call data
- Ability to delete old requests
- UI enhancements