A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

release 1.27

razeeman (Jun 18, 2023, 12:44 PM +0300) e37cbb73 1ca22f03

+12 -2
+10
metadata/en-US/changelogs/28.txt
··· 1 + - Add detailed statistics for untracked and multitasking time 2 + - Add day total on main tab and timer notification 3 + - Add current timers to statistics tab 4 + - Add time to universal widget 5 + - Add favourite comments and comment search on edit record screen 6 + - Add percent change for average range in detailed statistics 7 + - Add csv import 8 + - Add untracked time range setting 9 + - Add ignore short untracked time setting 10 + - General bug fixes and improvements
+2 -2
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
··· 1 1 package com.example.util.simpletimetracker 2 2 3 3 object Base { 4 - const val versionCode = 27 5 - const val versionName = "1.26" 4 + const val versionCode = 28 5 + const val versionName = "1.27" 6 6 const val minSDK = 21 7 7 const val currentSDK = 32 8 8 // TODO after raising sdk to 33 check alarmManager scheduling.