Skip to content

Releases: hannesa2/timber

5.0.1-delegator

01 Apr 06:01
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.1.3

14 Mar 08:23
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.1.n1

15 Jul 15:07
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.1.2

14 Jul 08:45
cee5c9b
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.1.1

13 Apr 06:51
661e523
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.1.0

28 Nov 16:14
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.1

28 Nov 16:14
Compare
Choose a tag to compare

Fixed

  • Fix TimberArgCount lint check false positive on some calls to String.format.

5.0.0

28 Nov 16:14
Compare
Choose a tag to compare

The library has been rewritten in Kotlin, but it remains binary-compatible with 4.x.
The intent is to support Kotlin multiplatform in the future.
This is otherwise a relatively minor, bug-fix release.

Changed

  • Minimum supported API level is now 14.
  • Minimum supported AGP (for embedded lint checks) is now 7.0.

Fixed

  • DebugTree now finds first non-library class name which prevents exceptions in optimized builds where expected stackframes may have been inlined.
  • Enforce 23-character truncated tag length until API 26 per AOSP sources.
  • Support Long type for date/time format arguments when validating format strings in lint checks.
  • Do not report string literal concatenation in lint checks on log message.

4.7.1.2

13 Apr 15:38
ded93d8
Compare
Choose a tag to compare
  • no changes

🚀 Features

  • log with arguments

💬 Maintenance

  • Github actions
  • Java compatibility 8

🚀 Features

  • log with arguments
  • Feat/attack stacktrace opt
  • New lint rule that checks if a Tree is planted for atleast one app
  • Added the HyperlinkedDebugTree

💬 Maintenance

  • Github actions
  • Java compatibility 8
  • fix JakeWharton#380 Quick-Fix incorrectly applied in kotlin
  • Update lint
  • Bump Android Studio 4.1