lotusprey / otraku

An unofficial AniList client for Android and iOS
GNU General Public License v3.0
327 stars 11 forks source link

Start Date not saved after Completing an entry #150

Closed fellinir closed 1 month ago

fellinir commented 1 month ago

Steps to reproduce:

  1. Have a manga in "planning" and set to "Hidden From Status Lists" and in a custom list
  2. Open the manga's detail and set it to "completed"
  3. Start date is epoch date or not populated
  4. Modify the start date manually and save
  5. Open it again and the start date should still be wrong

https://github.com/lotusprey/otraku/assets/92597054/0fefe5f3-de31-4ba4-bf5d-2932f711fe20

Like I described in the steps, I had this manga in plan and then I saved it as Completed. After that, I noticed the issue with the start date and started to record. You can see in the first seconds that the date was already the epoch time.

lotusprey commented 1 month ago

The start date is not auto-populated because it can't be assumed based on when you finished. As for the rest, I will see what's causing it.