hwgilbert16 / scholarsome

Web-based interactive flashcard learning software
http://scholarsome.com
GNU Affero General Public License v3.0
531 stars 30 forks source link

Support newer apkg file format #151

Open hwgilbert16 opened 7 months ago

hwgilbert16 commented 7 months ago

Non-legacy apkg files use ProtocolBuffers to store data about cards. Currently, only apkgs marked as having legacy support (i.e. using a SQLite database) are supported. We should implement support for ProtocolBuffer-based apkg files.