7 Commits

Author SHA1 Message Date
mwarning b0629e383b activity_setting: fine tune layout style 2025-09-29 09:33:10 +02:00
mwarning 97b2cbed0a add signature setting
For multiple users it helps to
keep track about who did what.
2025-09-29 09:33:10 +02:00
mwarning b497d1db3f 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:33:10 +02:00
mwarning e7070b23c6 add bath event type 2025-09-29 09:33:10 +02:00
mwarning 19bf58f400 add no-breastfeeding help text 2025-09-29 09:33:10 +02:00
mwarning 01f24694b5 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 09:33:10 +02:00
mwarning 693405cadb simplify puke event 2025-09-29 09:33:07 +02:00
@@ -799,9 +799,7 @@ 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({