EdgE790 / OpenManga

Manga reader for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace how MangaProvider is stored in database

EdgE790 opened this issue · comments

Currently, it's stored as a string containing the full class name.
Due to this, every change to their naming or moving to different packages results in "detached" manga entry.

It's better to replace the full class name with some other identificator: e.g. int id, name, etc.