drags

Results 6 comments of drags

Believe this is due to ankiconnect android's implementation of canAddNotes, it doesn't check for if "allowDuplicates" is true or false and just always assumes it's set to false. When https://github.com/themoeway/yomitan/issues/818...

For now I believe I've resolved this issue in this branch https://github.com/drakargx/AnkiconnectAndroid/releases/tag/prelims Needs further testing and definitely needs code changes but I won't be able to take care of anything...

> > For now I believe I've resolved this issue in this branch https://github.com/drakargx/AnkiconnectAndroid/releases/tag/prelims > > Needs further testing and definitely needs code changes but I won't be able to...

Seems like yomitan uses the "suspend" AnkiConnect API for this option, so that after it adds a new card it sends another request to suspend it: https://github.com/yomidevs/yomitan/blob/d2fd7ec796bf3329abd6b92f2398e734d5042423/ext/js/display/display-anki.js#L784 Shouldn't be too...

Looked into it more and it seems like there's not an easy way to do this. Problem is the AnkiDroid's API doesn't actually have a way to get the Card...

@killergerbah Is there a link to one of these reports of asbplayer not working because of this response header? I believe I made changes that would resolve it, but I...