Skip to content

Releases: steamclock/steamclog-android

Steamclog v2.4

15 Aug 19:45
Compare
Choose a tag to compare
  • Allow more than one log to be attached to a Sentry report (#115)
  • Fixed issue with log auto rotation (#115)
  • Removed unused "track" code (#64)
  • Config.extraInfo now optional (#114)

Steamclog v2.3

19 Jun 20:41
Compare
Choose a tag to compare
  • Added support for UserReports
  • Updated Sentry plugin version; added exclusion for "default" Timber/Sentry integration

Steamclog v2.2

17 Apr 22:00
b855ea2
Compare
Choose a tag to compare

Updated to SDK 33, kotlin and Sentry dependencies

Steamclog v2.1

30 Aug 21:49
43adb6e
Compare
Choose a tag to compare
  • Updated libraries including Sentry (#101)
  • Replaced kotlin synthetics with ViewBinding in sample app (#47)
  • Update kotlin version, and dependencies again (part of #106)
  • Sentry reports use message instead of exception names for titles (#106)

Steamclog v2.0

22 Sep 00:19
Compare
Choose a tag to compare

Breaking Changes:

  • SteamcLog initWith method now takes a config parameter

New Features:

  • Added FilterOut interface which allows applications to prevent some Throwables from being logged as errors to the crash reporting destination
  • Added log rotation functionality
  • Tweaked default log level presents to better suit our default needs for debug and release builds

Maintenance:

  • Updated Sentry library
  • Updated to Gradle plugin
  • Updated README

Steamclog v1.6

13 May 22:18
ac4ba77
Compare
Choose a tag to compare
  • Update LogLevelPresets to default to release->info, releaseAdvanced->verbose (#45)
  • Update 3rd party libraries (#48)
  • Clean up Sentry report formatting (#51)
  • Fixed Proguard issues

Steamclog v1.3

09 Feb 20:45
Compare
Choose a tag to compare
  • Fixed default LogLevelPresets; breaking change - app must now include debug info
  • Fixed crash on Pixel 4 devices running Android 11

Steamclog v1.2

06 Oct 22:08
c6e57ed
Compare
Choose a tag to compare
  • Updated default LogLevelPresets
  • Changed releaseAdvanced LogLevelPresets

Steamclog

08 Sep 18:08
7ae87dc
Compare
Choose a tag to compare

Changes in this release:

  • Added new initWith method that omits FirebaseAnalytics

Steamclog

04 Sep 21:12
a2eed91
Compare
Choose a tag to compare

Initial test to see if Jitpack hosting setup correctly