Skip to content

Releases: ajitsing/Sherlock

Release 1.0.4

10 Sep 17:14
Compare
Choose a tag to compare
  • Added Android O support

Release 1.0.3

05 Jul 07:45
Compare
Choose a tag to compare
  • Added more stub implementation in sherlock-no-op
  • Fixed the crash id generation logic

Release 1.0.2

21 May 11:02
Compare
Choose a tag to compare
  • Created a no-op module
    This can be used as dependency where one doesn't want to expose Sherlock. e.g release
releaseCompile('com.github.ajitsing:sherlock-no-op:1.0.2@aar')

Release 1.0.1

11 May 16:45
Compare
Choose a tag to compare
  • Removed Data Binding dependency
  • Replaced realm with sqlite

Release 1.0.0

25 Apr 03:16
Compare
Choose a tag to compare

Features:

  • Report crash as notification
  • Show crash details on click of notification
  • Share crash details
  • See list of all crashes
  • API to get all crashes saved by Sherlock
  • Set AppInfo provider based on your requirements