mwarning
  • Joined on 2025-09-16
mwarning created branch note_defaults in mwarning/luna-tracker 2025-11-06 22:42:05 +01:00
mwarning pushed to note_defaults at mwarning/luna-tracker 2025-11-06 22:42:05 +01:00
e5e397ef09 use quantity and notes from previous event as default
mwarning created pull request penguin86/luna-tracker#19 2025-11-06 22:36:41 +01:00
add time to ask bottle content dialog
mwarning pushed to bottle_time at mwarning/luna-tracker 2025-11-06 22:19:54 +01:00
5be2917839 add time to ask bottle content dialog
mwarning created branch bottle_time in mwarning/luna-tracker 2025-11-06 22:19:54 +01:00
mwarning commented on pull request penguin86/luna-tracker#18 2025-11-06 21:53:29 +01:00
fix puke event quantity

@penguin86 it would be nice to get this merged before any release. Otherwise it will corrupt the data of this event and lead to a crash.

mwarning pushed to fixpuke at mwarning/luna-tracker 2025-11-06 21:52:23 +01:00
6f3061974d fix puke event quantity
mwarning commented on pull request penguin86/luna-tracker#18 2025-11-06 21:49:14 +01:00
fix puke event quantity

This is the simplest fix for this issue. Not very elegant though.

mwarning created pull request penguin86/luna-tracker#18 2025-11-06 21:48:34 +01:00
fix puke event quantity
mwarning pushed to fixpuke at mwarning/luna-tracker 2025-11-06 21:48:14 +01:00
bb32208f36 fix puke event quantitiy
mwarning created branch fixpuke in mwarning/luna-tracker 2025-11-06 21:48:14 +01:00
mwarning pushed to master at mwarning/luna-tracker 2025-11-06 21:42:25 +01:00
3ea396c045 Bumped version
193e21ce25 Merge pull request 'Add puke and bath events, add signature setting' (#16) from mwarning/luna-tracker:master into develop
Compare 2 commits »
mwarning commented on pull request penguin86/luna-tracker#16 2025-11-05 22:19:34 +01:00
Add puke and bath events, add signature setting

I noticed a small bug with the bug event. For the puke amount I have the values 0/1/2 as quantity. That means the NumericUtils.formatEventQuantity will disregard the 0 value. Either we let…

mwarning commented on pull request penguin86/luna-tracker#16 2025-11-05 12:43:32 +01:00
Add puke and bath events, add signature setting

Thank you for the review. Until next time.

mwarning pushed to master at mwarning/luna-tracker 2025-10-26 20:38:31 +01:00
7f67c758c9 activity_setting: fine tune layout style
dfa64d71a8 add signature setting
b7180068f3 DateUtils: move event details formatting to DateUtils
Compare 3 commits »
mwarning pushed to master at mwarning/luna-tracker 2025-10-26 20:23:57 +01:00
71cf754ac8 activity_setting: fine tune layout style
a200e40816 add signature setting
Compare 2 commits »
mwarning commented on pull request penguin86/luna-tracker#16 2025-10-26 14:00:38 +01:00
Add puke and bath events, add signature setting

@penguin86 I have found a way to not show the seconds (for API >= 24). Also, I have added a quantity for the puke evetn (little, normal, plenty). Let me know what you think. Maybe there are more…

mwarning pushed to master at mwarning/luna-tracker 2025-10-26 13:54:30 +01:00
a90f939428 activity_setting: fine tune layout style
28674e2acc add signature setting
2d5a56188d DateUtils: move event details formatting to DateUtils
36b848b95e add bath event type
a1bde917f8 add no-breastfeeding help text
Compare 7 commits »
mwarning pushed to master at mwarning/luna-tracker 2025-10-26 13:51:34 +01:00
50baa76d35 activity_setting: fine tune layout style
31531b0e7c add signature setting
7fdd4afa06 DateUtils: move event details formatting to DateUtils
Compare 3 commits »
mwarning commented on pull request penguin86/luna-tracker#16 2025-10-16 08:19:55 +02:00
Add puke and bath events, add signature setting

hi, thank you for the review. I tried to remove the seconds, but that was not working. That is why I opted to make it zero. I can try to remove it again or will revert the change.