mwarning
5663a838e7
global: remove statistics
...
Remove until a more future proof solution is found
as mpandroidchart is not maintained anymore.
2026-08-08 21:51:37 +02:00
mwarning
d74524524a
sleep: fix date picker usage
...
The time the date picker uses needs to be updated.
Also make some variable names more logical.
2026-08-08 21:46:35 +02:00
mwarning
e4b8bff1bb
activity_main: add horizontal margin to error message
2026-08-08 21:46:35 +02:00
mwarning
55006331e8
notes: do not update quantity
...
When using the tiny arrows to switch
between older texts, do not change
the quantity field.
2026-08-08 21:46:35 +02:00
mwarning
3226dd560d
event: add support for height
2026-08-08 21:46:35 +02:00
mwarning
7eb5eeb804
weight: add local unit to dialog
2026-08-08 21:46:35 +02:00
mwarning
57f3b32d07
sleep: remove plus/minus buttons
...
Make the UI simpler.
2026-08-08 21:46:35 +02:00
mwarning
8878128879
NumberUtils: remove unused numberFormat
2026-08-08 21:46:35 +02:00
mwarning
e5257cfd24
MainActivity: show edit dialog for food and medicine quantity
2026-08-08 21:46:35 +02:00
mwarning
677013494c
MainActivity: set unit for bottle content
2026-08-08 21:46:35 +02:00
mwarning
f866ab3a27
DateUtils: make duration rounded up to minutes
2026-08-08 21:46:35 +02:00
mwarning
52b3467611
MainActivity: inline nested function for dynamic menu
2026-08-08 21:46:35 +02:00
mwarning
e04e05f752
MainActivity: generate dynamic menu from last two weeks
2026-08-08 21:46:35 +02:00
mwarning
d9feb05988
LunaEvent: rework sleep event
...
Make the UI more flexible and
slightly easier to understand.
2026-08-08 21:46:35 +02:00
mwarning
99826811f1
MainActivity: rename datepicker
2026-08-08 21:46:35 +02:00
mwarning
8cf4997567
layout: replace menu icon with utf8 character
...
The three dot menu icosn looks odd when stretched
due to the dynamic menu feature. Thus replace it
with the hamburger menu character that looks better
when scaled.
2026-08-08 21:46:35 +02:00
mwarning
3ddff7895a
MainActivity: sort events before saving
...
Also replace notifyItemInserted since it does not
call the adapter to redraw the row striping when
a new event is added.
2026-08-08 21:46:35 +02:00
mwarning
2dbb3741be
NumericUtils: remove possible trailing whitespace
2026-08-08 21:46:35 +02:00
mwarning
358452a179
MainActivity: do not switch logbook on reload
2026-08-08 21:46:35 +02:00
mwarning
369ec2197a
LunaEvent: reorganize event text getters
...
Use method names that better reflect
the use of the returned text.
2026-08-08 21:46:35 +02:00
mwarning
52589cbff0
MainAcitivty: add dynamic header setting
...
The setting allows to build the menu and
popup list to be populated by the frequency
of events that has been created.
This also makes the 'no breastfeeding'
setting irrelevant.
2026-08-08 21:46:35 +02:00
mwarning
945d585c7f
LunaEvent: use enum class for event types
...
This helps to have compile errors when some
case it not handled while adding a new type.
The enum class can also be interated over
to create a complete drop down list.
2026-08-08 21:46:35 +02:00
mwarning
d61f6f8abc
MainActivity: increase bottle volume to 340ml
...
This is the maximum amount found in sold bottles.
2026-08-08 21:46:35 +02:00
mwarning
d4b50916bb
gradle: use uniform implementation directive for sardine-android
2026-08-08 21:46:35 +02:00
mwarning
215ac2fd0c
gradle: avoid inclusion of apk signing blobs
...
See https://android.izzysoft.de/articles/named/iod-scan-apkchecks?lang=en#blobs
2026-08-08 21:46:35 +02:00
mwarning
7a1521d65a
gradle: set compileSDK/targetSdk to 36
2026-08-08 21:46:35 +02:00
mwarning
5882b7a874
statistics: add LongTermStatisticsActivity: add statistics and sleep events
2026-08-08 21:45:58 +02:00
mwarning
b417fe48a6
MainActivity: show save button if any values has changed
2026-01-23 06:46:11 +01:00
mwarning
a887d9f29f
MainActivity: use unique templates for notes
2026-01-23 06:46:11 +01:00
mwarning
44748506ff
LunaEvent: add sleep event
2026-01-23 06:46:07 +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