mirror of
https://github.com/ankitects/anki.git
synced 2026-01-09 12:03:56 -05:00
- Modify AddMediaFileRequest message to support both inline byte data and file path references - Use oneof construct to ensure exactly one data source is provided (backward compatible) - This enables memory-efficient streaming uploads for large media files on mobile clients - Addresses issue #608: AnkiDroid OutOfMemoryError when adding large media files |
||
|---|---|---|
| .. | ||
| anki | ||
| .clang-format | ||
| .top_level | ||
| README.md | ||
Protobuf files defining the interface the frontend and backend components use to talk to each other, and how Anki stores some of the data inside its SQLite database. These files are used to generate Rust, Python and TypeScript bindings.