mwarning
7bbf480a7f
event: add support for height
2026-06-11 21:36:14 +02:00
mwarning
0566116913
NumberUtils: remove unused numberFormat
2026-06-11 20:43:01 +02:00
mwarning
557a9ab69a
DateUtils: make duration rounded up to minutes
2026-03-06 12:33:57 +01:00
mwarning
3ae68ffa7b
LunaEvent: rework sleep event
...
Make the UI more flexible and
slightly easier to understand.
2026-03-06 12:33:53 +01:00
mwarning
d832aa4330
NumericUtils: remove possible trailing whitespace
2026-02-09 08:23:38 +01:00
mwarning
85567cce77
LunaEvent: use enum class for event types
...
This helps to have compile errors when some
case it not handled while adding a new type.
The enum class can also be interated over
to create a complete drop down list.
2026-01-23 06:46:11 +01:00
mwarning
2af8989777
StatisticsActivity: add statistics for bottle and sleep events
2026-01-23 06:46:11 +01:00
mwarning
44748506ff
LunaEvent: add sleep event
2026-01-23 06:46:07 +01:00
mwarning
9f8f277d75
MainActivity: allow amount for poo and pee events
...
An unspecified amount has also been added
to have the same semantics as before.
During these actions, the strings for title
and description of dialogs have been cleaned up.
2025-11-19 20:37:10 +01:00
mwarning
23372408d5
events: allow editing of all used values
...
1. Allow to change the date/time and
other relevant values of an event
on creation and after it was created.
2. Harmonize layout file names and
variable names.
2025-11-19 20:37:01 +01:00
mwarning
6f3061974d
fix puke event quantity
...
The LunaEvent class treats quantities of 0
as a value to set. To workaround this, the
quantity index needs to start at >0.
2025-11-06 21:49:08 +01:00
mwarning
b7180068f3
DateUtils: move event details formatting to DateUtils
...
Also do not display seconds, because it is not
meaningful and is not selected in date picker.
2025-10-26 20:38:22 +01:00
mwarning
453d838470
add puke event
2025-10-26 13:54:04 +01:00
mwarning
34aa092722
NumericUtils: provide fallback for LocaleData.getMeasurementSystem
...
LocaleData.getMeasurementSystem is available at API level 28
but the app supports API level 21.
2025-09-29 03:34:08 +02:00
mwarning
0a96fb91d7
DateUtils: simplify code
2025-09-19 12:41:55 +02:00
mwarning
f4c526ff8d
add previous/next event link to details dialog
...
The links will point to the previous/next
event of the same type
2025-09-19 12:41:51 +02:00
penguin86
b1e26f8a96
Added Temperature and Gaseous colic events, removed custom event stub
2025-01-09 08:27:36 +01:00
penguin86
de5b1d4ead
Better number formatting
2024-11-24 10:39:14 +01:00
penguin86
de75ed584b
WIP detail view
2024-11-24 10:19:47 +01:00