Skip to content

Releases: donfuxx/LogKitten

LogKitten release 1.2.2

19 Sep 07:27
Compare
Choose a tag to compare

LogKitten 1.2.1 release notes:

  • Added more unit test for finding urls in logs
  • cat symbols added in notification actions

LogKitten release 1.2.1

17 Sep 18:41
Compare
Choose a tag to compare

LogKitten 1.2.1 release notes:

  • Improved url pattern for highlighting urls in logs

LogKitten release 1.2.0

16 Sep 17:16
Compare
Choose a tag to compare

LogKitten 1.2.0 release notes:

  • In the "Full Logs" Logcat screen the warnings and errors are now colored in orange and red.
  • urls logcat screen are clickable now.
  • Logcat cat symbols added for some Log and Toast messages 🐱
  • Demo Application has a better description and more test buttons now.
  • Device info (Model, Android version etc.) added to logs.
  • small fixes

LogKitten release v1.1.2

05 Sep 07:21
Compare
Choose a tag to compare

LogKitten v1.1.2 release notes

  • New setting for sound enabled/disabled
  • Open settings action added to the service notification
  • Proguard configuration now only minifies, but without obfuscation
  • Refactored and reorganized code a bit

LogKitten release v1.1.1

30 Aug 21:48
Compare
Choose a tag to compare

LogKitten v1.1.1 release notes:

  • Settings screen added to allow minimum log level setting to trigger a notification
  • Logkitten Launcher icon name is now the same like in main app
  • added some unit tests
  • small bug fixes

LogKitten release v1.1.0

27 Aug 19:28
5a7805d
Compare
Choose a tag to compare

LogKitten v1.1.0 release notes:

  • This release addresses potential manifest merge issues and enables proguard minify.
  • LogKitten Service now only starts after the user clicked the "LogKitten" launcher icon
  • Demo app module has been disabled

LogKitten release v1.0

27 Aug 16:56
Compare
Choose a tag to compare
Pre-release

LogKitten v1.0

LogKitten is an Android library module that can be added to your Android project for example as a debugImplementation to make inspecting the logcat on the device easier in the following ways:

  • The LogKitten Service will be automatically started and it will monitor your app's logcat for Error and Warning level logs and will show them as notifications.
  • Logs can be shared by clicking the share action in a LogKitten notification. This is a handy tool if you have Testers for your project that want to forward crash logcats to the developers or a bugtracking system like Jira etc.
  • LogKitten service can be stopped anytime, by clicking the "Stop" action in the Service notification.
  • LogKitten service can be restarted anytime by clicking the "LogKitten" launcher icon.
  • It is recommended to include LogKitten only in debug builds, but not in your production release build. LogKitten is usefull for developers and testers, but pretty useless for real users of you app.

logkitten_ic_launcher-web