Releases: NicksPatties/timeclock
Releases · NicksPatties/timeclock
v1.0.1
v1.0.0
What's Changed
Feature changes
- Add icon by @NicksPatties in #33
Bug fixes
- 27 bug keyboard disappears when pressing the ime action in task text bar on countdown mode by @NicksPatties in #30
- Fix Analysis Page pane switching bug, and add some tests by @NicksPatties in #31
Other changes
- Move UI State Management variables from ClockPageViewModel to ClockPageViewModelState object by @NicksPatties in #24
- Move battery warning functionality to ClockPageViewModelState by @NicksPatties in #25
- Move start and stop clock functionality to the ClockPageViewModelState by @NicksPatties in
Full Changelog: v0.1.3...v1.0.0
v0.1.3
What's Changed
- In a follow up to the alarm not-going-off bug in #12, #19 has been completed by@NicksPatties in #22
- If you do not have the correct battery permissions set to allow the count down clock to work, you will be prompted to update these changes the first time you use the count down clock. Once accepted, just use the app as usual. No more missed alarms!
Other Changes
- Update gradle plugin by @NicksPatties in #21
- Update dependency versions and other things by @NicksPatties in #23
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Bugfix: Don't count past zero when counting down by @NicksPatties in #18
Additional notes
To ensure countdown alarm notifications work appropriately, make sure to change TimeClock's battery permissions to Unrestricted
by following these steps:
- Press and hold the TimeClock app icon until the app bubble appears, then press the information icon in the upper right corner of the bubble
- Scroll to the
Usage
section, and tap theBattery
menu option - Tap the
Unrestricted
option
You can now return to the app, and countdown alarm notifications will work as expected!
Note that even with the Unrestricted
option turned on, this should take up approximately 0% of your battery's life. If you notice significant battery consumption, then let me know.
Also note that this process will be more streamlined in a future version of the app.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Fix NaN metrics bug by @NicksPatties in #14
- 15 bug nothing here text misaligned by @NicksPatties in #16
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- This is the initial released saved to GitHub. In this version, you can
- Record task durations by either counting up, or counting down and alarming after a period of time
- View a list of your recorded events sorted by date, view details of an event, or delete an event
- Observe how much time you spend on each of your recorded tasks on a daily, weekly, or monthly basis