improvements #10

Open
mwarning wants to merge 17 commits from mwarning/luna-tracker:improvements into master

17 Commits

Author SHA1 Message Date
897b7bcf93 activity_main: lower margin from 10 to 5dp
The buttons are big enough for fingers.
Let's make the view more compact.
2025-09-17 12:42:27 +02:00
0dfd9646f3 DateUtils: simplify code 2025-09-16 21:11:52 +02:00
9c549ddcad add previous/next event link to details dialog
The links will point to the previous/next
event of the same type
2025-09-16 21:11:52 +02:00
ea88fd6bb6 make more strings translateable 2025-09-16 21:11:52 +02:00
3e2bdca083 make some val constant 2025-09-16 21:11:52 +02:00
e5e486c315 remove unused imports 2025-09-16 21:11:52 +02:00
3f648a6490 remove stray 1 character from time 2025-09-16 21:11:52 +02:00
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
e1f48e6524 MainActivity: support 24h format 2025-09-16 21:11:52 +02:00
5e1c67d52d MainActivity: small code cleanup 2025-09-16 21:11:52 +02:00
3a457b2ae6 bigger font for event detail dialog 2025-09-16 21:11:52 +02:00
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
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
5c247f5948 replace dp with sp
As suggested by android-studio.
2025-09-16 12:23:44 +02:00
83b77b40d6 values: escape apostrophe characters 2025-09-16 12:23:44 +02:00
25f7b1fc00 add password toggle view icon 2025-09-16 12:23:44 +02:00
a635e46180 layout_marginLeft is deprecated 2025-09-16 12:23:40 +02:00