Skip to content

Releases: arsvechkarev/TimerX

TimerX 3.1.0

16 Sep 17:12
c15e14c
Compare
Choose a tag to compare
  • Fixed issues with jitpack
  • Updated kotlin version to 1.7.10
  • Updated gradle build tools version to 7.4.2
  • Fixed error in method calculating exact delay

TimerX: 3.0.0 is out!

18 Dec 10:40
Compare
Choose a tag to compare

Here is what's changed in the new version

  • Everything is in kotlin now!
  • timerx-core and timerx-formatting are two separate artifacts now: if you need only formatting features, you don't have to have an unnecessary dependency on timer and stopwatch anymore
  • Simple builder in kotlin
  • Ability to set timer to timer/stopwatch at any moment
  • startFrom() method for stopwatch
  • useExactDelay() - helper method to solve issue with onTick in one second
  • Optimized performance for formatting: string for formatted time is not recreated on every timer tick, but carefully cached to avoid memory consumption