Always update fresh data from source if manga isn't favorited - #1435
Always update fresh data from source if manga isn't favorited#1435cuong-tran wants to merge 7 commits into
Conversation
NetworkToLocalManga|
remove changelog update |
eaa0944 to
b8997ec
Compare
|
What happens if you have a 'initialized' non library entry loaded with full data but while browsing source returns a not 'initialized' data 🤔 |
'initialized' is being used to make app check for manga's detail. If a 'initialized' non-library entry loaded with full data while source returns a not 'initialized' will make app auto refresh tags/descriptions/author... again when user decides to open the entry. Pretty mush like pull-refresh every time he open that entry (except for not checking chapters). I think this will be useful too, since a non-library entry can also updates its details information. |
|
If the browse manga is initialized update everything otherwise only update the title and thumbnail |
…pdate the title and thumbnail
although I made the change as per your request but I don't really get it though. When browsing, an non-initialized manga would also only has title & cover available, the rest are null. And null value won't overwrite already existed data of database's entries. |
|
This seems cause performance issue while browsing caused by database overwrite. Need to find another way. Maybe, only use new info for display without updating database while browsing. And only update database on manga opening or manual refresh manga. How about that? |
|
i guess keep this draft until the db rework (#1195) |
|
Superseded by #1967 |
while browsing source, new data (title, cover...) will be updated to db if it isn't favorited yet
Closes #923