- 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
- 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
- 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.
- 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.
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2019-11-27
- Change log:
- Logic to have an Instant App version added.
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2019-08-10
- Change log:
- Add night theme
- Target min SDK 29
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2019-04-09
- Change log:
- Add Pomodoro feature
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2018-03-06
- Change log:
- Change app icon.
- Add scrollview to create timer dialog.
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2018-03-05
- Change log:
- Change app icon.
- Fix Time logic and TimerRowView update.
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2018-03-04
- Change log:
- Fix apks split.
- Author : Frédéric Torcheux - torcheux.frederic@gmail.com
- Date : 2018-03-04
- Change log:
- First release.