Adopting this from https://github.com/inorichi/tachiyomi/issues/140.
As of now, the API isn't ready for login sources (see #4) . I believe Inorichi will work it out later on if there's demand, but for now, we should try to work on implementing new sources.
Again, maybe looking at Batoto's previous implementation in the current Tachiyomi repo would help, as it's another login source
So I have this working on my device. I achieved it by:
LoginSource from the main app repo to tachiyomi-extensions-lib.Madokami source to this repo, inheriting from LoginSource and HttpParserSource.createExtensionSources in SourceManager) to identify LoginSource sources, grab their username and password from PreferencesHelper and call login() if either a username or password is saved.If that sounds fine I can send some PRs.
Any chance this will be made into an extension?
@bobobo1618 , Any chance you can share the code for this. With bato.to down it's time to look for a new home page
This is far from homepage worthy but here's what I did:
Any update on this?
i'd also like to know if theres any updates
Please don't ask for updates on Github issues unless you're actively working on something and blocked by the issue. It sends email notifications to everyone on the thread which is really annoying.
If there's work being done, you'll see commits and discussion on the issue automatically.
Here the icons
ic_launcher.zip
Most helpful comment
This is far from homepage worthy but here's what I did: