Blocked

Results 11 comments of Blocked

@klieret Thanks 👍 Only `sqlite3` from commandline seems to work. But, that too, there's no `cards` in `apkg`, but `zip`: ``` sqlite3 sqlite> .open test.apkg sqlite> .tables zip sqlite> select...

I don't think there's any db structure difference. The apkg files are from https://ankiweb.net. eg: https://ankiweb.net/shared/info/965641886 Also, I can't find any difference in database structures in ankidroid here: https://github.com/ankidroid/Anki-Android/wiki/Database-Structure My...

I don't think there's a difference between shared deck and exported deck. I checked a exported deck just now and I get the same `zip` table.

@klieret Thank you!! It works after extracting `collection.anki2`

If you think it'll be useful, consider adding direct support for shared deck `apkg` files as well(Testing, unzipping, extracting - modifying- and rezipping). Thanks again👍

>if shared storage access has been granted Storage access isn't even needed. Access for the shared file is automatically granted through SAF by the system, when the shared file is...

Can you add a "X" button to media controls as a temporary fix? Many players have this button to stop playing and remove it from the media control panel.

I think all apps that draw over other apps, prevent touch events from passing through the floating app. For eg, https://github.com/termux/termux-float Or vlc in older android versions(androids without Picture In...

@SleepDaemon >Just tap screen 4 times or swipe up You have to tap simultaneously with 4 fingers. Not tap 4 times individually.

I was also confused at first. Maybe making bold the **"simultaneous"** part would help a lot and be a easy fix.