File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ object Base {
55 const val namespace = " com.example.util.simpletimetracker"
66
77 // 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 "
1010 const val minSDK = 21
1111 const val currentSDK = 34
1212
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