nonproto
nonproto
This request is for a page of just your follows ordered by when they update. Its one of the tabs on the main mangadex website page
@acknologia where are you talking about? If it's in browse it is the latest provided by their site.
Make sure you swipe refresh in the manga page also. If the manga was looked at before then it's reading the info from db. If they are up to date...
Can you download it directly? https://github.com/CarlosEsco/Neko/releases/tag/2.1.5.6.1 I am not doing anything special that would prevent a download from occurring and nobody in discord has complained about this before
I'm wondering if the phone is doing something non standard in its OS. https://github.com/CarlosEsco/Neko/blob/master/app/src/main/java/eu/kanade/tachiyomi/data/notification/NotificationHandler.kt#L50 I am not finding any other way to do an apk install intent besides setting this...
If you can export the error log in advanced settings. After a failed download attempt it might show something.
Also i sent the wrong code block this is the service that gets started after the download button clicked. https://github.com/CarlosEsco/Neko/blob/master/app/src/main/java/eu/kanade/tachiyomi/data/updater/UpdaterService.kt
It's on the eventual to do. The covers were just finally added to the API. Which is why there is use latest cover now
2.10.0
To add. I already am storing every id for each manga. So its really trying to cleanly auto track. Which is hard to do cause that code is a bit...