7 Commits

Author SHA1 Message Date
ed10dca216 LunaEvent: add sleep event 2025-11-16 13:12:50 +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
367f092ff3 strings: rename scale to weight in identifiers 2025-11-14 21:59:09 +01:00
d258fcd1cb LunaEvent: remove quantity when the value is invalid 2025-11-14 21:59:09 +01:00
c0f90b55bc notes: add icons to use previous/next event as template 2025-11-14 21:59:09 +01:00
f34d7c4291 MainActivity: preset quantity of bottle, weight and temperature
Use the quantity of previous events
to initialize new events.
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

View File

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