Commit Graph

8 Commits

Author SHA1 Message Date
3ae71c36a7 LunaEvent: add sleep event 2025-11-14 22:01:44 +01:00
aa2347f802 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-14 21:59:09 +01:00
d4a80c275a 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-14 21:59:05 +01:00
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
453d838470 add puke event 2025-10-26 13:54:04 +01:00
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
b1e26f8a96 Added Temperature and Gaseous colic events, removed custom event stub 2025-01-09 08:27:36 +01:00
de5b1d4ead Better number formatting 2024-11-24 10:39:14 +01:00