Emplexx / Aluminium

An Android AniList Client
52 stars 1 forks source link

Treat unix epoch date on media list entries as a missing date #32

Closed Fmoment1 closed 3 days ago

Fmoment1 commented 3 months ago

For some reason, when I imported my lists from MAL to AL, all my anime/manga dates were set to Jan 1, 1970 and it's so weird seeing that all the time in-app.

IMG_15161080

I'd just really like an option to hide these dates, or replace these dates with the starting date of the anime (as in, which year the anime started, not when I started the anime).

Would really appreciate it if this was considered!

PS: I also want to clarify that I never used the start date/end date feature anyway and I don't want to see them even without the date anomaly.

Emplexx commented 3 months ago

The highlighted information (in this case the date) depends on the sorting mode. This is just a QoL feature - for example let's say you're sorting by average score. On the AniList website it just lets you know which anime is rated higher, but you don't know the actual rating itself unless you open the anime page to check. Here if you were to sort by score it would show the percentages right there. In this case I'm assuming you're sorting the list by date added, so it tries to show you that date. If you were to sort the list by release date, it would show the date when anime started, etc

But this isn't really intentional, ideally it should treat Jan 1 1970 (the Unix epoch) as a missing date, so I'll fix this behaviour later

Fmoment1 commented 3 months ago

In this case I'm assuming you're sorting the list by date added, so it tries to show you that date. If you were to sort the list by release date, it would show the date when anime started, etc

YES! I should've tinkered around a little before posting, thank you. I suppose I should keep this issue open because of the Unix epoch thing?

Emplexx commented 3 months ago

I suppose I should keep this issue open because of the Unix epoch thing?

Yep

Emplexx commented 3 days ago

This should be fixed in 0.3.17, could you please confirm? Also, if you want an option to specifically hide these dates (or sorting hints in general) entirely, please feel free to open another issue

Fmoment1 commented 3 days ago

Fixed in 0.3.17!