OverPoweredDev / Junior

A bookmarking app specialised towards online webnovels. Built in Flutter and Dart.
GNU General Public License v3.0
26 stars 9 forks source link

Implement some more basic Features #2

Closed OverPoweredDev closed 3 years ago

OverPoweredDev commented 3 years ago

Add some more basic features to the app

OverPoweredDev commented 3 years ago

A currChapter == totalChapters -> novelStatus = Complete feature would be useful but I'd have to make it so only works once. And that seems like way too much work for an ultimately minor feature. I'll look into it more and decide later.

Similarly, a separate counter for MTL is just unnecessary. I'm definitely dropping that one

OverPoweredDev commented 3 years ago

Latest merge (#11) is causing some issues. the updateNovelStatus check is being performed repeatedly for every single novel even after the status is updated, making it get stuck on Complete.

Gotta fix that before release

Update: fixed it with commit 37aff09

OverPoweredDev commented 3 years ago

Fixed with commit 902c126df5e4d8ad8efcb5491d22901c928d4550