Skip to content

Latest commit

 

History

History
176 lines (125 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

176 lines (125 loc) · 4.81 KB

Time Tracker v1.02.00

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2024-11-30
  • Change log:
    • [Timer] Add menu item in timer row to end a timer and change its UI
    • [Timer] Add a switch in the top bar to show/hide ended timers
    • [Timer] Add confirmation dialog to reset a timer
    • [Icon] Update the icon and make it adaptive

Time Tracker v1.01.00

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2024-09-26
  • Change log:
    • [Android] Compatibility to API 35
    • [Billing] Update to 7.0.0
    • [Home] Add a button to create a new timer and immediately starts it
    • [Timer] Be able to update the time of a timer
    • [Home] Display the active timer in a bottom floating bar
    • [Menu] Add option to export current timer list
    • [CreateTimer] Transform dialog into a more convenient bottom sheet

Time Tracker v1.00.00

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2022-10-17
  • Change log:
    • [Pomodoro] Update design
    • [Timer] Display active timer at the top of the list
    • [Android] Compatibility to API 33 with support of notification permission and schedule exact alarm
    • [Timer] Be able to update the time of a timer
    • [Timer] Display the time of the last interaction on a timer.

Time Tracker v0.08.01

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2019-12-17
  • Change log:
    • New project architecture to manage both installed and instant app. We build only one app bundle to manage both applications.

Time Tracker v0.08.00

Time Tracker v0.7.0

Time Tracker v0.6.0

Op'Time v0.5.1

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-09-23
  • Change log:
    • Add italian translation.
    • Add turkish translation
    • Fix in-apps SKU to final ones.

Op'Time v0.5.0

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-09-20
  • Change log:
    • Target Android API 28.
    • Add rewards view with in-app management.
    • Migration to Android X.

Op'Time v0.4.0

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-09-19
  • Change log:
    • Display snackbar with cancel action when a user swipes a timer.
    • Display "delete" icon behind item timer during a swipe.

Op'Time v0.3.1

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-08-08
  • Change log:
    • Add listener to notify when time modification value is updated.
    • Fix bug relative to directly start timer.

Op'Time v0.3.0

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-07-01
  • Change log:
    • Fix way timer time is computed because in some cases, background process was stopped so time didn't increase.
    • Remove current notification if app is killed.
    • Set max line and ellipsize end for very long timer name.
    • Change icon.
    • Send event for some user actions (create timer, change settings).
    • User can send commentary for the application.
    • Alarm to display a notification and remind the user to track his activities.

Op'Time v0.2.1

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-04-07
  • Change log:
    • Avoid to create a column in database for isActivate field of Timer class.
    • Destroy database if no migration strategy has been provided.

Op'Time v0.2

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-04-07
  • Change log:
    • Add static shortcut to easily create timer.
    • Add swipe to delete timer action.
    • Add reorder timer list action.
    • Add settings view
    • Allow to change time modification, in settings.
    • Allow to stop running timers if a new one is started, in settings.
    • Add show mode.

Op'Time v0.1 - version code 4

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-03-06
  • Change log:
    • Change app icon.
    • Add scrollview to create timer dialog.

Op'Time v0.1 - version code 3

  • Author : Frédéric Torcheux - torcheux.frederic@gmail.com
  • Date : 2018-03-05
  • Change log:
    • Change app icon.
    • Fix Time logic and TimerRowView update.

Op'Time v0.1 - version code 2

Op'Time v0.1 - version code 1