woheller69 / whoBIRD

Identify bird sounds in real time with this Android version of BirdNET. Bird sound recognition for more than 6,000 species worldwide.
GNU General Public License v3.0
249 stars 13 forks source link

Show date in listening history #26

Closed Joedmin closed 3 months ago

Joedmin commented 3 months ago

Currently the listening history list shows only the time each bird (or human vocals) were matched by the model but not the date.

I would like to know when I heard some bird because I believe it would add more clarity to each matches.

If you don't want to show the date for each bird, it might be better to separate the list by dates with a horizontal line with the corresponding date.

woheller69 commented 3 months ago

I don't want a date in every item as it requires a lot of space. Having a separator is complex, because RecyclerView does not support it. So it would require a lot of code. Most people will simply clear this list every day, so it is not important for them. If the list is exported, you have the full timestamp (seconds since 1970) and can do further evaluation, e.g in Excel.

woheller69 commented 3 months ago

a simple solution might be to add date/time below the name in the image. So you will see it when the item is selected and the image is shown

woheller69 commented 3 months ago

You can try this version: Uninstall Remove .zip and install app-release.apk.zip

woheller69 commented 3 months ago

app-release.apk.zip

woheller69 commented 3 months ago

Now also with a header. app-release.apk.zip

Joedmin commented 3 months ago

Thank you very much! This is exactly as I imagined it!