Commit Graph

106 Commits

Author SHA1 Message Date
mwarning b1fc3ce890 LunaEvent: reorganize event text getters
Use method names that better reflect
the use of the returned text.
2025-12-12 15:27:08 +01:00
mwarning b88b88623e Add dynamic header setting
This makes the 'no breastfeeding' setting irrelevant.
2025-12-12 14:49:52 +01:00
mwarning 2709050496 use enum class for event types 2025-12-11 22:04:15 +01:00
mwarning 5fe383e488 MainActivity: increase bottle volume to 340ml
This is the maximum amount found in sold bottles.
2025-12-11 18:10:24 +01:00
mwarning 7d480d6e1c improve statistics 2025-11-26 23:04:22 +01:00
mwarning 6d63ad54f2 gradle: set compileSDK/targetSdk to 36 2025-11-23 22:09:53 +01:00
mwarning 553e1c351f add statistics for bottle and sleep events 2025-11-23 22:09:49 +01:00
mwarning f8f5d68bb6 MainActivity: show save button if any values has changed 2025-11-21 21:58:00 +01:00
mwarning 280d4558ad MainActivity: use unique templates for notes 2025-11-21 21:57:55 +01:00
mwarning d74310fad5 LunaEvent: add sleep event 2025-11-21 09:13:33 +01:00
mwarning 9f8f277d75 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-19 20:37:10 +01:00
mwarning 742c5515b1 strings: rename scale to weight in identifiers 2025-11-19 20:37:10 +01:00
mwarning d49701a488 LunaEvent: remove quantity when the value is invalid 2025-11-19 20:37:10 +01:00
mwarning fb6edf981b notes: add icons to use previous/next event as template 2025-11-19 20:37:10 +01:00
mwarning 52b23151d6 MainActivity: preset quantity of bottle, weight and temperature
Use the quantity of previous events
to initialize new events.
2025-11-19 20:37:10 +01:00
mwarning 23372408d5 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-19 20:37:01 +01:00
mwarning 6f3061974d fix puke event quantity
The LunaEvent class treats quantities of 0
as a value to set. To workaround this, the
quantity index needs to start at >0.
2025-11-06 21:49:08 +01:00
mwarning 7f67c758c9 activity_setting: fine tune layout style 2025-10-26 20:38:26 +01:00
mwarning dfa64d71a8 add signature setting
For multiple users it helps to
keep track about who did what.
2025-10-26 20:38:26 +01:00
mwarning b7180068f3 DateUtils: move event details formatting to DateUtils
Also do not display seconds, because it is not
meaningful and is not selected in date picker.
2025-10-26 20:38:22 +01:00
mwarning 36b848b95e add bath event type 2025-10-26 13:54:16 +01:00
mwarning a1bde917f8 add no-breastfeeding help text 2025-10-26 13:54:16 +01:00
mwarning 4f4ff5ed21 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-10-26 13:54:16 +01:00
mwarning 453d838470 add puke event 2025-10-26 13:54:04 +01:00
mwarning 34aa092722 NumericUtils: provide fallback for LocaleData.getMeasurementSystem
LocaleData.getMeasurementSystem is available at API level 28
but the app supports API level 21.
2025-09-29 03:34:08 +02:00
mwarning 961e7b90e7 small code cleanup
No code behavior has been changed.
2025-09-29 03:33:30 +02:00
mwarning 5df3b31e64 activity_main: lower margin from 10 to 5dp
The buttons are big enough for fingers.
Let's make the view more compact.
2025-09-19 12:41:55 +02:00
mwarning 0a96fb91d7 DateUtils: simplify code 2025-09-19 12:41:55 +02:00
mwarning f4c526ff8d add previous/next event link to details dialog
The links will point to the previous/next
event of the same type
2025-09-19 12:41:51 +02:00
mwarning ea88fd6bb6 make more strings translateable 2025-09-16 21:11:52 +02:00
mwarning 3e2bdca083 make some val constant 2025-09-16 21:11:52 +02:00
mwarning e5e486c315 remove unused imports 2025-09-16 21:11:52 +02:00
mwarning 3f648a6490 remove stray 1 character from time 2025-09-16 21:11:52 +02:00
mwarning cc6ebc398c activity_main: move progress bar next to event list title
Save some vertical space and prevent vertical size change/flicker.
2025-09-16 21:11:52 +02:00
mwarning e1f48e6524 MainActivity: support 24h format 2025-09-16 21:11:52 +02:00
mwarning 5e1c67d52d MainActivity: small code cleanup 2025-09-16 21:11:52 +02:00
mwarning 3a457b2ae6 bigger font for event detail dialog 2025-09-16 21:11:52 +02:00
mwarning a2fd04d233 remove log event title
Keep the main page simpler and have a bit more
space for log messages.
2025-09-16 21:11:52 +02:00
mwarning f1f73b65f7 add setting to disable breastfeeding buttons
Some women do not breastfeed. Hide the buttons
in order to have more space for log messages.
2025-09-16 21:11:49 +02:00
mwarning 5c247f5948 replace dp with sp
As suggested by android-studio.
2025-09-16 12:23:44 +02:00
mwarning 83b77b40d6 values: escape apostrophe characters 2025-09-16 12:23:44 +02:00
mwarning 25f7b1fc00 add password toggle view icon 2025-09-16 12:23:44 +02:00
mwarning a635e46180 layout_marginLeft is deprecated 2025-09-16 12:23:40 +02:00
penguin86 1080fea3f2 Merge pull request 'German translation by Daniel Neubauer + updated README.md' (#9) from develop into master
Reviewed-on: #9
2025-09-02 09:22:47 +02:00
penguin86 6232aedd04 German translation by Daniel Neubauer 2025-09-02 08:58:42 +02:00
Chepycou 1de99e89e5 added french language translation and corrected a few english typos 2025-07-01 16:58:51 +02:00
penguin86 0d3be20e1e Logbook event date edit 2025-04-23 08:58:32 +02:00
penguin86 4c5c7bcf1a Merge branch 'master' into develop 2025-04-19 08:53:43 +02:00
penguin86 07393faf41 Added food event 2025-04-19 08:51:16 +02:00
penguin86 9fddd37fe9 WIP editable date in event 2025-01-21 18:42:47 +01:00