7 Commits

Author SHA1 Message Date
fc3b67638d LunaEvent: add sleep event 2025-11-17 14:55:34 +01:00
f85094b0ff 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-17 14:55:34 +01:00
9237d329e8 strings: rename scale to weight in identifiers 2025-11-17 14:55:34 +01:00
f1f6af14ad LunaEvent: remove quantity when the value is invalid 2025-11-17 14:55:34 +01:00
1106c7d42a notes: add icons to use previous/next event as template 2025-11-17 14:55:34 +01:00
6f7faa97d3 MainActivity: preset quantity of bottle, weight and temperature
Use the quantity of previous events
to initialize new events.
2025-11-17 14:55:34 +01:00
001fa68de5 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-17 14:55:30 +01:00

View File

@@ -10,7 +10,6 @@
<TextView <TextView
android:id="@+id/dialog_date_picker" android:id="@+id/dialog_date_picker"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"/>
android:layout_marginTop="20dp"/>
</LinearLayout> </LinearLayout>