wasu
wasu
**GitLab** api returns project avatar `avatar_url` [example](https://gitlab.com/api/v4/projects/shosetsuorg%2Fshosetsu) **GitHub** allows setting social media preview (Settings > Social preview ), but it's not returned by api (probably present in html though). Alternatively...
I'm having the same issue: instead of image html tag is displayed. I tried it with cheaper OP provided and local EPUB App version: `2.0.1`
```kotlin fun Context.getBrowserAppList(): List { val pm: PackageManager = packageManager val intent = Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_APP_BROWSER) val appInfoList = pm.run { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { queryIntentActivities(intent, PackageManager.ResolveInfoFlags.of(0)) } else { queryIntentActivities(intent,...
I'm not sure what OP meant (not enough details in the issue) In case OP just didn't know where to find the settings for external browsers, it can be changed...
I remember using a workaround with `MergedSource`. Funilly enough, I used it with the same hentai as you.  Basically, the idea is to you use Merge feature and then...
If we go with that, then #1094 is connected to this issue as it requests manually selecting manga to merge as well
Maybe UI for subcategories can be something similar to the **first screenshot** from TachiyomiJ2K:  Namely: subcategories listed in a vertical view, that can be collasped or expanded with a...