Skip to content

Releases: jraska/Console

1.2.0

04 Jun 22:10
d900a0d
Compare
Choose a tag to compare
  • Publishing to Maven Central
  • #31: Update Kotlin to 1.5.10 + project refresh
implementation 'com.jraska:console:1.2.0'
// and possibly
implementation 'com.jraska:console-timber-tree:1.2.0'

1.1.0

03 Apr 21:15
8d10e4a
Compare
Choose a tag to compare

Maintenance release to update tooling and dependencies

#25 The updates

implementation 'com.jraska:console:1.1.0'
// and possibly
implementation 'com.jraska:console-timber-tree:1.1.0'

1.0.0

21 Oct 13:16
c55ef86
Compare
Choose a tag to compare

Version 1.0.0

After long time without changes the API is considered stable.

  • Completely in Kotlin with no other dependencies. Issues #16, #17
  • Improved performance #18 Thanks @codebymikey for help.
  • Text Selection enabled #19
  • Added DateFormat as optional parameter to Timber ConsoleTree #12 , Thanks @insearching.

0.4.3

31 Aug 20:04
Compare
Choose a tag to compare

Version 0.4.3

  • Fixed #9 - ConsoleBuffer concurrency issue

![Supported APIs](https://img.shields.io/badge/Supported API-15+-green.svg)

0.4.2

01 Aug 19:35
Compare
Choose a tag to compare

Version 0.4.2

  • Used Timber 4.1.2 dependency for timber-tree
  • Fixed #8 - TimberConsoleTree now

![Supported APIs](https://img.shields.io/badge/Supported API-15+-green.svg)

0.4.1

27 Feb 02:22
Compare
Choose a tag to compare

Version 0.4.1

  • Added possibility to write SpannableString
  • Console text is now persisted through rotations and other transitions
  • Added output colouring to ConsoleTree for Timber

![Supported APIs](https://img.shields.io/badge/Supported API-15+-green.svg)

0.3.1

19 Feb 08:55
Compare
Choose a tag to compare

Version 0.3.1

  • Added timber-console-tree module for easy integration with Timber.
  • Added buffer to console to avoid too huge texts held.
  • Added possibility to hold the console on one place without scrolling until you remove your finger.
  • Moved to API 15+

![Supported APIs](https://img.shields.io/badge/Supported API-15+-green.svg)

0.2.0

21 Jan 19:11
Compare
Choose a tag to compare

Version 0.2.0

Added support for non UI threads calls

![Supported APIs](https://img.shields.io/badge/Supported API-10+-green.svg)

0.1.1

16 Nov 15:25
Compare
Choose a tag to compare