wasu

Results 7 comments of 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. ![5931279523322643968](https://github.com/user-attachments/assets/d9ef3bad-b0ca-4315-a8e4-27cac15bc2cc) 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: ![TachiyomiJ2K](https://raw.githubusercontent.com/Jays2Kings/tachiyomiJ2K/refs/heads/master/.github/readme-images/screens.gif) Namely: subcategories listed in a vertical view, that can be collasped or expanded with a...