Skip to content

Releases: NicksPatties/timeclock

v1.0.1

06 Sep 00:26
625769b
Compare
Choose a tag to compare
  • Add license and update version number

v1.0.0

29 Aug 20:17
08e3fdc
Compare
Choose a tag to compare

What's Changed

Feature changes

#26

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

05 Aug 18:46
3b3833b
Compare
Choose a tag to compare

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

Full Changelog: v0.1.2...v0.1.3

v0.1.2

31 Jul 00:28
6fe1316
Compare
Choose a tag to compare

What's Changed

Additional notes

To ensure countdown alarm notifications work appropriately, make sure to change TimeClock's battery permissions to Unrestricted by following these steps:

  1. 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
  2. Scroll to the Usage section, and tap the Battery menu option
  3. 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

15 Jul 21:26
8c0638f
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Jul 23:03
8d92411
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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