Releases: arsvechkarev/TimerX
Releases · arsvechkarev/TimerX
TimerX 3.1.0
- 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!
Here is what's changed in the new version
- Everything is in kotlin now!
timerx-core
andtimerx-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 stopwatchuseExactDelay()
- helper method to solve issue withonTick
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