File tree 2 files changed +13
-2
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ object Base {
5
5
const val namespace = " com.example.util.simpletimetracker"
6
6
7
7
// Raise by 2 to account for wear version code.
8
- const val versionCode = 81
9
- const val versionName = " 1.46 "
8
+ const val versionCode = 85
9
+ const val versionName = " 1.47 "
10
10
const val minSDK = 21
11
11
const val currentSDK = 34
12
12
Original file line number Diff line number Diff line change
1
+ - Add option to always show notification with activity switch
2
+ - Add data import from the backup file
3
+ - Add ability to share file after backup / export
4
+ - Add more options for csv / ics export
5
+ - Add ability to remove all records or all data from data edit
6
+ - Add comment input on activity start
7
+ - Add retroactive tracking mode
8
+ - Add favourite colors
9
+ - Wear, add repeat button
10
+ - Add some translations
11
+ - General bug fixes and improvements
You can’t perform that action at this time.
0 commit comments