-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:anilist tracking service #155
Conversation
change android manifeast for web auth SettingKey.tmdbKay -> SettingKey.tmdbKey add svg and web auth library add in app webview update anilist api
also change the position of tracking button
-add unbind button that only delete inapp instead of deleting anilist too - redesign ui for android list editor
@MiaoMint the "Tracking" option shows at every detail page on every extensions. also, just remembered since the miru only has 3 kind of type: bangumi =>Animation, manga =>Manga, fikushon =>Novel. maybe there needs to be an 4th kind to different the live-action contents. |
Login not working. |
add auto update progress in anime
@@ -358,6 +358,17 @@ class _SettingsPageState extends State<SettingsPage> { | |||
androidIcon: Icons.sync, | |||
content: Column( | |||
children: [ | |||
SettingsSwitchTile( | |||
title: 'tracker-setting.auto-update-progress'.i18n, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* feat:get anilist data change android manifeast for web auth SettingKey.tmdbKay -> SettingKey.tmdbKey add svg and web auth library add in app webview update anilist api * initial desktop support * feat(mobile):add anilist * feat: anilist fully support on desktop * feat: show snakbar also change the position of tracking button * fix: anilist ui for android -add unbind button that only delete inapp instead of deleting anilist too - redesign ui for android list editor * anilist tracking page * fix anilist tracking page * anilist more page * AniList binding page * getMediaList by using id * fix: edit list error add auto update progress in anime * Revert "fix: edit list error" This reverts commit ca3f819. * feat: desktop tracking dialog * feat: android tracking dialog * fix * fix * Refactor AnilistType usage in detail_tracking_button.dart * Refactor Anilist tracking dialog and horizontal list widget * Add auto-tracking feature and Anilist integration * Fix Anilist token saving and cookie handling * Fix error handling in AniListProvider and AnilistMorePage * add i18n * Update localization and UI text --------- Co-authored-by: MiaoMint <[email protected]>
screen shot:
contain lots of bug
only work on mobile now