7 Commits

Author SHA1 Message Date
ac8eb209eb activity_setting: fine tune layout style 2025-09-29 09:18:21 +02:00
bf028c8f1d add signature setting
For multiple users it helps to
keep track about who did what.
2025-09-29 09:18:17 +02:00
ff0d4df2de DateUtils: move event details formatting to DateUtils
Also display second as 0 since it is easier
to read and does not have meaning for the user.
2025-09-29 09:13:05 +02:00
251ebd647a add bath event type 2025-09-29 04:57:16 +02:00
e09df3b0bf add no-breastfeeding help text 2025-09-29 04:57:16 +02:00
f36005de3b more_events_popup: move enema to bottom and adjust padding
Enemas are usually are rare thing. Let's
move it to the bottom. Also adjust padding
to have more space to display all items.
2025-09-29 04:57:16 +02:00
19abf20628 simplify puke event 2025-09-29 04:57:13 +02:00

View File

@@ -799,7 +799,9 @@ class MainActivity : AppCompatActivity() {
dismiss()
})
contentView.findViewById<View>(R.id.button_puke).setOnClickListener({
logEvent(LunaEvent(LunaEvent.TYPE_PUKE))
logEvent(
LunaEvent(LunaEvent.TYPE_PUKE)
)
dismiss()
})
contentView.findViewById<View>(R.id.button_colic).setOnClickListener({