File tree 2 files changed +12
-2
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments