Skip to content

Releases: steamclock/steamclog-android

Steamclog v2.7

29 Jan 22:26
3ad0e71

Choose a tag to compare

update jitpack yml to use jdk 17

Steamclog v2.6

29 Jan 21:50
65a805c

Choose a tag to compare

update sentry

Steamclog v2.5

29 Jan 21:12
21d0efc

Choose a tag to compare

  • updated gradle and dependencies

Steamclog v2.4

15 Aug 19:45

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

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

Choose a tag to compare

Updated to SDK 33, kotlin and Sentry dependencies

Steamclog v2.1

30 Aug 21:49
43adb6e

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

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

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

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