LagradOst

Results 95 comments of LagradOst

There is a billion providers, I cannot go hunt down where upstream is used. Send me which video on which provider if you want me to look at it.

Looks good, @LagradOst ? Is there anything missing or incomplete? I can help if there's anything :pray:

Okay for automatic restoration I'm thinking something like ```kt ioSafe { initAll() // No duplicates (which can happen by registerMainAPI) apis = allProviders.distinctBy { it } if (githubApi.getLatestLoginData() != null...

This would assume you had a switch in settings with the key R.string.automatic_cloud_backups :+1: Why have a button, when you can just toggle the automatic functionality :shrug:

I am not quite sure what you mean :confused:

To make the home page refresh you can do the following: In the HomeFragment companion object: `val reloadStoredDataEvent = Event()` in the onstop and onresume in homefragment.kt inlude the new...

Hmm indexsubtitle does not work, but opensubtitles works on that episode. Just make sure you go back into sources and select the new subtitle file after you've pressed apply (it...

This happens due to some weird issue with WRAP_CONTENT and is created by updateLayoutParams in [ImageAdapter.kt](https://github.com/saikou-app/saikou/blob/main/app/src/main/java/ani/saikou/manga/mangareader/ImageAdapter.kt#L64) Using bitmap and reading the height works, but the recyclerview gets fucked when scrolling...

https://github.com/hardikvasa/google-images-download/issues/268#issuecomment-541472041 also works