Skip to content

Added database for plugins#904

Merged
nyagami merged 8 commits intolnreader:masterfrom
Rider21:db_2
May 28, 2024
Merged

Added database for plugins#904
nyagami merged 8 commits intolnreader:masterfrom
Rider21:db_2

Conversation

@Rider21
Copy link
Contributor

@Rider21 Rider21 commented Apr 23, 2024

Added database, cookie manager for plugins
Added copying from webview localstorage, sessionStorage
Depends on lnreader/lnreader#986

author.today added authorization support
ranobelib rewritten for the new version of the site (closes #938)

Comment on lines 10 to 16
class AuthorToday implements Plugin.PluginBase {
id = 'AT';
name = 'Автор Тудей';
icon = 'src/ru/authortoday/icon.png';
site = 'https://author.today';
version = '1.0.0';
apiUrl = 'https://api.author.today/v1/';
version = '1.0.1';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed storage flag

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The webStorageUtilized flag is needed to access LocalStorage, SesesionStorage

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, then I think we can add that lfag in app side, by checking plugin requries

Copy link
Contributor Author

@nyagami
Copy link
Member

nyagami commented May 28, 2024

Plugins which use storage cant be used for now, they requires next version of app

@nyagami nyagami merged commit df0c4b0 into lnreader:master May 28, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 1, 2024
@Rider21 Rider21 deleted the db_2 branch November 22, 2024 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ranobelib doesnt work

2 participants